Compare commits

..

No commits in common. "a9908e3807424cd5efb193c6919ac67f65dd047d" and "4012d112725982be03d2db08fd6e172880c71caf" have entirely different histories.

4 changed files with 2 additions and 6 deletions

View file

@ -18,6 +18,7 @@ const observer = new IntersectionObserver(entries => {
}); });
},options); },options);
/* document.querySelectorAll('[id^="section"]').forEach(function(section, i) { */
document.querySelectorAll('section').forEach(function(section, i) { document.querySelectorAll('section').forEach(function(section, i) {
observer.observe(section); observer.observe(section);
}); });

View file

@ -2,10 +2,7 @@
{%- for experience in experiences -%} {%- for experience in experiences -%}
<li> <li>
<h3><time datetime="{{ experience.data.startDate }}">{{ experience.data.startDate }}</time><span>-</span><time datetime="{{ experience.data.endDate }}">{{ experience.data.endDate }}</time></h3> <h3><time datetime="{{ experience.data.startDate }}">{{ experience.data.startDate }}</time><span>-</span><time datetime="{{ experience.data.endDate }}">{{ experience.data.endDate }}</time></h3>
<p> <p><strong>{{ experience.data.title }}</strong>, {{ experience.data.location }}</p>
<strong>{% if experience.data.link %}<a href="{{experience.data.link}}">{% endif %}{{ experience.data.title }}{% if experience.data.link %}</a>{% endif %}</strong>,
{{ experience.data.location }}
</p>
<p>{{ experience.data.description }}</p> <p>{{ experience.data.description }}</p>
</li> </li>
{%- endfor -%} {%- endfor -%}

View file

@ -2,7 +2,6 @@
title: Artionet - Web Agency title: Artionet - Web Agency
description: Stage de 4ème année de CFC, développement web description: Stage de 4ème année de CFC, développement web
location: Delémont location: Delémont
link: https://www.artionet.ch
startDate: 2021 startDate: 2021
endDate: 2022 endDate: 2022
--- ---

View file

@ -2,7 +2,6 @@
title: Artionet - Web Agency title: Artionet - Web Agency
description: Développeur Front-End et Support Client description: Développeur Front-End et Support Client
location: Delémont location: Delémont
link: https://www.artionet.ch
startDate: 2022 startDate: 2022
endDate: 2024 endDate: 2024
--- ---