Add bd classes

This commit is contained in:
Jeremy Thomas
2017-08-14 12:44:24 +01:00
parent 88fb510d93
commit cd2f886df2
66 changed files with 1184 additions and 2456 deletions

View File

@@ -48,12 +48,12 @@ websites:
---
{% capture embrace_expo %}
<div class="embrace is-expo">
<p class="embrace-text">
<div class="bd-embrace is-expo">
<p class="bd-embrace-text">
Did you design a gorgeous website with Bulma too? <strong>Tell us about it!</strong> <span style="font-size: 20px; margin-left: 2px; position: relative; top: 1px;">🤗</span>
</p>
<p class="embrace-button">
<a class="tw-button button"
<p class="bd-embrace-button">
<a class="bd-tw-button button"
data-social-network="Twitter"
data-social-action="tweet"
data-social-target="{{ site.url }}"
@@ -94,16 +94,16 @@ websites:
</div>
</section>
<main class="expo">
<main class="bd-expo">
<div class="container">
{{ embrace_expo }}
<div class="websites">
<div class="bd-websites">
{% for website in page.websites %}
{% assign imageName = website.name | slugify %}
{% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %}
<article class="website {% if website.highlighted %}is-highlighted{% endif %}">
<a class="website-image" href="{{ website.url }}" target="_blank">
<article class="bd-website {% if website.highlighted %}bd-is-highlighted{% endif %}">
<a class="bd-website-image" href="{{ website.url }}" target="_blank">
{% if website.highlighted %}
{% assign size1x = "1344x840" %}
{% assign size2x = "2688x1680" %}
@@ -127,12 +127,12 @@ websites:
width="672"
height="420">
{% endif %}
<span class="website-overlay is-overlay"></span>
<span class="bd-website-overlay is-overlay"></span>
</a>
<h2 class="title is-5 website-name is-marginless">
<h2 class="title is-5 bd-website-name is-marginless">
{{ website.name }}
</h2>
<p class="has-text-grey-light website-date">
<p class="has-text-grey-light bd-website-date">
{{ website.date }}
</p>
</article>
@@ -148,4 +148,4 @@ websites:
;(function() {
var bLazy = new Blazy();
})();
</script>
</script>