-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (60 loc) · 2.05 KB
/
index.html
File metadata and controls
61 lines (60 loc) · 2.05 KB
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 charset="UTF-8">
<title>Erica Irving - Web Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Raleway:400,300,600,800' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/skeleton.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="css/landing-page.css">
<link rel="shortcut icon" type="image/png" href="images/firework.png"/>
</head>
<body>
<nav class="navbar">
<ul class="navbar-list">
<li class="navbar-item home-icon">
<a href="index.html" class="navbar-link">
<img src="images/home.png" alt="Home">
</a>
</li>
<li class="navbar-item">
<a href="portfolio.html" class="navbar-link">Portfolio</a>
</li>
<li class="navbar-item">
<a href="about.html" class="navbar-link">About</a>
</li>
</ul>
</nav>
<main>
<div class="container">
<h1>Erica B. Irving</h1>
<div class="word-art">
<div>
<span id="one">Web Developer. </span>
</div>
<div>
<span id="two">Wordsmith. </span>
<span id="three">Polymath. </span>
<span id="four">Optimist. </span>
</div>
<div>
<span id="five">Cruciverbalist. </span>
<span id="six">Pragmatist. </span>
<span id="seven">Feminist. </span>
</div>
<div>
<span id="eight">Millennial. </span>
<span id="nine">Terrestrial. </span>
<span id="ten">Enthusiast. </span>
</div>
</div>
</div>
</main>
<footer>© 2016 Erica Irving | <a href="https://github.com/ebirving/ebirving.github.io">View on Github</a></footer>
</body>
</html>
<!--
Icons: Fireworks by Vivian Ziereisen from the Noun Project, Home by Thomas Helbig from the Noun Project, up curve arrow by Universal Icons from the Noun Project
-->