Skip to content

Commit a7761a5

Browse files
author
mrmrs
committed
Add quote to homepage. Update border-radius scale.
1 parent 7160e27 commit a7761a5

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

docs/themes/border-radius/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-border-radius</h4>
6464
</dl>
6565
</div>
6666
<p class="measure f4 lh-copy">
67-
There is a five step scale for border radius in addition to a utility
67+
There is a four step scale for border radius in addition to a utility
6868
that sets border radius to 100%, which when combined with an explicit
6969
height and width will produce a circle.
7070
</p>
@@ -87,9 +87,6 @@ <h3 class="f5 pt4">Border Radius</h3>
8787
<div class="mb3 ph2 pv5 white bg-dark-gray br4">
8888
<code>.br5</code>
8989
</div>
90-
<div class="mb3 ph2 pv5 white bg-dark-gray br5">
91-
5th step in border-radius scale
92-
</div>
9390
<div class="dt w5">
9491
<div class="white bg-dark-gray br-100 tc dtc h5 v-mid">
9592
circle with fixed height &amp; width

index.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,18 @@ <h1 class="f5 fw6 ttu tracked">Testimonials</h1>
260260
</footer>
261261
</blockquote>
262262
</div>
263+
<div class="cf w-100">
264+
<blockquote class="fl w-100 w-50-ns mh0 mb2 mb5-ns pr0 pr3-ns border-box">
265+
<p class="f6 f5-ns measure lh-copy">
266+
I never understood how people did font ratios and table layouts nicely with CSS until @mrmrs showed me the light.
267+
</p>
268+
<footer>
269+
<p>
270+
<span class="b">Nat</span> - <i>Software Engineer</i>
271+
</p>
272+
</footer>
273+
</blockquote>
274+
</div>
263275
</div>
264276
</section>
265277
<section class="bg-white dt h-100 navy pv5 pv6-ns" id="npm">
@@ -292,7 +304,7 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
292304
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-border-colors">tachyons-border-colors</a>
293305
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-border-colors">View on GitHub</a>
294306
<div>
295-
<span class="dark-gray fw4 pr2">v4.0.4</span>
307+
<span class="dark-gray fw4 pr2">v4.0.0</span>
296308
<span class="dark-gray">297 B</span>
297309
</div>
298310
</div>
@@ -348,7 +360,7 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
348360
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-colors">tachyons-colors</a>
349361
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-colors">View on GitHub</a>
350362
<div>
351-
<span class="dark-gray fw4 pr2">v5.1.1</span>
363+
<span class="dark-gray fw4 pr2">v5.1.0</span>
352364
</div>
353365
</div>
354366
<div class="mb3">
@@ -379,8 +391,8 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
379391
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-font-family">tachyons-font-family</a>
380392
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-font-family">View on GitHub</a>
381393
<div>
382-
<span class="dark-gray fw4 pr2">v4.1.1</span>
383-
<span class="dark-gray">232 B</span>
394+
<span class="dark-gray fw4 pr2">v4.1.0</span>
395+
<span class="dark-gray">217 B</span>
384396
</div>
385397
</div>
386398
<div class="mb3">
@@ -490,15 +502,15 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
490502
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-skins">tachyons-skins</a>
491503
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-skins">View on GitHub</a>
492504
<div>
493-
<span class="dark-gray fw4 pr2">v3.1.0</span>
505+
<span class="dark-gray fw4 pr2">v3.0.0</span>
494506
<span class="dark-gray">672 B</span>
495507
</div>
496508
</div>
497509
<div class="mb3">
498510
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-spacing">tachyons-spacing</a>
499511
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-spacing">View on GitHub</a>
500512
<div>
501-
<span class="dark-gray fw4 pr2">v5.0.2</span>
513+
<span class="dark-gray fw4 pr2">v5.0.0</span>
502514
<span class="dark-gray">1.7 KB</span>
503515
</div>
504516
</div>

src/templates/docs/border-radius/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h4 class="f4 mv0 fw6 dib mr4"><%= name %></h4>
3737
</dl>
3838
</div>
3939
<p class="measure f4 lh-copy">
40-
There is a five step scale for border radius in addition to a utility
40+
There is a four step scale for border radius in addition to a utility
4141
that sets border radius to 100%, which when combined with an explicit
4242
height and width will produce a circle.
4343
</p>
@@ -60,9 +60,6 @@ <h3 class="f5 pt4">Border Radius</h3>
6060
<div class="mb3 ph2 pv5 white bg-dark-gray br4">
6161
<code>.br5</code>
6262
</div>
63-
<div class="mb3 ph2 pv5 white bg-dark-gray br5">
64-
5th step in border-radius scale
65-
</div>
6663
<div class="dt w5">
6764
<div class="white bg-dark-gray br-100 tc dtc h5 v-mid">
6865
circle with fixed height &amp; width

src/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h1 class="f5 fw6 ttu tracked">Testimonials</h1>
240240
</p>
241241
<footer>
242242
<p>
243-
<span class="b">Nat</span> - <i>Ops</i>
243+
<span class="b">Nat</span> - <i>Software Engineer</i>
244244
</p>
245245
</footer>
246246
</blockquote>

0 commit comments

Comments
 (0)