Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8a0078c8 authored by Martin Déclert's avatar Martin Déclert :cd:
Browse files

Ajout des liens vers Gitlab et Linkedin

parent 1320a14a
No related branches found
No related tags found
No related merge requests found
const image = document.querySelector('.content img');
const image = document.querySelector('.content > img');
new simpleParallax(image, {
orientation: 'down'
});
......@@ -35,10 +35,10 @@
<div class="social">
<h2 class="white">Social</h2>
<div class="networks">
<a href="#gitlab">
<a href="https://lab.frogg.it/users/mdeclert.dev_gmail.com/projects" target="_blank">
<img src="assets/icons/gitlab.svg" alt="gitlab">
</a>
<a href="#linkedin">
<a href="https://www.linkedin.com/in/martin-d%C3%A9clert/" target="_blank">
<img src="assets/icons/linkedin.svg" alt="linkedin">
</a>
</div>
......
......@@ -13,11 +13,11 @@
<span class="white"><%= downTitle %></span>
</h2>
<div class="links">
<a href="#gitlab">
<a href="https://lab.frogg.it/users/mdeclert.dev_gmail.com/projects" target="_blank">
<img src="assets/icons/gitlab.svg" alt="gitlab">
</a>
<span class="separator"></span>
<a href="#linkedin">
<a href="https://www.linkedin.com/in/martin-d%C3%A9clert/" target="_blank">
<img src="assets/icons/linkedin.svg" alt="linkedin">
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment