-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (43 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('CrouchingLion.jpeg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: "Raleway", sans-serif;
color: #383837;
}
a:hover,
a:focus,
a:active,
a:visited,
a:link {
text-decoration: none;
color: #383837;
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<h1>Alex Wilcken Pratt</h1>
<hr>
<br>
<a href="https://www.linkedin.com/in/alexwilckenpratt" target="_blank">
<i class="fab fa-linkedin-in fa-2x"></i>
</a> 
<a href="https://www.instagram.com/alexwpratt/" target="_blank">
<i class="fab fa-instagram fa-2x"></i>
</a> 
<a href="https://itunes.apple.com/us/podcast/inconsequentialism/id1458046001" target="_blank">
<i class="fas fa-podcast fa-2x"></i>
</a> 
<a href="https://open.spotify.com/show/5sMtj2KdImvKo3gnjltAx8?si=kKELPlnrQ-qnTmPiYB7sRw" target="_blank">
<i class="fab fa-spotify fa-2x"></i>
</a>
</body>
</html>