Update Expo April 2020
@@ -1,5 +1,31 @@
|
|||||||
{
|
{
|
||||||
"by_id": {
|
"by_id": {
|
||||||
|
"romes": {
|
||||||
|
"name": "romes",
|
||||||
|
"url": "https://alt-romes.github.io/romes/",
|
||||||
|
"highlighted": true,
|
||||||
|
"date": "24 Mar 2020"
|
||||||
|
},
|
||||||
|
"pentos": {
|
||||||
|
"name": "Pentos",
|
||||||
|
"url": "https://pentos.co/",
|
||||||
|
"date": "Feb 26 2020"
|
||||||
|
},
|
||||||
|
"infinitysearch": {
|
||||||
|
"name": "Infinity Search",
|
||||||
|
"url": "https://infinitysearch.co/",
|
||||||
|
"date": "18 Mar 2020"
|
||||||
|
},
|
||||||
|
"vinetos": {
|
||||||
|
"name": "Vinetos",
|
||||||
|
"url": "https://www.vinetos.fr/",
|
||||||
|
"date": "9 Mar 2020"
|
||||||
|
},
|
||||||
|
"vivohostel": {
|
||||||
|
"name": "Vivo Hostel",
|
||||||
|
"url": "https://vivohostel.co/",
|
||||||
|
"date": "27 Feb 2020"
|
||||||
|
},
|
||||||
"oneprofile": {
|
"oneprofile": {
|
||||||
"name": "oneprofile",
|
"name": "oneprofile",
|
||||||
"url": "https://www.oneprofile.info/",
|
"url": "https://www.oneprofile.info/",
|
||||||
@@ -363,13 +389,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lists": {
|
"lists": {
|
||||||
"home": [
|
"home": ["getbedtimestories", "divjoy", "counternetwork", "Gustav"],
|
||||||
"getbedtimestories",
|
|
||||||
"divjoy",
|
|
||||||
"counternetwork",
|
|
||||||
"Gustav"
|
|
||||||
],
|
|
||||||
"expo": [
|
"expo": [
|
||||||
|
"romes",
|
||||||
|
"vinetos",
|
||||||
|
"infinitysearch",
|
||||||
|
"pentos",
|
||||||
|
"vivohostel",
|
||||||
"oneprofile",
|
"oneprofile",
|
||||||
"formalfounder",
|
"formalfounder",
|
||||||
"klimchuk",
|
"klimchuk",
|
||||||
|
|||||||
11
docs/_includes/components/hero-buttons.html
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<div class="bd-index-buttons hero-buttons">
|
||||||
|
<a
|
||||||
|
class="button is-large is-primary is-light"
|
||||||
|
href="{{ site.url }}{{ include.href }}"
|
||||||
|
>
|
||||||
|
{{ include.content }}
|
||||||
|
<span class="icon">
|
||||||
|
<i class="fas fa-arrow-right"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
@@ -6,9 +6,8 @@
|
|||||||
<div class="column">4</div>
|
<div class="column">4</div>
|
||||||
<div class="column">5</div>
|
<div class="column">5</div>
|
||||||
</div>
|
</div>
|
||||||
{% endcapture %}
|
{% endcapture %} {% assign columns_link =
|
||||||
|
site.data.links.by_id['columns-basics'] %}
|
||||||
{% assign columns_link = site.data.links.by_id['columns-basics'] %}
|
|
||||||
|
|
||||||
<section class="bd-columns section is-medium">
|
<section class="bd-columns section is-medium">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@@ -28,7 +27,9 @@
|
|||||||
Better on desktop
|
Better on desktop
|
||||||
</p>
|
</p>
|
||||||
<p class="message-body">
|
<p class="message-body">
|
||||||
This interactive tool works better on larger screens! That's because Bulma columns are <strong>vertical by default</strong>. I recommend revisiting this page later when you're on desktop. 😉
|
This interactive tool works better on larger screens! That's because
|
||||||
|
Bulma columns are <strong>vertical by default</strong>. I recommend
|
||||||
|
revisiting this page later when you're on desktop. 😉
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,7 +105,8 @@
|
|||||||
<a id="remove" class="button is-large is-light is-unselectable">
|
<a id="remove" class="button is-large is-light is-unselectable">
|
||||||
<strong>Remove</strong>
|
<strong>Remove</strong>
|
||||||
</a>
|
</a>
|
||||||
{% include elements/drawing.html id='try-it-out' width=150 height=65 %}
|
{% include elements/drawing.html id='try-it-out' width=150 height=65
|
||||||
|
%}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -117,8 +119,15 @@
|
|||||||
|
|
||||||
<div id="message" class="message is-info">
|
<div id="message" class="message is-info">
|
||||||
<p class="message-header">Info</p>
|
<p class="message-header">Info</p>
|
||||||
<p class="message-body">While it's possible to add as many columns as you want, it is recommended to stick with <strong>12 columns</strong>.<br>
|
<p class="message-body">
|
||||||
If you want smaller divisions, you can always <strong>nest</strong> columns.</p>
|
While it's possible to add as many columns as you want, it is
|
||||||
|
recommended to stick with <strong>12 columns</strong>.<br />
|
||||||
|
If you want smaller divisions, you can always
|
||||||
|
<strong>nest</strong> columns.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include components/hero-buttons.html href=columns_link.path
|
||||||
|
content="<span>See <strong>Columns</strong> docs</span>" %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -12,19 +12,17 @@
|
|||||||
Simply set your own Sass variables before importing Bulma
|
Simply set your own Sass variables before importing Bulma
|
||||||
</h4>
|
</h4>
|
||||||
<div class="bd-index-custom-tweet">
|
<div class="bd-index-custom-tweet">
|
||||||
{% include
|
{% include elements/tw.html tweet_id="1070320154452656128"
|
||||||
elements/tw.html
|
modifier='bd-is-grey' %}
|
||||||
tweet_id="1070320154452656128"
|
|
||||||
modifier='bd-is-grey'
|
|
||||||
%}
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column is-6">
|
<div class="column is-6">
|
||||||
<div class="highlight-full bd-has-drawing">
|
<div class="highlight-full bd-has-drawing">
|
||||||
{% highlight scss %}{% include snippets/customized.html %}{% endhighlight %}
|
{% highlight scss %}{% include snippets/customized.html %}{%
|
||||||
{% include elements/drawing.html id='customize' width=152 height=76 %}
|
endhighlight %} {% include elements/drawing.html id='customize'
|
||||||
|
width=152 height=76 %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -36,11 +34,15 @@
|
|||||||
Bulma
|
Bulma
|
||||||
</h1>
|
</h1>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
Modern CSS framework based on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Flexbox</a>
|
Modern CSS framework based on
|
||||||
|
<a
|
||||||
|
href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox"
|
||||||
|
>Flexbox</a
|
||||||
|
>
|
||||||
</p>
|
</p>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" type="text" placeholder="Input">
|
<input class="input" type="text" placeholder="Input" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
@@ -66,11 +68,15 @@
|
|||||||
Bulma
|
Bulma
|
||||||
</h1>
|
</h1>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
Modern CSS framework based on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Flexbox</a>
|
Modern CSS framework based on
|
||||||
|
<a
|
||||||
|
href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox"
|
||||||
|
>Flexbox</a
|
||||||
|
>
|
||||||
</p>
|
</p>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<input class="input" type="text" placeholder="Input">
|
<input class="input" type="text" placeholder="Input" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
@@ -90,5 +96,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include components/hero-buttons.html href=customize_link.path
|
||||||
|
content="<span>Learn how to <strong>customize</strong></span
|
||||||
|
>" %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -23,6 +23,18 @@
|
|||||||
Include any content you want, it's always centered
|
Include any content you want, it's always centered
|
||||||
</h4>
|
</h4>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<nav class="buttons is-centered">
|
||||||
|
<a
|
||||||
|
class="button is-large is-primary"
|
||||||
|
href="{{ site.url }}{{ hero_link.path }}"
|
||||||
|
>
|
||||||
|
<span>Check out the <strong>Hero component</strong></span>
|
||||||
|
<span class="icon">
|
||||||
|
<i class="fas fa-arrow-right"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -15,14 +15,9 @@
|
|||||||
</h4>
|
</h4>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% include
|
{% include elements/tw.html tweet_id="868829487072464897"
|
||||||
elements/tw.html
|
modifier='bd-is-grey' drawing_id='crazy' drawing_width=108
|
||||||
tweet_id="868829487072464897"
|
drawing_height=48 %}
|
||||||
modifier='bd-is-grey'
|
|
||||||
drawing_id='crazy'
|
|
||||||
drawing_width=108
|
|
||||||
drawing_height=48
|
|
||||||
%}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
@@ -60,5 +55,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include components/hero-buttons.html href=modifiers_link.path
|
||||||
|
content="<span>Learn the <strong>modifiers syntax</strong></span
|
||||||
|
>" %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -2,29 +2,31 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="bd-minis">
|
<div class="bd-minis">
|
||||||
<p class="bd-minis-title">
|
<p class="bd-minis-title">
|
||||||
{% assign mini_item = site.data.global.navbar_items[2] %}
|
{% assign mini_item = site.data.global.navbar_items[1] %}
|
||||||
<a class="bd-minis-link" href="{{ site.url }}/{{ mini_item.id }}">
|
<a class="bd-minis-link" href="{{ site.url }}/{{ mini_item.id }}">
|
||||||
<span class="icon {{ mini_item.color }}">
|
<span class="icon {{ mini_item.color }}">
|
||||||
<i class="{{ mini_item.fa_type }} {{ mini_item.fa_icon }}"></i>
|
<i
|
||||||
</span>From the expo <strong>#builtwithbulma</strong>
|
class="{{ mini_item.fa_type }} {{ mini_item.fa_icon }}"
|
||||||
|
></i> </span
|
||||||
|
>From the expo <strong>#builtwithbulma</strong>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="bd-minis-list">
|
<div class="bd-minis-list">
|
||||||
{% for website_id in site.data.expo.lists.home %}
|
{% for website_id in site.data.expo.lists.home %} {% assign website =
|
||||||
{% assign website = site.data.expo.by_id[website_id] %}
|
site.data.expo.by_id[website_id] %} {% assign imageName = website_id |
|
||||||
{% assign imageName = website_id | slugify %}
|
slugify %} {% assign imagePath = "/images/expo/" | prepend: site.url |
|
||||||
{% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %}
|
append: imageName %} {% assign size1x = "672x420" %} {% assign size2x =
|
||||||
{% assign size1x = "672x420" %}
|
"1344x840" %}
|
||||||
{% assign size2x = "1344x840" %}
|
<a class="bd-mini" href="{{ site.url }}/{{ mini_item.id }}">
|
||||||
<a class="bd-mini" href="{{ site.url }}/{{ mini_item.id }}">
|
<img
|
||||||
<img
|
src="{{ imagePath }}-{{ size1x }}.jpg"
|
||||||
src="{{ imagePath }}-{{ size1x }}.jpg"
|
data-src="{{ imagePath }}-{{ size1x }}.jpg"
|
||||||
data-src="{{ imagePath }}-{{ size1x }}.jpg"
|
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
|
||||||
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
|
|
||||||
{{ imagePath }}-{{ size1x }}.jpg 1x"
|
{{ imagePath }}-{{ size1x }}.jpg 1x"
|
||||||
width="672"
|
width="672"
|
||||||
height="420">
|
height="420"
|
||||||
</a>
|
/>
|
||||||
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
// Index common
|
// Index common
|
||||||
|
|
||||||
|
+mobile
|
||||||
|
.bd-index-buttons
|
||||||
|
margin-top: 3rem
|
||||||
|
|
||||||
|
+tablet
|
||||||
|
.bd-index-buttons
|
||||||
|
margin-top: 6rem
|
||||||
|
|
||||||
.bd-index-header
|
.bd-index-header
|
||||||
text-align: center
|
text-align: center
|
||||||
a,
|
a,
|
||||||
|
|||||||
@@ -11771,6 +11771,18 @@ svg {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
.bd-index-buttons {
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 769px), print {
|
||||||
|
.bd-index-buttons {
|
||||||
|
margin-top: 6rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bd-index-header {
|
.bd-index-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
2
docs/css/bulma-docs.min.css
vendored
BIN
docs/images/expo/infinitysearch-1344x840.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
docs/images/expo/infinitysearch-2688x1680.jpg
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
docs/images/expo/infinitysearch-672x420.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
BIN
docs/images/expo/pentos-1344x840.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
docs/images/expo/pentos-2688x1680.jpg
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
docs/images/expo/pentos-672x420.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
docs/images/expo/romes-1344x840.jpg
Normal file
|
After Width: | Height: | Size: 217 KiB |
BIN
docs/images/expo/romes-2688x1680.jpg
Normal file
|
After Width: | Height: | Size: 916 KiB |
BIN
docs/images/expo/romes-672x420.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
docs/images/expo/vinetos-1344x840.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
docs/images/expo/vinetos-2688x1680.jpg
Normal file
|
After Width: | Height: | Size: 205 KiB |
BIN
docs/images/expo/vinetos-672x420.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
docs/images/expo/vivohostel-1344x840.jpg
Normal file
|
After Width: | Height: | Size: 311 KiB |
BIN
docs/images/expo/vivohostel-2688x1680.jpg
Normal file
|
After Width: | Height: | Size: 861 KiB |
BIN
docs/images/expo/vivohostel-672x420.jpg
Normal file
|
After Width: | Height: | Size: 107 KiB |