diff options
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> |
