Update examples index page
This commit is contained in:
parent
5e402da7ae
commit
0d6eca2330
@ -2,13 +2,14 @@
|
||||
|
||||
<p>Sometimes you just need to see some code to get an idea started; here are a few examples of what you can build with Planetary.js.</p>
|
||||
|
||||
<div class='ui four connected items examples'>
|
||||
<div class='ui three connected items examples'>
|
||||
<div class='row'>
|
||||
<a class='item' href='/examples/basic.html'>
|
||||
<div class='content'>
|
||||
<div class='name'>Basic Globe</div>
|
||||
<p class='description'>It doesn't get any simpler than this:
|
||||
just a static globe.</p>
|
||||
just a static globe using built-in plugins and nothing
|
||||
up our sleeves!</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@ -17,18 +18,11 @@
|
||||
<div class='name'>Rotating Globe</div>
|
||||
<p class='description'>If there's one thing that's better than
|
||||
a globe, it's a globe that rotates. This is the demo from the
|
||||
homepage of Planetaryjs.com.</p>
|
||||
homepage of Planetaryjs.com, and so includes a custom
|
||||
auto-rotation plugin and zoom/drag integration.</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<!-- <a class='item' href='/examples/mouse.html'> -->
|
||||
<!-- <div class='content'> -->
|
||||
<!-- <div class='name'>Mouse Interaction</div> -->
|
||||
<!-- <p class='description'>See how to use the mouse to rotate -->
|
||||
<!-- and zoom the globe.</p> -->
|
||||
<!-- </div> -->
|
||||
<!-- </a> -->
|
||||
|
||||
<a class='item' href='/examples/quake.html'>
|
||||
<div class='content'>
|
||||
<div class='name'>Earthquake Data</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user