-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (50 loc) · 3.47 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="bootstrap.min.css">
<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/bg3.jpg);
}
</style>
<!-- ((1)) - Put your brand name or whatever you want -->
<title>Vibeke Bertelsen (Udart)</title>
</head>
<body>
<div class="container">
<div class="row justify-content-center mt-4">
<!-- ((2)) - Put your image / icon here -->
<img alt="Vibeke Bertelsen (Udart)" class="rounded-circle img-thumbnail border border-info" src="img/sternlady1.png" 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 -->
<h2 style="color:#ffffff;background-color: black;">Vibeke Bertelsen (Udart)</h2>
</div>
<div class="row justify-content-center mx-2">
<!-- ((4)) - Buttons blocks - you can add as many as you want -->
<a href="https://www.instagram.com/_udart_" target="_blank" style="background-color: black;" class="btn btn-outline-info btn-lg btn-block">Instagram profile</a>
<a href="https://www.instagram.com/genderunknown.ai/" target="_blank" style="background-color: black;" class="btn btn-outline-info btn-lg btn-block">genderunknown.ai</a>
<a href="https://www.youtube.com/c/Udart/" target="_blank" style="background-color: black;" class="btn btn-outline-info btn-lg btn-block">Youtube profile</a>
<a href="https://twitter.com/vibeke_udart" target="_blank" style="background-color: black;" class="btn btn-outline-info btn-lg btn-block">X profile</a>
<a href="https://www.vertigo.dk/" target="_blank" style="background-color: black;" class="btn btn-outline-info btn-lg btn-block">Co-founder of Vertigo</a>
</div>
<!--<div class="row justify-content-center mt-4">
<ul class="list-unstyled" style="background-color: black">-->
<!-- ((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.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.instagram.com" rel="nofollow noopener" target="_blank"><i class="fab fa-instagram 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>