diff options
Diffstat (limited to 'public/posts/makingart/index.html')
| -rw-r--r-- | public/posts/makingart/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/public/posts/makingart/index.html b/public/posts/makingart/index.html new file mode 100644 index 0000000..ee91314 --- /dev/null +++ b/public/posts/makingart/index.html @@ -0,0 +1,63 @@ +<!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> + <nav class="site-nav"> + <div class="nav-container"> + <div class="nav-left"> + <a href="/" class="site-title">Shipwreckt</a> + </div> + <ul class="nav-right"> + <li><a href="/">Home</a></li> + <li><a href="/archive/">Archive</a></li> + <li><a href="/links/">Links</a></li> + <li><a href="/contact/">Contact</a></li> + </ul> + </div> + </nav> + <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> |
