Update Expo April 2020

This commit is contained in:
Jeremy Thomas
2020-04-13 11:14:37 +01:00
parent 2c0bd61c00
commit ef73794cf7
28 changed files with 139 additions and 50 deletions

View File

@@ -12,19 +12,17 @@
Simply set your own Sass variables before importing Bulma
</h4>
<div class="bd-index-custom-tweet">
{% include
elements/tw.html
tweet_id="1070320154452656128"
modifier='bd-is-grey'
%}
{% include elements/tw.html tweet_id="1070320154452656128"
modifier='bd-is-grey' %}
</div>
</header>
<div class="columns">
<div class="column is-6">
<div class="highlight-full bd-has-drawing">
{% highlight scss %}{% include snippets/customized.html %}{% endhighlight %}
{% include elements/drawing.html id='customize' width=152 height=76 %}
{% highlight scss %}{% include snippets/customized.html %}{%
endhighlight %} {% include elements/drawing.html id='customize'
width=152 height=76 %}
</div>
</div>
@@ -36,11 +34,15 @@
Bulma
</h1>
<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>
<div class="field">
<div class="control">
<input class="input" type="text" placeholder="Input">
<input class="input" type="text" placeholder="Input" />
</div>
</div>
<div class="field">
@@ -66,11 +68,15 @@
Bulma
</h1>
<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>
<div class="field">
<div class="control">
<input class="input" type="text" placeholder="Input">
<input class="input" type="text" placeholder="Input" />
</div>
</div>
<div class="field">
@@ -90,5 +96,9 @@
</div>
</div>
</div>
{% include components/hero-buttons.html href=customize_link.path
content="<span>Learn how to <strong>customize</strong></span
>" %}
</div>
</section>