Skip to content

Commit 2cd8a1e

Browse files
author
mrmrs
committed
Adding nav for other components
1 parent 8a45fc5 commit 2cd8a1e

File tree

12 files changed

+297
-1000
lines changed

12 files changed

+297
-1000
lines changed

components/articles/title-text-image/index.html

+39-18
Original file line numberDiff line numberDiff line change
@@ -133,30 +133,51 @@ <h2 class="f5 mt5">Modules</h2>
133133
<h4 class="mt5">Install these modules via npm</h4>
134134
<code>npm i --save tachyons-line-height tachyons-widths tachyons-spacing tachyons-type-scale tachyons-typography</code>
135135
</section>
136-
</main>
136+
<section class="ph3 ph5-ns bt b--black-10 mt5 pv4">
137+
<h1 class="f6 b ttu">Other Components</h1>
137138

138139

139-
140+
<div>
141+
<h2 class="f5 mb2 ttc mid-gray">articles</h2>
142+
143+
<a class="f5 dib mr3 blue link dim fw6" href="/components/articles/title-text-image/index.html">Articles Title Text Image</a>
144+
145+
<a class="f5 dib mr3 blue link dim fw6" href="/components/articles/title-text/index.html">Articles Title Text</a>
146+
147+
</div>
140148

141-
articles<br>
142-
143-
<a href="/components/articles/title-text-image/index.html">Articles Title Text Image</a><br>
144-
145-
<a href="/components/articles/title-text/index.html">Articles Title Text</a><br>
146-
149+
<div>
150+
<h2 class="f5 mb2 ttc mid-gray">grids</h2>
151+
152+
<a class="f5 dib mr3 blue link dim fw6" href="/components/grids/two-column/index.html">Grids Two Column</a>
153+
154+
</div>
147155

148-
forms<br>
149-
150-
<a href="/components/forms/sign_in/1/index.html">Forms Sign In 1</a><br>
151-
152-
<a href="/components/forms/sign_up/1/index.html">Forms Sign Up 1</a><br>
153-
156+
<div>
157+
<h2 class="f5 mb2 ttc mid-gray">layout</h2>
158+
159+
<a class="f5 dib mr3 blue link dim fw6" href="/components/layout/flag-object-collapse/index.html">Layout Flag Object Collapse</a>
160+
161+
<a class="f5 dib mr3 blue link dim fw6" href="/components/layout/flag-object/index.html">Layout Flag Object</a>
162+
163+
<a class="f5 dib mr3 blue link dim fw6" href="/components/layout/two-column/index.html">Layout Two Column</a>
164+
165+
</div>
154166

155-
layout<br>
156-
157-
<a href="/components/layout/flag-object/index.html">Layout Flag Object</a><br>
158-
167+
<div>
168+
<h2 class="f5 mb2 ttc mid-gray">nav</h2>
169+
170+
<a class="f5 dib mr3 blue link dim fw6" href="/components/nav/large-title-link-list/index.html">Nav Large Title Link List</a>
171+
172+
<a class="f5 dib mr3 blue link dim fw6" href="/components/nav/title-link-list/index.html">Nav Title Link List</a>
173+
174+
</div>
159175

176+
</section>
177+
</main>
178+
179+
180+
160181

161182
<footer class="bg-near-white mid-gray ph3 ph5-ns pv5 pv6-ns bt b--black-10">
162183
<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;">

components/articles/title-text/index.html

+39-18
Original file line numberDiff line numberDiff line change
@@ -115,30 +115,51 @@ <h2 class="f5 mt5">Modules</h2>
115115
<h4 class="mt5">Install these modules via npm</h4>
116116
<code>npm i --save tachyons-line-height tachyons-spacing tachyons-typography</code>
117117
</section>
118-
</main>
118+
<section class="ph3 ph5-ns bt b--black-10 mt5 pv4">
119+
<h1 class="f6 b ttu">Other Components</h1>
119120

120121

121-
122+
<div>
123+
<h2 class="f5 mb2 ttc mid-gray">articles</h2>
124+
125+
<a class="f5 dib mr3 blue link dim fw6" href="/components/articles/title-text-image/index.html">Articles Title Text Image</a>
126+
127+
<a class="f5 dib mr3 blue link dim fw6" href="/components/articles/title-text/index.html">Articles Title Text</a>
128+
129+
</div>
122130

123-
articles<br>
124-
125-
<a href="/components/articles/title-text-image/index.html">Articles Title Text Image</a><br>
126-
127-
<a href="/components/articles/title-text/index.html">Articles Title Text</a><br>
128-
131+
<div>
132+
<h2 class="f5 mb2 ttc mid-gray">grids</h2>
133+
134+
<a class="f5 dib mr3 blue link dim fw6" href="/components/grids/two-column/index.html">Grids Two Column</a>
135+
136+
</div>
129137

130-
forms<br>
131-
132-
<a href="/components/forms/sign_in/1/index.html">Forms Sign In 1</a><br>
133-
134-
<a href="/components/forms/sign_up/1/index.html">Forms Sign Up 1</a><br>
135-
138+
<div>
139+
<h2 class="f5 mb2 ttc mid-gray">layout</h2>
140+
141+
<a class="f5 dib mr3 blue link dim fw6" href="/components/layout/flag-object-collapse/index.html">Layout Flag Object Collapse</a>
142+
143+
<a class="f5 dib mr3 blue link dim fw6" href="/components/layout/flag-object/index.html">Layout Flag Object</a>
144+
145+
<a class="f5 dib mr3 blue link dim fw6" href="/components/layout/two-column/index.html">Layout Two Column</a>
146+
147+
</div>
136148

137-
layout<br>
138-
139-
<a href="/components/layout/flag-object/index.html">Layout Flag Object</a><br>
140-
149+
<div>
150+
<h2 class="f5 mb2 ttc mid-gray">nav</h2>
151+
152+
<a class="f5 dib mr3 blue link dim fw6" href="/components/nav/large-title-link-list/index.html">Nav Large Title Link List</a>
153+
154+
<a class="f5 dib mr3 blue link dim fw6" href="/components/nav/title-link-list/index.html">Nav Title Link List</a>
155+
156+
</div>
141157

158+
</section>
159+
</main>
160+
161+
162+
142163

143164
<footer class="bg-near-white mid-gray ph3 ph5-ns pv5 pv6-ns bt b--black-10">
144165
<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;">

0 commit comments

Comments
 (0)