Add love data

This commit is contained in:
Jeremy Thomas 2017-10-09 09:42:07 +01:00
parent e12c69e2d6
commit 6f17562e34
7 changed files with 1522 additions and 525 deletions

1486
docs/_data/love.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,54 +1,54 @@
{% assign twUrl = "https://twitter.com/" | append: include.username | append: "/status/" | append: include.id %}
{% assign twUrl = "https://twitter.com/" | append: include.tweet.username | append: "/status/" | append: include.tweet.id %}
<article class="bd-tw">
<header class="bd-tw-header">
<a class="bd-tw-author" href="{{ twUrl }}" target="_blank">
<figure class="bd-tw-avatar">
<img class="b-lazy" src="{{ include.avatar }}">
<img class="b-lazy" src="{{ include.tweet.avatar }}">
</figure>
<div class="bd-tw-name">
<strong class="bd-tw-fullname">
{{ include.fullname }}
{{ include.tweet.fullname }}
</strong>
<span class="bd-tw-username">
@{{ include.username }}
@{{ include.tweet.username }}
</span>
</div>
</a>
</header>
<div class="bd-tw-content">
{{ include.content }}
{{ include.tweet.content }}
</div>
<p class="bd-tw-date">
<a href="{{ twUrl }}" target="_blank">
{{ include.date }}
{{ include.tweet.date }}
</a>
</p>
<ul class="Tweet-actions">
<li class="Tweet-action">
<a class="TweetAction TweetAction--replyEdge web-intent" href="https://twitter.com/intent/tweet?in_reply_to={{ include.id }}">
<a class="TweetAction TweetAction--replyEdge web-intent" href="https://twitter.com/intent/tweet?in_reply_to={{ include.tweet.id }}">
<div class="Icon Icon--reply TweetAction-icon Icon--replyEdge"></div>
</a>
</li>
<li class="Tweet-action Tweet-action--retweet">
<a class="TweetAction TweetAction--retweetEdge web-intent" href="https://twitter.com/intent/retweet?tweet_id={{ include.id }}">
<a class="TweetAction TweetAction--retweetEdge web-intent" href="https://twitter.com/intent/retweet?tweet_id={{ include.tweet.id }}">
<div class="Icon Icon--retweet TweetAction-icon Icon--retweetEdge"></div>
{% if include.retweets %}
{% if include.tweet.retweets != 0 %}
<span class="TweetAction-stat">
{{ include.retweets }}
{{ include.tweet.retweets }}
</span>
{% endif %}
</a>
</li>
<li class="Tweet-action Tweet-action--heart">
<a class="TweetAction TweetAction--heartEdge web-intent" href="https://twitter.com/intent/like?tweet_id={{ include.id }}&amp;ref_src=twsrc%5Etfw&amp;ref_url=http%3A%2F%2Fbulma.io%2F&amp;original_referer=http%3A%2F%2Fbulma.io%2F&amp;tw_i={{ include.id }}&amp;tw_p=tweetembed" target="_blank">
<a class="TweetAction TweetAction--heartEdge web-intent" href="https://twitter.com/intent/like?tweet_id={{ include.tweet.id }}&amp;ref_src=twsrc%5Etfw&amp;ref_url=http%3A%2F%2Fbulma.io%2F&amp;original_referer=http%3A%2F%2Fbulma.io%2F&amp;tw_i={{ include.tweet.id }}&amp;tw_p=tweetembed" target="_blank">
<div class="Icon Icon--heartEdge TweetAction-icon Icon--heartEdge"></div>
{% if include.hearts %}
{% if include.tweet.hearts != 0 %}
<span class="TweetAction-stat">
{{ include.hearts }}
{{ include.tweet.hearts }}
</span>
{% endif %}
</a>

View file

