chore: change git link and icons
This commit is contained in:
parent
cc5de77ef0
commit
29b05a6e5c
|
@ -34,8 +34,8 @@
|
|||
},
|
||||
{
|
||||
"network": "Laurent2916",
|
||||
"url": "https://github.com/Laurent2916",
|
||||
"icon": "fa fa-github"
|
||||
"url": "https://git.inpt.fr/fainsil",
|
||||
"icon": "fa fa-gitlab"
|
||||
},
|
||||
{
|
||||
"network": "@fainsil:inpt.fr",
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
},
|
||||
{
|
||||
"network": "Laurent2916",
|
||||
"url": "https://github.com/Laurent2916",
|
||||
"icon": "fa fa-github"
|
||||
"url": "https://git.inpt.fr/fainsil",
|
||||
"icon": "fa fa-gitlab"
|
||||
},
|
||||
{
|
||||
"network": "@fainsil:inpt.fr",
|
||||
|
|
|
@ -62,7 +62,7 @@ permalink: "resume/{{ resume.locale }}/index.html"
|
|||
<a class="fa fa-file-pdf-o" href="{{ project.pdf }}"></a>
|
||||
{% endif %}
|
||||
{% if project.repo %}
|
||||
<a class="fa fa-gitlab" href="{{ project.repo }}"></a>
|
||||
<a class="fa fa-git" href="{{ project.repo }}"></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</section>
|
||||
|
@ -80,7 +80,7 @@ permalink: "resume/{{ resume.locale }}/index.html"
|
|||
<a class="fa fa-file-pdf-o" href="{{ project.pdf }}"></a>
|
||||
{% endif %}
|
||||
{% if project.repo %}
|
||||
<a class="fa fa-gitlab" href="{{ project.repo }}"></a>
|
||||
<a class="fa fa-git" href="{{ project.repo }}"></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</section>
|
||||
|
|
Reference in a new issue