diff options
author | Joris | 2022-03-20 17:55:44 +0100 |
---|---|---|
committer | Joris | 2022-03-20 17:55:44 +0100 |
commit | 92ee37d069287d9e92d63526b0f5174f3e1e4310 (patch) | |
tree | 8b21deb951248515ab8270c8c13c51ed43760b65 /public/projects.html | |
parent | c0348680837edd053616d3c0cb1d1728c6ff74f1 (diff) |
Add calendar and flashcards projects
Diffstat (limited to 'public/projects.html')
-rw-r--r-- | public/projects.html | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/public/projects.html b/public/projects.html index a9a920a..d7651f1 100644 --- a/public/projects.html +++ b/public/projects.html @@ -28,7 +28,7 @@ <ul class="technos"> <li>Rust - <li>Sqlite + <li>SQLite <li>Tera <li>JavaScript <li>CSS @@ -47,6 +47,38 @@ <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, get today’s events with 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 repeatition. + </p> + + <img src="projects/flashcards.png"> + + <ul class="technos"> + <li>Rust + <li>SQLite </ul> </li> |