-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (150 loc) · 5.39 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Description-->
<!--Author-->
<meta name="author" content="Rachel Chen">
<!--Open Graph Title-->
<!--Open Graph Site Name-->
<meta property="og:site_name" content="miragespace">
<!--Page Cover-->
<meta property="og:image" content="">
<!-- Title -->
<title>miragespace</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="/sass/main.css">
<!--[if lt IE 8]>
<script src="/js/ie/html5shiv.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/sass/ie8.css">
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="/sass/ie9.css">
<![endif]-->
<!-- Gallery -->
<link href="//cdn.rawgit.com/noelboss/featherlight/1.3.5/release/featherlight.min.css" type="text/css" rel="stylesheet">
<!-- Google Analytics -->
</head>
<body>
<div id="wrapper">
<!-- Menu -->
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="/" class="logo">
<span class="symbol"><img src="/images/logo/miragespace.svg" alt=""></span><span class="title">miragespace</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="https://status.miragespace.com">Status</a>
</li>
<li>
<a href="/domains">Domains</a>
</li>
</ul>
</nav>
<div id="main">
<div class="inner">
<!-- Main Content -->
<header>
<h1>this is miragespace, a globally redundant infrastructure</h1>
<p>spanning across 4 continents and 7 countries, backed by battle-tested open-source software, and computed on commodity hardware. miragespace provides an unparalleled level of service guarantee.</p>
</header>
<section class="tiles">
<article class="style1">
<span class="image">
<img src="/images/projects/andromeda-source.png" alt="">
</span>
<a href="/andromeda/">
<h2>andromeda</h2>
<div class="content">
<p>Globally self-healing backend service</p>
</div>
</a>
</article>
<article class="style2">
<span class="image">
<img src="/images/projects/dnsjar-symbol.png" alt="">
</span>
<a href="/dnsjar/">
<h2>dnsjar</h2>
<div class="content">
<p>Globally distributed authoritative DNS</p>
</div>
</a>
</article>
<article class="style3">
<span class="image">
<img src="/images/projects/slugsurvival-realtime.png" alt="">
</span>
<a href="/slugsurvival/">
<h2>SlugSurvival</h2>
<div class="content">
<p>an app to help you survive enrollment. Made by UCSC alumna, for UCSC students.</p>
</div>
</a>
</article>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>About</h2>
<div>
this was architected by Rachel Chen, made possible by the ingenuity and generosity of the open-source community. See my <a href="https://www.patreon.com/msrachelchen/creators" target="_blank">monetary</a> and <a href="https://github.com/zllovesuki" target="_blank">intellectual</a> contributions back to the community.
</div>
</section>
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://github.com/zllovesuki" class="icon style2 fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon style2 fa-envelope-o" target="_blank"><span class="label">Email</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© miragespace. All rights reserved</li>
<li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
<li>Hexo: <a href="http://www.codeblocq.com/" target="_blank">Jonathan Klughertz</a></li>
</ul>
</div>
</footer>
</div>
<!-- After footer scripts -->
<!-- jQuery -->
<script src="/js/jquery.min.js"></script>
<!-- skel -->
<script src="/js/skel.min.js"></script>
<!-- Custom Code -->
<script src="/js/util.js"></script>
<!--[if lte IE 8]>
<script src="/js/ie/respond.min.js"></script>
<![endif]-->
<!-- Custom Code -->
<script src="/js/main.js"></script>
<!-- Gallery -->
<script src="//cdn.rawgit.com/noelboss/featherlight/1.3.5/release/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<!-- Disqus Comments -->
</body>
</html>