diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/projects.html | 34 | ||||
-rw-r--r-- | public/projects/calendar.png | bin | 0 -> 44986 bytes | |||
-rw-r--r-- | public/projects/flashcards.png | bin | 0 -> 9441 bytes |
3 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> diff --git a/public/projects/calendar.png b/public/projects/calendar.png Binary files differnew file mode 100644 index 0000000..4066ea6 --- /dev/null +++ b/public/projects/calendar.png diff --git a/public/projects/flashcards.png b/public/projects/flashcards.png Binary files differnew file mode 100644 index 0000000..c7ec2e5 --- /dev/null +++ b/public/projects/flashcards.png |