-
-
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 #7 from QU-UP/v0.3.3
V0.3.3
- Loading branch information
Showing
122 changed files
with
24,181 additions
and
12 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 |
---|---|---|
@@ -1,5 +1,10 @@ | ||
created: 2022-4-22 | ||
ezcv_version: 0.3.0 | ||
ezcv_version: 0.3.4 | ||
folder: aerial | ||
name: aerial | ||
required_config: | ||
name: | ||
type: str | ||
default: name | ||
description: "Your full name" | ||
updated: 2022-4-22 |
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 |
---|---|---|
@@ -0,0 +1,129 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>{{ config["name"] }}</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
<link rel="icon" type="image/png" href="images/favicon.png"/> | ||
<!--highlightjs--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
{% if config["ua_code"] %} | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id={{config['ua_code']}}"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', '{{config["ua_code"]}}'); | ||
</script> | ||
{% endif %} | ||
<style> | ||
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif} | ||
</style> | ||
</head> | ||
<body class="w3-light-grey"> | ||
|
||
<!-- w3-content defines a container for fixed size centered content, | ||
and is wrapped around the whole page content, except for the footer in this example --> | ||
<div class="w3-content" style="max-width:100%; min-height:90vh"> | ||
|
||
<!-- Header --> | ||
<header class="w3-container w3-center w3-padding-32"> | ||
<h1><b>{{ config["name"] }}</b></h1> | ||
<p>Welcome to the blog of <span class="w3-tag">{{ config["name"] }}</span></p> | ||
</header> | ||
|
||
<!-- Grid --> | ||
<div class="w3-row"> | ||
|
||
<!-- Blog entries --> | ||
<div class="w3-col l8 s12"> | ||
{{ blog_html | safe}} | ||
</div> | ||
<hr> | ||
<!-- END BLOG ENTRIES --> | ||
|
||
<!-- Introduction menu --> | ||
<div class="w3-col l4"> | ||
<!-- About Card --> | ||
<div class="w3-card w3-margin w3-margin-top" style="max-width: 75%;"> | ||
<img src="{{config['avatar']}}" style="width:100%"> | ||
<div class="w3-container w3-white"> | ||
<h4><b>{{ config["name"] }}</b></h4> | ||
<p>{{ config["biography"] }}</p> | ||
</div> | ||
</div><hr> | ||
<!-- END Introduction Menu --> | ||
</div> | ||
|
||
<!-- END GRID --> | ||
</div><br> | ||
|
||
<!-- Footer --> | ||
<footer class="w3-container w3-dark-grey w3-padding-32 w3-margin-top"> | ||
<div class="w3-row"> | ||
<div class="w3-container w3-third"> | ||
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p> | ||
<p>Built using <a href="https://github.com/descent098/ezcv" target="_blank">ezcv</a></p> | ||
</div> | ||
{% if config['social'] %} | ||
<div class="w3-container w3-third"> | ||
<h3 style="color:#f0f0f0"> Follow me </h3> | ||
{% if config['social']["github"] %} | ||
<div> | ||
<a href="https://github.com/{{config['social']['github']}}" target="_blank" class="footer__link">GitHub</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["youtube"] %} | ||
<div> | ||
<a href="https://youtube.com/{{config['social']['youtube']}}" target="_blank" class="footer__link">YouTube</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["twitch"] %} | ||
<div> | ||
<a href="https://twitch.tv/{{config['social']['twitch']}}" target="_blank" class="footer__link">Twitch</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["twitter"] %} | ||
<div> | ||
<a href="https://www.twitter.com/{{config['social']['twitter']}}" target="_blank" class="footer__link">Twitter</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["instagram"] %} | ||
<div> | ||
<a href="https://www.instagram.com/{{config['social']['instagram']}}" target="_blank" class="footer__link">Instagram</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["facebook"] %} | ||
<div> | ||
<a href="https://www.facebook.com/{{config['social']['facebook']}}" target="_blank" class="footer__link">Facebook</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["linkedin"] %} | ||
<div> | ||
<a href="https://www.linkedin.com/in/{{config['social']['instagram']}}" target="_blank" class="footer__link">LinkedIn</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["snapchat"] %} | ||
<div> | ||
<a href="https://snapchat.com/add/{{config['social']['snapchat']}}" target="_blank" class="footer__link">Snapchat</a> | ||
</div> | ||
{% endif %} | ||
{% if config['email'] %} | ||
<a href="mailto:{{config['email']}}" target="_blank" class="footer__link">{{config['email']}}</a> | ||
{% endif %} | ||
{% if config['phone'] %} | ||
<div> | ||
<a href="tel:{{config['phone']}}" target="_blank" class="footer__link">{{config['phone']}}</a> | ||
</div> | ||
{% endif %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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-5-21 | ||
ezcv_version: 0.3.3 | ||
folder: blog | ||
name: blog | ||
required_config: | ||
avatar: | ||
type: str | ||
default: https://minervastrategies.com/wp-content/uploads/2016/03/default-avatar.jpg | ||
description: "A path to an image of yourself (can also be a URL)" | ||
name: | ||
type: str | ||
default: name | ||
description: "Your full name" | ||
biography: | ||
type: str | ||
default: "A description of yourself" | ||
description: "This field is for writing about yourself you can add a > to span multiple lines" | ||
sections: | ||
blog: | ||
feed: true | ||
fields: | ||
created: | ||
required: true | ||
type: str | ||
title: | ||
required: true | ||
type: str | ||
updated: | ||
required: true | ||
type: str | ||
overview: false | ||
single: true | ||
type: blog | ||
updated: 2022-5-21 |
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,11 @@ | ||
{% for post in blog %} | ||
|
||
<!-- Blog entry --> | ||
<div class="w3-card-4 w3-margin w3-white"> | ||
<div class="w3-container" style="padding: 15px;"> | ||
<h3><b> {{ post[0]["title"] }}</b></h3> | ||
<h5><span class="w3-opacity">Created: {{ post[0]["created"] }} updated:{{ post[0]["updated"] }}</span></h5> | ||
<a href='{{ post[0]["title"] }}' style="background-color: #141414;color: #f0f0f0;padding: 10px;">Read more</a> | ||
</div> | ||
</div> | ||
{% endfor %} |
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,125 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>{{ config["name"] }} | {{ content[0]['title'] }}</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
<link rel="icon" type="image/png" href="images/favicon.png"/> | ||
<!--highlightjs--> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/monokai_sublime.css"> | ||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script> | ||
<style> | ||
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif} | ||
</style> | ||
</head> | ||
<body class="w3-light-grey"> | ||
|
||
<!-- w3-content defines a container for fixed size centered content, | ||
and is wrapped around the whole page content, except for the footer in this example --> | ||
<div class="w3-content" style="max-width:100%; min-height:90vh"> | ||
|
||
<!-- Header --> | ||
<header class="w3-container w3-center w3-padding-32"> | ||
<h1><b>{{ config["name"] }}</b></h1> | ||
<h2>{{ content[0]['title'] }}</span></h2> | ||
<h4 style="color: #898989;">Created: {{ content[0]['created'] }} <br>Updated: {{ content[0]['updated'] }}</h4> | ||
</header> | ||
|
||
<!-- Grid --> | ||
<div class="w3-row"> | ||
|
||
<!-- Blog entries --> | ||
<div class="w3-col l8 s12"> | ||
<div class="w3-card w3-margin w3-white"> | ||
<div class="w3-container" style="padding:20px;"> | ||
<a href="/" style="background-color: #141414;color: #f0f0f0;padding: 10px;">Go back to homepage</a> | ||
{{ content[1] | safe }} | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<!-- END BLOG ENTRIES --> | ||
|
||
<!-- Introduction menu --> | ||
<div class="w3-col l4"> | ||
<!-- About Card --> | ||
<div class="w3-card w3-margin w3-margin-top" style="max-width: 75%;"> | ||
<img src="{{config['avatar']}}" style="width:100%"> | ||
<div class="w3-container w3-white"> | ||
<h4><b>{{ config["name"] }}</b></h4> | ||
<p>{{ config["biography"] }}</p> | ||
</div> | ||
</div><hr> | ||
<!-- END Introduction Menu --> | ||
</div> | ||
|
||
<!-- END GRID --> | ||
</div><br> | ||
|
||
<!-- Footer --> | ||
<footer class="w3-container w3-dark-grey w3-padding-32 w3-margin-top"> | ||
<div class="w3-row"> | ||
<div class="w3-container w3-third"> | ||
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p> | ||
<p>Built using <a href="https://github.com/descent098/ezcv" target="_blank">ezcv</a></p> | ||
</div> | ||
{% if config['social'] %} | ||
<div class="w3-container w3-third"> | ||
<h3 style="color:#f0f0f0"> Follow me </h3> | ||
{% if config['social']["github"] %} | ||
<div> | ||
<a href="https://github.com/{{config['social']['github']}}" target="_blank" class="footer__link">GitHub</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["youtube"] %} | ||
<div> | ||
<a href="https://youtube.com/{{config['social']['youtube']}}" target="_blank" class="footer__link">YouTube</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["twitch"] %} | ||
<div> | ||
<a href="https://twitch.tv/{{config['social']['twitch']}}" target="_blank" class="footer__link">Twitch</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["twitter"] %} | ||
<div> | ||
<a href="https://www.twitter.com/{{config['social']['twitter']}}" target="_blank" class="footer__link">Twitter</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["instagram"] %} | ||
<div> | ||
<a href="https://www.instagram.com/{{config['social']['instagram']}}" target="_blank" class="footer__link">Instagram</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["facebook"] %} | ||
<div> | ||
<a href="https://www.facebook.com/{{config['social']['facebook']}}" target="_blank" class="footer__link">Facebook</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["linkedin"] %} | ||
<div> | ||
<a href="https://www.linkedin.com/in/{{config['social']['instagram']}}" target="_blank" class="footer__link">LinkedIn</a> | ||
</div> | ||
{% endif %} | ||
{% if config['social']["snapchat"] %} | ||
<div> | ||
<a href="https://snapchat.com/add/{{config['social']['snapchat']}}" target="_blank" class="footer__link">Snapchat</a> | ||
</div> | ||
{% endif %} | ||
{% if config['email'] %} | ||
<a href="mailto:{{config['email']}}" target="_blank" class="footer__link">{{config['email']}}</a> | ||
{% endif %} | ||
{% if config['phone'] %} | ||
<div> | ||
<a href="tel:{{config['phone']}}" target="_blank" class="footer__link">{{config['phone']}}</a> | ||
</div> | ||
{% endif %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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
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
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
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Aggelos Gesoulis - Katerina Limpitsouni | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.