-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2024.html
executable file
·35 lines (31 loc) · 1.66 KB
/
2024.html
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
<!DOCTYPE html>
<html>
<head>
<title>_lounge</title>
<link rel="icon" type="image/png" sizes="32x32" href="resources/favicon.png">
<meta name="title" content="nk_lounge">
<meta name="description" content="a personal website">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="menu">
<div class="windowtitle">Menu</div>
<a class="menubutton" href="portfolio.html" title="Back" draggable="false"><img src="resources/Back.svg" draggable="false"></a>
</div>
<div class="main">
<div class="windowtitle">2024 Art (Pictures)</div>
<h3>Names of artist's featured characters are shown below pictures.</h3>
<hr>
<div class="media"><img loading="lazy" src="resources/2024art/SymRenders.png" width="400"><a class="label">Symmetrical</a></div>
<div class="media"><img loading="lazy" src="resources/2024art/DSC_0601.JPG" width="400"><a class="label">AmazonSphinx</a></div>
<div class="media"><img loading="lazy" src="resources/2024art/20241112_222828.jpg" width="400"><a class="label">PompomNotes</a></div>
<div class="media"><img loading="lazy" src="resources/2024art/DSC_0598.JPG" width="400"><a class="label">Blubunny</a></div>
<div class="media"><img loading="lazy" src="resources/2024art/nacho_render.png" width="400"></div>
<div class="media"><img loading="lazy" src="resources/2024art/DSC_0525.JPG" width="400"><a class="label">kirbyzaz</a></div>
<div class="media"><img loading="lazy" src="resources/2024art/Render_NikoKirby.png" width="400"></div>
</div>
<div class="footer">
<div class="footertext">This website was hosted using <a href="https://pages.github.com/">GitHub Pages</a></div>
</div>
</body>
</html>