Skip to content

Commit

Permalink
update showcase page
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Apr 25, 2019
1 parent bbfbc32 commit 9f1d116
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/contents/pages.js
Expand Up @@ -160,6 +160,10 @@ export const showcasePages = generatePath([
name: 'Overview',
content: 'markdown/showcase.md'
},
{
name: 'SandDance',
external: 'https://microsoft.github.io/SandDance/'
},
{
name: 'Autonomy Visualization System',
external: 'http://avs.auto'
Expand Down
Binary file added website/src/static/images/showcase-sanddance.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions website/src/static/markdown/showcase.md
@@ -1,6 +1,22 @@
*Would you like us to feature your project? [Let us know](https://github.com/uber/deck.gl/issues)!*

<div>
<div class="thumb">
<div data-title="SandDance" >
<a href="https://microsoft.github.io/SandDance/" target="_blank" rel="noopener noreferrer">
<img src="images/showcase-sanddance.jpg" />
</a>
</div>
</div>
<div class="thumb-desc">
<div>
<a href="https://microsoft.github.io/SandDance/" target="_blank" rel="noopener noreferrer"><h2>SandDance</h2></a>
<p class="credit">By <a href="http://senseable.mit.edu/">Microsoft</a></p>
<p>SandDance helps you find insights about your data with unit visualizations and smooth animated transitions. It uses deck.gl to render chart layouts described with <a href="https://vega.github.io/">Vega</a>.</p>
<p class="credit"><a href="https://github.com/Microsoft/SandDance">GitHub</a> | <a href="https://microsoft.github.io/SandDance/app/">Demo</a></p>
</div>
</div>

<div class="thumb">
<div class="bg-black" data-title="Autonomous Visualization System" >
<a href="https://avs.auto" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit 9f1d116

Please sign in to comment.