aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2022-03-20 17:55:44 +0100
committerJoris2022-03-20 17:55:44 +0100
commit92ee37d069287d9e92d63526b0f5174f3e1e4310 (patch)
tree8b21deb951248515ab8270c8c13c51ed43760b65
parentc0348680837edd053616d3c0cb1d1728c6ff74f1 (diff)
downloadpersonal-page-92ee37d069287d9e92d63526b0f5174f3e1e4310.tar.gz
personal-page-92ee37d069287d9e92d63526b0f5174f3e1e4310.tar.bz2
personal-page-92ee37d069287d9e92d63526b0f5174f3e1e4310.zip
Add calendar and flashcards projects
-rw-r--r--public/projects.html34
-rw-r--r--public/projects/calendar.pngbin0 -> 44986 bytes
-rw-r--r--public/projects/flashcards.pngbin0 -> 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
new file mode 100644
index 0000000..4066ea6
--- /dev/null
+++ b/public/projects/calendar.png
Binary files differ
diff --git a/public/projects/flashcards.png b/public/projects/flashcards.png
new file mode 100644
index 0000000..c7ec2e5
--- /dev/null
+++ b/public/projects/flashcards.png
Binary files differ