summaryrefslogtreecommitdiff
path: root/public/posts/makingart
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /public/posts/makingart
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'public/posts/makingart')
-rw-r--r--public/posts/makingart/index.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/public/posts/makingart/index.html b/public/posts/makingart/index.html
new file mode 100644
index 0000000..7d8ed50
--- /dev/null
+++ b/public/posts/makingart/index.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/assets/css/main.css">
+ <title>Making some art</title>
+ </head>
+ <body>
+ <article>
+ <header>
+ <h1>Making some art</h1>
+ <p class="post-date">July 24, 2024</p>
+ </header>
+ <div class="post-content">
+ <hr>
+ <h2>Introduction</h2>
+<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 projects page 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>
+<h2>Art</h2>
+<p>Tux with a vaporwave effect
+<img width="800" src="/images/art/Tux_vaporwave.png"></p>
+<p>Some wallpapers I have done, my favourite is my edit of Newyork
+<img width="800" src="/images/art/Dublin.png">
+<img width="800" src="/images/art/NewYork.png"></p>
+
+ </div>
+ </article>
+
+
+
+
+ <footer class="post-footer">
+ <!-- 🌟 Back button -->
+ <a href="/" class="back-button">⬅ Back to Home</a>
+
+
+ <p class="post-tags">
+
+ <a href="/tags/life/"
+ aria-label="View posts tagged life">
+ life
+ </a>
+
+ </p>
+
+ </footer>
+
+ </body>
+</html>
+