-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
57 lines (46 loc) · 1.53 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<title>Dennis van den Berg</title>
<link rel="stylesheet" type="text/css" href="global.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="bg">
<div class="face">
<img id="eyes" src="./assets/images/eyes.svg"/>
</div>
<div class="container">
<div class="container-top">
<div class="icon-top">
<img class="dance" id="eyes" width="90%" height="90%" src="./assets/images/games.svg"/>
</div>
<div class="icon-top icon-top-right">
<img class="dance" id="eyes" width="90%" height="90%" src="./assets/images/about.png"/>
</div>
</div>
<div class="container-center">
<div class="container-border-center">
<img class="dance" id="eyes" width="90%" height="90%" src="./assets/images/aboutme.svg"/>
</div>
<div class="container-border-center">
<img class="dance" id="eyes" width="90%" height="90%" src="./assets/images/about.png"/>
</div>
</div>
<div class="container-center">
<div class="container-border-center">
<a href="https://github.com/dennisberg13100">
<img class="dance" id="eyes" width="90%" height="90%" src="./assets/images/github.svg"/>
</a>
</div>
<div class="container-border-center">
<img class="dance" id="eyes" width="90%" height="90%" src="./assets/images/about.png"/>
</div>
</div>
</div>
</div>
<!-- -->
<script type="text/javascript" src="./jquery.js"></script>
<script type="text/javascript" src="./script.js"></script>
</body>
</html>