added a new project
This commit is contained in:
parent
93473dc151
commit
426bc2cca4
4 changed files with 12 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
"project.tutorial.desc": "Interactive online tutorial to learn how to play Riichi Mahjong.",
|
"project.tutorial.desc": "Interactive online tutorial to learn how to play Riichi Mahjong.",
|
||||||
"project.chess.title": "ChessNut",
|
"project.chess.title": "ChessNut",
|
||||||
"project.chess.desc": "Online, self-hostable game: a chess variant with Action cards.",
|
"project.chess.desc": "Online, self-hostable game: a chess variant with Action cards.",
|
||||||
|
"project.csolver.title": "Cemantle solver",
|
||||||
|
"project.csolver.desc": "Efficient solver for the online game Cemantle",
|
||||||
|
|
||||||
"home.pres.desc.agreg": "Computer science agrégé",
|
"home.pres.desc.agreg": "Computer science agrégé",
|
||||||
"home.pres.desc.etude": "Computer science student - ENS Rennes",
|
"home.pres.desc.etude": "Computer science student - ENS Rennes",
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,8 @@
|
||||||
"project.tutorial.desc": "Tutoriel en ligne interactif pour apprendre à jouer au Riichi Mahjong.",
|
"project.tutorial.desc": "Tutoriel en ligne interactif pour apprendre à jouer au Riichi Mahjong.",
|
||||||
"project.chess.title": "ChessNut",
|
"project.chess.title": "ChessNut",
|
||||||
"project.chess.desc": "Jeu en ligne et autohébergeable d'une variante des échecs avec des cartes Action.",
|
"project.chess.desc": "Jeu en ligne et autohébergeable d'une variante des échecs avec des cartes Action.",
|
||||||
|
"project.csolver.title": "Solveur de Cemantle",
|
||||||
|
"project.csolver.desc": "Solveur efficace du jeu en ligne Cemantle",
|
||||||
|
|
||||||
"home.pres.desc.agreg": "Agrégé d'informatique",
|
"home.pres.desc.agreg": "Agrégé d'informatique",
|
||||||
"home.pres.desc.etude": "Étudiant en informatique - ENS Rennes",
|
"home.pres.desc.etude": "Étudiant en informatique - ENS Rennes",
|
||||||
|
|
|
||||||
BIN
projects/img/cicone.jpg
Normal file
BIN
projects/img/cicone.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
|
|
@ -49,6 +49,14 @@
|
||||||
</a>
|
</a>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
<article class="project-card">
|
||||||
|
<a class="card_link" href="https://csolver.cosmoris.fr" arial-label="Csolver - ouvrir">
|
||||||
|
<img loading="lazy" class="project-thumb" src="projects/img/cicone.jpg" alt="Csolver - miniature">
|
||||||
|
<h3 data-i18n="project.csolver.title"></h3>
|
||||||
|
<p class="excerpt" data-i18n="project.csolver.desc"></p>
|
||||||
|
</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
<!-- <article class="prototype-card">
|
<!-- <article class="prototype-card">
|
||||||
<a class="card-link" href="" aria-label="Giant — ouvrir">
|
<a class="card-link" href="" aria-label="Giant — ouvrir">
|
||||||
<img loading="lazy" class="project-thumb" src="projects/img/giant.png" alt="Giant — miniature">
|
<img loading="lazy" class="project-thumb" src="projects/img/giant.png" alt="Giant — miniature">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue