Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/recylife/website
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Nov 10, 2024
2 parents 37cf43c + 4a4dde8 commit df47819
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added images/members/dimitri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,20 @@ <h3 class="member-name">Achille Roussel</h3>
<p class="member-description">"Ce n'est qu'en perdant la liberté qu'on en saisit la pleine valeur"</p>
<button class="member-button" onclick="window.location.href='https://rmbi.ch/aster'">Visiter</button>
</div>
<div class="member-card first">
<div class="member-top">
<img src="./images/members/dimitri.png" alt="Photo de Dimitri Blanchard" class="member-photo">
<h3 class="member-name">Dimitri Blanchard</h3>
</div>
<p class="member-description">"Chaque ligne de code, un instant figé dans la fugacité de l'existence."</p>
<button class="member-button" onclick="window.location.href='https://creakor.xyz'">Visiter</button>
</div>
<div class="member-card">
<div class="member-top">
<img src="./images/members/isaia.jpeg" alt="Photo de Isaia Placi" class="member-photo">
<h3 class="member-name">Isaia Placi</h3>
</div>
<p class="member-description">"Le code n'est pas juste une langue, c'est une manière de penser"</p>
<p class="member-description">"J'aurais utiliser un modèle, mais j'ai choisi d'utiliser la violence."</p>
<button class="member-button" onclick="window.location.href='https://placi.dyn.mk'">Visiter</button>
</div>
<div class="member-card">
Expand Down

0 comments on commit df47819

Please sign in to comment.