-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.49 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
<!DOCTYPE html>
<html id="root">
<head>
<link rel="stylesheet" href="main.css">
</head>
<body>
<a id="high_contrast_theme"></a>
<div id="website">
<div id="Name"><a href="https://github.com/paczek654321" target="_blank"><img src="https://avatars.githubusercontent.com/u/96132992?v=4"> <h1>Paczek</h1></a></div>
<div id="Projects">
<h1>Projects I'm a part of:</h1>
<ul>
<li><a href="https://github.com/Fntoomen/motey" target="_blank">Motey - Discord Bot</a></li>
<li><a href="https://paczek654321.github.io/collisions" target="_blank">A simple collision system made in js </a><a class="blue" target="_blank" href="https://github.com/paczek654321/simple-collisions-js">(github)</a></li>
<li><a href="https://github.com/paczek654321/AutoLiker" target="_blank">AutoLiker - chrome extension for youtube</a></li>
<li><a href="https://github.com/paczek654321/0ad-select-all" target="_blank">Select all - a mod for the open source game 0ad</a></li>
</ul>
<h1>Other:</h1>
<ul>
<li><a href="https://paczek1024.itch.io/" target="_blank">My itch.io page</a></li>
<li><a href="https://www.youtube.com/@paczek1024" target="_blank">My devlog YouTube channel</a></li>
</ul>
</div>
<div id="color-presets">
<a href="#default_theme"><button id="default"></button></a>
<a href="#high_contrast_theme"><button id="high_contrast"></button></a>
</div>
</div>
</body>
</html>