diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-21 19:19:17 +0000 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-21 19:19:17 +0000 |
commit | 8bbdcbb2d0711134a68bd80ae541edbfb4f472ad (patch) | |
tree | 22f61dfa3335fbc7b96a11f06a6d0b7eb9988fa9 /public/posts/03Art | |
parent | 7ef03c449fc051b5fdf91f2d203af7b8696ea3cf (diff) |
Changed all files to .html and new post!
Diffstat (limited to 'public/posts/03Art')
-rw-r--r-- | public/posts/03Art | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/public/posts/03Art b/public/posts/03Art deleted file mode 100644 index 7518796..0000000 --- a/public/posts/03Art +++ /dev/null @@ -1,38 +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>Art</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><a href="../projects.html">Projects</a></li> - <li><a href="../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main> - <h2>Making some art</h2> - <h3>Date: 24-7-2024</h3><hr> - <p>Over the last few days in my free time, I have been messing around with <a href="https://www.gimp.org/">Gimp</a> to make some wallpapers and a profile picture. I do admit this is something I plan to do more of, so I have made a page on my <a href="../projects.html">projects page</a> for all of the art I have done! Below are some examples of what I have done so far; I am exited to do some more!</p><hr> - <p>Here I have tried to give Tux a vaporwave effect.</p> - - <img src="../Images/art/pfp/Tux_vaporwave.png" width="500px"><hr> - - <p>Here are all the wallpapers I have done so far! I think the Newyork image is the best one so far.</p> - <img src="../Images/art/wallpaper/0Dublin.jpg" width="700px" alt="Dublin"> - <img src="../Images/art/wallpaper/1NewYork.jpg" width="700px" alt="Newyork"> - - <center><hr> - <pre><a href="../index.html">Back 🚪</a></pre> - </body> -</html> - |