Skip to content

Commit 23c9e20

Browse files
author
mrmrs
committed
Updating content in global navigation.
1 parent e2a4ee2 commit 23c9e20

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

src/templates/footer.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
<footer class="bg-near-white mid-gray ph3 ph5-ns pv5 pv6-ns bt b--light-gray">
2+
<a href="https://twitter.com/intent/tweet?text=Tachyons: Functional CSS for Humans.&url=http://tachyons.io" target="_blank" class="dn mb3 twitter bg-white link dim br2 ph2 pb1 pt0 lh-solid" style="background-color: #55acee;">
3+
<svg class="geomicon dib v-mid" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="16" height="16" fill="#fff">
4+
<path d="M2 4 C6 8 10 12 15 11 A6 6 0 0 1 22 4 A6 6 0 0 1 26 6 A8 8 0 0 0 31 4 A8 8 0 0 1 28 8 A8 8 0 0 0 32 7 A8 8 0 0 1 28 11 A18 18 0 0 1 10 30 A18 18 0 0 1 0 27 A12 12 0 0 0 8 24 A8 8 0 0 1 3 20 A8 8 0 0 0 6 19.5 A8 8 0 0 1 0 12 A8 8 0 0 0 3 13 A8 8 0 0 1 2 4"/>
5+
</svg>
6+
<span class="dib v-mid white fw6" style="font-size: 12px;">Tweet</span>
7+
</a>
8+
<article>
9+
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
10+
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
11+
</article>
212

313
<p>
4-
514
<a class="black-70 link dim b dib mr3" href="http://tachyons-slack-invite.herokuapp.com" title="Join our Slack Channel">
615
Join our Slack Channel
716
</a>

src/templates/header.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,27 @@
11
<header class="w-100 pa3 ph5-ns bg-near-white">
22
<div class="dt w-100">
33
<div class="dtc v-mid tl w-50">
4-
<a href="/" class="f5 f4-ns fw6 mt0 mb1 link black-50" title="Home">
4+
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-50 dim" title="Home">
55
Tachyons
66
<div class="dib">
7-
<small class="nowrap f6 mt2 mt3-ns pr2 black-50">v4.0.1-beta</small>
7+
<small class="nowrap f6 mt2 mt3-ns pr2 black-50 fw2">v4.0.2-beta</small>
88
</div>
99
</a>
1010
</div>
11-
<div class="db dtc-l v-mid w-100 w-50-l tr">
11+
<div class="db dtc v-mid w-100 tr">
12+
1213
<a title="Documentation" href="/docs/"
13-
class="f6 b dim link black-50 mr1 mr3-m mr4-l">
14+
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
1415
Docs
1516
</a>
1617
<a title="Tachyons on GitHub" href="http://github.com/mrmrs/tachyons/"
17-
class="f6 b dim link black-50 mr1 mr3-m mr4-l">
18+
class="f6 b dim link black-50 mr1 mr3-m mr4-l dib">
1819
GitHub
1920
</a>
2021
<a title="Tachyons Npm Modules" href="/#npm"
21-
class="f6 b link black-50 tc dim">
22+
class="f6 b link black-50 dim dib">
2223
Npm
2324
</a>
2425
</div>
2526
</div>
26-
<nav class="pv2 dn">
27-
<a class="f6 fw6 link dim dib mr3 mid-gray" href="/docs/">Docs</a>
28-
<a class="f6 fw6 link dim dib mr3 mid-gray" href="/docs/general">General</a>
29-
<a class="f6 fw6 link dim dib mr3 mid-gray" href="/docs/typography">Typography</a>
30-
<a class="f6 fw6 link dim dib mr2 mid-gray" href="/docs/layout">Layout</a>
31-
<a class="f6 fw6 link dim dib mr2 mid-gray" href="/docs/themes">Themes</a>
32-
</nav>
3327
</header>

0 commit comments

Comments
 (0)