-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (47 loc) · 1.64 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
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Oliver Kovacs</title>
<link rel="icon" type="image/png" href="./favicon.png" />
<link rel="stylesheet" href="./style.css" />
<script type="module" src="index.js"></script>
</head>
<body>
<div style="overflow: hidden">
<div class="paper">
<header>
<svg id="pfp"></svg>
<h1>Oliver Kovacs</h1>
</header>
<canvas id="mandelbrot"></canvas>
<div id="sections">
<!-- dynamicall generated by index.js -->
</div>
<canvas id="engine-xd"></canvas>
<footer>
<ul>
<li id="rgb">
<a>RGB</a>
</li>
<li>
<a href="https://github.com/OliverKovacs/OliverKovacs.github.io">View Source Code</a>
</li>
<li>
<a href="https://pages.github.com/">Hosted on GitHub Pages</a>
</li>
<!--
Brought to you by
And supported by
_____ _ _ _ (TM)
|_ _| |__ ___ / \ __ _ ___ _ __ __| | __ _
| | | '_ \ / _ \ / _ \ / _` |/ _ \ '_ \ / _` |/ _` |
| | | | | | __/ / ___ \ (_| | __/ | | | (_| | (_| |
|_| |_| |_|\___| /_/ \_\__, |\___|_| |_|\__,_|\__,_|
//The Agenda |___/
-->
</ul>
</footer>
</div>
</div>
</body>
</html>