cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit e7a224b6f90db59d2313870a15e31b65018e0099
parent 1421b803d7b61702366c67eb79c7bced2d0d497c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue, 20 Aug 2024 11:58:35 +0200

feat: reorder sections

Diffstat:
Mindex.html | 25+++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/index.html b/index.html @@ -7,6 +7,17 @@ title: Home <section class="post-list"> <div class="container"> + <h2>Professional Experience</h2> + {% for post in site.posts %} + {% if post.categories contains "professional" %} + <article class="post-item"> + <span class="post-meta date-label">{{ post.nicedate }}</span> + <div class="article-title"><a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a></div> + </article> + {% endif %} + {% endfor %} + </div> + <div class="container"> <h2>Education</h2> {% for post in site.posts %} {% if post.categories contains "education" %} @@ -86,19 +97,6 @@ title: Home {% endif %} {% endfor %} </div> - - <div class="container"> - <h2>Professional Experience</h2> - {% for post in site.posts %} - {% if post.categories contains "professional" %} - <article class="post-item"> - <span class="post-meta date-label">{{ post.nicedate }}</span> - <div class="article-title"><a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a></div> - </article> - {% endif %} - {% endfor %} - </div> - <div class="container"> <h2>Public Speaking</h2> {% for post in site.posts %} @@ -110,7 +108,6 @@ title: Home {% endif %} {% endfor %} </div> - <div class="container"> <h2>Certifications & Badges</h2> <ul>