-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (95 loc) · 3.77 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible"
content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Maya Angelica Hernandez</title>
<link rel="icon"
href="img/mayalogojpg.jpg">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css"
rel="stylesheet">
<!--Custom CSS -->
<link id ="stylesheet"
href="css/style.css"
rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"
rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,400italic'
rel='stylesheet'
type='text/css'>
<script src="scripts/modernizr.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37048322-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-37048322-3');
</script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Borders -->
<span class="bt"></span>
<span class="br"></span>
<span class="bb"></span>
<span class="bl"></span>
<!-- Name -->
<header>
<div id="name">
<span class="there">MAYA<span class="expand"> </span>A</span><span class="expand">NGELIC<span>A</span></span><span class="expand"> </span><span class="there">H</span><span class="expand">ERNANDEZ</span></div>
</header>
<div class="nav-container">
<div class="links">
<div class="link">
<a href="http://blog.mayaah.me" target="_blank">BLOG</a>
</div>
<div class="link">
<a href="about-me.html">ABOUT ME</a>
</div>
<div class="link">
<a href="work-experience.html">WORK EXPERIENCE</a>
</div>
<div class="link">
<a href="projects.html">PROJECTS</a>
</div>
<div class="link">
<a href="img/Resume.pdf">RESUME</a>
</div>
</div>
<footer>
<div id="social">
<a href="mailto:[email protected]" target="_blank" class="icons">
<img src="img/email-white.png">
</a>
<a href="http://github.com/mayaah" target="_blank" class="icons">
<img src="img/gh-white.png">
</a>
<a href="http://www.linkedin.com/in/mayaah" target="_blank" class="icons">
<img src="img/li-white.png">
</a>
<a href="http://www.youtube.com/channel/UCA9LKLw8TGmIiA_LF3N2_bw" target="_blank" class="icons">
<img src="img/yt-white.png">
</a>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery.JavaScript"></script>
<script src="js/jquery.panelslider.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script src="https://malsup.github.com/jquery.cycle2.js"></script>
</body>
</html>