Update expo

This commit is contained in:
Jeremy Thomas
2017-10-09 10:04:12 +01:00
parent 6f17562e34
commit 9db2be70d9
14 changed files with 21 additions and 20 deletions

View File

@@ -7,6 +7,12 @@ other:
url: https://lucperkins.github.io/bookkeeper/
date: "26 Jul 2017"
websites:
- name: bongoutindonesia
url: https://bongoutindonesia.com/
date: "1 Oct 2017"
- name: uploadme
url: https://uploadme.ai/
date: "24 Sep 2017"
- name: Gustav
url: https://hellogustav.com/
date: "29 Aug 2017"
@@ -17,16 +23,16 @@ websites:
- name: Brújula Turística
url: https://www.brujulaturistica.com/
date: "3 Aug 2017"
- name: Sketch for Designrs
url: http://sketch.fordesignrs.com/
date: "22 Aug 2017"
highlighted: true
- name: LottieFiles
url: https://www.lottiefiles.com/
date: "1 Aug 2017"
- name: Smileonthetiles
url: https://smileonthetiles.co.uk/
date: "1 Aug 2017"
- name: Sketch for Designrs
url: http://sketch.fordesignrs.com/
date: "22 Aug 2017"
highlighted: true
- name: Bashful Birdie
url: http://www.bashfulbirdie.com/
date: "24 Jul 2017"
@@ -128,7 +134,7 @@ websites:
{% assign size1x = "1344x840" %}
{% assign size2x = "2688x1680" %}
<img
class="b-lazy"
class="lazyload"
src="{{ site.url }}/images/placeholders/empty.png"
data-src="{{ imagePath }}-{{ size1x }}.jpg"
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
@@ -139,7 +145,7 @@ websites:
{% assign size1x = "672x420" %}
{% assign size2x = "1344x840" %}
<img
class="b-lazy"
class="lazyload"
src="{{ site.url }}/images/placeholders/empty.png"
data-src="{{ imagePath }}-{{ size1x }}.jpg"
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
@@ -164,9 +170,9 @@ websites:
</div>
</main>
<script src="{{ site.url }}/vendor/blazy-1.8.2.min.js"></script>
<script src="{{ site.url }}/vendor/lazyload-2.0.0-beta.2.min.js"></script>
<script type="text/javascript">
;(function() {
var bLazy = new Blazy();
lazyload();
})();
</script>