mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
83 lines
3.7 KiB
HTML
83 lines
3.7 KiB
HTML
{% include bsa.html %}
|
||
|
||
{% include newsletter.html %}
|
||
|
||
<footer class="footer">
|
||
<div class="container">
|
||
<div class="columns">
|
||
<div class="column is-4">
|
||
<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="https://jgthms.com" property="cc:attributionName" rel="cc:attributionURL">Jeremy Thomas</a>.
|
||
<div class="twitter-container">
|
||
<a href="{{ site.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a>
|
||
</div>
|
||
<p id="alternative">
|
||
<a href="{{ site.url }}/alternative-to-bootstrap/">An alternative to <strong>Bootstrap</strong></a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="column is-4">
|
||
<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>
|
||
|
||
<a href="https://twitter.com/share" class="twitter-share-button" data-text="{{ site.title }}" data-url="{{ site.url }}" data-count="horizontal" data-via="jgthms" data-related="jgthms:Creator of Bulma" data-size="large">Tweet</a>
|
||
|
||
<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>
|
||
|
||
<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">
|
||
<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>
|
||
</div>
|
||
</div>
|
||
<div class="column is-4">
|
||
<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>
|
||
|
||
<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>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
{% include scripts.html %}
|