feat(index): added some projects (~draft)

This commit is contained in:
Laureηt 2021-11-29 23:21:45 +01:00
parent 714e9af146
commit 482bab9948
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
3 changed files with 51 additions and 30 deletions

View file

@ -2,6 +2,12 @@
layout: layout.njk
---
{% block head %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
{% endblock head %}
# whoami {data-chaffle="en"}
Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work. Here is my [resume]({{ '/resume/en' | url }}) if you are professionally interested.
@ -10,7 +16,22 @@ Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [E
# ls projects {data-chaffle="en"}
Nothing worth showing for now. Come back later.
{% for project in resumes.en.personnal_projects.list %}
<section>
<h3>{{ project.title }}</h3>
<p>{{ project.description }}</p>
<div class="project-links">
{%- if project.pdf -%}
<a class="fa fa-file-pdf-o" href="{{ 'project.pdf' | url }}">test</a>
{%- endif -%}
{%- if project.repo -%}
<a class="fa fa-git" href="{{ project.repo }}"></a>
{%- endif -%}
</div>
</section>
{% endfor %}
---

View file

@ -74,35 +74,6 @@ h1>small {
font-size: 0.45em;
}
section {
padding-left: 1em;
padding-bottom: 1em;
p {
padding-left: 1em;
margin: 0;
margin-bottom: 0.2em;
}
h3 {
margin-bottom: 0.3em;
}
ul {
padding-left: 2em;
padding-bottom: 1em;
}
.project-links {
padding-left: 1em;
a {
padding-left: 0.3em;
text-decoration: none;
}
}
}
@media print {
@page {
size: auto;

View file

@ -92,6 +92,35 @@ video {
margin: 0 auto;
}
section {
padding-left: 1em;
padding-bottom: 1em;
p {
padding-left: 1em;
margin: 0;
margin-bottom: 0.2em;
}
h3 {
margin-bottom: 0.3em;
}
ul {
padding-left: 2em;
padding-bottom: 1em;
}
.project-links {
padding-left: 1em;
a {
padding-left: 0.3em;
text-decoration: none;
}
}
}
@media only screen and (max-width: 64rem) {
body {
width: calc(100% - 4rem);