diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
| commit | 7a52ddeba2a68388b544f529d2d92104420f77b0 (patch) | |
| tree | 15ddd47457a2cb4a96060747437d36474e4f6b4e /public/projects.html | |
| parent | 53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff) | |
Changed from static to 11ty!
Diffstat (limited to 'public/projects.html')
| -rw-r--r-- | public/projects.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/public/projects.html b/public/projects.html deleted file mode 100644 index 54f0676..0000000 --- a/public/projects.html +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html> -<html lang="en-GB"> - <head> - <meta charset="UTF-8"> - <meta name="author" content="Shipwreckt"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Projects</title> - <link rel="stylesheet" href="styles.css"> - <link rel="icon" href="Images/favi.png" type="image/x-icon"> - </head> - <body> - <header> - <nav> - <ul> - <li><a href="index.html">Home</a></li> - <li><a href="links.html">Links</a></li> - <li class="logo"><a href="index.html"><img src="Images/misc/logo.png" alt="Logo"></a></li> - <li><a href="projects.html">Projects</a></li> - <li><a href="contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main> - <h1>Projects</h1> - <p>Below is a list of all my projects avaliable online.</p> - <hr> - <h2>Programming</h2> - <p>- <a href="projects/programs/dotfiles.html">Dotfiles</a><p> - <p>- <a href="projects/programs/fakefetch.html">Fakefetch script</a></p> - - <h2>Hardware</h2> - <p>- <a href="projects/hardware/ThinkPad-T440p.html">ThinkPad T440p</a> - - <h2>Written works</h2> - <p>- <a href="projects/writing/weeklybyte/weeklybyte.html">Weekly Byte</a></p> - - <h2>Misc</h2> - <p>- <a href="projects/art/art.html">Digital art</a></p> - <hr> - <a href="https://endsoftwarepatents.org/innovating-without-patents"><img style="height: 45px;" src="https://static.fsf.org/nosvn/esp/logos/patent-free.svg"></a> - </main> - </body> -</html> - |
