-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (62 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="Description" content="Hi, I'm Lisa. I'm a front-end software engineer.">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon-LB.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-8013291-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-8013291-2');
</script>
<title>Lisa Blunt | ENTER</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Lisa Blunt, Lisa, Blunt, portfolio, github, enter">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.fa-envelope,.fa-github, .fa-twitter, .fa-linkedin {font-size:50px}
h1 {font-family: "Montserrat", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url("/img/indigo-gradient.jpg");
min-height: 100%;
background-position: center;
background-size: cover;
}
h1 {
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px black;
font-size:60px
}
a {
text-decoration: none;
}
/* mouse over link */
a:hover {
color: magenta;
}
</style>
</head>
<body>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-middle">
<center><h1 class="w3-jumbo"><a href="/index-v3.html">ENTER</a></h1></center>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<div class="w3-jumbo w3-center">
<a href="/contact"><i class="fa fa-envelope w3-hover-opacity w3-text-indigo" style="text-shadow: 0 0 25px white;" title="Contact"></i></a>
<a href="http://www.github.com/lisablunt" target="_blank" rel="noopener"><i class="fa fa-github w3-hover-opacity w3-text-indigo" style="text-shadow: 0 0 25px white;" title="GitHub"></i></a>
<a href="http://www.twitter.com/lisa_blunt" target="_blank" rel="noopener"><i class="fa fa-twitter w3-hover-opacity w3-text-indigo" style="text-shadow: 0 0 25px white;" title="Twitter"></i></a>
<a href="http://www.linkedin.com/in/lisablunt" target="_blank" rel="noopener"><i class="fa fa-linkedin w3-hover-opacity w3-text-indigo" style="text-shadow: 0 0 25px white;" title="LinkedIn"></i></a>
<a href="https://www.last.fm/user/BeLisaBee" target="_blank" rel="noopener"><i class="fa fa-lastfm w3-hover-opacity w3-text-indigo" style="text-shadow: 0 0 25px white;" title="last.fm"></i></a>
<a href="https://www.instagram.com/baddiebeenailz" target="_blank" rel="noopener"><i class="fa fa-instagram w3-hover-opacity w3-text-indigo" style="text-shadow: 0 0 25px white;" title="Instagram"></i></a>
</div>
</div>
</div>
</body>
</html>