-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlink-tree.html
92 lines (62 loc) · 2.85 KB
/
link-tree.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--stylesheet-->
<link rel="stylesheet" href="./css/style.css">
<!--bootstrap-->
<link rel="stylesheet" href="./css/bootstrap.min.css">
<!--fontawesome-->
<link rel="stylesheet" href="./css/fontawesome.css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Abel&family=Dosis:wght@200&family=Handlee&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap" rel="stylesheet">
<!--Meta Data-->
<title>Marco | Link-tree</title>
<meta name="title" content="Link-tree">
<meta name="description" content="Link-tree van Marco van der Vlag">
<link rel="icon" type="image/x-icon" href="https://marcovandervlag.github.io/img/29456475_5800_2_09.jpg">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta property="og:image" content="https://marcovandervlag.github.io/img/link-tree.png">
<!-- google search console -->
<!-- Favicons -->
</head>
<body class="bg">
<div class="space"></div>
<!-- Profile picture-->
<img src="./img/staandik.png" alt="profile picture" class="profile-picture">
<!-- Profile name-->
<div class="profile-name"><b>Marco van der Vlag (aka KoalaTeen) <img class="drag" src="./img/icons8-verified-badge-16.png " alt="verified" width="16" height="16"></b></div>
<!-- Profile about-->
<div class="profile-about"><b>22 year old website dev. Still learning new things!</b></div>
<!-- Links-->
<a href="https://marcovandervlag.github.io/" target="_blank" class="links , hover">
<i class="fas fa-link , links-in"></i>
<b>Website</b></a>
<a href="https://www.linkedin.com/in/marco-van-der-vlag-8748b5167/" target="_blank" class="links , hover">
<i class="fab fa-linkedin , links-in"></i>
<b>LinkedIn</b></a>
<a href="https://github.com/marcovandervlag/" target="_blank" class="links , hover">
<i class="fab fa-github , links-in"></i>
<b>GitHub</b></a>
<a href="https://twitter.com/marcovandervlag" target="_blank" class="links , hover">
<i class="fab fa-twitter , links-in"></i>
<b>Twitter</b></a>
<a href="#" target="_blank" class="links , hover">
<i class="fab fa-youtube , links-in"></i>
<b>Youtube</b></a>
<div class="space"></div>
<footer>
<!--bottom text-->
<a href="http://marcovandervlag.github.io/" class="link-hide">
<div class="bottom-text">Portfolio Marco
<i class="fas fa-times"></i>
Links
</div>
</a>
</footer>
</body>
</html>