Skip to content

Cleanup 'components/' html #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/footers/social-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<svg class="w2" data-icon="twitter" viewBox="0 0 32 32" style="fill:currentcolor">
<title>twitter icon</title>
<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>
<small class="db tc">Twitter</small>
</svg>
<small class="db tc">Twitter</small>
</a>
<a class="link dim gray dib br-100 h2 w3 mr3 " href="#" title="">
<svg class="w2" data-icon="github" viewBox="0 0 32 32" style="fill:currentcolor">
<title>github icon</title>
<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>
<small class="db tc">GitHub</small>
</svg>
<small class="db tc">GitHub</small>
</a>
<a class="link dim gray dib br-100 h2 w3 mr3 " href="#" title="">
<svg class="w2" data-icon="dribbble" viewBox="0 0 32 32" style="fill:currentcolor">
Expand Down
2 changes: 0 additions & 2 deletions src/components/layout/two-column-collapse-one.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ <h1>Column One</h1>
<div class="fl w-100 w-50-ns bg-light-gray tc">
<h1>Column Two</h1>
</div>

</div>
</article>
2 changes: 0 additions & 2 deletions src/components/layout/two-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ <h1>Column One</h1>
<div class="fl w-50 bg-light-gray tc">
<h1>Column Two</h1>
</div>

</div>
</article>
24 changes: 12 additions & 12 deletions src/components/lists/slab-stat.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
<article class="pa3 pa5-ns">
<h1>Today</h1>
<dl class="dib mr5">
<dd class="f6 f5-ns b ml0">Closed Issues</dt>
<dd class="f3 f2-ns b ml0">1,024</dt>
<dd class="f6 f5-ns b ml0">Closed Issues</dd>
<dd class="f3 f2-ns b ml0">1,024</dd>
</dl>
<dl class="dib mr5">
<dd class="f6 f5-ns b ml0">Open Issues</dt>
<dd class="f3 f2-ns b ml0">993</dt>
<dd class="f6 f5-ns b ml0">Open Issues</dd>
<dd class="f3 f2-ns b ml0">993</dd>
</dl>
<dl class="dib mr5">
<dd class="f6 f5-ns b ml0">Next Release</dt>
<dd class="f3 f2-ns b ml0">10-22</dt>
<dd class="f6 f5-ns b ml0">Next Release</dd>
<dd class="f3 f2-ns b ml0">10-22</dd>
</dl>
<dl class="dib mr5">
<dd class="f6 f5-ns b ml0">Days Left</dt>
<dd class="f3 f2-ns b ml0">4</dt>
<dd class="f6 f5-ns b ml0">Days Left</dd>
<dd class="f3 f2-ns b ml0">4</dd>
</dl>
<dl class="dib mr5">
<dd class="f6 f5-ns b ml0">Favorite Cat</dt>
<dd class="f3 f2-ns b ml0">All of Them</dt>
<dd class="f6 f5-ns b ml0">Favorite Cat</dd>
<dd class="f3 f2-ns b ml0">All of Them</dd>
</dl>
<dl class="dib">
<dd class="f6 f5-ns b ml0">App Downloads</dt>
<dd class="f3 f2-ns b ml0">1,200</dt>
<dd class="f6 f5-ns b ml0">App Downloads</dd>
<dd class="f3 f2-ns b ml0">1,200</dd>
</dl>
</article>