diff options
Diffstat (limited to 'html/projects.html')
| -rw-r--r-- | html/projects.html | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/html/projects.html b/html/projects.html deleted file mode 100644 index 90d3bfd..0000000 --- a/html/projects.html +++ /dev/null @@ -1,86 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>߸ projects</title> - <link rel="stylesheet" href="style.css"> -</head> -<body> - <h1>projects</h1> - <table> - <colgroup> - <col style="width: 25%"> - <col style="width: 37%"> - <col style="width: 17%"> - <col style="width: 20%"> - </colgroup> - <thead> - <tr class="header"> - <th>name</th> - <th>description</th> - <th>links</th> - </tr> - </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>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> - <td>Live preview of markdown, supports very basic syntax</td> - <td><a href="https://github.com/schererleander/markdown-preview">GitHub</a></td> - </tr> - <tr> - <td>Quiz Website</td> - <td>Quiz website for school project, very basic and hacked together</td> - <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> - </tr> - <tr> - <td>Expressjs login</td> - <td>web app using react for frontend and express for backend with JSON Web Token (JWT) for session handling</td> - <td><a href="https://github.com/schererleander/expressjs-login">GitHub</a></td> - </tr> - <tr> - <td>Authentication</td> - <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><a href="https://github.com/schererleander/python-ics-modifier">GitHub</a></td> - </tr> - <tr> - <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> - </table> - </body> -</html> - |
