diff options
Diffstat (limited to 'html/projects.html')
| -rw-r--r-- | html/projects.html | 21 |
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> |
