bulma/docs/love.html

57 lines
1.7 KiB
HTML
Raw Permalink Normal View History

2017-07-30 17:22:13 +00:00
---
fulltitle: Love for Bulma 😍
layout: default
route: love
2017-09-01 07:09:39 +00:00
tweets:
2017-09-01 10:40:36 +00:00
- id: "900692286744535041"
date: "2:12 PM - 24 Aug 2017"
content: 'So impressed with the speed and clarity of implementing <a href="https://twitter.com/search?q=%23bulma">#bulma</a> CSS framework on a new project. Kudos <a href="https://twitter.com/jgthms">@jgthms</a>'
2017-09-01 07:09:39 +00:00
fullname: "Jamie Hylands"
username: "JamieAHylands"
2017-10-16 12:21:38 +00:00
avatar: "https://pbs.twimg.com/profile_images/872757791236272128/31VmJF-L_normal.jpg"
2017-09-01 07:09:39 +00:00
hearts: "1"
retweets: "0"
2017-07-30 17:22:13 +00:00
---
2017-10-26 18:47:48 +00:00
{% include navbar.html id="LoveHero" %}
2017-07-30 17:22:13 +00:00
2017-08-14 11:44:24 +00:00
<section class="hero bd-is-love bd-rainbow">
2017-07-30 17:22:13 +00:00
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column">
<h1 class="title">
Love
</h1>
<p class="subtitle">
Happy thoughts from Twitter <span style="font-size: 20px; margin-left: 2px; position: relative; top: 1px;">😃</span>
</p>
</div>
<div class="column is-narrow">
{% include carbon.html %}
</div>
</div>
</div>
</div>
</section>
2017-08-14 11:44:24 +00:00
<main class="bd-love">
2017-09-01 07:09:39 +00:00
<div class="container">
<div class="bd-embrace">
<p class="bd-embrace-text">
Are you a Bulma fan too? <strong>Show your support!</strong> <span style="font-size: 20px; margin-left: 2px; position: relative; top: 1px;">🤗</span>
</p>
<p class="bd-embrace-button">
{% include elements/tw-button.html label="Tweet #bulmaio" %}
</p>
</div>
2017-07-30 17:22:13 +00:00
2017-09-01 07:09:39 +00:00
<div class="bd-tws-love">
2018-01-16 17:38:32 +00:00
{% for tweetId in site.data.love.tweets reversed %}
{% assign tweet = site.data.love.tweetsById[tweetId] %}
2017-10-09 08:42:07 +00:00
{% include tw.html tweet=tweet %}
2017-09-01 07:09:39 +00:00
{% endfor %}
</div>
</div>
2017-08-14 11:44:24 +00:00
</main>