2017-07-30 21:27:54 +00:00
---
2017-07-30 21:44:12 +00:00
fulltitle: "Expo: beautiful websites designed Bulma"
2017-07-30 21:27:54 +00:00
layout: default
route: expo
other:
- name: Apache BookKeeper
url: https://lucperkins.github.io/bookkeeper/
date: "26 Jul 2017"
websites:
2017-10-09 09:04:12 +00:00
- name: bongoutindonesia
url: https://bongoutindonesia.com/
date: "1 Oct 2017"
- name: uploadme
url: https://uploadme.ai/
date: "24 Sep 2017"
2017-08-31 09:51:43 +00:00
- name: Gustav
url: https://hellogustav.com/
date: "29 Aug 2017"
highlighted: true
- name: Penmob
url: https://www.penmob.com/
date: "23 Aug 2017"
- name: Brújula Turística
url: https://www.brujulaturistica.com/
date: "3 Aug 2017"
- name: LottieFiles
url: https://www.lottiefiles.com/
date: "1 Aug 2017"
- name: Smileonthetiles
url: https://smileonthetiles.co.uk/
date: "1 Aug 2017"
2017-10-09 09:04:12 +00:00
- name: Sketch for Designrs
url: http://sketch.fordesignrs.com/
date: "22 Aug 2017"
highlighted: true
2017-07-30 21:27:54 +00:00
- name: Bashful Birdie
url: http://www.bashfulbirdie.com/
date: "24 Jul 2017"
- name: Bugcraft Studio
url: https://noggaholic.github.io
date: "24 Jul 2017"
- name: Booknshelf
url: https://booknshelf.com/
date: "20 Jul 2017"
- name: MD5
url: https://desforets.github.io/md5/
date: "24 Jun 2017"
- name: Driftrock
url: https://www.driftrock.com/
date: "13 Jul 2017"
highlighted: true
- name: Jubiwee
url: https://www.jubiwee.com/fr/
date: "24 Jun 2017"
- name: Pragonauts
url: http://pragonauts.com/
date: "23 Jun 2017"
- name: Kappamon
url: https://kappamon.com/
date: "23 Jun 2017"
- name: Elevo
url: http://www.elevo.fr/
date: "23 Jun 2017"
- name: Oneday
url: https://www.oneday.design/
date: "8 Dec 2016"
highlighted: true
- name: Buefy
url: https://buefy.github.io/
date: "10 Apr 2017"
- name: Alt Three
url: https://alt-three.com/
date: "31 Mar 2016"
---
2017-07-30 21:44:12 +00:00
{% capture embrace_expo %}
2017-08-14 11:44:24 +00:00
< div class = "bd-embrace is-expo" >
< p class = "bd-embrace-text" >
2017-07-30 21:44:12 +00:00
Did you design a gorgeous website with Bulma too? < strong > Tell us about it!< / strong > < span style = "font-size: 20px; margin-left: 2px; position: relative; top: 1px;" > 🤗< / span >
< / p >
2017-08-14 11:44:24 +00:00
< p class = "bd-embrace-button" >
< a class = "bd-tw-button button"
2017-07-30 21:44:12 +00:00
data-social-network="Twitter"
data-social-action="tweet"
data-social-target="{{ site.url }}"
target="_blank"
href="https://twitter.com/intent/tweet?text={{ 'Here is my lovely website!' | urlencode }}& hashtags=madewithbulma& url={{ site.url }}">
< span class = "icon" >
2018-01-10 16:30:23 +00:00
< i class = "fab fa-twitter" > < / i >
2017-07-30 21:44:12 +00:00
< / span >
< span >
#madewithbulma
< / span >
< / a >
< / p >
< / div >
{% endcapture %}
2017-10-26 18:47:48 +00:00
{% include navbar.html id="ExpoHero" %}
2017-07-30 21:27:54 +00:00
< section class = "hero is-success" >
< div class = "hero-body" >
< div class = "container" >
< div class = "columns is-vcentered" >
< div class = "column" >
< h1 class = "title" >
Expo
< / h1 >
< p class = "subtitle" >
2017-07-30 21:44:12 +00:00
How people used Bulma to design beautiful websites < span style = "font-size: 20px; margin-left: 2px; position: relative; top: 1px;" > 😍< / span >
2017-07-30 21:27:54 +00:00
< / 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-expo" >
2017-07-30 21:27:54 +00:00
< div class = "container" >
2017-07-30 21:44:12 +00:00
{{ embrace_expo }}
2017-08-14 11:44:24 +00:00
< div class = "bd-websites" >
2017-07-30 21:27:54 +00:00
{% for website in page.websites %}
2017-08-02 08:01:38 +00:00
{% assign imageName = website.name | slugify %}
{% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %}
2017-08-14 11:44:24 +00:00
< article class = "bd-website {% if website.highlighted %}bd-is-highlighted{% endif %}" >
< a class = "bd-website-image" href = "{{ website.url }}" target = "_blank" >
2017-08-02 08:01:38 +00:00
{% if website.highlighted %}
{% assign size1x = "1344x840" %}
{% assign size2x = "2688x1680" %}
< img
2017-10-09 09:04:12 +00:00
class="lazyload"
2017-08-02 08:01:38 +00:00
src="{{ site.url }}/images/placeholders/empty.png"
data-src="{{ imagePath }}-{{ size1x }}.jpg"
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
{{ imagePath }}-{{ size1x }}.jpg 1x"
width="1344"
height="840">
{% else %}
{% assign size1x = "672x420" %}
{% assign size2x = "1344x840" %}
< img
2017-10-09 09:04:12 +00:00
class="lazyload"
2017-08-02 08:01:38 +00:00
src="{{ site.url }}/images/placeholders/empty.png"
data-src="{{ imagePath }}-{{ size1x }}.jpg"
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
{{ imagePath }}-{{ size1x }}.jpg 1x"
width="672"
height="420">
{% endif %}
2017-08-31 09:51:43 +00:00
< span class = "bd-website-shadow is-overlay" > < / span >
2017-08-14 11:44:24 +00:00
< span class = "bd-website-overlay is-overlay" > < / span >
2017-07-30 21:27:54 +00:00
< / a >
2017-08-14 11:44:24 +00:00
< h2 class = "title is-5 bd-website-name is-marginless" >
2017-07-30 21:27:54 +00:00
{{ website.name }}
< / h2 >
2017-08-14 11:44:24 +00:00
< p class = "has-text-grey-light bd-website-date" >
2017-07-30 21:27:54 +00:00
{{ website.date }}
< / p >
< / article >
{% endfor %}
< / div >
2017-07-30 21:44:12 +00:00
{{ embrace_expo }}
2017-07-30 21:27:54 +00:00
< / div >
2017-08-02 08:01:38 +00:00
< / main >
2017-10-09 09:04:12 +00:00
< script src = "{{ site.url }}/vendor/lazyload-2.0.0-beta.2.min.js" > < / script >
2017-08-02 08:01:38 +00:00
< script type = "text/javascript" >
;(function() {
2017-10-09 09:04:12 +00:00
lazyload();
2017-08-02 08:01:38 +00:00
})();
2017-08-14 11:44:24 +00:00
< / script >