Skip to content

Commit

Permalink
add lien in logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gab committed Dec 19, 2023
1 parent f2d0fc6 commit 4364ace
Showing 1 changed file with 44 additions and 12 deletions.
56 changes: 44 additions & 12 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,50 @@ const projects = (await getCollection("work"))
<h2 class="section-title">Skills</h2>
<div class="content">
<li class="skill_img">
<Icon name="icomoon-free:html-five2" size="4rem" />
<Icon name="uiw:css3" size="4rem" />
<Icon name="cib:js" size="4rem" />
<Icon name="cib:php" size="4rem" />
<Icon name="cib:java" size="4rem" />
<Icon name="cib:python" size="4rem" />
<Icon name="simple-icons:astro" size="4rem" />
<Icon name="mdi:react" size="4rem" />
<Icon name="mdi:github" size="4rem" />
<Icon name="file-icons:adobe-photoshop" size="4rem" />
<Icon name="cib:adobe-indesign" size="4rem" />
<Icon name="file-icons:figma" size="4rem" />
<a href="https://fr.wikipedia.org/wiki/Hypertext_Markup_Language"
><Icon
name="icomoon-free:html-five2"
size="4rem"
color="white"
/></a
>
<a href="https://fr.wikipedia.org/wiki/Feuilles_de_style_en_cascade"
><Icon name="uiw:css3" size="4rem" color="white" /></a
>
<a href="https://fr.wikipedia.org/wiki/JavaScript">
<Icon name="cib:js" size="4rem" color="white" /></a
>
<a href="https://fr.wikipedia.org/wiki/PHP">
<Icon name="cib:php" size="4rem" color="white" /></a
>
<a href="https://fr.wikipedia.org/wiki/Java_(langage)"
><Icon name="cib:java" size="4rem" color="white" /></a
>
<a href="https://fr.wikipedia.org/wiki/Python_(langage)"
><Icon name="cib:python" size="4rem" color="white" /></a
>
<a href="https://astro.build/"
><Icon name="simple-icons:astro" size="4rem" color="white" /></a
>
<a href="https://fr.wikipedia.org/wiki/React"
><Icon name="mdi:react" size="4rem" color="white" /></a
>
<a href="https://en.wikipedia.org/wiki/GitHub">
<Icon name="mdi:github" size="4rem" color="white" /></a
>
<a href="https://fr.wikipedia.org/wiki/Adobe_Photoshop">
<Icon
name="file-icons:adobe-photoshop"
size="4rem"
color="white"
/></a
>
<a href="https://fr.wikipedia.org/wiki/Adobe_InDesign"
><Icon name="cib:adobe-indesign" size="4rem" color="white" /></a
>
<a href="https://fr.wikipedia.org/wiki/Figma">
<Icon name="file-icons:figma" size="4rem" color="white" /></a
>
</li>
</div>
</section>
Expand Down

0 comments on commit 4364ace

Please sign in to comment.