Skip to content

Commit

Permalink
Merge pull request #6 from QU-UP/v0.3.0
Browse files Browse the repository at this point in the history
V0.3.0
  • Loading branch information
Descent098 authored May 16, 2022
2 parents 6b63e38 + aacea7f commit 956a749
Show file tree
Hide file tree
Showing 35 changed files with 1,202 additions and 9 deletions.
4 changes: 4 additions & 0 deletions aerial/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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') %}
Expand Down
5 changes: 5 additions & 0 deletions aerial/metadata.yml
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
3 changes: 3 additions & 0 deletions creative/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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)-->
Expand Down
14 changes: 14 additions & 0 deletions creative/metadata.yml
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
3 changes: 3 additions & 0 deletions cv/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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-->
Expand Down
38 changes: 38 additions & 0 deletions cv/metadata.yml
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
3 changes: 3 additions & 0 deletions ethereal/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
34 changes: 34 additions & 0 deletions ethereal/metadata.yml
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
3 changes: 3 additions & 0 deletions freelancer/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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)-->
Expand Down
40 changes: 40 additions & 0 deletions freelancer/metadata.yml
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
10 changes: 5 additions & 5 deletions grayscale/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -612,27 +612,27 @@ progress {

@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
max-width: 600px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
max-width: 800px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
max-width: 1000px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
max-width: 1400px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
max-width: 1620px;
}
}
.row {
Expand Down
Binary file added grayscale/images/section-headings/blog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions grayscale/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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-->
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down
43 changes: 43 additions & 0 deletions grayscale/metadata.yml
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
18 changes: 18 additions & 0 deletions grayscale/sections/blog/feed.jinja
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 %}
Loading

0 comments on commit 956a749

Please sign in to comment.