-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
75 lines (69 loc) · 2.86 KB
/
test.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<!-- BOOTSTRAP CSS GRID -->
<link rel="stylesheet" href="style/bootstrap-grid.css">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="main.css">
<!-- JAVASCRIPT -->
<script src="main.js"></script>
</head>
<body>
<input type="image" id="glados" onclick="play()" src="images/glados.gif">
<header>
<nav>
<span class="current-page">Home</span>•
<a href="/pages/blog.html">Blog</a>•
<a href="/pages/about.html">About</a>
</nav>
</header>
<hr>
<!-- size: 1000px -->
<div class="container">
<div class="row">
<div class="col">
<main>
<h1><a href="https://nohello.net/en/" target="_blank" id="hi">Hi</a>, im doc</h1>
<article>
<p>I'm a developer and (un)professional gamer.</p>
<p>One day this site will actually have something interesting on it. In the meantime check out <a
href="https://hl2.sh/hlfacts">some obscure facts about Half-Life</a>.</p>
<h2>Projects</h2>
<p>Most of my projects are on <a href="https://github.com/Dev-Doctor">github</a> and most stuff is
privated.
I like to keep my stuff private until it's ready for public consumption.
</p>
<!-- <p>Some interesting projects that are public of note are:</p>
<ul>
<li><a href="https://github.com/Dev-Doctor/GLaDOS-Assistant">GLaDOS Voice Assistant (wip)</a></li>
<li>None</li>
</ul> -->
</article>
</main>
<hr>
<div>
<a href="https://firefox.com" target="_blank"><img src="buttons/firefox_best.gif" alt="nuh uh"></a>
<a href="https://smokepowered.com/" target="_blank"><img src="buttons/smoke.gif" alt="SMOKE powered"></a>
<a href="https://www.thunderbird.net/" target="_blank"><img src="buttons/thunderbird.gif" alt=""></a>
<a href="https://www.half-life.com/en/halflife25" target="_blank"><img src="buttons/newlambda.gif" alt=""></a>
<a href="https://archlinux.org/" target="_blank"><img src="buttons/powered-by-arch.png" alt=""></a>
<a href="https://code.visualstudio.com/" target="_blank"><img src="buttons/vscbutton.gif" alt=""></a>
<img src="buttons/best viewed with.gif" alt="">
</div>
<span><small><a href="pages/buttons.html">What are these buttons?</a></small></span>
</div>
<div class="col-3">
Ballz
</div>
</div>
</div>
<!-- AUDIO FOR GLADoS -->
<audio id="glados_audio" src="glados_message.wav" style="display: none;"></audio>
<footer>
<span id="copyright"></span>
</footer>
</body>
</html>