-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (61 loc) · 2.2 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
69
70
<!DOCTYPE html>
<html>
<head>
<title>
Abby Greenbloom
</title>
<link href="css/main.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:700,500italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"> </script>
<script type="text/javascript" src="js/main.js"> </script>
</head>
<body>
<div class="PageWrapper">
<div class="Container">
<h1><span class="Huge-Text">Abby Greenbloom</span> Software Developer</h1>
<p>Hi! I am a softare developer based in Toronto, Canada</p>
<p>This website is currently under construction. New site coming soon!</p>
<button class="NavBtn" id="contactBtn">
Contact Me
</button>
</div>
</div>
<div id="modal" class="modal-container">
<div class="modal-content">
<p>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope fa-2x" aria-hidden="true"> </i>
E-Mail
</a>
</p>
<p>
<a href="https://www.linkedin.com/in/abbygreenbloom" target="_blank">
<i class="fa fa-linkedin fa-2x" aria-hidden="true"> </i>
LinkedIn
</a>
</p>
<p>
<a href="https://www.twitter.com/agreenbloom" target="_blank" >
<i class="fa fa-twitter fa-2x" aria-hidden="true"></i>
Twitter
</a>
</p>
<p>
<a href="https://github.com/agreenbloom/" target="_blank" >
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
Github
</a>
</p>
<p>
<a href="https://www.instagram.com/agreenbloom" target="_blank">
<i class="fa fa-instagram fa-2x" aria-hidden="true"></i>
Instagram
</a>
</p>
</div>
</div>
</body>
</html>