2018-04-10 14:38:50 +00:00
|
|
|
{% assign css_only_link = site.data.links.by_id['overview-classes'] %}
|
|
|
|
|
|
|
|
<section class="bd-easy section is-medium">
|
|
|
|
<div class="container">
|
|
|
|
<div class="columns is-vcentered">
|
|
|
|
<div class="column">
|
|
|
|
<header class="bd-index-header bd-is-left">
|
|
|
|
<h3 class="title is-3">
|
|
|
|
<a href="{{ site.url }}{{ css_only_link.path }}">
|
|
|
|
No <strong>JavaScript</strong> required
|
|
|
|
</a>
|
|
|
|
</h3>
|
|
|
|
<h4 class="subtitle is-4">
|
|
|
|
CSS only, so it integrates in any JS environment
|
|
|
|
</h4>
|
|
|
|
<img src="{{ site.url }}/images/index/js-frameworks.png" width="568" height="91">
|
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column">
|
|
|
|
<div class="bd-index-js-tweet">
|
2018-04-10 22:02:30 +00:00
|
|
|
{% assign tweet = site.data.love.tweets_by_id.860885116909998080 %}
|
2018-04-10 14:38:50 +00:00
|
|
|
{% include elements/tw.html tweet=tweet modifier='bd-is-grey' %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|