@ -1,77 +1,24 @@
<div class="container">
<div class="columns">
<div class="column is-4">
{%
include tw.html
content='So, I was making an exam and in a matter of 30 minutes I had my structure complete with responsive, Bulma is crazy. Thanks <a href="https://twitter.com/jgthms">@jgthms</a></p>'
fullname="Francisco Cruz"
username="atFranCruz"
id="868829487072464897"
date="3:01 PM - May 28, 2017"
avatar="https://pbs.twimg.com/profile_images/802607347306594304/siN1Iznd_bigger.jpg"
hearts="3"
%}
{%
include tw.html
content='<a href="https://twitter.com/jgthms">@jgthms</a> Hey Jeremy! Been putting Bulma into a project during the last days - absolutely love it! Well done! <img class="Emoji Emoji--forText" src="https://abs.twimg.com/emoji/v2/72x72/1f60d.png" draggable="false" alt="😍" title="Smiling face with heart-shaped eyes" aria-label="Emoji: Smiling face with heart-shaped eyes"></p>'
fullname="Simon Jaeger"
username="simonjaegr"
id="834140257054502913"
date="9:38 PM - Feb 21, 2017"
avatar="https://pbs.twimg.com/profile_images/794696494091792384/V5WGxQTk_bigger.jpg"
hearts="1"
%}
{% assign tweet = site.data.love.tweetsById.868829487072464897 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.912690697416753152 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.907551723459416071 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.834140257054502913 %}{% include tw.html tweet=tweet%}
</div>
<div class="column is-4">
{%
include tw.html
content='<p lang="en" dir="ltr">Bulma, I think I&#39;m in love. <a href="https://t.co/APYefmC1Bs">bulma.io</a> via <a href="https://twitter.com/jgthms">@jgthms</a></p>'
fullname="Jesse Schoff"
username="jesseschoff"
id="869284735440363520"
date="9:10 PM - May 29, 2017"
avatar="https://pbs.twimg.com/profile_images/663874141854961666/HXz-_UA4_bigger.jpg"
hearts="4"
%}
{%
include tw.html
content='<p lang="en" dir="ltr"><a href="https://t.co/ClYmBd8tGR">bulma.io</a> is an impressive CSS framework. Flexbox grid, no JS, modular components (use what you need), Sass.<br><br><img class="Emoji Emoji--forText" src="https://abs.twimg.com/emoji/v2/72x72/1f4af.png" draggable="false" alt="💯" title="Hundred points symbol" aria-label="Emoji: Hundred points symbol"> <a href="https://twitter.com/jgthms">@jgthms</a>.</p>'
fullname="scottgallant"
username="scottgallant"
id="835834634655174658"
date="1:51 PM - Feb 26, 2017"
avatar="https://pbs.twimg.com/profile_images/737847066030936064/1yHqQT-h_bigger.jpg"
retweets="2"
hearts="10"
%}
{% assign tweet = site.data.love.tweetsById.869284735440363520 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.910956939886043136 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.860885116909998080 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.835834634655174658 %}{% include tw.html tweet=tweet%}
</div>
<div class="column is-4">
{%
include tw.html
content='<p lang="en" dir="ltr">I usually hate having to write CSS, but I really like working with the lightweight Bulma (<a href="https://t.co/OAMLjKWzak">bulma.io</a>) by <a href="https://twitter.com/jgthms">@jgthms</a> so far <img class="Emoji Emoji--forText" src="https://abs.twimg.com/emoji/v2/72x72/1f44d.png" draggable="false" alt="👍" title="Thumbs up sign" aria-label="Emoji: Thumbs up sign"></p>'
fullname="mario zupan"
username="mzupzup"
id="874925154475929602"
date="10:43 AM - Jun 14, 2017"
avatar="https://pbs.twimg.com/profile_images/378800000350936693/8ce343d2944ad08a0935d0e485c82572_bigger.png"
retweets="1"
hearts="7"
%}
{%
include tw.html
content='<a href="https://twitter.com/jgthms">@jgthms</a> Hey.I just stopped by here to say thank you so much for Bulma. It made my website looks 100 times better <img class="Emoji Emoji--forText" src="https://abs.twimg.com/emoji/v2/72x72/1f60d.png" draggable="false" alt="😍" title="Smiling face with heart-shaped eyes" aria-label="Emoji: Smiling face with heart-shaped eyes"></p>'
fullname="juliooooo"
username="juliooooo000"
id="819710615337857024"
date="2:00 AM - Jan 13, 2017"
avatar="https://abs.twimg.com/sticky/default_profile_images/default_profile_bigger.png"
hearts="1"
%}
{% assign tweet = site.data.love.tweetsById.874925154475929602 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.915580081938018304 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.903629781744439297 %}{% include tw.html tweet=tweet%}
{% assign tweet = site.data.love.tweetsById.909653512010833920 %}{% include tw.html tweet=tweet%}
</div>
</div>

View file

@ -78,7 +78,7 @@ $tw-grey: #697882
.Tweet-actions
align-items: center
display: none
display: flex
margin-top: 8.4px
.Tweet-action

View file

