bulma/docs/_includes/footer.html

87 lines
3.8 KiB
HTML
Raw Normal View History

2018-03-26 13:46:39 +00:00
{% include book-banner.html %}
{% include bsa.html %}
2018-01-19 16:54:05 +00:00
{% include newsletter.html %}
<footer class="footer">
<div class="container">
2017-03-13 15:22:20 +00:00
<div class="columns">
2018-01-19 16:54:05 +00:00
<div class="column is-4">
2017-03-13 15:22:20 +00:00
<div id="about" class="content">
2018-01-10 17:53:22 +00:00
<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="https://jgthms.com" property="cc:attributionName" rel="cc:attributionURL">Jeremy Thomas</a>.
<div class="twitter-container">
2018-03-26 13:46:39 +00:00
<a href="{{ site.data.meta.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a>
2017-03-13 15:22:20 +00:00
</div>
2017-11-14 12:14:58 +00:00
<p id="alternative">
<a href="{{ site.url }}/alternative-to-bootstrap/">An alternative to <strong>Bootstrap</strong></a>
</p>
2017-03-13 15:22:20 +00:00
</div>
</div>
2018-01-19 16:54:05 +00:00
<div class="column is-4">
2017-03-13 15:22:20 +00:00
<div id="share" class="content">
<div>
<strong>Support</strong> and share the love!
</div>
<div id="social">
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=jgthms&repo=bulma&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
2018-03-26 13:46:39 +00:00
<a href="https://twitter.com/share" class="twitter-share-button" data-text="{{ site.data.meta.title }}" data-url="{{ site.url }}" data-count="horizontal" data-via="jgthms" data-related="jgthms:Creator of Bulma" data-size="large">Tweet</a>
2017-03-13 15:22:20 +00:00
2017-11-14 10:30:37 +00:00
<div class="fb-like" data-href="https://www.facebook.com/bulmaio" data-layout="button" data-action="like" data-size="large" data-show-faces="false" data-share="true"></div>
<a class="bd-patreon-button" href="https://www.patreon.com/jgthms" target="_blank">
<img src="/images/patreon.png" alt="Become a patron">
</a>
2017-03-15 23:11:02 +00:00
<form class="paypal-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8WMKYSRFN6A78">
2017-03-14 22:25:22 +00:00
<input type="image" src="{{site.url}}/images/paypal-donate.png" border="0" name="submit" alt="PayPal The safer, easier way to pay online." height="30">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
2017-03-13 15:22:20 +00:00
</div>
</div>
<div class="column is-4">
2017-03-13 15:22:20 +00:00
<div id="sister">
<p>
More <strong>helpful</strong> tools:
</p>
<ul>
<li>
<a href="http://cssreference.io">
<img src="{{site.url}}/images/css-reference-logo.png" alt="CSS Reference logo">
</a>
</li>
<li>
<a href="http://htmlreference.io">
<img src="{{site.url}}/images/html-reference-logo.png" alt="HTML Reference logo">
</a>
</li>
</ul>
</div>
</div>
</div>
2018-01-19 16:54:05 +00:00
<div id="tsp">
<p>
<a href="{{ site.url }}/made-with-bulma/">
<img src="{{ site.url }}/images/made-with-bulma.png" alt="Made with Bulma" width="128" height="24">
</a>
<small>
Get the <a href="{{ site.url }}/made-with-bulma/">badge</a>!
<br>
Source code licensed <a href="https://opensource.org/licenses/mit-license.php">MIT</a>.
<br>
Website content licensed <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.
</small>
</p>
2017-10-12 16:25:11 +00:00
</div>
</div>
</footer>
2018-03-26 14:33:31 +00:00
{% include book-modal.html %}
2018-01-19 16:54:05 +00:00
{% include scripts.html %}