From 2723ed1bd0c540d212e34064b3eb335b054437ba Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 13 Apr 2019 15:59:27 +0200 Subject: [PATCH] Update 2019-04-13T13:59:22.755Z --- bundle.js | 2 +- index.html | 2 +- sitemap.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.js b/bundle.js index 0616a45..5d4e59e 100644 --- a/bundle.js +++ b/bundle.js @@ -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('
'),sm:t('
'),md:t('
'),lg:t('
'),xl:t('
')},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('
'),sm:t('
'),md:t('
'),lg:t('
'),xl:t('
')},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 diff --git a/index.html b/index.html index 91c7de3..2459ccc 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Daniil Gentili
Daniil Gentili
Daniil Gentili - Student and PHP, React, Node developer

Portfolio


Contacts


Enter a subject!
Enter a valid email address!
Input a message!

\ No newline at end of file +Daniil Gentili
Daniil Gentili
Daniil Gentili - Student and PHP, React, Node developer

Portfolio


Contacts


Enter a subject!
Enter a valid email address!
Input a message!

\ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 34b3708..c617de2 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,6 +2,6 @@ https://daniil.it/ - 2019-04-13T13:25:39.991Z + 2019-04-13T13:57:55.699Z \ No newline at end of file