art.html (1572B)
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>Contact</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 <h1>Digital art</h1> 24 <p>On this page is a collection of art I have made over time. There are two categories: profile pictures and wallpapers. Have a look around, and feel free to use all this art without asking-I don't mind!</p> 25 <p>If you are curious I use <a href="https://www.gimp.org/">Gimp</a> for all of my art.</p> 26 <hr> 27 <h2>Profile pictures</h2> 28 <img src="../../Images/art/pfp/Tux_vaporwave.png" width="500px"> 29 <img src="../../Images/art/pfp/mercian.png" width="500px"> 30 <hr> 31 <h2>Wallpapers</h2> 32 <p>As of right now my favourite wallpaper is the edit of Newyork I have done!</p> 33 <p>Dublin</p> 34 <img src="../../Images/art/wallpaper/0Dublin.jpg" width="700px" alt="Dublin"> 35 <p>Newyork</p> 36 <img src="../../Images/art/wallpaper/1NewYork.jpg" width="700px" alt="Newyork"> 37 38 39 </main> 40 </body> 41 </html> 42