diff options
| author | schererleander <leander@schererleander.de> | 2024-08-20 21:43:05 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2024-08-20 21:43:05 +0200 |
| commit | f1a7fd27b28044c2e35db64f8c611e3a50672f43 (patch) | |
| tree | d6676e7b8b1ff6755e4eae09b6ace730a4a2167b /html | |
| parent | 016638463023e0afe5d427b1dd6ae99ddb6f9119 (diff) | |
add project
Diffstat (limited to 'html')
| -rw-r--r-- | html/projects.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/html/projects.html b/html/projects.html index adf726c..90d3bfd 100644 --- a/html/projects.html +++ b/html/projects.html @@ -49,6 +49,12 @@ <td><a href="https://github.com/schererleander/expressjs-quiz">GitHub</a></td> </tr> <tr> + <td>raylib-shooter</td> + <td>unfinished raylib project of mine</td> + <td><a href="https://github.com/schererleander/raylib-shooter">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> @@ -69,8 +75,8 @@ <td><a href="https://github.com/schererleander/python-ics-modifier">GitHub</a></td> </tr> <tr> - <td>Todolist</td> - <td>todolist cli programm in C using ncurses</td> + <td>todolist</td> + <td>a simple command-line todolist in C using ncurses</td> <td><a href="https://github.com/schererleander/todolist">GitHub</a></td> </tr> </tbody> |
