diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-21 21:06:57 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-21 21:06:57 +0100 |
commit | c9c9f63ed4c7f47b816cbc1551c94596eeb90d95 (patch) | |
tree | d551dc267842342b19acac93d49d947e4e6024b5 /public/posts/4Art | |
parent | aeaa18a22f55ed4a3db63790019ca862fea955bc (diff) |
Added new update plus some organization
Diffstat (limited to 'public/posts/4Art')
-rw-r--r-- | public/posts/4Art | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/public/posts/4Art b/public/posts/4Art deleted file mode 100644 index 1e629e9..0000000 --- a/public/posts/4Art +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <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 class="description"> - <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"> - <hr> - <p>As normal thank you for reading!</p> - -</body> -</html> - |