Build docs

This commit is contained in:
Jeremy Thomas 2017-11-14 12:14:58 +00:00
parent 832a05b601
commit 923bb9f5e0
4 changed files with 1949 additions and 634 deletions

View File

@ -47,12 +47,12 @@
<div class="column is-3"> <div class="column is-3">
<div id="about" class="content"> <div id="about" class="content">
<strong xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">Bulma</strong> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jgthms.com" property="cc:attributionName" rel="cc:attributionURL">Jeremy Thomas</a>. <strong xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">Bulma</strong> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jgthms.com" property="cc:attributionName" rel="cc:attributionURL">Jeremy Thomas</a>.
<p id="alternative">
<a href="{{ site.url }}/alternative-to-bootstrap/">An alternative to <strong>Bootstrap</strong></a>
</p>
<div class="twitter-container"> <div class="twitter-container">
<a href="{{ site.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a> <a href="{{ site.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a>
</div> </div>
<p id="alternative">
<a href="{{ site.url }}/alternative-to-bootstrap/">An alternative to <strong>Bootstrap</strong></a>
</p>
</div> </div>
</div> </div>
<div class="column is-5"> <div class="column is-5">

View File

@ -3,7 +3,7 @@
display: block display: block
height: 30px height: 30px
line-height: 30px line-height: 30px
margin-top: 5px margin-top: 0.5rem
small small
display: block display: block
margin-top: 5px margin-top: 5px
@ -33,7 +33,7 @@
font-size: 11px font-size: 11px
height: 30px height: 30px
line-height: 30px line-height: 30px
margin-top: 5px margin-top: 0.5rem
.github-btn .github-btn
width: 160px width: 160px
.twitter-share-button .twitter-share-button
@ -46,7 +46,9 @@
display: flex display: flex
width: 130px width: 130px
.bd-patreon-button .bd-patreon-button
height: 30px
margin-right: 0.5rem margin-right: 0.5rem
width: 128px
#newsletter #newsletter
.input .input
@ -70,6 +72,7 @@
#alternative #alternative
font-size: 0.875rem font-size: 0.875rem
margin-top: 0.5rem
a a
color: $text-light color: $text-light
&:hover &:hover

View File

@ -9,15 +9,17 @@
color: currentColor color: currentColor
.bd-patreon-text .bd-patreon-text
font-size: $size-small font-size: 0.875rem
line-height: 1.25 line-height: 1.25
margin-right: 0.5rem margin-right: 0.5rem
.bd-patreon-button .bd-patreon-button
display: inline-block display: inline-block
flex-shrink: 0 flex-shrink: 0
height: 30px height: 34px
width: 128px width: 145px
img
max-height: 100%
+from(480px) +from(480px)
.bd-patreon-text .bd-patreon-text

File diff suppressed because it is too large Load Diff