-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
61 lines (50 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" rel="stylesheet">
<style type="text/css">
body {
font-family: 'Open Sans', sans-serif;
background-image: url(img/kratzer.png);
}
</style>
<!-- ((1)) - Put your brand name or whatever you want -->
<title>@Laufmix | Linktree</title>
</head>
<body>
<div class="container">
<div class="row justify-content-center mt-4">
<!-- ((2)) - Put your image / icon here -->
<img alt="Laufmix" class="rounded-circle img-thumbnail border border-info" src="" style="height:96px; width:96px;">
</div>
<div class="row justify-content-center mt-3 mb-3">
<!-- ((3)) - Put your brand name or whatever you want -->
<h3 style="color:#324D5C;">@Laufmix</h3>
</div>
<div class="row justify-content-center mx-2">
<!-- ((4)) - Buttons blocks - you can add as many as you want -->
<a href="https://www.laufmix.de" class="btn btn-outline-info btn-lg btn-block">My Blog</a>
<a href="https://www.strava.com/clubs/laufmix" class="btn btn-outline-info btn-lg btn-block">Strava-Club Laufmix</a>
</div>
<div class="row justify-content-center mt-4">
<ul class="list-unstyled">
<!-- ((5)) - Social icon blocks - you can add as many as you want -->
<li class="list-inline-item "><a href="https://twitter.com" rel="nofollow noopener" target="_blank"><i class="fab fa-twitter text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.facebook.com" rel="nofollow noopener" target="_blank"><i class="fab fa-facebook text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com" rel="nofollow noopener" target="_blank"><i class="fab fa-youtube text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.strava.com" rel="nofollow noopener" target="_blank"><i class="fab fa-strava text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com" rel="nofollow noopener" target="_blank"><i class="fab fa-instagram text-secondary"></i></a></li>
<li class="list-inline-item"><a href="https://www.pinterest.com" rel="nofollow noopener" target="_blank"><i class="fab fa-pinterest text-secondary"></i></a></li>
</ul>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- YOU CAN ADD SCRIPTS AND STUFF DOWN BELOW HERE-->
</body>
</html>