aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschererleander <leander@leander-scherer.de>2024-08-09 17:08:44 +0200
committerschererleander <leander@leander-scherer.de>2024-08-09 17:08:44 +0200
commitc68343dd42d8591d65b117b75d4118764c1d2d98 (patch)
treec839bfd1c8e5c76dfda06b6d94637b8951ba5c1f
parentd666a6e7243c566014c3135d68ad3deff6c9c68e (diff)
feat: sort project, add project
-rw-r--r--html/projects.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/html/projects.html b/html/projects.html
index 33c189b..aee9f3b 100644
--- a/html/projects.html
+++ b/html/projects.html
@@ -24,14 +24,19 @@
</thead>
<tbody>
<tr>
+ <td>Space Invaders</td>
+ <td>Old school project of mine</td>
+ <td><a href="https://github.com/schererleander/pygame-space-invaders">GitHub</a></td>
+ </tr>
+ <tr>
<td>Hackintosh</td>
<td>Was fascinated with macOS didnt had a Mac so i was lucky that my pc was compatible. I really liked MacOS and even bough a MacBook afterward</td>
<td><a href="https://github.com/schererleander/opencore-config">GitHub</a></td>
</tr>
<tr>
- <td>Space Invaders</td>
- <td>Old school project of mine</td>
- <td><a href="https://github.com/schererleander/pygame-space-invaders">GitHub</a></td>
+ <td>hyprland rice</td>
+ <td>got into ricing, used arch btw</td>
+ <td><a href="https://github.com/schererleander/hyprdots">GitHub</a></td>
</tr>
<tr>
<td>Markdown Preview</td>
@@ -44,11 +49,6 @@
<td><a href="https://github.com/schererleander/expressjs-quiz">GitHub</a></td>
</tr>
<tr>
- <td>hyprland rice</td>
- <td>got into ricing, used arch btw</td>
- <td><a href="https://github.com/schererleander/hyprdots">GitHub</a></td>
- </tr>
- <tr>
<td>another rice</td>
<td>tried a different wm, stopped ricing after that, consumed a lot of time</td>
<td><a href="https://github.com/schererleander/labwcdots">GitHub</a></td>
@@ -63,6 +63,11 @@
<td>yet another authentication system. this time, it securely stores passwords using bcrypt with salting.</td>
<td><a href="https://github.com/schererleander/authentication">GitHub</a>
</tr>
+ <tr>
+ <td>Python ICS Modifier</td>
+ <td>simple python script to add reminder (to take out the trash) at 17:00 the day before the event</td>
+ <td href="https://github.com/schererleander/python-ics-modifier">GitHub</td>
+ </tr>
</tbody>
</table>
</body>