feat: resume improvement

This commit is contained in:
Laureηt 2020-11-26 21:26:22 +01:00
parent 8c34993511
commit 8959a152ca
3 changed files with 185 additions and 165 deletions

View file

@ -3,7 +3,7 @@
"info": { "info": {
"label": "CS Engineering Student", "label": "CS Engineering Student",
"brief": "Lorem ipsum, dolor sit amet consectetur adipisicing elit. Porro quo modi maiores debitis iure suscipit nobis labore tempora laudantium hic dignissimos nam dolores." "about": "Lorem, ipsum dolor sit amet consectetur adipisicing elit. Aspernatur, vitae velit. Nesciunt ipsam, repellendus expedita quae eius, illum, sapiente fugit quasi repudiandae cum tempora vitae numquam? Voluptatum nihil reprehenderit incidunt!"
}, },
"contacts": [ "contacts": [
@ -53,46 +53,20 @@
"projects": [ "projects": [
{ {
"title": "Awesome Project #1", "title": "This website",
"category": "FOSS", "category": "FOSS",
"url": "http://project-page.org", "url": "https://www.bde.inp-toulouse.fr/~fainsil/",
"repo": "https://project-repo.com", "repo": "https://project-repo.com",
"media": [], "role": "Author",
"role": "Contributor", "description": "I made this website almost entirely from scratch, I used the static site generetor 11ty.js to simplify the process thanks to its templating system. I learned a lot about HTML, CSS, Javascript and it also allowed me to strengthen my git skills."
"summary": "Show off your project work with a Markdown-and-HTML friendly summary of your role on the project. Software projects, creative projects, business projects can all appear here.",
"description": "A description of the project, for audiences that may not be familiar with it. Like the summary section, can include **Markdown** and inline <strong>HTML</strong> formatting.",
"highlights": [
"Project Highlight #1",
"Project Highlight #2",
"Project Highlight #3"
],
"keywords": [
"Tag1",
"Tag2",
"Tag3",
"Tag4"
]
}, },
{ {
"title": "Asteroids", "title": "Project 2",
"category": "FOSS", "category": "FOSS",
"url": "http://asteroids-demo.org", "url": "http://asteroids-demo.org",
"repo": "https://asteroids-repo.com", "repo": "https://asteroids-repo.com",
"media": [],
"role": "Creator", "role": "Creator",
"summary": "Conceived, designed, implemented, and created 3D Asteroids space shooter with Unreal Engine IV and C++.", "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores id adipisci, laudantium tempora neque asperiores repellat enim quasi vel doloremque non quas quibusdam qui magnam et reprehenderit cum facilis labore ad dicta ab accusamus, reiciendis corrupti excepturi! Possimus eligendi suscipit nam labore aliquid, deserunt reprehenderit nemo quos et alias! Fuga."
"description": "A 3D Asteroids clone with Unreal 4 and cross-platform C++.",
"highlights": [
"Project Highlight #1",
"Project Highlight #2",
"Project Highlight #3"
],
"keywords": [
"C++",
"Unreal Engine",
"3D",
"DirectX"
]
} }
], ],
@ -126,22 +100,23 @@
"skills": [ "skills": [
{ {
"name": "Web Development", "name": "Web Development",
"level": "beginner", "level": "intermediate",
"tags": [ "tags": [
"HTML 5", "HTML5",
"CSS 3", "CSS3",
"JavaScript", "JavaScript",
"11ty.js" "11ty.js"
] ]
}, },
{ {
"name": "General Softwares", "name": "General Softwares",
"level": "intermediate", "level": "advanced",
"tags": [ "tags": [
"Word", "Word",
"Excel", "Excel",
"LaTeX", "LaTeX",
"Linux" "Linux",
"Git"
] ]
}, },
{ {
@ -171,13 +146,18 @@
"reading": [ "reading": [
{ {
"title": "r/programming", "title": "r/programming",
"flavor": "website", "type": "website",
"url": "https://www.reddit.com/r/programming" "url": "https://www.reddit.com/r/programming"
}, },
{ {
"title": "r/privacy", "title": "r/privacy",
"flavor": "website", "type": "website",
"url": "https://www.reddit.com/r/privacy" "url": "https://www.reddit.com/r/privacy"
},
{
"title": "Competitive Programming <small>(3rd ed.)</small>",
"type": "website",
"url": "https://cpbook.net/"
} }
], ],
@ -253,7 +233,7 @@
}, },
{ {
"language": "English", "language": "English",
"level": "bilingual", "level": "proficient",
"icon": "flag-icon flag-icon-gb" "icon": "flag-icon flag-icon-gb"
}, },
{ {
@ -263,7 +243,7 @@
}, },
{ {
"language": "Spanish", "language": "Spanish",
"level": "basic", "level": "elementary",
"icon": "flag-icon flag-icon-es" "icon": "flag-icon flag-icon-es"
}, },
{ {
@ -315,7 +295,7 @@
}, },
{ {
"name": "Climbing", "name": "Climbing",
"summary": "Nice way to get relief from stress", "summary": "A nice way to relieve stress",
"keywords": [ "keywords": [
"Climbing", "Climbing",
"Strength" "Strength"

View file

@ -9,18 +9,18 @@ body {
.col-1 { .col-1 {
flex: 60%; flex: 60%;
padding-right: .5em; padding-right: 1em;
} }
.col-2 { .col-2 {
flex: 40%; flex: 40%;
padding-left: .5em; padding-left: 1em;
} }
ul { ul {
list-style: none; list-style: none;
margin: 0; margin: 0;
padding-left: 15px; padding-left: 1em;
} }
.timeline > li { .timeline > li {
@ -41,9 +41,26 @@ li.event {
} }
small { small {
font-size: 15px; font-size: .7em;
vertical-align: middle;
} }
h2 > small { h1 > small {
font-size: 18px; font-size: .45em;
}
section {
padding-left: 1em;
}
section > p {
padding-left: 1em;
margin: 0;
}
section > h3 {
margin-bottom: .3em;
}
h2 {
margin: 1em 0 .3em 0;
} }

View file

@ -19,6 +19,8 @@ username: Laureηt
</head> </head>
<body> <body>
<div style="position: fixed; top: 1em; right: 1em; border: 2px red dashed; color: white;">UNDER CONSTRUCTION</div>
<header> <header>
<span data-chaffle-onload="" data-chaffle="en">{{ username }}</span> <span data-chaffle-onload="" data-chaffle="en">{{ username }}</span>
<span class="blink" style="display:inline;">_</span> <span class="blink" style="display:inline;">_</span>
@ -27,18 +29,39 @@ username: Laureηt
<div class="row"> <div class="row">
<div class="col-1"> <div class="col-1">
<h2>{{ resume.name }} <small>({{ resume.info.label }})</small></h2> <h1>{{ resume.name }} <small>({{ resume.info.label }})</small></h1>
<p>{{ resume.info.brief }}</p> <p>{{ resume.info.about }}</p>
<h2>Projects</h2> <h2>Projects</h2>
<h3>Project 1</h3> {% for project in resume.projects %}
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Porro quo modi maiores debitis iure suscipit nobis labore tempora laudantium hic dignissimos nam dolores, exercitationem, rem magni doloremque impedit asperiores tempore maxime blanditiis aliquid, iusto deleniti consectetur incidunt. Aliquam, cupiditate quas.</p> <section>
<h3>{{ project.title }}</h3>
<p>{{ project.description }}</p>
</section>
{% endfor %}
<h3>Project 2</h3> <h2>Reading</h2>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Mollitia atque voluptate odio commodi officiis, asperiores tempore voluptates sequi velit explicabo error nesciunt eaque. Reiciendis aut at corporis, nihil laboriosam adipisci cumque, ut quis eaque sunt, qui nemo officia est similique.</p> <ul>
{% for read in resume.reading %}
<li>
{% if read.type == 'website' %}
<a href="{{ read.url }}">{{ read.title | safe }}</a>
{% endif %}
</li>
{% endfor %}
</ul>
<h2>Interests</h2>
{% for interest in resume.interests %}
<section>
<h3>{{ interest.name }}</h3>
<p>{{ interest.summary }}</p>
</section>
{% endfor %}
</div> </div>
<div class="col-2"> <div class="col-2">
<h2>Contacts</h2> <h2>Contacts</h2>