summaryrefslogtreecommitdiff
path: root/public/posts/03Art
blob: 852017b6dd99b67fcb02dd6bafe72c4fc8518a03 (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
<!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>
      <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>