aboutsummaryrefslogtreecommitdiff
path: root/public/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/projects.html')
-rw-r--r--public/projects.html34
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>