|
@@ -0,0 +1,118 @@
|
|
|
+---
|
|
|
+fulltitle: "Expo: great uses of Bulma"
|
|
|
+layout: default
|
|
|
+route: expo
|
|
|
+other:
|
|
|
+- name: Apache BookKeeper
|
|
|
+ url: https://lucperkins.github.io/bookkeeper/
|
|
|
+ date: "26 Jul 2017"
|
|
|
+websites:
|
|
|
+- 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"
|
|
|
+---
|
|
|
+
|
|
|
+<div class="container">
|
|
|
+ {% include navbar.html id="ExpoHero" %}
|
|
|
+</div>
|
|
|
+
|
|
|
+<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">
|
|
|
+ How people used Bulma to design beautiful websites
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div class="column is-narrow">
|
|
|
+ {% include carbon.html %}
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</section>
|
|
|
+
|
|
|
+<main class="expo">
|
|
|
+ <div class="container">
|
|
|
+ <div class="websites">
|
|
|
+ {% for website in page.websites %}
|
|
|
+ <article class="website {% if website.highlighted %}is-highlighted{% endif %}">
|
|
|
+ <a class="website-image" href="{{ website.url }}" target="_blank">
|
|
|
+ <img
|
|
|
+ src="{{ site.url }}/images/expo/{{ website.name | slugify }}.jpg"
|
|
|
+ srcset="{{ site.url }}/images/expo/{{ website.name | slugify }}@2x.jpg 2x"
|
|
|
+ width="1344"
|
|
|
+ height="840">
|
|
|
+ <span class="website-overlay is-overlay"></span>
|
|
|
+ </a>
|
|
|
+ <h2 class="title is-5 website-name is-marginless">
|
|
|
+ {{ website.name }}
|
|
|
+ </h2>
|
|
|
+ <p class="has-text-grey-light website-date">
|
|
|
+ {{ website.date }}
|
|
|
+ </p>
|
|
|
+ </article>
|
|
|
+ {% endfor %}
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="embrace">
|
|
|
+ <p class="embrace-text">
|
|
|
+ Did you design a <strong>gorgeous website</strong> with Bulma too? <strong>Tell us</strong> about it! <span style="font-size: 20px; margin-left: 2px; position: relative; top: 1px;">🤗</span>
|
|
|
+ </p>
|
|
|
+ <p class="embrace-button">
|
|
|
+ <a class="tw-button button"
|
|
|
+ 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">
|
|
|
+ <i class="fa fa-twitter"></i>
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ #madewithbulma
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</main>
|