aboutsummaryrefslogtreecommitdiff
path: root/public/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/projects.html')
-rw-r--r--public/projects.html203
1 files changed, 0 insertions, 203 deletions
diff --git a/public/projects.html b/public/projects.html
deleted file mode 100644
index c8e6b02..0000000
--- a/public/projects.html
+++ /dev/null
@@ -1,203 +0,0 @@
-<!doctype html>
-<html lang="fr">
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width">
-<meta name="author" content="Joris Guyonvarch">
-<meta name="description" content="See my resume and projects.">
-<link rel="stylesheet" href="/main.css">
-<link rel="icon" href="/icon.png">
-
-<title>Joris Guyonvarch – Projects</title>
-
-<header>
- <a href="/">Resume</a>
- <a href="/projects.html" class="current">Projects</a>
-</header>
-
-<ol class="sections">
- <li>
- <h1>
- Budget (<a href="https://gitlab.com/guyonvarch/budget" target="_blank">code</a>)
- </h1>
-
- <p>
- Manage a budget, letting people to pay depending on their income.
- </p>
-
- <img src="projects/budget.png">
-
- <ul class="technos">
- <li>Rust
- <li>SQLite
- <li>Tera
- <li>JavaScript
- <li>CSS
- </ul>
- </li>
-
- <li>
- <h1>Todo (<a href="https://gitlab.com/guyonvarch/todo" target="_blank">code</a>)</h1>
-
- <p>
- Manage a context-based next-action list.
- </p>
-
- <img src="projects/todo.png">
-
- <ul class="technos">
- <li>Python
- <li>Qt
- <li>SQLite
- </ul>
- </li>
-
- <li>
- <h1>Calendar (<a href="https://gitlab.com/guyonvarch/calendar" target="_blank">code</a>)</h1>
-
- <p>
- Manage events and repeated events. Also get today’s events with a CLI interface.
- </p>
-
- <img src="projects/calendar.png">
-
- <ul class="technos">
- <li>Rust
- <li>Gtk 4
- <li>SQLite
- </ul>
- </li>
-
- <li>
- <h1>Flashcards (<a href="https://gitlab.com/guyonvarch/flashcards" target="_blank">code</a>)</h1>
-
- <p>
- Learn with space repetition.
- </p>
-
- <img src="projects/flashcards.png">
-
- <ul class="technos">
- <li>Rust
- <li>SQLite
- </ul>
- </li>
-
- <li>
- <h1>
- Cooking
- (<a href="https://cooking.guyonvarch.me" target="_blank">website</a>,
- <a href="https://gitlab.com/guyonvarch/cooking" target="_blank">code</a>)
- </h1>
-
- <p>
- Show recipes with adjustable ingredient portions.
- </p>
-
- <img src="projects/cooking.png">
-
- <ul class="technos">
- <li>HTML
- <li>CSS
- <li>JavaScript
- </ul>
- </li>
-
- <li>
- <h1>
- Reading
- (<a href="https://guyonvarch.gitlab.io/reading" target="_blank">app</a>,
- <a href="https://gitlab.com/guyonvarch/reading" target="_blank">code</a>)
- </h1>
-
- <p>
- Guide students to find a book by refining the result set with faceted search.
- </p>
-
- <img src="projects/reading.png">
-
- <ul class="technos">
- <li>Scala
- <li>Scala.js
- <li>ScalaCSS
- <li>Scalatags
- <li>Scala.Rx
- </ul>
- </li>
-
- <li>
- <h1>
- Map
- (<a href="https://guyonvarch.gitlab.io/map" target="_blank">app</a>,
- <a href="https://gitlab.com/guyonvarch/map" target="_blank">code</a>)
- </h1>
-
- <p>
- Add customized markers on a map.
- </p>
-
- <img src="projects/map.png">
-
- <ul class="technos">
- <li>Ocaml
- <li>BuckleScript
- <li>Leaflet
- </ul>
- </li>
-
- <li>
- <h1>
- cAtchVoid
- (<a href="http://guyonvarch.gitlab.io/catchvoid" target="_blank">game</a>,
- <a href="https://gitlab.com/guyonvarch/catchvoid" target="_blank">code</a>)
- </h1>
-
- <p>
- Catch the points of your color, avoid the others. You can switch colors
- in order to reverse the game mechanic. Get the best score.
- </p>
-
- <img src="projects/catchvoid.png">
-
- <ul class="technos">
- <li>Elm
- </ul>
- </li>
-
- <li>
- <h1>
- Tabata
- (<a href="http://tabata.guyonvarch.me" target="_blank">app</a>,
- <a href="https://gitlab.com/guyonvarch/tabata" target="_blank">code</a>)
- </h1>
-
- <p>
- Configure and run a tabata timer.
- </p>
-
- <img src="projects/tabata.png">
-
- <ul class="technos">
- <li>TypeScript
- <li>CSS
- </ul>
- </li>
-
- <li>
- <h1>
- Timer
- (<a href="http://guyonvarch.gitlab.io/timer" target="_blank">app</a>,
- <a href="https://gitlab.com/guyonvarch/timer" target="_blank">code</a>)
- </h1>
-
- <p>
- Create and manage timers.
- </p>
-
- <img src="projects/timer.png">
-
- <ul class="technos">
- <li>Elm
- </ul>
- </li>
-
-</ul>