-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.43 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
<!doctype html>
<html lang="en">
<head>
<title>Wildhevire</title>
<script type="text/javascript" src="js/script.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
</head>
<body>
<button id="gelap-button" value="Gelap" onclick="gelapIt()"></button>
<div id="container">
<div id="konten">
<img src="img/avatar.jpg" id="avatar">
<h1 id="nickname">Wildhevire</h1>
<p>Open Source Enthusiast, Audiophile and Weeb</p>
<p>Recently, interested with AI, Machine Learning and JAMStack</p>
<hr>
<ul class="links">
<li>
<a href="https://github.com/wildhevire" target="_blank" rel="noopener">GitHub</a>
</li>
<li>
<a href="https://twitter.com/wmfikri14" target="_blank" rel="noopener">Twitter</a>
</li>
<li>
<a href="https://fb.com/wildhevire" target="_blank" rel="noopener">Facebook</a>
</li>
<li>
<a href="https://steamcommunity.com/id/wildhevire404" target="_blank" rel="noopener">Steam</a>
</li>
</ul>
</div>
</div>
</body>
</html>