-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from QU-UP/v0.3.0
V0.3.0
- Loading branch information
Showing
35 changed files
with
1,202 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,10 @@ | |
<link rel="stylesheet" href="css/main.css" /> | ||
<noscript><link rel="stylesheet" href="css/noscript.css" /></noscript> | ||
<link rel="icon" type="image/png" href="images/favicon.png"/> | ||
<!--highlightjs--> | ||
<link defer rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
|
||
{% if config["background"] %} | ||
<style> | ||
{% if config['background'].startswith('http') or config['background'].startswith('images') %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
created: 2022-4-22 | ||
ezcv_version: 0.3.0 | ||
folder: aerial | ||
name: aerial | ||
updated: 2022-4-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
<meta name="author" content="{{config['name']}}" /> | ||
<link rel="icon" type="image/png" href="images/favicon.png"/> | ||
<title>{{ config['name'] }}</title> | ||
<!--highlightjs--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script defer src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
<!-- Favicon--> | ||
<link rel="icon" type="image/x-icon" href="images/favicon.png" /> | ||
<!-- Font Awesome icons (free version)--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
created: 2022-4-22 | ||
ezcv_version: 0.3.0 | ||
folder: creative | ||
name: creative | ||
sections: | ||
gallery: | ||
type: gallery | ||
projects: | ||
fields: | ||
image: str | ||
link: str | ||
title: str | ||
type: markdown | ||
updated: 2022-4-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
<meta name="author" content="" /> | ||
<title>Resume - Start Bootstrap Theme</title> | ||
<link rel="icon" type="image/x-icon" href="images/favicon.png" /> | ||
<!--highlightjs--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script defer src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
<!-- Font Awesome icons (free version)--> | ||
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script> | ||
<!-- Google fonts--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
created: 2022-4-22 | ||
ezcv_version: 0.3.0 | ||
folder: cv | ||
name: cv | ||
sections: | ||
education: | ||
fields: | ||
current: bool | ||
institution: str | ||
title: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
projects: | ||
fields: | ||
image: str | ||
link: str | ||
title: str | ||
type: markdown | ||
volunteering_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
work_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
updated: 2022-4-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ | |
<title>{{ config["name"] }}</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<!--highlightjs--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script defer src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
<link rel="stylesheet" href="css/main.css" /> | ||
<link rel="icon" type="image/png" href="images/favicon.png"/> | ||
<noscript><link rel="stylesheet" href="css/noscript.css" /></noscript> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
created: 2022-4-22 | ||
ezcv_version: 0.3.0 | ||
folder: ethereal | ||
name: ethereal | ||
sections: | ||
education: | ||
fields: | ||
current: bool | ||
institution: str | ||
title: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
gallery: | ||
type: gallery | ||
volunteering_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
work_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
updated: 2022-4-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
<meta name="author" content="{{ config['name'] }}" /> | ||
<link rel="icon" type="image/png" href="images/favicon.png"/> | ||
<title>{{ config["name"] }} </title> | ||
<!--highlightjs--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script defer src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
<!-- Favicon--> | ||
<link rel="icon" type="image/x-icon" href="images/favicon.ico" /> | ||
<!-- Font Awesome icons (free version)--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
created: 2022-4-22 | ||
ezcv_version: 0.3.0 | ||
folder: freelancer | ||
name: freelancer | ||
sections: | ||
contact: | ||
type: markdown | ||
education: | ||
fields: | ||
current: bool | ||
institution: str | ||
title: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
projects: | ||
fields: | ||
image: str | ||
link: str | ||
title: str | ||
type: markdown | ||
volunteering_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
work_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
updated: 2022-4-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ | |
<meta name="author" content="" /> | ||
<title>{{ config["name"] }}</title> | ||
<link rel="icon" type="image/x-icon" href="images/favicon.png" /> | ||
<!--highlightjs--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script defer src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
<!-- Font Awesome icons (free version)--> | ||
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script> | ||
<!-- Google fonts--> | ||
|
@@ -68,6 +71,10 @@ | |
{% if education_html %} | ||
<li class="nav-item"><a class="nav-link" href="#education">Education</a></li> | ||
{%endif%} | ||
|
||
{% if blog_html %} | ||
<li class="nav-item"><a class="nav-link" href="#blog">Blog</a></li> | ||
{% endif %} | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -97,6 +104,21 @@ | |
|
||
{{ education_html | safe }} | ||
|
||
{% if blog_html %} | ||
<!-- Featured Project Row--> | ||
<div class="row gx-0 mb-4 mb-lg-5 align-items-center" id="blog"> | ||
<div class="col-xl-4 col-lg-5"> | ||
<div class="featured-text text-center text-lg-right"> | ||
<h4>Blog</h4> | ||
<a class="btn btn-dark btn-sm" href="/blog">View All Blog Posts</a> | ||
</div> | ||
</div> | ||
<div class="col-xl-8 col-lg-7"><img class="img-fluid mb-3 mb-lg-0" src="images/section-headings/blog.jpg" alt="blog" /></div> | ||
</div> | ||
{{ blog_html | safe }} | ||
|
||
{% endif %} | ||
|
||
</div> | ||
</section> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
created: 2022-4-22 | ||
ezcv_version: 0.3.0 | ||
folder: grayscale | ||
name: grayscale | ||
sections: | ||
blog: | ||
feed: true | ||
overview: true | ||
single: true | ||
type: blog | ||
education: | ||
fields: | ||
current: bool | ||
institution: str | ||
title: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
projects: | ||
fields: | ||
image: str | ||
link: str | ||
title: str | ||
type: markdown | ||
volunteering_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
work_experience: | ||
fields: | ||
company: str | ||
current: bool | ||
month_started: str | ||
role: str | ||
year_ended: int | ||
year_started: int | ||
type: markdown | ||
updated: 2022-4-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!--TODO--> | ||
|
||
{% for post in blog %} | ||
<div class="{{ loop.cycle('row gx-0 mb-5 mb-lg-0 justify-content-center', 'row gx-0 justify-content-center') }}"> | ||
<div class="col-lg-12 "> | ||
<div class="bg-black text-center h-100 project"> | ||
<div class="d-flex h-100"> | ||
<div class="project-text w-100 my-auto text-center "> | ||
<h4 class="text-white">{{ post[0]["title"] }}</h4> | ||
<h6 class="text-white">Created: {{ post[0]["created"] }} <br>Updated: {{ post[0]["updated"] }}</h6> | ||
<a class="text-white btn btn-dark" href="/{{ post[0]['title'] }}"><h6>Click to view</h6></a> | ||
<hr class="d-none d-lg-block mb-0 ms-0" /> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endfor %} |
Oops, something went wrong.