Compare commits
2 commits
4012d11272
...
a9908e3807
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9908e3807 | ||
|
|
183cb03399 |
|
|
@ -18,7 +18,6 @@ const observer = new IntersectionObserver(entries => {
|
|||
});
|
||||
},options);
|
||||
|
||||
/* document.querySelectorAll('[id^="section"]').forEach(function(section, i) { */
|
||||
document.querySelectorAll('section').forEach(function(section, i) {
|
||||
observer.observe(section);
|
||||
});
|
||||
|
|
@ -2,7 +2,10 @@
|
|||
{%- for experience in experiences -%}
|
||||
<li>
|
||||
<h3><time datetime="{{ experience.data.startDate }}">{{ experience.data.startDate }}</time><span>-</span><time datetime="{{ experience.data.endDate }}">{{ experience.data.endDate }}</time></h3>
|
||||
<p><strong>{{ experience.data.title }}</strong>, {{ experience.data.location }}</p>
|
||||
<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>
|
||||
</li>
|
||||
{%- endfor -%}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
title: Artionet - Web Agency
|
||||
description: Stage de 4ème année de CFC, développement web
|
||||
location: Delémont
|
||||
link: https://www.artionet.ch
|
||||
startDate: 2021
|
||||
endDate: 2022
|
||||
---
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
title: Artionet - Web Agency
|
||||
description: Développeur Front-End et Support Client
|
||||
location: Delémont
|
||||
link: https://www.artionet.ch
|
||||
startDate: 2022
|
||||
endDate: 2024
|
||||
---
|
||||
Loading…
Reference in a new issue