-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 2.68 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 2.68 KB
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
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<script src="./background.js"></script>
<title>WinterNox</title>
<link rel="icon" type="image/x-icon" href="Website Logo.svg">
</head>
<body id="body_element">
<section class="title">
<img src="./Title.png" class="title">
<h1 class="title">WinterNox</h1>
</section>
<p>
I'm <b>WinterNox</b>.
I draw pixel art when I'm free.
I'm also looking into programming.
Currently, I'm learning Python (Pygame) and C++ (SFML).
</p>
<div class = "social">
<a href="https://youtube.com/@WinterNox" target="_blank"><img class = "social" src="./Logos/youtube.svg" alt="YouTube" title="YouTube"></a>
<a href="https://discord.gg/bkQPxRgPFA" target="_blank"><img class = "social" src="./Logos/discord-mark-white.svg" alt="Discord" title="Discord Server"></a>
<a href="https://github.com/WinterNox" target="_blank"><img class = "social" src="./Logos/github-mark-white.svg" alt="GitHub" title="GitHub"></a>
<a href="https://x.com/WinterNox_" target="_blank"><img class = "social" src="./Logos/x.svg" alt="X" title="X"></a>
<a href="https://winternoxio.itch.io" target="_blank"><img class = "social" src="./Logos/itchio.svg" alt="Itch" title="Itch"></a>
<a href="https://soundcloud.com/winternox" target="_blank"><img class = "social" src="./Logos/soundcloud.svg" alt="SoundCloud" title="SoundCloud"></a>
</div>
<section class="projects">
<h2>Projects</h2>
<p class="projects">
Here are the games that I have released:
</p>
<div class="projects">
<iframe class = "projects" frameborder="0" src="https://itch.io/embed/2733550?linkback=true&border_width=2&bg_color=010102&fg_color=C0E1FF&link_color=C0E1FF&border_color=3f3f47" width="554" height="169"><a href="https://winternoxio.itch.io/ping">Ping by WinterNox</a></iframe>
<iframe class = "projects" frameborder="0" src="https://itch.io/embed/2456267?linkback=true&border_width=2&bg_color=080816&fg_color=fff0b8&link_color=fff0b8&border_color=454563" width="554" height="169"><a href="https://winternoxio.itch.io/tic-tac-toe">Tic-Tac-Toe by WinterNox</a></iframe>
</div>
<p><b>Thanks</b> for visiting my website!</p>
</section>
</body>
</html>