Skip to content

Commit 6004813

Browse files
vuietsjohno
authored andcommitted
Cleanup components/ html (#74)
1 parent 3a9a53a commit 6004813

File tree

4 files changed

+14
-18
lines changed

4 files changed

+14
-18
lines changed

src/components/footers/social-text.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<svg class="w2" data-icon="twitter" viewBox="0 0 32 32" style="fill:currentcolor">
1414
<title>twitter icon</title>
1515
<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"></path>
16-
<small class="db tc">Twitter</small>
1716
</svg>
17+
<small class="db tc">Twitter</small>
1818
</a>
1919
<a class="link dim gray dib br-100 h2 w3 mr3 " href="#" title="">
2020
<svg class="w2" data-icon="github" viewBox="0 0 32 32" style="fill:currentcolor">
2121
<title>github icon</title>
2222
<path d="M0 18 C0 12 3 10 3 9 C2.5 7 2.5 4 3 3 C6 3 9 5 10 6 C12 5 14 5 16 5 C18 5 20 5 22 6 C23 5 26 3 29 3 C29.5 4 29.5 7 29 9 C29 10 32 12 32 18 C32 25 30 30 16 30 C2 30 0 25 0 18 M3 20 C3 24 4 28 16 28 C28 28 29 24 29 20 C29 16 28 14 16 14 C4 14 3 16 3 20 M8 21 A1.5 2.5 0 0 0 13 21 A1.5 2.5 0 0 0 8 21 M24 21 A1.5 2.5 0 0 0 19 21 A1.5 2.5 0 0 0 24 21 z"></path>
23-
<small class="db tc">GitHub</small>
2423
</svg>
24+
<small class="db tc">GitHub</small>
2525
</a>
2626
<a class="link dim gray dib br-100 h2 w3 mr3 " href="#" title="">
2727
<svg class="w2" data-icon="dribbble" viewBox="0 0 32 32" style="fill:currentcolor">

src/components/layout/two-column-collapse-one.html

-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ <h1>Column One</h1>
88
<div class="fl w-100 w-50-ns bg-light-gray tc">
99
<h1>Column Two</h1>
1010
</div>
11-
12-
</div>
1311
</article>

src/components/layout/two-column.html

-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ <h1>Column One</h1>
88
<div class="fl w-50 bg-light-gray tc">
99
<h1>Column Two</h1>
1010
</div>
11-
12-
</div>
1311
</article>

src/components/lists/slab-stat.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
<article class="pa3 pa5-ns">
55
<h1>Today</h1>
66
<dl class="dib mr5">
7-
<dd class="f6 f5-ns b ml0">Closed Issues</dt>
8-
<dd class="f3 f2-ns b ml0">1,024</dt>
7+
<dd class="f6 f5-ns b ml0">Closed Issues</dd>
8+
<dd class="f3 f2-ns b ml0">1,024</dd>
99
</dl>
1010
<dl class="dib mr5">
11-
<dd class="f6 f5-ns b ml0">Open Issues</dt>
12-
<dd class="f3 f2-ns b ml0">993</dt>
11+
<dd class="f6 f5-ns b ml0">Open Issues</dd>
12+
<dd class="f3 f2-ns b ml0">993</dd>
1313
</dl>
1414
<dl class="dib mr5">
15-
<dd class="f6 f5-ns b ml0">Next Release</dt>
16-
<dd class="f3 f2-ns b ml0">10-22</dt>
15+
<dd class="f6 f5-ns b ml0">Next Release</dd>
16+
<dd class="f3 f2-ns b ml0">10-22</dd>
1717
</dl>
1818
<dl class="dib mr5">
19-
<dd class="f6 f5-ns b ml0">Days Left</dt>
20-
<dd class="f3 f2-ns b ml0">4</dt>
19+
<dd class="f6 f5-ns b ml0">Days Left</dd>
20+
<dd class="f3 f2-ns b ml0">4</dd>
2121
</dl>
2222
<dl class="dib mr5">
23-
<dd class="f6 f5-ns b ml0">Favorite Cat</dt>
24-
<dd class="f3 f2-ns b ml0">All of Them</dt>
23+
<dd class="f6 f5-ns b ml0">Favorite Cat</dd>
24+
<dd class="f3 f2-ns b ml0">All of Them</dd>
2525
</dl>
2626
<dl class="dib">
27-
<dd class="f6 f5-ns b ml0">App Downloads</dt>
28-
<dd class="f3 f2-ns b ml0">1,200</dt>
27+
<dd class="f6 f5-ns b ml0">App Downloads</dd>
28+
<dd class="f3 f2-ns b ml0">1,200</dd>
2929
</dl>
3030
</article>

0 commit comments

Comments
 (0)