summaryrefslogtreecommitdiff
path: root/public/posts/makingart/index.html
blob: ee91314bb51da26b7eddc2b423f41f4fb48de800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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>