-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·48 lines (48 loc) · 1.73 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
<!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" id="menu">
<div class="windowtitle">Menu</div>
</div>
<div class="main">
<div class="windowtitle">Home</div>
<h1>Peace be upon you.</h1>
<hr>
<p align="left" style="margin-left: 20px">
Welcome to nk_lounge. Here is a brief introduction of myself:
<br><br>
I'm a Gen-Z adolescent, (adult later on!) born in 2007 with growing love of cute characters. Most people know me for my 3D artworks and my passion for it, but I'm a jack-of-all-trades person and any hobby that I find easy, I will dedicate time for it.
</p>
<h2 align="left" style="margin-left: 20px">Here are my hobbies:</h2>
<ul>
<li>3D modelling (duh)</li>
<li>3D printing</li>
<li>Creating articulated characters</li>
<li>Vector art</li>
<li>Pixelart</li>
<li>Photography</li>
<li>Making "chiptune" music</li>
<li>Coding (i'm an amateur)</li>
</ul>
<h2 align="left" style="margin-left: 20px">And the (free!) software I use:</h2>
<ul>
<li>Blender (3D modelling and animation)</li>
<li>Inkscape (Vector graphics editor)</li>
<li>LibreSprite (Pixel art tool)</li>
<li>GIMP (Image editor)</li>
<li>Furnace-B (Chiptune music tracker)</li>
</ul>
</div>
<div class="footer">
<div class="footertext">This website was hosted using <a href="https://pages.github.com/">GitHub Pages</a></div>
</div>
<script src="menuloader.js"></script>
</body>
</html>