-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (123 loc) · 4.54 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE HTML>
<html>
<head>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<title>Jackie Faherty</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html" class="logo"> Jackie Faherty </a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="content.html">About</a></li>
<li><a href="podcast.html">Podcast</a></li>
<li><a href="timeline.html">Achievement Timeline</a></li>
<li><a href="generic.html">Work</a></li>
<li><a href="landing.html">Gallery</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="citations.html">Citations</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner" class="style3 major">
<div class="inner">
<header class="major">
<h1>Jackie Faherty</h1>
</header>
<div style="justify-content:center;" class="content">
<ul class="actions">
<li><a style ="color:black !important;" href="content.html" class="button primary fit">About</a></li>
<li><a style ="color:black !important;" href="#" class="button primary fit">Work</a></li>
</ul>
</div>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one" class="tiles">
<article>
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
<header class="major">
<h3><a href="content.html" class="link">About</a></h3>
<p>Learn more about Dr. Faherty in her life hidden by others </p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic02.jpg" alt="" />
</span>
<header class="major">
<h3><a href="podcast.html" class="link">Podcast</a></h3>
<p>Listen to Dr. Faherty's thought-provoking Podcasts </p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic03.jpg" alt="" />
</span>
<header class="major">
<h3><a href="timeline.html" class="link">Achievement Timeline</a></h3>
<p>Be apart of Dr. Faherty's journey in becoming a groundbreaking astrophysicist </p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
<header class="major">
<h3><a href="generic.html" class="link">Work</a></h3>
<p> Go more in depth into Dr. Faherty's discoveries </p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<header class="major">
<h3><a href="landing.html" class="link">Gallery</a></h3>
<p>Take an inside look at Dr. Faherty's stunning experiences</p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic06.jpg" alt="" />
</span>
<header class="major">
<h3><a href="games.html" class="link">Games</a></h3>
<p>Be apart of a space themed, immersive, gaming experience</p>
</header>
</article>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://unpkg.com/rxcss@latest/dist/rxcss.min.js"></script>
<script src="https://unpkg.com/@reactivex/rxjs/dist/global/Rx.min.js"></script>
</body>
</html>