-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (34 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home | GeoCapture</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Satellite captures from GOES and GK-2A orbiting geostationary satellites">
<meta name="keywords" content="GOES, GK-2A, Geokompsat, SDR, software defined radio, grid antenna, Geostationary, Full disk, Earth, Space, Imaging, Animation, Time lapse, Albert, Technobird22, Predictions, Auckland, New Zealand, Australia, Korea, Japan, China">
<meta name="author" content="Albert (Technobird22)">
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" type="image/png" href="favicon.png">
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="viewer.html">Viewer</a></li>
</ul>
</nav>
<h1 class="page-name page-name-large">About GeoCapture</h1>
</header>
<section class="content-section container">
<h1>TO BE ADDED ;)</h1>
<p>Meanwhile, here's a weather fox:</p>
<img src="gk-2a/wxfox.png" style="width: 30%;" alt="weather_fox">
</section>
<footer class="main-footer ">
<p id="footer-text ">Page last updated at <span class="time">22:50 (NZST)</span> on <span
class="time">08/07/2020</span></p>
</footer>
</body>
</html>