-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 825 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (27 loc) · 825 Bytes
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bart</title>
<link rel=" stylesheet" href="css/style.css" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div id="bg">
<canvas id="bg-canvas"></canvas>
</div>
<div id="main">
<nav class="glass">
<h1 style="text-align: center;">Front-End Developer</h1>
</nav>
<div style="background-image: url('favicon.png')" title="Pixelated representation of me" class="photo glass shine">
</div>
<div class="glass name shine">
<h1>Bart Van Itterbeeck</h1>
</div>
<script src="js/main.js"></script>
</body>
</html>