Skip to content

Commit

Permalink
finish atike article + update cv
Browse files Browse the repository at this point in the history
  • Loading branch information
beuleubeuleu committed Oct 21, 2023
1 parent 8689646 commit a48be5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Binary file not shown.
Binary file modified src/assets/CV-Billy-Klotz-FR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/cv.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import BreadcrumbsItem from "../components/shared/BreadcrumbsItem.astro";
<section>
<ul class="links">
<li>
<a href="/billy-klotz-cv-webdev.pdf" target="_blank">Voir le document en pdf dans un nouvel onglet</a>
<a href="/CV-Billy-Klotz-FR-v4.pdf" target="_blank">Voir le document en pdf dans un nouvel onglet</a>
</li>
<li>
Télécharger
<a href="/billy-klotz-cv-webdev.pdf" download>billy-klotz-cv-webdev (.pdf 245ko )</a>
<a href="/CV-Billy-Klotz-FR-v4.pdf" download>billy-klotz-cv-webdev (.pdf 245ko )</a>
</li>
</ul>
<Image src={ cvPdf } alt="cv" width="960" height="1354" class="cv" format="webp"></Image>
Expand Down
11 changes: 6 additions & 5 deletions src/pages/projets/atike.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ import { Image } from "astro:assets";
techstack={ ["AstroJS", "AWS"] }
>
<ul class="links">
{/*<li>
<a href="atike.fr"
target="_blank">Lien vers le site Atikè ()
</a>
</li>*/ }
<li>
<a href="https://www.atike.fr"
target="_blank">
Lien vers le site Atikè
</a>
</li>
<li>
<a href="/projets/educa#TLDR">TLDR</a>
</li>
Expand Down

0 comments on commit a48be5c

Please sign in to comment.