Update site
This commit is contained in:
parent
7634763077
commit
c057d49e8a
@ -42,13 +42,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>
|
<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'>
|
<div class='row'>
|
||||||
<a class='item' href='/examples/basic.html'>
|
<a class='item' href='/examples/basic.html'>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<div class='name'>Basic Globe</div>
|
<div class='name'>Basic Globe</div>
|
||||||
<p class='description'>It doesn't get any simpler than this:
|
<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>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -57,18 +58,11 @@
|
|||||||
<div class='name'>Rotating Globe</div>
|
<div class='name'>Rotating Globe</div>
|
||||||
<p class='description'>If there's one thing that's better than
|
<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
|
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>
|
</div>
|
||||||
</a>
|
</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'>
|
<a class='item' href='/examples/quake.html'>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<div class='name'>Earthquake Data</div>
|
<div class='name'>Earthquake Data</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user