website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

03Art.html (1651B)


      1 <!DOCTYPE html>
      2 <html lang="en-GB">
      3   <head>
      4     <meta charset="UTF-8">
      5     <meta name="author" content="Shipwreckt">
      6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      7     <title>Art</title>
      8     <link rel="stylesheet" href="../styles.css">
      9     <link rel="icon" href="../Images/favi.png" type="image/x-icon">
     10   </head>
     11   <body>
     12     <header>
     13       <nav>
     14         <ul>
     15           <li><a href="../index.html">Home</a></li>
     16           <li><a href="../links.html">Links</a></li>
     17           <li><a href="../projects.html">Projects</a></li>
     18           <li><a href="../contact.html">Contact</a></li>
     19         </ul>
     20       </nav>
     21     </header>
     22     <main>
     23       <h2>Making some art</h2>
     24       <h3>Date: 24-7-2024</h3><hr>
     25       <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>
     26       <p>Here I have tried to give Tux a vaporwave effect.</p>
     27 
     28       <img src="../Images/art/pfp/Tux_vaporwave.png" width="500px"><hr>
     29 
     30       <p>Here are all the wallpapers I have done so far! I think the Newyork image is the best one so far.</p>
     31       <img src="../Images/art/wallpaper/0Dublin.jpg" width="700px" alt="Dublin">
     32       <img src="../Images/art/wallpaper/1NewYork.jpg" width="700px" alt="Newyork">
     33 
     34       <center><hr>
     35         <pre><a href="../index.html">Back 🚪</a></pre>
     36   </body>
     37 </html>
     38