This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·63 lines (63 loc) · 3.16 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=">Quake Works is a private initiative focused on researching macro-level trends of large seismic events from which informational service products could be made for public and private consumption.">
<title>QWLoad Default</title>
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="https://craton.sfo2.cdn.digitaloceanspaces.com/media/img/branding/favicons_red/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://craton.sfo2.cdn.digitaloceanspaces.com/media/img/branding/favicons_red/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://craton.sfo2.cdn.digitaloceanspaces.com/media/img/branding/favicons_red/favicon-16x16.png">
<link rel="manifest" href="https://craton.sfo2.cdn.digitaloceanspaces.com/media/img/branding/favicons_red/site.webmanifest">
<!-- Styles -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://quake.works">
QWLoad
</a>
</div>
</nav>
<div id="app">
<section class="section">
<div class="container">
<div class="columns">
<div class="column is-half is-offset-one-quarter">
<figure class="image is-3by2">
<img src="https://craton.sfo2.cdn.digitaloceanspaces.com/media/img/branding/logo_line/white.svg" alt="logo">
</figure>
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="container">
<div class="columns">
<div class="column">
<h3 class="subtitle has-text-centered">Purpose</h3>
<p>Quake Works is a private initiative focused on researching macro-level trends of large seismic events from which informational service products could be made for public and private consumption.</p>
</div>
<div class="column has-text-centered">
<h3 class="subtitle">Crafted</h3>
<p class="help">© 2019 Jake Yeager | All Rights Reserved</p>
<span class="help">Made for you in California, USA</span><br>
<img src="https://craton.sfo2.cdn.digitaloceanspaces.com/media/img/branding/footer-flags.png" alt="flags" width="100px">
</div>
<div class="column has-text-centered">
<h3 class="subtitle">Details</h3>
<span class="help">This site is a placeholder and not very interesting. <br> Doesn't even use cookies. Maybe try:</span>
<br>
<p class="has-text-centered">
<a class="button is-small" href="https://quake.works">Quake.Works</a>
</p>
</div>
</div>
</div>
</footer>
</body>
</html>