-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (79 loc) · 2.62 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Villem Vatter</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<!-- <link rel="icon" type="image/png" href="assets/favicon.png"> -->
<link rel="stylesheet" href="https://use.typekit.net/toj1cso.css">
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WRENFRM7JS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WRENFRM7JS');
</script>
<script src="https://w.soundcloud.com/player/api.js" type="text/javascript"></script>
</head>
<body>
<div id="background"></div>
<div class="container wrapper">
<div>
<h1>Villem Vatter</h1>
</div>
<div class="image-container">
<img src="assets/profile.png" alt="Profile">
</div>
<div class="social-row">
<a
class="social-item soundcloud"
style="font-size: 35px;"
href="https://soundcloud.com/villemvatter"
target="_blank"
>
<i class="fa fa-soundcloud" aria-hidden="true" style="margin-top: -3px;"></i>
</a>
<a
class="social-item instagram"
href="https://www.instagram.com/villemvatter"
target="_blank"
>
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a
class="social-item spotify"
href="https://open.spotify.com/artist/001lCFYu3tMY0auwAuo0hL?si=iivtB4nCR3-REzN8JFaWdg"
target="_blank"
>
<i class="fa fa-spotify" aria-hidden="true"></i>
</a>
<a
class="social-item mixcloud"
style="font-size: 30px;"
href="https://www.mixcloud.com/vill-em/"
>
<i class="fa fa-mixcloud" aria-hidden="true"></i>
</a>
</div>
</div>
<iframe
class="soundcloud-player"
width="100%"
height="125"
scrolling="no"
frameborder="no"
allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1275353197&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true">
</iframe>
</body>
</html>