Update 2019-04-13T13:59:22.755Z

This commit is contained in:
Daniil Gentili 2019-04-13 15:59:27 +02:00
parent 38b25758bc
commit 2723ed1bd0
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ function(t){var e,i,n,s,o,r,a,l,h,c,u,d,p,f,g,m,v,_,b,y="sizzle"+1*new Date,w=t.
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
t.exports=function(t){"use strict";var e="transitionend";function i(t){return{}.toString.call(t).match(/\s([a-z]+)/i)[1].toLowerCase()}var n={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var i=t.getAttribute("href");e=i&&"#"!==i?i.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(e){if(!e)return 0;var i=t(e).css("transition-duration"),n=t(e).css("transition-delay"),s=parseFloat(i),o=parseFloat(n);return s||o?(i=i.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(i)+parseFloat(n))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(i){t(i).trigger(e)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,s){for(var o in s)if(Object.prototype.hasOwnProperty.call(s,o)){var r=s[o],a=e[o],l=a&&n.isElement(a)?"element":i(a);if(!new RegExp(r).test(l))throw new Error(t.toUpperCase()+': Option "'+o+'" provided type "'+l+'" but expected type "'+r+'".')}},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){var e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?n.findShadowRoot(t.parentNode):null}};return(t=t&&t.hasOwnProperty("default")?t.default:t).fn.emulateTransitionEnd=function(e){var i=this,s=!1;return t(this).one(n.TRANSITION_END,function(){s=!0}),setTimeout(function(){s||n.triggerTransitionEnd(i)},e),this},t.event.special[n.TRANSITION_END]={bindType:e,delegateType:e,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}},n}(i(0))},function(t,e,i){"use strict";(function(t,e){o(i(4)),o(i(5)),o(i(6)),o(i(7)),o(i(8)),o(i(9)),i(10),i(11),i(12),i(13),i(14),i(15),i(16),i(1);var n=i(17),s=i(18);function o(t){return t&&t.__esModule?t:{default:t}}i(19),document.addEventListener("DOMContentLoaded",function(){window.cookieconsent.initialise({palette:{popup:{background:"#0c1821",text:"#ffffff"},button:{background:"#ffffff"}},theme:"edgeless",content:{message:"This website and embedded websites use cookies to function properly: for more info on cookies and how to disable them, see the ",dismiss:"OK!",link:"cookie policy.",href:"https://www.iubenda.com/privacy-policy/84470792/cookie-policy"}})}),e.breakpoints={xs:t('<div class="d-xs-block d-sm-none d-md-none d-lg-none d-xl-none"></div>'),sm:t('<div class="d-none d-sm-block d-md-none d-lg-none d-xl-none"></div>'),md:t('<div class="d-none d-md-block d-sm-none d-lg-none d-xl-none"></div>'),lg:t('<div class="d-none d-lg-block d-sm-none d-md-none d-xl-none"></div>'),xl:t('<div class="d-none d-xl-block d-sm-none d-md-none d-lg-none"></div>')},t('a.js-scroll-trigger[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var i=t(this.hash),n=function(){return t("html, body").animate({scrollTop:Math.ceil(i.offset().top)-Math.floor(t("#mainNav").outerHeight(!0))},1e3,"easeInOutExpo")};if((i=i.length?i:t("[name="+this.hash.slice(1)+"]")).length)return e.is(">=lg")?n():(t("#mainNavBar").collapse(),t("#mainNavBar").one("hidden.bs.collapse",function(){n()})),!1}}),t(".js-scroll-trigger").click(function(){t(".navbar-collapse").collapse("hide")}),t("body").scrollspy({target:"#mainNav",offset:Math.floor(t("#mainNav").outerHeight(!0))});var r=function(){var e=s.THEME_COLOR;t("#mainNav").offset().top+t("#mainNav").outerHeight(!0)>t("header").outerHeight(!0)?(t("#mainNav").addClass("navbar-shrink"),e="#ffffff"):t("#mainNav").removeClass("navbar-shrink"),document.querySelector("meta[name=theme-color]")&&document.querySelector("meta[name=theme-color]").setAttribute("content",e)};r(),t(window).scroll(r),window.addEventListener("load",function(){var t=document.getElementsByClassName("validate-me");Array.prototype.filter.call(t,function(t){t.addEventListener("submit",function(e){!1===t.checkValidity()&&(e.preventDefault(),e.stopPropagation()),t.classList.add("was-validated")},!1)})},!1),t(".carousel").each(function(){var e=t(this),i=(0,n.getCarouselImages)(e);e.is(":visible")?("carousel"!==e.attr("data-ride")&&e.carousel(),setTimeout(n.preload,0,i[0]),setTimeout(n.preload,200,i[1])):(0,n.isInModal)(e)||("carousel"!==e.attr("data-ride")&&e.carousel(),setTimeout(n.preload,200,i[0]),setTimeout(n.preload,400,i[1])),e.on("slide.bs.carousel",{preloadCount:2,elements:i,carousel:e},n.carouselPreloadHandler)}),t(".modal").each(function(){t(this).on("show.bs.modal",n.modalShowHandler)})}).call(this,i(0),i(3))},function(t,e,i){(function(e){
t.exports=function(t){"use strict";var e="transitionend";function i(t){return{}.toString.call(t).match(/\s([a-z]+)/i)[1].toLowerCase()}var n={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var i=t.getAttribute("href");e=i&&"#"!==i?i.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(e){if(!e)return 0;var i=t(e).css("transition-duration"),n=t(e).css("transition-delay"),s=parseFloat(i),o=parseFloat(n);return s||o?(i=i.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(i)+parseFloat(n))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(i){t(i).trigger(e)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,s){for(var o in s)if(Object.prototype.hasOwnProperty.call(s,o)){var r=s[o],a=e[o],l=a&&n.isElement(a)?"element":i(a);if(!new RegExp(r).test(l))throw new Error(t.toUpperCase()+': Option "'+o+'" provided type "'+l+'" but expected type "'+r+'".')}},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){var e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?n.findShadowRoot(t.parentNode):null}};return(t=t&&t.hasOwnProperty("default")?t.default:t).fn.emulateTransitionEnd=function(e){var i=this,s=!1;return t(this).one(n.TRANSITION_END,function(){s=!0}),setTimeout(function(){s||n.triggerTransitionEnd(i)},e),this},t.event.special[n.TRANSITION_END]={bindType:e,delegateType:e,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}},n}(i(0))},function(t,e,i){"use strict";(function(t,e){o(i(4)),o(i(5)),o(i(6)),o(i(7)),o(i(8)),o(i(9)),i(10),i(11),i(12),i(13),i(14),i(15),i(16),i(1);var n=i(17),s=i(18);function o(t){return t&&t.__esModule?t:{default:t}}i(19),document.addEventListener("DOMContentLoaded",function(){window.cookieconsent.initialise({palette:{popup:{background:"#0c1821",text:"#ffffff"},button:{background:"#ffffff"}},theme:"edgeless",content:{message:"This website and embedded websites use cookies to function properly: for more info on cookies and how to disable them, see the ",dismiss:"OK!",link:"cookie policy.",href:"https://www.iubenda.com/privacy-policy/84470792/cookie-policy"}})}),e.breakpoints={xs:t('<div class="d-xs-block d-sm-none d-md-none d-lg-none d-xl-none"></div>'),sm:t('<div class="d-none d-sm-block d-md-none d-lg-none d-xl-none"></div>'),md:t('<div class="d-none d-md-block d-sm-none d-lg-none d-xl-none"></div>'),lg:t('<div class="d-none d-lg-block d-sm-none d-md-none d-xl-none"></div>'),xl:t('<div class="d-none d-xl-block d-sm-none d-md-none d-lg-none"></div>')},t('a.js-scroll-trigger[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var i=t(this.hash),n=function(){return t("html, body").animate({scrollTop:Math.ceil(i.offset().top)-Math.floor(t("#mainNav").outerHeight(!0))},1e3,"easeInOutExpo")};if((i=i.length?i:t("[name="+this.hash.slice(1)+"]")).length)return e.is(">=lg")?n():(t("#mainNavBar").collapse(),t("#mainNavBar").one("hidden.bs.collapse",function(){n()})),!1}}),t(".js-scroll-trigger").click(function(){t(".navbar-collapse").collapse("hide")}),t("body").scrollspy({target:"#mainNav",offset:Math.floor(t("#mainNav").outerHeight(!0))});var r=function(){if(t("#mainNav").offset().top+t("#mainNav").outerHeight(!0)>t("header").outerHeight(!0)?t("#mainNav").addClass("navbar-shrink"):t("#mainNav").removeClass("navbar-shrink"),document.querySelector("meta[name=theme-color]")){var e=s.THEME_COLOR;t("#mainNav").offset().top+t("#mainNav").outerHeight(!0)>t("header").outerHeight(!0)+t("#header").outerHeight(!0)&&(e="#ffffff"),document.querySelector("meta[name=theme-color]").setAttribute("content",e)}};r(),t(window).scroll(r),window.addEventListener("load",function(){var t=document.getElementsByClassName("validate-me");Array.prototype.filter.call(t,function(t){t.addEventListener("submit",function(e){!1===t.checkValidity()&&(e.preventDefault(),e.stopPropagation()),t.classList.add("was-validated")},!1)})},!1),t(".carousel").each(function(){var e=t(this),i=(0,n.getCarouselImages)(e);e.is(":visible")?("carousel"!==e.attr("data-ride")&&e.carousel(),setTimeout(n.preload,0,i[0]),setTimeout(n.preload,200,i[1])):(0,n.isInModal)(e)||("carousel"!==e.attr("data-ride")&&e.carousel(),setTimeout(n.preload,200,i[0]),setTimeout(n.preload,400,i[1])),e.on("slide.bs.carousel",{preloadCount:2,elements:i,carousel:e},n.carouselPreloadHandler)}),t(".modal").each(function(){t(this).on("show.bs.modal",n.modalShowHandler)})}).call(this,i(0),i(3))},function(t,e,i){(function(e){
/*!
* Responsive Bootstrap Toolkit
* Author: Maciej Gurban

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://daniil.it/</loc>
<lastmod>2019-04-13T13:25:39.991Z</lastmod>
<lastmod>2019-04-13T13:57:55.699Z</lastmod>
</url>
</urlset>