-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 1.54 KB
/
index.html
File metadata and controls
32 lines (30 loc) · 1.54 KB
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="../style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r73/three.min.js"></script>
<script type="text/javascript" src="https://use.typekit.net/pwk6ibv.js"></script>
<script type="text/javascript">try{Typekit.load({ async: true });}catch(e){}</script>
<!--<script src="https://use.typekit.net/pwk6ibv.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>-->
</head>
<body>
<script type="text/javascript" src="script.js"></script>
<ul>
<h1 class="top-title">explore.js</h1>
<li><a href="./">Home</a></li>
<li><a href="./demos">Demos</a></li>
<li><a href="./download">Download</a></li>
<li><a href="./documentation">Documentation</a></li>
<li><a href="./tutorials">Tutorials</a></li>
<li><a href="./about">About</a></li>
<li><a href="/credits">Credits</a></li>
</ul>
<p class="welcome">
<iframe src="https://player.vimeo.com/video/162909814?title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<br><br>
explore.js is an open-source toolkit that helps designers, artists, teachers, and amateur astronomers visualize the cosmos.
It is composed of a JavaScript library that consolidates various astronomy tools, a texture pack, and scripts to help manage API requests on the back-end.<br><br>
If it's your first time here, checkout the <a href='./demos'>demo section</a> to see what the library can do.
</p>
</body>
</html>