tweak(playground): simplify descriptions in card body text
This commit is contained in:
parent
6b6881da7d
commit
d3797945d2
1 changed files with 3 additions and 3 deletions
|
|
@ -182,7 +182,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h2>Immersive</h2>
|
<h2>Immersive</h2>
|
||||||
<p>Full-screen canvas with floating controls. The visualization is the interface.</p>
|
<p>Full-screen canvas with floating controls.</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -192,7 +192,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h2>Workbench</h2>
|
<h2>Workbench</h2>
|
||||||
<p>Dashboard layout with a 2D heatmap. Built for understanding the mapping.</p>
|
<p>Dashboard layout with a 2D heatmap, for understanding the mappings.</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -202,7 +202,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h2>Journey</h2>
|
<h2>Journey</h2>
|
||||||
<p>Three phases that dissolve as you master the mapping. The UI fades away.</p>
|
<p>Three phases of exploration.</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue