forked from fdnd-task/your-tribe-profile-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.3 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
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale1.0">
<title>FDND Visitekaartje</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="https://use.typekit.net/vhk1hlo.css">
<script src="scripts/script.js" defer></script>
</head>
<body>
<img id="rockets" src="assets/rocket.svg" alt="rocket">
<article>
<button class="buttons">
<a href="https://github.com/rutgerkock" target="_blank">
<img id="githubSVG" src="assets/github.svg" alt="afbeelding github" title="Github">
</a>
</button>
<button class="buttons">
<a href="mailto:kock.rutger@gmail.nl">
<img id="mailSVG" src="assets/mail.svg" alt="afbeelding mail" title="Mail">
</a>
</button>
<button class="buttons" id="testButton">
<img id="testButtonSVG" src="assets/moon.svg" alt="afbeelding darkMode" title="DarkMode">
</button>
<button class="front" id="toggle">
<p>18 jaar - Houten - Fietsen - Foto's</p>
<h2 id="arrowH2"></h2>
<hr class="arrow">
<h2 id="h2">></h2>
<h1>RUTGER KOCK</h1>
</button>
</article>
</body>
</html>