-
Notifications
You must be signed in to change notification settings - Fork 7
/
sites.html
122 lines (113 loc) · 5.2 KB
/
sites.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
<!DOCTYPE HTML>
<html>
<head>
<title>Celestia: Related Sites</title>
<meta name="description" content="Looking for Celestia content? This page contains a list of all available resources with various materials, documents, models, textures and other addons for Celestia." />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body class="landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="/">Celestia</a></h1>
<nav id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="news.html">News</a></li>
<li>
<a href="#">Documentation</a>
<ul>
<li><a href="guides.html">Celestia Guides</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="sites.html">Related Sites</a></li>
</ul>
</li>
<li>
<a href="#">Add-Ons</a>
<ul>
<li><a href="addons.html">Download Links</a></li>
<li>
<a href="#">LUA Tools</a>
<ul>
<li><a href="lua-universal-tools.html">LUA Universal Tools</a></li>
<li><a href="lua-other.html">Other</a></li>
</ul>
</li>
<li><a href="#">Utilites</a>
<ul>
<li><a href="config-manager.html">Celestia Config Manager</a></li>
<li><a href="utilites.html">Other</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="/forum">Forum</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Related Sites</h2>
<p>Below are resources that have useful materials about Celestia.</p>
</header>
<!-- Content -->
<section id="content">
<ul>
<!-- <li><b><a href="http://www.celestialmatters.org" target="_blank">Celestial Matters</a></b>
<br>
Celestial Matters is a resource for high-quality Celestia add-ons and
other content of interest to Celestia users.
<br><br></li> -->
<li><b><a href="http://www.celestiamotherlode.net" target="_blank">The Celestia Motherlode</a></b><br>
The Celestia Motherlode has the largest collection of Celestia resources on the web. There are hundreds of add-ons, as well as a library of documentation and utilities.
<br><br></li>
<li><b><a href="https://www.classe.cornell.edu/~seb/celestia/" target="_blank">Selden's List of Resources for Celestia</a></b><br>
Selden is one of the most active members of the Celestia community and compiled a large catalog of notes, documents, and add-ons for Celestia. His collection is of particular interest to more technical and scientific-minded users.
<br><br></li>
<li><b><a href="http://www.celestiamotherlode.net/catalog/educational.html" target="_blank">Educational Activities for Celesta</a></b><br>
Frank Gregorio has created twelve detailed tours of space for Celestia.
Each of the tours comes with documentation and a student worksheet for
classroom use.
<br><br></li>
<li><b><a href="/ru/forum" target="_blank">Old Celestia Russian Forum</a></b><br>
Russian-language Celestia Forums. Now obsolete and read-only, only kept up because of resources avaliable there.
<br><br></li>
<li><b><a href="https://en.wikibooks.org/wiki/Celestia" target="_blank">Celestia Wikibooks</a></b><br>
Celestia online Wikibooks for help documentation.
<br><br></li>
<li><b><a href="https://celestia.mobi/" target="_blank">Celestia for Mobile Devices</a></b><br>
Celestia.mobi main site with links to downloads of the mobile versions of Celestia along with hosted addons.
<br><br></li>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/CelestiaProject" target="_blank" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/CelestiaProject/Celestia" target="_blank" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:team@celestiaproject.space" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Celestia is Copyright © 2001-<script type="text/javascript">document.write(new Date().getFullYear())</script>, Celestia Development Team.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>