mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update expo
This commit is contained in:
parent
6f17562e34
commit
9db2be70d9
@ -1,4 +1,3 @@
|
|||||||
{% unless site.env == "development" %}
|
|
||||||
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
|
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<section class="hero is-info bsa">
|
<section class="hero is-info bsa">
|
||||||
@ -27,4 +26,3 @@
|
|||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{% endunless %}
|
|
@ -48,8 +48,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{% unless site.env == "development" %}
|
|
||||||
<script async src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=bulmaio" id="_carbonads_js" onerror="__fb(this)"></script>
|
<script async src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=bulmaio" id="_carbonads_js" onerror="__fb(this)"></script>
|
||||||
{% endunless %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -50,11 +50,9 @@
|
|||||||
<p id="alternative">
|
<p id="alternative">
|
||||||
<a href="{{ site.url }}/alternative-to-bootstrap/">An alternative to <strong>Bootstrap</strong></a>
|
<a href="{{ site.url }}/alternative-to-bootstrap/">An alternative to <strong>Bootstrap</strong></a>
|
||||||
</p>
|
</p>
|
||||||
{% unless site.env == "development" %}
|
|
||||||
<div class="twitter-container">
|
<div class="twitter-container">
|
||||||
<a href="{{ site.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a>
|
<a href="{{ site.twitter }}" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">@jgthms</a>
|
||||||
</div>
|
</div>
|
||||||
{% endunless %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-5">
|
<div class="column is-5">
|
||||||
@ -62,7 +60,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<strong>Support</strong> and share the love!
|
<strong>Support</strong> and share the love!
|
||||||
</div>
|
</div>
|
||||||
{% unless site.env == "development" %}
|
|
||||||
<div id="social">
|
<div id="social">
|
||||||
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=jgthms&repo=bulma&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
|
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=jgthms&repo=bulma&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
|
||||||
|
|
||||||
@ -77,7 +74,6 @@
|
|||||||
|
|
||||||
<div class="fb-like" data-href="https://www.facebook.com/bulmaio" data-layout="button" data-action="like" data-size="large" data-show-faces="false" data-share="true"></div>
|
<div class="fb-like" data-href="https://www.facebook.com/bulmaio" data-layout="button" data-action="like" data-size="large" data-show-faces="false" data-share="true"></div>
|
||||||
</div>
|
</div>
|
||||||
{% endunless %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-4">
|
<div class="column is-4">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<header class="bd-tw-header">
|
<header class="bd-tw-header">
|
||||||
<a class="bd-tw-author" href="{{ twUrl }}" target="_blank">
|
<a class="bd-tw-author" href="{{ twUrl }}" target="_blank">
|
||||||
<figure class="bd-tw-avatar">
|
<figure class="bd-tw-avatar">
|
||||||
<img class="b-lazy" src="{{ include.tweet.avatar }}">
|
<img class="lazyload" src="{{ include.tweet.avatar }}">
|
||||||
</figure>
|
</figure>
|
||||||
<div class="bd-tw-name">
|
<div class="bd-tw-name">
|
||||||
<strong class="bd-tw-fullname">
|
<strong class="bd-tw-fullname">
|
||||||
|
@ -50,7 +50,8 @@
|
|||||||
.bd-website
|
.bd-website
|
||||||
margin-top: 3rem
|
margin-top: 3rem
|
||||||
width: calc(50% - 3rem)
|
width: calc(50% - 3rem)
|
||||||
&:nth-child(1)
|
&:nth-child(1),
|
||||||
|
&:nth-child(2)
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
&.bd-is-highlighted
|
&.bd-is-highlighted
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -12203,7 +12203,7 @@ html.route-index .hero.is-primary a.column:hover .title strong {
|
|||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
width: calc(50% - 3rem);
|
width: calc(50% - 3rem);
|
||||||
}
|
}
|
||||||
.bd-website:nth-child(1) {
|
.bd-website:nth-child(1), .bd-website:nth-child(2) {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.bd-website.bd-is-highlighted {
|
.bd-website.bd-is-highlighted {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -7,6 +7,12 @@ other:
|
|||||||
url: https://lucperkins.github.io/bookkeeper/
|
url: https://lucperkins.github.io/bookkeeper/
|
||||||
date: "26 Jul 2017"
|
date: "26 Jul 2017"
|
||||||
websites:
|
websites:
|
||||||
|
- name: bongoutindonesia
|
||||||
|
url: https://bongoutindonesia.com/
|
||||||
|
date: "1 Oct 2017"
|
||||||
|
- name: uploadme
|
||||||
|
url: https://uploadme.ai/
|
||||||
|
date: "24 Sep 2017"
|
||||||
- name: Gustav
|
- name: Gustav
|
||||||
url: https://hellogustav.com/
|
url: https://hellogustav.com/
|
||||||
date: "29 Aug 2017"
|
date: "29 Aug 2017"
|
||||||
@ -17,16 +23,16 @@ websites:
|
|||||||
- name: Brújula Turística
|
- name: Brújula Turística
|
||||||
url: https://www.brujulaturistica.com/
|
url: https://www.brujulaturistica.com/
|
||||||
date: "3 Aug 2017"
|
date: "3 Aug 2017"
|
||||||
- name: Sketch for Designrs
|
|
||||||
url: http://sketch.fordesignrs.com/
|
|
||||||
date: "22 Aug 2017"
|
|
||||||
highlighted: true
|
|
||||||
- name: LottieFiles
|
- name: LottieFiles
|
||||||
url: https://www.lottiefiles.com/
|
url: https://www.lottiefiles.com/
|
||||||
date: "1 Aug 2017"
|
date: "1 Aug 2017"
|
||||||
- name: Smileonthetiles
|
- name: Smileonthetiles
|
||||||
url: https://smileonthetiles.co.uk/
|
url: https://smileonthetiles.co.uk/
|
||||||
date: "1 Aug 2017"
|
date: "1 Aug 2017"
|
||||||
|
- name: Sketch for Designrs
|
||||||
|
url: http://sketch.fordesignrs.com/
|
||||||
|
date: "22 Aug 2017"
|
||||||
|
highlighted: true
|
||||||
- name: Bashful Birdie
|
- name: Bashful Birdie
|
||||||
url: http://www.bashfulbirdie.com/
|
url: http://www.bashfulbirdie.com/
|
||||||
date: "24 Jul 2017"
|
date: "24 Jul 2017"
|
||||||
@ -128,7 +134,7 @@ websites:
|
|||||||
{% assign size1x = "1344x840" %}
|
{% assign size1x = "1344x840" %}
|
||||||
{% assign size2x = "2688x1680" %}
|
{% assign size2x = "2688x1680" %}
|
||||||
<img
|
<img
|
||||||
class="b-lazy"
|
class="lazyload"
|
||||||
src="{{ site.url }}/images/placeholders/empty.png"
|
src="{{ site.url }}/images/placeholders/empty.png"
|
||||||
data-src="{{ imagePath }}-{{ size1x }}.jpg"
|
data-src="{{ imagePath }}-{{ size1x }}.jpg"
|
||||||
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
|
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
|
||||||
@ -139,7 +145,7 @@ websites:
|
|||||||
{% assign size1x = "672x420" %}
|
{% assign size1x = "672x420" %}
|
||||||
{% assign size2x = "1344x840" %}
|
{% assign size2x = "1344x840" %}
|
||||||
<img
|
<img
|
||||||
class="b-lazy"
|
class="lazyload"
|
||||||
src="{{ site.url }}/images/placeholders/empty.png"
|
src="{{ site.url }}/images/placeholders/empty.png"
|
||||||
data-src="{{ imagePath }}-{{ size1x }}.jpg"
|
data-src="{{ imagePath }}-{{ size1x }}.jpg"
|
||||||
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
|
data-srcset="{{ imagePath }}-{{ size2x }}.jpg 2x,
|
||||||
@ -164,9 +170,9 @@ websites:
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</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">
|
<script type="text/javascript">
|
||||||
;(function() {
|
;(function() {
|
||||||
var bLazy = new Blazy();
|
lazyload();
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
BIN
docs/images/expo/bongoutindonesia-1344x840.jpg
Normal file
BIN
docs/images/expo/bongoutindonesia-1344x840.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
BIN
docs/images/expo/bongoutindonesia-672x420.jpg
Normal file
BIN
docs/images/expo/bongoutindonesia-672x420.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
docs/images/expo/uploadme-1344x840.jpg
Normal file
BIN
docs/images/expo/uploadme-1344x840.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
BIN
docs/images/expo/uploadme-2688x1680.jpg
Normal file
BIN
docs/images/expo/uploadme-2688x1680.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 547 KiB |
BIN
docs/images/expo/uploadme-672x420.jpg
Normal file
BIN
docs/images/expo/uploadme-672x420.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
2
docs/vendor/lazyload-2.0.0-beta.2.min.js
vendored
Normal file
2
docs/vendor/lazyload-2.0.0-beta.2.min.js
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/*! Lazy Load 2.0.0-beta.2 - MIT license - Copyright 2007-2017 Mika Tuupola */
|
||||||
|
!function(t,e){"object"==typeof exports?module.exports=e(t):"function"==typeof define&&define.amd?define([],e(t)):t.LazyLoad=e(t)}("undefined"!=typeof global?global:this.window||this.global,function(t){"use strict";function e(t,e){this.settings=r(s,e||{}),this.images=t||document.querySelectorAll(this.settings.selector),this.observer=null,this.init()}const s={src:"data-src",srcset:"data-srcset",selector:".lazyload"},r=function(){let t={},e=!1,s=0,o=arguments.length;"[object Boolean]"===Object.prototype.toString.call(arguments[0])&&(e=arguments[0],s++);for(;s<o;s++)!function(s){for(let o in s)Object.prototype.hasOwnProperty.call(s,o)&&(e&&"[object Object]"===Object.prototype.toString.call(s[o])?t[o]=r(!0,t[o],s[o]):t[o]=s[o])}(arguments[s]);return t};if(e.prototype={init:function(){if(!t.IntersectionObserver)return void this.loadImages();let e=this,s={root:null,rootMargin:"0px",threshold:[0]};this.observer=new IntersectionObserver(function(t){t.forEach(function(t){if(t.intersectionRatio>0){e.observer.unobserve(t.target);let s=t.target.getAttribute(e.settings.src),r=t.target.getAttribute(e.settings.srcset);"img"===t.target.tagName.toLowerCase()?(s&&(t.target.src=s),r&&(t.target.srcset=r)):t.target.style.backgroundImage="url("+s+")"}})},s),this.images.forEach(function(t){e.observer.observe(t)})},loadAndDestroy:function(){this.settings&&(this.loadImages(),this.destroy())},loadImages:function(){if(!this.settings)return;let t=this;this.images.forEach(function(e){let s=e.getAttribute(t.settings.src),r=e.getAttribute(t.settings.srcset);"img"===e.tagName.toLowerCase()?(s&&(e.src=s),r&&(e.srcset=r)):e.style.backgroundImage="url("+s+")"})},destroy:function(){this.settings&&(this.observer.disconnect(),this.settings=null)}},t.lazyload=function(t,s){return new e(t,s)},t.jQuery){const s=t.jQuery;s.fn.lazyload=function(t){return t=t||{},t.attribute=t.attribute||"data-src",new e(s.makeArray(this),t),this}}return e});
|
Loading…
Reference in New Issue
Block a user