-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (45 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>stuntguy3000.com</title>
<link rel="shortcut icon" type="image/ico" href="https://secure.gravatar.com/avatar/764157f56afcea4871b3e5d8c66978fa.ico"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="css/cover.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/50e508fcdb.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-46902412-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-46902412-4');
</script> -->
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto"></header>
<main role="main" class="inner cover">
<h1 class="cover-heading">stuntguy3000.com</h1>
<p class="lead">Welcome to my website! If you can call it that.<br><br>Find me:</p>
<p>
<a target="_blank" href="https://twitter.com/stuntguy3000"><i class="fab fa-twitter fa-5x"></i></a>
<a target="_blank" href="https://instagram.com/stuntguy3000"><i class="fab fa-instagram fa-5x"></i></a>
<a target="_blank" href="https://flickr.com/stuntguy3000"><i class="fab fa-flickr fa-5x"></i></a>
<a target="_blank" href="https://github.com/stuntguy3000"><i class="fab fa-github fa-5x"></i></a>
<a target="_blank" href="https://reddit.com/u/stuntguy3000"><i class="fab fa-reddit fa-5x"></i></a>
<a target="_blank" href="https://twitch.tv/stuntguy3000"><i class="fab fa-twitch fa-5x"></i></a>
<a target="_blank" href="https://open.spotify.com/user/stuntguy3000"><i class="fab fa-spotify fa-5x"></i></a>
</p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>Totally not the Cover template for <a href="https://getbootstrap.com/">Bootstrap</a>, by
<a href="https://twitter.com/mdo">@mdo</a>.
</p>
</div>
</footer>
</div>
</body>
</html>