-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·187 lines (162 loc) · 7.81 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!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">
<title>Jeriko</title>
<link rel="icon" type="image/x-icon" href="/Images/Icons/favicon.ico">
<!-- Bootstrap Core CSS -->
<link href="CSS/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS: You can use this stylesheet to override any Bootstrap styles and/or apply your own styles -->
<link href="CSS/custom.css" rel="stylesheet">
<!-- Custom Fonts from Google -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation -->
<nav id="siteNav" class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Logo and responsive toggle -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://mayeaux.cloud/">
<span class="glyphicon glyphicon-fire"></span>
JERIKO
</a>
</div>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a href="https://mayeaux.cloud/">Home</a>
</li>
<li>
<a href="https://mayeaux.cloud/About">About</a>
</li>
<li>
<a href="https://mayeaux.cloud/Shop">Shop</a>
</li>
<li class="dropdown">
<a href="https://mayeaux.cloud/Learning" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Learning <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="about-us">
<li><a href="https://mayeaux.cloud/Learning/Astronomy">Astronomy</a></li>
<li><a href="https://mayeaux.cloud/Learning/CMPS">Computer Science</a></li>
<li><a href="https://mayeaux.cloud/Learning/Mathematics">Mathematics</a></li>
</ul>
</li>
<li>
<a href="https://resources.mayeaux.cloud">Resources</a>
</li>
<li>
<a href="https://gallery.mayeaux.cloud/">Gallery</a>
</li>
<li>
<a href="https://archive.mayeaux.cloud/">Archive</a>
</li>
<li>
<a href="https://mayeaux.cloud/Contact/">Contact</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- Header -->
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Behold! The Universe!</h1>
<p>The universe around us is too gorgeous not to admire.</p>
<a href="https://gallery.mayeaux.cloud/" class="btn btn-primary btn-lg">View the Exhibit</a>
</div>
</div>
</header>
<!-- Intro Section -->
<section class="intro">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<span class="glyphicon glyphicon-apple" style="font-size: 60px"></span>
<h2 class="section-heading">What can you expect here?</h2>
<p class="text-light">I use this website to share the things that I have learned throughout my educational journey as well as any hobbies that I have. My primary focus is relating to astronomy, astrophotography, and computer science. If you feel as though that is something you may be interested in, be sure to follow my mailing list as well as my socials!</p>
</div>
</div>
</div>
</section>
<!-- Content 1 -->
<section class="content">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img class="img-responsive img-circle center-block" src="Images/Other/Progress-Pride.png" alt="Error">
</div>
<div class="col-sm-6">
<h2 class="section-header">Speak up!</h2>
<p class="lead text-muted">Change is only enacted when the people collaborate as a team! Do you wish to improve your community? Do you wish to participate in environmental concerns? Do you wish to fight for equality? Let's work together for the security of our future generations.</p>
<a href="https://resources.mayeaux.cloud" class="btn btn-primary btn-lg">Take Action</a>
</div>
</div>
</div>
</section>
<!-- Content 2 -->
<section class="content content-2">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h2 class="section-header">Archive Header</h2>
<p class="lead text-light">Archive Summary.</p>
<a href="https://archive.mayeaux.cloud" class="btn btn-default btn-lg">Get Connected</a>
</div>
<div class="col-sm-6">
<img class="img-responsive img-circle center-block" src="Images/Backgrounds/Writing.jpg" alt="Error">
</div>
</div>
</div>
</section>
<!-- Content 3 -->
<section class="content content-3">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img class="img-responsive img-circle center-block" src="Images/Astrophotography/Intrastellar/Saturn/Saturn-1.png" alt="Error">
</div>
<div class="col-sm-6">
<h2 class="section-header">Isn't the universe beautiful?</h2>
<p class="lead text-muted">I share every image that I take from the photos of the nature around me to even the moon, planets, or other celestial bodies. You are free to download them as you wish and do what you will with them. The universe does not belong to a single person so no gatekeeping.</p>
<a href="https://gallery.mayeaux.cloud" class="btn btn-primary btn-lg">View The Exhibit</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="page-footer">
<!-- Contact Us -->
<div class="contact">
<div class="container">
<h2 class="section-heading">Contact Me</h2>
<p><span class="glyphicon glyphicon-envelope"></span><br>[email protected]</p>
</div>
</div>
<!-- Copyright etc -->
<div class="small-print">
<div class="container">
<p>Copyright © Jeriko Mayeaux. MIT License.</p>
<a href="https://github.com/AstroJeriko/Archive?tab=MIT-1-ov-file">(Click to View License)</a>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="JS/jquery-1.11.3.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="JS/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="JS/jquery.easing.min.js"></script>
<!-- Custom Javascript -->
<script src="JS/custom.js"></script>
</body>
</html>