@ -5306,6 +5306,10 @@ a.dropdown-item.is-active {
margin-top: 0;
}
.level.is-mobile .level-item {
margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(:last-child) {
margin-bottom: 0;
}
@ -11960,7 +11964,9 @@ html.route-index .hero.is-primary a.column:hover .title strong {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 8.4px;
}

File diff suppressed because one or more lines are too long

View file

@ -3,438 +3,6 @@ fulltitle: Love for Bulma 😍
layout: default
route: love
tweets:
- id: "779966186121560064"
date: "10:50 AM - 25 Sep 2016"
content: 'Thanks <a href="https://twitter.com/jgthms">@jgthms</a> for updating my favourite css framework <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a>'
fullname: "Juampe Ruiz"
username: "juampe84"
avatar: "http://pbs.twimg.com/profile_images/483174343133122561/gEYbBOkz_normal.jpeg"
hearts: "2"
retweets: "0"
- id: "783630950718504960"
date: "1:32 PM - 5 Oct 2016"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> love your work on bulma, you rock'
fullname: "Andrew Cantos"
username: "andrewcantos"
avatar: "http://pbs.twimg.com/profile_images/703890576110784512/nKlaidPk_normal.jpg"
hearts: "1"
retweets: "0"
- id: "808825432233558016"
date: "1:06 AM - 14 Dec 2016"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Bulma is badass. Nice work all around!'
fullname: "Shaimoom Newaz"
username: "shaimoomn"
avatar: "http://pbs.twimg.com/profile_images/2652961775/3b5b2d91422cdd91b7203ad1080958c8_normal.png"
hearts: "1"
retweets: "0"
- id: "819710615337857024"
date: "2:00 AM - 13 Jan 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Hey.I just stopped by here to say thank you so much for Bulma. It made my website looks 100 times better 😍'
fullname: "juliooooo"
username: "juliooooo000"
avatar: "http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png"
hearts: "1"
retweets: "0"
- id: "824053457527209984"
date: "1:37 AM - 25 Jan 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Are you the one behind Bulma? I am using it in one project and I am completely delightful. Thank you so much!!'
fullname: "Francisco Cruz"
username: "atFranCruz"
avatar: "http://pbs.twimg.com/profile_images/802607347306594304/siN1Iznd_normal.jpg"
hearts: "1"
retweets: "0"
- id: "831866770755579904"
date: "3:04 PM - 15 Feb 2017"
content: 'Jeremys reference sites are just so friendly. Love them. <a href="https://t.co/FhNs944XH6">twitter.com/jgthms/status/…</a>'
fullname: "Ville V. Vanninen"
username: "sakamies"
avatar: "http://pbs.twimg.com/profile_images/816420698017189889/nuT038KN_normal.jpg"
hearts: "1"
retweets: "0"
- id: "834030605847326726"
date: "2:22 PM - 21 Feb 2017"
content: 'Reply to <a href="https://twitter.com/jgthms">@jgthms</a> Your framework is very good and lightweight compared to Twitter Bootstrap. I really like it.'
fullname: "Ranie Santos"
username: "raniesantos32"
avatar: "http://pbs.twimg.com/profile_images/797239030689579008/YLD4fmnq_normal.jpg"
hearts: "2"
retweets: "0"
- id: "834140257054502913"
date: "9:38 PM - 21 Feb 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Hey Jeremy! Been putting Bulma into a project during the last days - absolutely love it! Well done! 😍'
fullname: "Simon Jaeger"
username: "simonjaegr"
avatar: "http://pbs.twimg.com/profile_images/794696494091792384/V5WGxQTk_normal.jpg"
hearts: "1"
retweets: "0"
- id: "835834634655174658"
date: "1:51 PM - 26 Feb 2017"
content: '<a href="https://t.co/ClYmBd8tGR">bulma.io</a> is an impressive CSS framework. Flexbox grid, no JS, modular components (use what you need), Sass.<br><br>💯 <a href="https://twitter.com/jgthms">@jgthms</a>.'
fullname: "scottgallant"
username: "scottgallant"
avatar: "http://pbs.twimg.com/profile_images/737847066030936064/1yHqQT-h_normal.jpg"
hearts: "10"
retweets: "2"
- id: "839423865205977088"
date: "11:33 AM - 8 Mar 2017"
content: '.<a href="https://twitter.com/jgthms">@jgthms</a> Ive just discovered your suite of tools for web development: bulma.io &amp; cssreference.io among others. Fabulous work - thanks!'
fullname: "Victor Verhaegen"
username: "vicver82"
avatar: "http://pbs.twimg.com/profile_images/778591376640471040/pm6XotFO_normal.jpg"
hearts: "2"
retweets: "0"
- id: "857590406724243456"
date: "3:41 PM - 27 Apr 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Loving Bulma! This is making my day right now. Imported it into the starter theme Im using.'
fullname: "Scott Stewart"
username: "CarlisleStewart"
avatar: "http://pbs.twimg.com/profile_images/846005263693852672/f6r2OsA1_normal.jpg"
hearts: "1"
retweets: "0"
- id: "860885116909998080"
date: "5:53 PM - 6 May 2017"
content: '<a href="https://t.co/vY1ZsRScYM">bulma.io</a> -- a CSS framework by <a href="https://twitter.com/jgthms">@jgthms</a> -- is lovely! No JS included, which means no JS opinions included!'
fullname: "Robert Stuttaford"
username: "RobStuttaford"
avatar: "http://pbs.twimg.com/profile_images/496667049704173569/mXZt999g_normal.jpeg"
hearts: "20"
retweets: "11"
- id: "862586112770023425"
date: "10:32 AM - 11 May 2017"
content: 'Simple, beautiful and most importantly, very light. Bulma: a modern CSS framework based on Flexbox <a href="https://t.co/uv6JF2dDGJ">bulma.io</a> via <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Anas Red"
username: "AnasAhmar"
avatar: "http://pbs.twimg.com/profile_images/718556072114548741/07SFtFEy_normal.jpg"
hearts: "1"
retweets: "0"
- id: "864788587493154816"
date: "12:24 PM - 17 May 2017"
content: 'The more I use <a href="https://twitter.com/search?q=%23bulmacss">#bulmacss</a> from the <a href="https://twitter.com/jgthms">@jgthms</a> combined with <a href="https://twitter.com/vuejs">@vuejs</a> its truly a joy to code <a href="https://twitter.com/search?q=%23webdev">#webdev</a>'
fullname: "Kieran Glover"
username: "kierglover"
avatar: "http://pbs.twimg.com/profile_images/842418041774346242/NgQo91Dy_normal.jpg"
hearts: "3"
retweets: "0"
- id: "868730725926711296"
date: "9:28 AM - 28 May 2017"
content: 'Just found <a href="https://twitter.com/jgthms">@jgthms</a>s <a href="https://t.co/sa8Hy25rDH">bulma.io</a>, an amazing css framework. Officially switching all new front-end work to this, this is amazing'
fullname: "Alexander H. Black"
username: "alexanderhblack"
avatar: "http://pbs.twimg.com/profile_images/492886054232289280/z7Ha8I3o_normal.jpeg"
hearts: "1"
retweets: "0"
- id: "868829487072464897"
date: "4:01 PM - 28 May 2017"
content: 'So, I was making an exam and in a matter of 30 minutes I had my structure complete with responsive, Bulma is crazy. Thanks <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Francisco Cruz"
username: "atFranCruz"
avatar: "http://pbs.twimg.com/profile_images/802607347306594304/siN1Iznd_normal.jpg"
hearts: "3"
retweets: "0"
- id: "869284735440363520"
date: "10:10 PM - 29 May 2017"
content: 'Bulma, I think Im in love. <a href="https://t.co/APYefmC1Bs">bulma.io</a> via <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Jesse Schoff"
username: "jesseschoff"
avatar: "http://pbs.twimg.com/profile_images/663874141854961666/HXz-_UA4_normal.jpg"
hearts: "4"
retweets: "0"
- id: "871163877622460417"
date: "2:37 AM - 4 Jun 2017"
content: 'Having a lot of fun building a website with <a href="https://twitter.com/GoHugoIO">@GoHugoIO</a> and <a href="https://twitter.com/jgthms">@jgthms</a> s bulma!'
fullname: "Martin Angers"
username: "___mna___"
avatar: "http://pbs.twimg.com/profile_images/560632881941188609/OR9pQ-sK_normal.jpeg"
hearts: "3"
retweets: "1"
- id: "871410394622865408"
date: "6:56 PM - 4 Jun 2017"
content: 'Redesigning a website with 500K+ visitors/yr, going to give a Bulma a try <a href="https://twitter.com/jgthms">@jgthms</a> <a href="https://t.co/IcuGfvTQrI">bulma.io</a>'
fullname: "Anand Chowdhary"
username: "AnandChowdhary"
avatar: "http://pbs.twimg.com/profile_images/645862626627485696/jdDFwhlb_normal.jpg"
hearts: "1"
retweets: "0"
- id: "874200312378269696"
date: "11:42 AM - 12 Jun 2017"
content: 'Bulma framework just made my weekend better :) <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Victor Heid K.Miko"
username: "victorheid"
avatar: "http://pbs.twimg.com/profile_images/863345514280046592/SGecaskr_normal.jpg"
hearts: "1"
retweets: "0"
- id: "874925154475929602"
date: "11:43 AM - 14 Jun 2017"
content: 'I usually hate having to write CSS, but I really like working with the lightweight Bulma (<a href="https://t.co/OAMLjKWzak">bulma.io</a>) by <a href="https://twitter.com/jgthms">@jgthms</a> so far 👍'
fullname: "mario zupan"
username: "mzupzup"
avatar: "http://pbs.twimg.com/profile_images/378800000350936693/8ce343d2944ad08a0935d0e485c82572_normal.png"
hearts: "7"
retweets: "1"
- id: "875511410008219649"
date: "2:32 AM - 16 Jun 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Bulma might be Bootstrap killer. Im really liking it.'
fullname: "Umar Farooq Khawaja"
username: "UmarFKhawaja"
avatar: "http://pbs.twimg.com/profile_images/378800000093659634/8e0f6f6bfe9858fe4c4be2d6975ba6e0_normal.jpeg"
hearts: "1"
retweets: "0"
- id: "877010184463294465"
date: "5:48 AM - 20 Jun 2017"
content: 'Really Appreciate <a href="https://twitter.com/jgthms">@jgthms</a>. <br>As I beginner, because of bulma.io, I could write the code and I get selfconfidence! <br><a href="https://twitter.com/search?q=%23bulma">#bulma</a> <a href="https://twitter.com/search?q=%23css">#css</a> <a href="https://twitter.com/search?q=%23framework">#framework</a>'
fullname: "b_y"
username: "by_snm"
avatar: "http://pbs.twimg.com/profile_images/675146390687870978/yrtO664u_normal.jpg"
hearts: "1"
retweets: "0"
- id: "877691760226562048"
date: "2:56 AM - 22 Jun 2017"
content: 'Best Flexbox CSS Framework:<br>Bulma <a href="https://t.co/3BtGymZWMB">bulma.io</a><br><br>Thank you <a href="https://twitter.com/jgthms">@jgthms</a>, thank you.'
fullname: "Seth Davis"
username: "Setholito"
avatar: "http://pbs.twimg.com/profile_images/884151711782158338/Bj5DiZy7_normal.jpg"
hearts: "2"
retweets: "2"
- id: "877764422466322432"
date: "7:45 AM - 22 Jun 2017"
content: '<a href="https://twitter.com/rafaelpimpa">@rafaelpimpa</a> <a href="https://twitter.com/vuejs">@vuejs</a> <a href="https://twitter.com/jgthms">@jgthms</a> Best framework on the web right now. Well done, please keep it up. World needs it!'
fullname: "Anders"
username: "anders0x"
avatar: "http://pbs.twimg.com/profile_images/671491244149768192/9mYNK57k_normal.jpg"
hearts: "2"
retweets: "0"
- id: "878220062007504897"
date: "1:55 PM - 23 Jun 2017"
content: 'I just discovered <a href="https://t.co/5xcp1Bwfpz">bulma.io</a> by <a href="https://twitter.com/jgthms">@jgthms</a> - looks great. Im gonna take it out for a test drive <a href="https://t.co/E5bbXjCD5H">pic.twitter.com/E5bbXjCD5H</a>'
fullname: "Jeff Kelley"
username: "JeffKelleyBV"
avatar: "http://pbs.twimg.com/profile_images/870543470724874240/mwuYt5se_normal.jpg"
hearts: "2"
retweets: "0"
- id: "879294487301718016"
date: "1:05 PM - 26 Jun 2017"
content: 'Been spending an inordinate amount of time playing w/ various css frameworks for my <a href="https://twitter.com/search?q=%23reactjs">#reactjs</a> site. Settled on <a href="https://t.co/KoRlyeoaI1">bulma.io</a>'
fullname: "Julian Currie"
username: "julian_currie"
avatar: "http://pbs.twimg.com/profile_images/861429694666645504/JlXFspFm_normal.jpg"
hearts: "2"
retweets: "2"
- id: "879725003306147840"
date: "5:35 PM - 27 Jun 2017"
content: 'This looks awesome. Espec. horiz. &amp; vert. alignments Bulma: a modern CSS framework based on Flexbox : <a href="https://t.co/iF8LQye3TD">bulma.io</a> via <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Brentley Broughton"
username: "babroughton"
avatar: "http://pbs.twimg.com/profile_images/803794854128009217/-AERs0li_normal.jpg"
hearts: "2"
retweets: "1"
- id: "879918120143540224"
date: "6:23 AM - 28 Jun 2017"
content: 'Im really liking <a href="https://twitter.com/search?q=%23bulma">#bulma</a> CSS from <a href="https://twitter.com/jgthms">@jgthms</a> - way less fragile to theme yourself than a lot of CSS frameworks. <a href="https://t.co/VX9s6VuUKX">bulma.io</a>'
fullname: "Joe B"
username: "JoeBlubaugh"
avatar: "http://pbs.twimg.com/profile_images/727211685384089600/oEEX3eT1_normal.jpg"
hearts: "1"
retweets: "0"
- id: "880554577187266560"
date: "12:32 AM - 30 Jun 2017"
content: 'today Ive created a reasonable static website via bulma.io by <a href="https://twitter.com/jgthms">@jgthms</a><br>Ive used 3 little JS scripts to handle classes and it was smooth AF!'
fullname: "Andrea Giammarchi"
username: "WebReflection"
avatar: "http://pbs.twimg.com/profile_images/487843539036807168/PZV6gErH_normal.jpeg"
hearts: "2"
retweets: "0"
- id: "882772930194747392"
date: "3:27 AM - 6 Jul 2017"
content: 'New bulma release solves like 7 things I was building from scratch. Thank you! <a href="https://t.co/xwMKTXd68G">bulma.io</a> via <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Sarah C"
username: "sarahsellaphix"
avatar: "http://pbs.twimg.com/profile_images/858435461781565441/onWZID9x_normal.jpg"
hearts: "1"
retweets: "0"
- id: "884443272948658176"
date: "6:04 PM - 10 Jul 2017"
content: 'Updated my Bulma css framework to the latest and used the new Navbar! Good stuff! <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Josh Weaver"
username: "3cordguy"
avatar: "http://pbs.twimg.com/profile_images/888222152826249216/MVelzRoS_normal.jpg"
hearts: "1"
retweets: "0"
- id: "884449239291580416"
date: "6:28 PM - 10 Jul 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Thanks for the dropdowns man, I love em'
fullname: "Oliver Dvorski"
username: "oliverdvorski"
avatar: "http://pbs.twimg.com/profile_images/853715289632059392/6iIQKjuU_normal.jpg"
hearts: "1"
retweets: "0"
- id: "888602569148211203"
date: "5:32 AM - 22 Jul 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> I got to know about Bulma today and love it already. Thank you for your work! Exactly I was looking for to build a landing page.'
fullname: "Raathigeshan"
username: "Raathigesh"
avatar: "http://pbs.twimg.com/profile_images/902110137959063552/uZwSzkXM_normal.jpg"
hearts: "1"
retweets: "0"
- id: "889499262136045569"
date: "4:55 PM - 24 Jul 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> Love using Bulma for my last <a href="https://twitter.com/rails">@rails</a> project. What I like the most is that it shipped without js so it works easily with Turbolinks.'
fullname: "Thomas Galibert"
username: "thomasgalibert"
avatar: "http://pbs.twimg.com/profile_images/842007472101552130/H2PXe1J6_normal.jpg"
hearts: "2"
retweets: "1"
- id: "892184654501076994"
date: "2:46 AM - 1 Aug 2017"
content: 'in all honesty, i heart bulma simple and getting better <a href="https://t.co/YRrzTt9wew">bulma.io</a> <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> via <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Scalla"
username: "itsscalla"
avatar: "http://pbs.twimg.com/profile_images/863915302043742209/ByYHVWQN_normal.jpg"
hearts: "4"
retweets: "0"
- id: "892273691563896832"
date: "8:40 AM - 1 Aug 2017"
content: '<a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> makes me so happy. Thank you <a href="https://twitter.com/jgthms">@jgthms</a>!'
fullname: "Yokim Pillay"
username: "YokimPillay"
avatar: "http://pbs.twimg.com/profile_images/890931164386668545/hInqrcUG_normal.jpg"
hearts: "2"
retweets: "0"
- id: "892362154610917378"
date: "2:31 PM - 1 Aug 2017"
content: '<a href="https://twitter.com/search?q=%23Bulma">#Bulma</a> helps make front-end dev fun again :) Great job <a href="https://twitter.com/jgthms">@jgthms</a>!'
fullname: "Marco Petersen"
username: "ocrampete16"
avatar: "http://pbs.twimg.com/profile_images/892063521055420416/Y1PJ0K4Y_normal.jpg"
hearts: "2"
retweets: "0"
- id: "892588073950773248"
date: "5:29 AM - 2 Aug 2017"
content: 'Finally had some free time to start, but Ive really been enjoying converting my personal site to <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> by <a href="https://twitter.com/jgthms">@jgthms</a>. Cant wait to finish.'
fullname: "Andrew Fomera"
username: "AndrewFomera"
avatar: "http://pbs.twimg.com/profile_images/902723522274803712/N_mAeDeu_normal.jpg"
hearts: "1"
retweets: "0"
- id: "892691375715745792"
date: "12:19 PM - 2 Aug 2017"
content: 'Well, because of <a href="https://twitter.com/jgthms">@jgthms</a>, now all my websites are using <a href="https://twitter.com/search?q=%23bulmacss">#bulmacss</a> Thank you &lt;3'
fullname: "Cadox8🔸"
username: "cadox8"
avatar: "http://pbs.twimg.com/profile_images/833713271760896004/ShxJZ-De_normal.jpg"
hearts: "1"
retweets: "0"
- id: "892798375753592836"
date: "7:24 PM - 2 Aug 2017"
content: 'The new file input styles with <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> were introduced just before i thought i have to do it on my own. Perfect timing <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Stefan Schwaighofer"
username: "StefSchwai"
avatar: "http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png"
hearts: "1"
retweets: "0"
- id: "893112719519481856"
date: "4:14 PM - 3 Aug 2017"
content: 'Actually making my own website easily &amp; entirely with <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> Thanks <a href="https://twitter.com/jgthms">@jgthms</a> for a great framework <a href="https://t.co/27dMWIozmi">bulma.io</a>'
fullname: "Chinux Paribus"
username: "ch1nux"
avatar: "http://pbs.twimg.com/profile_images/704870378011754497/yVmZmHP9_normal.jpg"
hearts: "2"
retweets: "1"
- id: "893176202210553857"
date: "8:26 PM - 3 Aug 2017"
content: 'Decided to use Bulma on this project Im working on. I am happy to use it and happy to see the docs in tact too. Great work <a href="https://twitter.com/jgthms">@jgthms</a> !'
fullname: "Jay Wilburn"
username: "jay_wilburn"
avatar: "http://pbs.twimg.com/profile_images/588972865766076416/JTqwqkQd_normal.jpg"
hearts: "1"
retweets: "0"
- id: "893193878685220864"
date: "9:36 PM - 3 Aug 2017"
content: 'Relaunched my personal site with <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a>. The best css framework Ive used yet. Thanks <a href="https://twitter.com/jgthms">@jgthms</a> 🤜'
fullname: "L A N C E"
username: "lancepadgett"
avatar: "http://pbs.twimg.com/profile_images/710909268333977600/9f3zOCBo_normal.jpg"
hearts: "1"
retweets: "0"
- id: "893410677196378112"
date: "11:57 AM - 4 Aug 2017"
content: 'Working on upgrading a site,replaced over 70 bootstrap rows/col-xs/md/lg-* etc with a few bulma classes for the same result <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Waffy Wafs"
username: "wafiks"
avatar: "http://pbs.twimg.com/profile_images/3475223564/3772a121676f6089f3302d2a7213f56c_normal.jpeg"
hearts: "1"
retweets: "0"
- id: "893820545141280769"
date: "3:06 PM - 5 Aug 2017"
content: 'Bulma.io, The best css framework currently. Thank you <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Jumuika Bulk SMS"
username: "Jumuika"
avatar: "http://pbs.twimg.com/profile_images/302344885/GEN_normal.png"
hearts: "1"
retweets: "0"
- id: "894338592796966912"
date: "1:25 AM - 7 Aug 2017"
content: 'Amazing CSS framework! Best Ive worked with so far. Excellent integration with VueJS <a href="https://t.co/kLAkDGnppl">bulma.io</a> <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> via <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Ellery Aguilar"
username: "eaguilar_88"
avatar: "http://pbs.twimg.com/profile_images/434101858416992256/9_dtzVoX_normal.jpeg"
hearts: "2"
retweets: "0"
- id: "894941805208158213"
date: "5:22 PM - 8 Aug 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> <a href="https://twitter.com/LottieFiles">@LottieFiles</a> Working on making <a href="https://twitter.com/LottieFiles">@LottieFiles</a> even more prettier. <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> is amazing. Love how small and simple it is. <a href="https://twitter.com/search?q=%23bulmacss">#bulmacss</a>'
fullname: "Nattu"
username: "reallynattu"
avatar: "http://pbs.twimg.com/profile_images/772120002044440576/b-nAVRfw_normal.jpg"
hearts: "1"
retweets: "0"
- id: "896030502544707584"
date: "5:28 PM - 11 Aug 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> absolutely love what youve done with the documentation in latest releases of bulma!! 👌'
fullname: "Saurabh Singhvi"
username: "sobers_2002"
avatar: "http://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png"
hearts: "1"
retweets: "0"
- id: "896363657029980160"
date: "3:32 PM - 12 Aug 2017"
content: '<a href="https://twitter.com/jgthms">@jgthms</a> using <a href="https://twitter.com/search?q=%23bulma">#bulma</a> on side project. Remarkable how this little beauty goes out of your way! Use, modify, extend. No problem! <a href="https://twitter.com/search?q=%23IAmInLove">#IAmInLove</a> ❤️'
fullname: "Ello"
username: "Ellogwen"
avatar: "http://pbs.twimg.com/profile_images/738064268252348416/97wLt75g_normal.jpg"
hearts: "1"
retweets: "0"
- id: "897496105562320896"
date: "6:32 PM - 15 Aug 2017"
content: 'Finally, Ive completed one side project! A poker app with <a href="https://twitter.com/angular">@angular</a> and <a href="https://twitter.com/electronjs">@electronjs</a> .Thank you <a href="https://twitter.com/jgthms">@jgthms</a> for Bulma ;-) <a href="https://t.co/wYXB9xhOAN">furaxpoker.com</a>'
fullname: "Étienne Corbillé"
username: "EtienneCrb"
avatar: "http://pbs.twimg.com/profile_images/672439335531249664/0F02lmhc_normal.jpg"
hearts: "2"
retweets: "0"
- id: "898167777718087684"
date: "3:01 PM - 17 Aug 2017"
content: 'Hey <a href="https://twitter.com/jgthms">@jgthms</a> Lovin Bulma so much its become our de-facto official CSS framework here <a href="https://twitter.com/launchMii">@launchMii</a> <a href="https://t.co/gAsOK3Ffvo">github.com/launchmii/style</a>'
fullname: "Kieran Mesquita"
username: "mesquka"
avatar: "http://pbs.twimg.com/profile_images/894385834207485952/Xd-DeveI_normal.jpg"
hearts: "2"
retweets: "0"
- id: "899981663358373888"
date: "3:08 PM - 22 Aug 2017"
content: '<a href="https://t.co/V3HGV7lLFw">bulma.io</a> - just WOW... <a href="https://twitter.com/search?q=%23bulmaio">#bulmaio</a> via <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Jonathan Meier"
username: "jntme"
avatar: "http://pbs.twimg.com/profile_images/763775265742921729/KGTHPYAR_normal.jpg"
hearts: "1"
retweets: "1"
- id: "900088665292115972"
date: "10:13 PM - 22 Aug 2017"
content: 'i fell in love with bulma.io by <a href="https://twitter.com/jgthms">@jgthms</a>'
fullname: "Glenn Gijsberts"
username: "glenngijsberts"
avatar: "http://pbs.twimg.com/profile_images/899750115556155393/nolSYIi1_normal.jpg"
hearts: "1"
retweets: "0"
- 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>'
@ -481,18 +49,8 @@ tweets:
</div>
<div class="bd-tws-love">
{% for tweet in page.tweets reversed %}
{%
include tw.html
id=tweet.id
date=tweet.date
content=tweet.content
fullname=tweet.fullname
username=tweet.username
avatar=tweet.avatar
hearts=tweet.hearts
retweets=tweet.retweets
%}
{% for tweet in site.data.love.tweets reversed %}
{% include tw.html tweet=tweet %}
{% endfor %}
</div>
</div>