-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (73 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/about.css" />
<link rel="stylesheet" href="./css/index.css" />
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon" />
<title>Pixel Space</title>
<meta name="title" content="Pixel Space" />
<meta
name="description"
content="An interactive, educational visualization of outer space, accurately scaled to show the relative sizes and distances of celestial bodies."
/>
<link rel="canonical" href="https://wolney-fo.github.io/pixel-space/" />
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://wolney-fo.github.io/pixel-space/"
/>
<meta property="og:title" content="Pixel Space" />
<meta
property="og:description"
content="An interactive, educational visualization of outer space, accurately scaled to show the relative sizes and distances of celestial bodies."
/>
<meta
property="og:image"
content="https://wolney-fo.github.io/pixel-space/assets/meta-tags/og_image.png"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://wolney-fo.github.io/pixel-space/"
/>
<meta property="twitter:title" content="Pixel Space" />
<meta
property="twitter:description"
content="An interactive, educational visualization of outer space, accurately scaled to show the relative sizes and distances of celestial bodies."
/>
<meta
property="twitter:image"
content="https://wolney-fo.github.io/pixel-space/assets/meta-tags/og_image.png"
/>
</head>
<body>
<!--
////////
Hey! You can check source code here 👇
https://github.com/wolney-fo/pixel-space
////////
-->
<main>
<article>
<h1>Pixel Space 🧑🚀🚀</h1>
<h2>Objective</h2>
<p>
Welcome to an interactive representation of outer space! The primary
objective of this page is to provide an engaging and educational
visual experience, accurately scaled to demonstrate the relative sizes
and distances of celestial bodies. By exploring this page, you will
gain a better understanding of the vastness of space.
</p>
<h2>Start exploring:</h2>
<div class="systems-links">
<a href="./systems/solar-system/index.html">Solar System</a>
</div>
</article>
</main>
<footer>
Happily made by <a href="https://wolney.dev/">@wolneyfo</a> 🌎
</footer>
</body>
</html>