Skip to content

Commit a7d546a

Browse files
author
mrmrs
committed
Update templates for home and navigation documentation.
1 parent 3411202 commit a7d546a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/templates/index.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3 class="f5 f3-ns mt4 fw6">Prototyping template</h3>
108108

109109
<section class="bt b--black-10 pv5 mt5 cf">
110110
<div class="fl-l w-100 w-50-l pr4-ns">
111-
<h3 class="mtn f5 f3-ns mt0">Start a New Project</h3>
111+
<h3 class="f5 f3-ns mt0">Start a New Project</h3>
112112
<p class="f6 f5-ns measure lh-copy mb4 mt0">
113113
Get setup and running with this ~7 minute screencast. Download the
114114
project and learn how to customize the tachyons source files and
@@ -212,14 +212,16 @@ <h2 class="f4 f2-ns fw6 mb2">Documentation</h2>
212212
<article class="pv2 fl w-100 w-50-l pr0 pr2-l">
213213
<h2 class="f4 f2-ns fw6 mb2">Functional</h2>
214214
<p class="f5 measure lh-copy mt0">
215-
Tachyons works well with
215+
It's easy to build components with Tachyons so
216+
it works well with Rails, React, Ember, Elm, Angular, Static html,
217+
and more.
216218
</p>
217219
</article>
218220
<article class="pv2 fl w-100 w-50-l pl0 pl2-l">
219221
<h2 class="f4 f2-ns fw6 mb2">Multiple Flavors</h2>
220222
<p class="f5 measure lh-copy mt0">
221-
Don't like the class names? We've got <a href="https://github.com/tachyons-css/tachyons-verbose">a more verbose version you might like</a>.
222-
Want to use Sass instead of Postcss? <a class="black dim" href="http://github.com/tachyons-css/tachyons-sass">We've got a repo for that too :)</a>
223+
Don't like the class names? We've got <a class="black dim" href="https://github.com/tachyons-css/tachyons-verbose">a more verbose version you might like</a>.
224+
Want to use Sass instead of Postcss? <a class="black dim" href="http://github.com/tachyons-css/tachyons-sass">We've got a repo for that too :)</a> Tachyons isn't just a css toolkit. It's a design system. Utitlized here in a <a class="black dim" href"https://github.com/tachyons-css/react-native-style-tachyons">react native boilerplate.</a>
223225
</p>
224226
</article>
225227
</div>
@@ -299,8 +301,8 @@ <h2 class="f4 f2-ns fw6 mb2">
299301
</h2>
300302
<p class="mv0 f5 lh-copy measure">
301303
A flexible plugin framework for post-processing css.
302-
<a href="https://github.com/postcss/postcss" class="link dn
303-
dim f6 db mid-gray">View on Github</a>
304+
<a href="https://github.com/postcss/postcss" class="
305+
dim f6 db black">View on GitHub</a>
304306
</p>
305307
</article>
306308
<article class="pv2 fl w-100 w-50-l pl0 pl2-l">

src/templates/nav_docs.html

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
4848
<article class="fn fl-ns w-100 w-25-l">
4949
<h2 class="f6 fw7 ttu tracked">Theming</h2>
5050
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/skins/" title="Hovers Documentation">Skins</a>
51+
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/skins-pseudo/" title="Skin transitions">Skins animations</a>
5152
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/hovers/" title="Hovers Documentation">Hovers</a>
5253
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/background-size/" title="Background Size Documentation">Background Size</a>
5354
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/borders/" title="Borders Documentation">Borders</a>

0 commit comments

Comments
 (0)