Update expo

This commit is contained in:
Jeremy Thomas
2019-04-07 18:38:35 +01:00
parent cc02aab5fb
commit 3ad445dadb
28 changed files with 961 additions and 304 deletions

View File

@@ -8,165 +8,6 @@ route: expo
breadcrumb:
- home
- expo
websites:
- name: jethromay
url: https://jethromay.com/
date: "17 Jan 2019"
- name: danielfr
url: https://danielfr.com/
date: "16 Oct 2018"
- name: faulthero
url: https://www.faulthero.com/
date: "16 Oct 2018"
- name: adilmania
url: https://www.adilmania.fr/
date: "26 Aug 2018"
- name: mattfarley
url: http://mattfarley.ca/
date: "1 Aug 2018"
highlighted: true
- name: griko
url: https://griko.id/
date: "6 Jul 2018"
- name: shecodes
url: https://shecodes.tech/
date: "1 Jun 2018"
- name: jgthms
url: https://jgthms.com/
date: "29 Jun 2018"
highlighted: true
- name: uigoodies
url: http://uigoodies.com/
date: "5 Jul 2018"
- name: favicon
url: https://favicon.io/
date: "9 Jul 2018"
- name: whiterabbitexpress
url: https://www.whiterabbitexpress.com/
date: "24 Jun 2018"
- name: primative
url: https://www.primative.net/
date: "5 Jul 2018"
- name: getbedtimestories
url: https://getbedtimestories.com/
date: "10 Apr 2018"
highlighted: true
- name: mod
url: https://mod.io/
date: "8 Jun 2018"
- name: jobees
url: https://jobees.co/
date: "5 Jul 2018"
- name: mythril
url: https://mythril.io/
date: "6 Apr 2018"
- name: immunizationacademy
url: https://www.immunizationacademy.com/
date: "26 Mar 2018"
- name: cssninja
url: https://cssninja.io/
date: "7 Mar 2018"
highlighted: true
- name: planhr
url: https://planhr.nl/
date: "20 Mar 2018"
- name: hodlfund
url: https://hodlfund.io/
date: "2 Feb 2018"
- name: cronhub
url: https://cronhub.io/
date: "20 Mar 2018"
highlighted: true
- name: pollygot
url: https://pollygot.com/
date: "23 Dec 2017"
- name: reportz
url: https://reportz.io/
date: "9 Jan 2018"
- name: mynameismirko
url: http://2k17.mynameismirko.it/
date: "25 Dec 2017"
highlighted: true
- name: anyshortcut
url: https://anyshortcut.com/
date: "14 Dec 2017"
- name: ysimplicity
url: https://ysimplicity.com/
date: "11 Oct 2017"
- 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"
highlighted: true
- name: Penmob
url: https://www.penmob.com/
date: "23 Aug 2017"
- name: Brújula Turística
url: https://www.brujulaturistica.com/
date: "3 Aug 2017"
- 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"
- name: Bugcraft Studio
url: https://noggaholic.github.io
date: "24 Jul 2017"
- name: Booknshelf
url: https://booknshelf.com/
date: "20 Jul 2017"
- name: MD5
url: https://desforets.github.io/md5/
date: "24 Jun 2017"
- name: Driftrock
url: https://www.driftrock.com/
date: "13 Jul 2017"
highlighted: true
- name: Jubiwee
url: https://www.jubiwee.com/fr/
date: "24 Jun 2017"
- name: Pragonauts
url: http://pragonauts.com/
date: "23 Jun 2017"
- name: Kappamon
url: https://kappamon.com/
date: "23 Jun 2017"
- name: Elevo
url: http://www.elevo.fr/
date: "23 Jun 2017"
- name: Oneday
url: https://www.oneday.design/
date: "8 Dec 2016"
highlighted: true
- name: Buefy
url: https://buefy.github.io/
date: "10 Apr 2017"
- name: Alt Three
url: https://alt-three.com/
date: "31 Mar 2016"
other:
- name: Apache BookKeeper
url: https://lucperkins.github.io/bookkeeper/
date: "26 Jul 2017"
- name: vybranthotels
url: http://vybranthotels.com/
date: "28 Dec 2017"
- name: zea
url: http://www.zea.space/
date: "2 Jan 2018"
---
{% capture embrace_expo %}
@@ -219,7 +60,8 @@ other:
{{ embrace_expo }}
<div class="bd-websites">
{% for website in page.websites %}
{% for website_id in site.data.expo.lists.expo %}
{% assign website = site.data.expo.by_id[website_id] %}
{% assign imageName = website.name | slugify %}
{% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %}
<article class="bd-website {% if website.highlighted %}bd-is-highlighted{% endif %}">