From: Jeremy Thomas Date: Fri, 18 Aug 2023 16:42:17 +0000 (+0200) Subject: Update Expo X-Git-Tag: 1.0.0~34 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa1d448c1f5b72076d0328d9a35535de712d73bf;p=thirdparty%2Fbulma.git Update Expo --- diff --git a/docs/_data/expo.json b/docs/_data/expo.json index 1c1a75355..f2f200c1e 100644 --- a/docs/_data/expo.json +++ b/docs/_data/expo.json @@ -1,5 +1,11 @@ { "by_id": { + "mullvad": { + "name": "mullvad", + "url": "https://mullvad.net/", + "highlighted": true, + "date": "6 Jan 2021" + }, "klevgrand": { "name": "klevgrand", "url": "https://klevgrand.com/products/kleverb", @@ -412,6 +418,7 @@ "lists": { "home": ["signal", "getbedtimestories", "counternetwork", "Gustav"], "expo": [ + "mullvad", "klevgrand", "starbucks-concept", "signal", diff --git a/docs/expo.html b/docs/expo.html index dbedf2043..acf0cd33c 100644 --- a/docs/expo.html +++ b/docs/expo.html @@ -6,85 +6,66 @@ share_description: "Get inspired! The Bulma Expo is a curated collection of the layout: default route: expo breadcrumb: -- home -- expo + - 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 -%} +{% 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" %} - +
+ {% if website.highlighted %} {% assign size1x = "1344x840" %} {% assign + size2x = "2688x1680" %} + - {% else %} - {% assign size1x = "672x420" %} - {% assign size2x = "1344x840" %} - + {% else %} {% assign size1x = "672x420" %} {% assign size2x = "1344x840" + %} + - {% endif %} - -
- -

- {{ website.name }} -

+ width="672" + height="420" + /> + {% endif %} + +
-

- {{ website.date }} -

-
+

{{ website.name }}

+
{% endfor %} diff --git a/docs/images/expo/mullvad-1344x840.jpg b/docs/images/expo/mullvad-1344x840.jpg new file mode 100644 index 000000000..682badde2 Binary files /dev/null and b/docs/images/expo/mullvad-1344x840.jpg differ diff --git a/docs/images/expo/mullvad-2688x1680.jpg b/docs/images/expo/mullvad-2688x1680.jpg new file mode 100644 index 000000000..8c7072a12 Binary files /dev/null and b/docs/images/expo/mullvad-2688x1680.jpg differ diff --git a/docs/images/expo/mullvad-672x420.jpg b/docs/images/expo/mullvad-672x420.jpg new file mode 100644 index 000000000..6ec7f2b2d Binary files /dev/null and b/docs/images/expo/mullvad-672x420.jpg differ