--- fulltitle: "Expo: beautiful websites designed Bulma" share_title: "⭐️ Bulma Expo: beautiful websites designed with Bulma 😍" share_image: "/images/expo/bulma-expo-share.png" share_description: "Get inspired! The Bulma Expo is a curated collection of the most beautiful websites designed with Bulma. It showcases how you can easily customize Bulma for your own personal or business needs." layout: default route: expo breadcrumb: - home - expo --- {% include global/navbar.html id="Expo" %} {% include components/hero.html color="expo" icon="fas fa-star" title="The Bulma **Expo**" subtitle="How everyone is designing gorgeous websites using Bulma" %} {% assign encoded_url = 'Here is my lovely website!' | urlencode %} {% assign tweet_href = 'https://twitter.com/intent/tweet?text=' | append: encoded_url | append: '&hashtags=madewithbulma' %} {% capture call_button %} {% include elements/tw-button.html label="#madewithbulma" href=tweet_href %} {% endcapture %} {% include components/call.html color="twitter" text='Did you design a gorgeous website with Bulma too? Tell us about it! 🤗' button=call_button %}
{% for website_id in site.data.expo.lists.expo %} {% assign website = site.data.expo.by_id[website_id] %} {% assign imageName = website_id | slugify %} {% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %}
{% if website.highlighted %} {% assign size1x = "1344x840" %} {% assign size2x = "2688x1680" %} {% else %} {% assign size1x = "672x420" %} {% assign size2x = "1344x840" %} {% endif %}

{{ website.name }}

{% endfor %}