diff --git a/.gitignore b/.gitignore index 5118351..2a89d38 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ # GENERAL # -------------------------------------------------- +# Content +/content/ + # Dependencies /vendor/ diff --git a/assets/css/partials/_variables.scss b/assets/css/partials/_variables.scss index f8439d8..001db9c 100644 --- a/assets/css/partials/_variables.scss +++ b/assets/css/partials/_variables.scss @@ -46,6 +46,11 @@ --black: #000; --jet: #333333; --white: #fff; + // --lava: #c81d25; + + // Plyr (audio player) + + // --plyr-color-main: var(--lava); } // Media queries diff --git a/assets/css/style.min.css b/assets/css/style.min.css index 1dad1cd..a32a948 100644 --- a/assets/css/style.min.css +++ b/assets/css/style.min.css @@ -1 +1 @@ -html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Gloria Hallelujah";src:url(../fonts/gloria-hallelujah/GloriaHallelujah-Regular.ttf) format("truetype");font-weight:400;font-style:normal}:root{--text-font-family: "Nunito", Verdana, sans-serif;--logo-font-family: "Gloria Hallelujah", Verdana, sans-serif;--regular-font-weight: 400;--medium-font-weight: 500;--semi-bold-font-weight: 600;--bold-font-weight: 700;--text-font-size: 1rem;--caption-font-size: 0.9rem;--footnote-font-size: 0.8rem;--text-line-height: 1.6rem;--h1-font-size: 1.8rem;--h2-font-size: 1.4rem;--h3-font-size: 1.2rem;--content-max-width: 140rem;--text-max-width: 70rem;--icon-size: 2.5rem;--header-bar-vertical-padding: 2rem;--header-bar-horizontal-padding: 2rem;--header-bar-height: calc((var(--header-bar-vertical-padding) * 2) + var(--h1-font-size));--footer-bar-vertical-padding: 1rem;--footer-bar-horizontal-padding: 2rem;--footer-bar-height: calc((var(--footer-bar-vertical-padding) * 2) + var(--icon-size) + 1rem + var(--text-font-size));--generic-section-vertical-padding: 3rem;--generic-section-horizontal-padding: 2rem;--home-section-vertical-padding: 2rem;--home-section-horizontal-padding: 2rem;--home-section-min-height: calc(100vh - var(--header-bar-height) - var(--footer-bar-height));--home-nav-gap: 1rem;--home-nav-item-size: 2rem;--home-nav-item-translation: 0;--home-nav-image-max-height: calc(100vh - var(--header-bar-height) - ((var(--generic-section-vertical-padding) + var(--home-nav-item-size) + var(--home-nav-gap)) * 2) - var(--footer-bar-height));--black: #000;--jet: #333333;--white: #fff}@media screen and (min-width: 48rem){:root{--text-font-size: 1.2rem;--caption-font-size: 1.1rem;--footnote-font-size: 1rem;--h1-font-size: 2rem;--h2-font-size: 1.6rem;--h3-font-size: 1.4rem;--icon-size: 3rem;--header-bar-horizontal-padding: 4rem;--footer-bar-vertical-padding: 2rem;--footer-bar-horizontal-padding: 4rem;--footer-bar-height: calc((var(--footer-bar-vertical-padding) * 2) + var(--icon-size));--generic-section-horizontal-padding: 4rem;--home-section-horizontal-padding: 4rem}}@-webkit-keyframes wave-up{0%{top:0}60%{top:-0.5rem}100%{top:0}}@keyframes wave-up{0%{top:0}60%{top:-0.5rem}100%{top:0}}@-webkit-keyframes wave-down{0%{bottom:0}60%{bottom:-0.5rem}100%{bottom:0}}@keyframes wave-down{0%{bottom:0}60%{bottom:-0.5rem}100%{bottom:0}}body{font-family:var(--text-font-family);font-size:var(--text-font-size);line-height:var(--text-font-size);color:var(--jet);background-color:var(--white)}h1,h2,h3{color:var(--black)}h1{font-family:var(--logo-font-family);font-size:var(--h1-font-size);line-height:var(--h1-font-size)}h2{font-family:var(--text-font-family);font-size:var(--h2-font-size);line-height:var(--h2-font-size);margin:0 0 4rem 0}h3{font-family:var(--text-font-family);font-size:var(--h3-font-size);line-height:var(--h3-font-size);margin:2rem 0 1rem 0}p{text-align:justify;line-height:var(--text-line-height)}strong{font-weight:var(--bold-font-weight)}em{font-style:italic}a{color:var(--jet);text-decoration:underline;-webkit-transition:color 200ms ease-in-out;-o-transition:color 200ms ease-in-out;transition:color 200ms ease-in-out}a:hover,a:focus,a:active{color:var(--black)}body{min-height:100vh;overflow-x:hidden;display:-ms-grid;display:grid;grid:"header" auto "main" 1fr "footer" auto/1fr}header{grid-area:header}main{grid-area:main}footer{grid-area:footer}.header-bar{max-width:var(--content-max-width);height:var(--header-bar-height);margin:auto;padding:var(--header-bar-vertical-padding) var(--header-bar-horizontal-padding)}.header-bar__logo{width:max-content}.header-bar__logo-link{text-decoration:none}.home-section{max-width:var(--content-max-width);min-height:var(--home-section-min-height);margin:auto;padding:var(--home-section-vertical-padding) var(--home-section-horizontal-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home__nav{height:100%;display:-ms-grid;display:grid;grid:"top-left top top-right" var(--home-nav-item-size) "left center right" auto "bottom-left bottom bottom-right" var(--home-nav-item-size)/var(--home-nav-item-size) auto var(--home-nav-item-size);place-content:center center;gap:var(--home-nav-gap);line-height:0}.home__nav-image{grid-area:center}.home__nav-image img{min-width:12rem;max-width:min(100%,2500px);min-height:12rem;max-height:var(--home-nav-image-max-height)}.home__nav--2-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--2-items .home__nav-item-2{grid-area:bottom;place-self:start center}.home__nav--3-items .home__nav-item-1{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--3-items .home__nav-item-2{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--3-items .home__nav-item-3{grid-area:bottom;place-self:start center}.home__nav--4-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--4-items .home__nav-item-2{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--4-items .home__nav-item-3{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--4-items .home__nav-item-4{grid-area:bottom;place-self:start center}.home__nav--5-items .home__nav-item-1{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--5-items .home__nav-item-2{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--5-items .home__nav-item-3{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--5-items .home__nav-item-4{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--5-items .home__nav-item-5{grid-area:bottom;place-self:start center}.home__nav--6-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--6-items .home__nav-item-2{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--6-items .home__nav-item-3{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--6-items .home__nav-item-4{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--6-items .home__nav-item-5{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--6-items .home__nav-item-6{grid-area:bottom;place-self:start center}.home__nav--7-items .home__nav-item-1{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--7-items .home__nav-item-2{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--7-items .home__nav-item-3{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--7-items .home__nav-item-4{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--7-items .home__nav-item-5{grid-area:bottom-left;place-self:start end;-webkit-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--7-items .home__nav-item-6{grid-area:bottom-right;place-self:start start;-webkit-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--7-items .home__nav-item-7{grid-area:bottom;place-self:start center}.home__nav--8-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--8-items .home__nav-item-2{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--8-items .home__nav-item-3{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--8-items .home__nav-item-4{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--8-items .home__nav-item-5{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--8-items .home__nav-item-6{grid-area:bottom-left;place-self:start end;-webkit-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--8-items .home__nav-item-7{grid-area:bottom-right;place-self:start start;-webkit-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--8-items .home__nav-item-8{grid-area:bottom;place-self:start center}.home__nav-link{color:var(--black);text-decoration:none;opacity:0;-webkit-transition:opacity 600ms ease-in-out;-o-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out}.home__nav-link div{opacity:0;-webkit-transition:opacity 600ms ease-in-out;-o-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out}.home__nav-link--visible{opacity:1}.home__nav-link--visible div{opacity:1}.home__nav-letter--wave-up{-webkit-animation:wave-up 600ms ease-out;animation:wave-up 600ms ease-in-out}.home__nav-letter--wave-down{-webkit-animation:wave-down 600ms ease-out;animation:wave-down 600ms ease-in-out}.gallery-section,.about-section{max-width:var(--content-max-width);margin:auto;padding:var(--generic-section-vertical-padding) var(--generic-section-horizontal-padding)}.gallery__title,.about__title{text-align:center}.gallery__introduction,.about__presentation{max-width:var(--text-max-width);margin:auto}.gallery__introduction h3:nth-child(1),.about__presentation h3:nth-child(1){margin:0 0 1rem 0}.gallery__introduction p+p,.gallery__introduction p+ul,.about__presentation p+p,.about__presentation p+ul{margin:1rem 0 0 0}.gallery__introduction ul,.about__presentation ul{list-style:disc inside}.gallery__introduction ul+ul,.gallery__introduction ul+p,.about__presentation ul+ul,.about__presentation ul+p{margin:1rem 0 0 0}.gallery__introduction ul li+li,.about__presentation ul li+li{margin:.5rem 0 0 0}.gallery__artworks{margin:4rem 0 0 0}.gallery__image{display:table;margin:auto}.gallery__image+.gallery__image{margin:3rem auto 0 auto}.gallery__image img{display:block;max-width:min(100%,1500px);max-height:80vh}.gallery__image figcaption{display:table-caption;caption-side:bottom;margin:1rem auto 0 auto;font-size:var(--caption-font-size);font-style:italic}.error-section{max-width:var(--content-max-width);margin:auto;padding:var(--generic-section-vertical-padding) var(--generic-section-horizontal-padding)}.error__title{text-align:center}.error__message{max-width:var(--text-max-width);margin:auto;text-align:center}.error__button{margin:1rem 0 0 0;text-align:center}.error__button a{display:inline-block;padding:1rem;border-radius:10px;color:var(--white);background-color:var(--jet);text-decoration:none;font-weight:var(--semi-bold-font-weight);-webkit-transition:background-color 200ms ease-in-out;-o-transition:background-color 200ms ease-in-out;transition:background-color 200ms ease-in-out}.error__button a:hover,.error__button a:focus,.error__button a:active{background-color:var(--black)}.footer-bar{max-width:var(--content-max-width);height:var(--footer-bar-height);margin:auto;padding:var(--footer-bar-vertical-padding) var(--footer-bar-horizontal-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bar__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bar__social a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--icon-size);height:var(--icon-size)}.footer-bar__social a+a{margin:0 0 0 1rem}.footer-bar__social a svg{fill:var(--jet);width:100%;height:100%;-webkit-transition:fill 200ms ease-in-out;-o-transition:fill 200ms ease-in-out;transition:fill 200ms ease-in-out}.footer-bar__social a:hover svg,.footer-bar__social a:focus svg,.footer-bar__social a:active svg{fill:var(--black)}.footer-bar__copyright{font-size:var(--footnote-font-size);margin:1rem 0 0 0}@media screen and (min-width: 48rem){.footer-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer-bar__social{order:2}.footer-bar__copyright{order:1;margin:0}}/*# sourceMappingURL=style.min.css.map */ +html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Nunito";src:url(../fonts/nunito/Nunito-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Gloria Hallelujah";src:url(../fonts/gloria-hallelujah/GloriaHallelujah-Regular.ttf) format("truetype");font-weight:400;font-style:normal}:root{--text-font-family: "Nunito", Verdana, sans-serif;--logo-font-family: "Gloria Hallelujah", Verdana, sans-serif;--regular-font-weight: 400;--medium-font-weight: 500;--semi-bold-font-weight: 600;--bold-font-weight: 700;--text-font-size: 1rem;--caption-font-size: 0.9rem;--footnote-font-size: 0.8rem;--text-line-height: 1.6rem;--h1-font-size: 1.8rem;--h2-font-size: 1.4rem;--h3-font-size: 1.2rem;--content-max-width: 140rem;--text-max-width: 70rem;--icon-size: 2.5rem;--header-bar-vertical-padding: 2rem;--header-bar-horizontal-padding: 2rem;--header-bar-height: calc((var(--header-bar-vertical-padding) * 2) + var(--h1-font-size));--footer-bar-vertical-padding: 1rem;--footer-bar-horizontal-padding: 2rem;--footer-bar-height: calc((var(--footer-bar-vertical-padding) * 2) + var(--icon-size) + 1rem + var(--text-font-size));--generic-section-vertical-padding: 3rem;--generic-section-horizontal-padding: 2rem;--home-section-vertical-padding: 2rem;--home-section-horizontal-padding: 2rem;--home-section-min-height: calc(100vh - var(--header-bar-height) - var(--footer-bar-height));--home-nav-gap: 1rem;--home-nav-item-size: 2rem;--home-nav-item-translation: 0;--home-nav-image-max-height: calc(100vh - var(--header-bar-height) - ((var(--generic-section-vertical-padding) + var(--home-nav-item-size) + var(--home-nav-gap)) * 2) - var(--footer-bar-height));--black: #000;--jet: #333333;--white: #fff}@media screen and (min-width: 48rem){:root{--text-font-size: 1.2rem;--caption-font-size: 1.1rem;--footnote-font-size: 1rem;--h1-font-size: 2rem;--h2-font-size: 1.6rem;--h3-font-size: 1.4rem;--icon-size: 3rem;--header-bar-horizontal-padding: 4rem;--footer-bar-vertical-padding: 2rem;--footer-bar-horizontal-padding: 4rem;--footer-bar-height: calc((var(--footer-bar-vertical-padding) * 2) + var(--icon-size));--generic-section-horizontal-padding: 4rem;--home-section-horizontal-padding: 4rem}}@-webkit-keyframes wave-up{0%{top:0}60%{top:-0.5rem}100%{top:0}}@keyframes wave-up{0%{top:0}60%{top:-0.5rem}100%{top:0}}@-webkit-keyframes wave-down{0%{bottom:0}60%{bottom:-0.5rem}100%{bottom:0}}@keyframes wave-down{0%{bottom:0}60%{bottom:-0.5rem}100%{bottom:0}}body{font-family:var(--text-font-family);font-size:var(--text-font-size);line-height:var(--text-font-size);color:var(--jet);background-color:var(--white)}h1,h2,h3{color:var(--black)}h1{font-family:var(--logo-font-family);font-size:var(--h1-font-size);line-height:var(--h1-font-size)}h2{font-family:var(--text-font-family);font-size:var(--h2-font-size);line-height:var(--h2-font-size);margin:0 0 4rem 0}h3{font-family:var(--text-font-family);font-size:var(--h3-font-size);line-height:var(--h3-font-size);margin:2rem 0 1rem 0}p{text-align:justify;line-height:var(--text-line-height)}strong{font-weight:var(--bold-font-weight)}em{font-style:italic}a{color:var(--jet);text-decoration:underline;-webkit-transition:color 200ms ease-in-out;-o-transition:color 200ms ease-in-out;transition:color 200ms ease-in-out}a:hover,a:focus,a:active{color:var(--black)}body{min-height:100vh;overflow-x:hidden;display:-ms-grid;display:grid;grid:"header" auto "main" 1fr "footer" auto/1fr}header{grid-area:header}main{grid-area:main}footer{grid-area:footer}.header-bar{max-width:var(--content-max-width);height:var(--header-bar-height);margin:auto;padding:var(--header-bar-vertical-padding) var(--header-bar-horizontal-padding)}.header-bar__logo{width:max-content}.header-bar__logo-link{text-decoration:none}.home-section{max-width:var(--content-max-width);min-height:var(--home-section-min-height);margin:auto;padding:var(--home-section-vertical-padding) var(--home-section-horizontal-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home__nav{height:100%;display:-ms-grid;display:grid;grid:"top-left top top-right" var(--home-nav-item-size) "left center right" auto "bottom-left bottom bottom-right" var(--home-nav-item-size)/var(--home-nav-item-size) auto var(--home-nav-item-size);place-content:center center;gap:var(--home-nav-gap);line-height:0}.home__nav-image{grid-area:center}.home__nav-image img{min-width:12rem;max-width:min(100%,2500px);min-height:12rem;max-height:var(--home-nav-image-max-height)}.home__nav--2-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--2-items .home__nav-item-2{grid-area:bottom;place-self:start center}.home__nav--3-items .home__nav-item-1{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--3-items .home__nav-item-2{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--3-items .home__nav-item-3{grid-area:bottom;place-self:start center}.home__nav--4-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--4-items .home__nav-item-2{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--4-items .home__nav-item-3{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--4-items .home__nav-item-4{grid-area:bottom;place-self:start center}.home__nav--5-items .home__nav-item-1{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--5-items .home__nav-item-2{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--5-items .home__nav-item-3{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--5-items .home__nav-item-4{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--5-items .home__nav-item-5{grid-area:bottom;place-self:start center}.home__nav--6-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--6-items .home__nav-item-2{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--6-items .home__nav-item-3{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--6-items .home__nav-item-4{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--6-items .home__nav-item-5{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--6-items .home__nav-item-6{grid-area:bottom;place-self:start center}.home__nav--7-items .home__nav-item-1{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--7-items .home__nav-item-2{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--7-items .home__nav-item-3{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--7-items .home__nav-item-4{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--7-items .home__nav-item-5{grid-area:bottom-left;place-self:start end;-webkit-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--7-items .home__nav-item-6{grid-area:bottom-right;place-self:start start;-webkit-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--7-items .home__nav-item-7{grid-area:bottom;place-self:start center}.home__nav--8-items .home__nav-item-1{grid-area:top;place-self:end center}.home__nav--8-items .home__nav-item-2{grid-area:top-left;place-self:end end;-webkit-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(-45deg) translateY(var(--home-nav-item-translation));transform:rotate(-45deg) translateY(var(--home-nav-item-translation))}.home__nav--8-items .home__nav-item-3{grid-area:top-right;place-self:end start;-webkit-transform:rotate(45deg) translateY(var(--home-nav-item-translation));-ms-transform:rotate(45deg) translateY(var(--home-nav-item-translation));transform:rotate(45deg) translateY(var(--home-nav-item-translation))}.home__nav--8-items .home__nav-item-4{grid-area:left;place-self:center end;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.home__nav--8-items .home__nav-item-5{grid-area:right;place-self:center start;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home__nav--8-items .home__nav-item-6{grid-area:bottom-left;place-self:start end;-webkit-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--8-items .home__nav-item-7{grid-area:bottom-right;place-self:start start;-webkit-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));-ms-transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1));transform:rotate(-45deg) translateY(calc(var(--home-nav-item-translation) * -1))}.home__nav--8-items .home__nav-item-8{grid-area:bottom;place-self:start center}.home__nav-link{color:var(--black);text-decoration:none;opacity:0;-webkit-transition:opacity 600ms ease-in-out;-o-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out}.home__nav-link div{opacity:0;-webkit-transition:opacity 600ms ease-in-out;-o-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out}.home__nav-link--visible{opacity:1}.home__nav-link--visible div{opacity:1}.home__nav-letter--wave-up{-webkit-animation:wave-up 600ms ease-out;animation:wave-up 600ms ease-in-out}.home__nav-letter--wave-down{-webkit-animation:wave-down 600ms ease-out;animation:wave-down 600ms ease-in-out}.gallery-section,.about-section{max-width:var(--content-max-width);margin:auto;padding:var(--generic-section-vertical-padding) var(--generic-section-horizontal-padding)}.gallery__title,.about__title{text-align:center}.gallery__introduction,.about__presentation{max-width:var(--text-max-width);margin:auto}.gallery__introduction h3:nth-child(1),.about__presentation h3:nth-child(1){margin:0 0 1rem 0}.gallery__introduction p+p,.gallery__introduction p+ul,.about__presentation p+p,.about__presentation p+ul{margin:1rem 0 0 0}.gallery__introduction ul,.about__presentation ul{list-style:disc inside}.gallery__introduction ul+ul,.gallery__introduction ul+p,.about__presentation ul+ul,.about__presentation ul+p{margin:1rem 0 0 0}.gallery__introduction ul li+li,.about__presentation ul li+li{margin:.5rem 0 0 0}.gallery__artwork{display:table;margin:auto}.gallery__artwork+.gallery__artwork{margin:2rem auto 0 auto}.gallery__artwork .gallery__image,.gallery__artwork .gallery__video{display:block;max-height:80vh;margin:auto}.gallery__artwork .gallery__image{max-width:min(1500px,100%)}.gallery__artwork .gallery__video{width:min(1280px,100vw - var(--generic-section-horizontal-padding)*2,142.4vh)}.gallery__artwork .gallery__video--full-screen{width:initial;max-height:initial}.gallery__artwork figcaption{display:table-caption;caption-side:bottom;margin:1rem auto 0 auto;font-size:var(--caption-font-size);font-style:italic}@media screen and (min-width: 48rem){.gallery__artwork+.gallery__artwork{margin:3rem auto 0 auto}}.error-section{max-width:var(--content-max-width);margin:auto;padding:var(--generic-section-vertical-padding) var(--generic-section-horizontal-padding)}.error__title{text-align:center}.error__message{max-width:var(--text-max-width);margin:auto;text-align:center}.error__button{margin:1rem 0 0 0;text-align:center}.error__button a{display:inline-block;padding:1rem;border-radius:10px;color:var(--white);background-color:var(--jet);text-decoration:none;font-weight:var(--semi-bold-font-weight);-webkit-transition:background-color 200ms ease-in-out;-o-transition:background-color 200ms ease-in-out;transition:background-color 200ms ease-in-out}.error__button a:hover,.error__button a:focus,.error__button a:active{background-color:var(--black)}.footer-bar{max-width:var(--content-max-width);height:var(--footer-bar-height);margin:auto;padding:var(--footer-bar-vertical-padding) var(--footer-bar-horizontal-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bar__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bar__social a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--icon-size);height:var(--icon-size)}.footer-bar__social a+a{margin:0 0 0 1rem}.footer-bar__social a svg{fill:var(--jet);width:100%;height:100%;-webkit-transition:fill 200ms ease-in-out;-o-transition:fill 200ms ease-in-out;transition:fill 200ms ease-in-out}.footer-bar__social a:hover svg,.footer-bar__social a:focus svg,.footer-bar__social a:active svg{fill:var(--black)}.footer-bar__copyright{font-size:var(--footnote-font-size);margin:1rem 0 0 0}@media screen and (min-width: 48rem){.footer-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer-bar__social{order:2}.footer-bar__copyright{order:1;margin:0}}/*# sourceMappingURL=style.min.css.map */ diff --git a/assets/css/style.min.css.map b/assets/css/style.min.css.map index 8853d78..73200ac 100644 --- a/assets/css/style.min.css.map +++ b/assets/css/style.min.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["partials/_minireset.css","partials/_fonts.scss","partials/_variables.scss","partials/_animations.scss","style.scss"],"names":[],"mappings":"AAIA,yGAuBI,SACA,UAGJ,kBAMI,eACA,mBAGJ,GACI,gBAGJ,oBAGI,SAGJ,KACI,sBAGJ,qBACI,mBAGJ,UAEI,YACA,eAGJ,OACI,SAGJ,MACI,yBACA,iBAGJ,MAEI,UCtEJ,WACI,qBACA,+DACA,gBACA,kBAGJ,WACC,qBACA,8DACA,gBACA,kBAGD,WACC,qBACA,8DACA,gBACA,kBAGD,WACC,qBACA,oEACA,gBACA,kBAGD,WACC,qBACA,gEACA,gBACA,kBAGD,WACC,qBACA,sEACA,gBACA,kBAGD,WACC,qBACA,4DACA,gBACA,kBAGD,WACC,qBACA,kEACA,gBACA,kBAKD,WACC,gCACA,oFACA,gBACA,kBChED,MAII,kDACA,6DACA,2BACA,0BACA,6BACA,wBACA,uBACA,4BACA,6BACA,2BACA,uBACA,uBACA,uBAIA,4BACA,wBACA,oBACA,oCACA,sCACA,0FACA,oCACA,sCACA,sHACA,yCACA,2CACA,sCACA,wCACA,6FACA,qBACA,2BACA,+BACA,mMAIA,cACA,eACA,cAQJ,qCAEI,MAII,yBACA,4BACA,2BACA,qBACA,uBACA,uBAIA,kBACA,sCACA,oCACA,sCACA,uFACA,2CACA,yCCxER,2BACI,GACF,MAEE,IACF,YAED,KACC,OAIF,mBACC,GACC,MAEE,IACF,YAED,KACC,OAIF,6BACI,GACF,SAEE,IACF,eAED,KACC,UAIF,qBACI,GACF,SAEE,IACF,eAED,KACC,UCrCF,KACI,oCACA,gCACA,kCACA,iBACA,8BAGJ,SAGI,mBAGJ,GACI,oCACA,8BACA,gCAGJ,GACI,oCACA,8BACA,gCACA,kBAGJ,GACI,oCACA,8BACA,gCACA,qBAGJ,EACI,mBACA,oCAGJ,OACI,oCAGJ,GACI,kBAKJ,EACI,iBACA,0BACA,2CACA,sCACA,mCAEA,yBAGI,mBAOR,KACI,iBACA,kBACA,iBACA,aACA,KACI,2CAMR,OACI,iBAGJ,KACI,eAGJ,OACI,iBASJ,YACI,mCACA,gCACA,YACA,gFAGJ,kBACI,kBAGJ,uBACI,qBASJ,cACI,mCACA,0CACA,YACA,oFACA,oBACA,oBACA,aACA,wBACA,qBACA,uBACA,yBACA,sBACA,mBAGJ,WACI,YACA,iBACA,aACA,KACI,iMAIJ,4BACA,wBACA,cAGJ,iBACI,iBAEA,qBACI,gBACA,2BACA,iBACA,4CAMJ,sCACI,cACA,sBAGJ,sCACI,iBACA,wBAMJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,iBACA,wBAMJ,sCACI,cACA,sBAGJ,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,iBACA,wBAMJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,iBACA,wBAMJ,sCACI,cACA,sBAGJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,iBACA,wBAMJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,sBACA,qBACA,kBACI,sEAEJ,cACI,sEAEJ,UACI,sEAIR,sCACI,uBACA,uBACA,kBACI,uEAEJ,cACI,uEAEJ,UACI,uEAIR,sCACI,iBACA,wBAMJ,sCACI,cACA,sBAGJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,sBACA,qBACA,kBACI,sEAEJ,cACI,sEAEJ,UACI,sEAIR,sCACI,uBACA,uBACA,kBACI,uEAEJ,cACI,uEAEJ,UACI,uEAIR,sCACI,iBACA,wBAIR,gBACI,mBACA,qBACA,UACA,6CACA,wCACA,qCAEA,oBACI,UACA,6CACA,wCACA,qCAIR,yBACI,UAEA,6BACI,UAIR,2BACI,yCACA,oCAGJ,6BACI,2CACA,sCAKJ,gCAEI,mCACA,YACA,0FAGJ,8BAEI,kBAGJ,4CAEI,gCACA,YAEA,4EACI,kBAKA,0GAEI,kBAIR,kDACI,uBAEA,8GAEI,kBAGJ,8DACI,mBAKZ,mBACI,kBAGJ,gBACI,cACA,YAEA,gCACI,wBAGJ,oBACI,cACA,2BACA,gBAGJ,2BACI,sBACA,oBACA,wBACA,mCACA,kBAMR,eACI,mCACA,YACA,0FAGJ,cACI,kBAGJ,gBACI,gCACA,YACA,kBAGJ,eACI,kBACA,kBAEA,iBACI,qBACA,aACA,mBACA,mBACA,4BACA,qBACA,yCACA,sDACA,iDACA,8CAEA,sEAGI,8BAWZ,YACI,mCACA,gCACA,YACA,gFACA,oBACA,oBACA,aACA,4BACA,6BACA,0BACA,sBACA,yBACA,sBACA,mBAGJ,oBACI,oBACA,oBACA,aACA,yBACA,sBACA,mBAEA,sBACI,oBACA,oBACA,aACA,wBACA,qBACA,uBACA,yBACA,sBACA,mBACA,uBACA,wBAEA,wBACI,kBAGJ,0BACI,gBACA,WACA,YACA,0CACA,qCACA,kCAOA,iGACA,kBAMZ,uBACI,oCACA,kBAGJ,qCAEI,YACI,8BACA,6BACA,uBACA,mBACA,yBACA,sBACA,8BACA,sBACA,mBACA,qBAGJ,oBACI,QAGJ,uBACI,QACA","file":"style.min.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["partials/_minireset.css","partials/_fonts.scss","partials/_variables.scss","partials/_animations.scss","style.scss"],"names":[],"mappings":"AAIA,yGAuBI,SACA,UAGJ,kBAMI,eACA,mBAGJ,GACI,gBAGJ,oBAGI,SAGJ,KACI,sBAGJ,qBACI,mBAGJ,UAEI,YACA,eAGJ,OACI,SAGJ,MACI,yBACA,iBAGJ,MAEI,UCtEJ,WACI,qBACA,+DACA,gBACA,kBAGJ,WACC,qBACA,8DACA,gBACA,kBAGD,WACC,qBACA,8DACA,gBACA,kBAGD,WACC,qBACA,oEACA,gBACA,kBAGD,WACC,qBACA,gEACA,gBACA,kBAGD,WACC,qBACA,sEACA,gBACA,kBAGD,WACC,qBACA,4DACA,gBACA,kBAGD,WACC,qBACA,kEACA,gBACA,kBAKD,WACC,gCACA,oFACA,gBACA,kBChED,MAII,kDACA,6DACA,2BACA,0BACA,6BACA,wBACA,uBACA,4BACA,6BACA,2BACA,uBACA,uBACA,uBAIA,4BACA,wBACA,oBACA,oCACA,sCACA,0FACA,oCACA,sCACA,sHACA,yCACA,2CACA,sCACA,wCACA,6FACA,qBACA,2BACA,+BACA,mMAIA,cACA,eACA,cAaJ,qCAEI,MAII,yBACA,4BACA,2BACA,qBACA,uBACA,uBAIA,kBACA,sCACA,oCACA,sCACA,uFACA,2CACA,yCC7ER,2BACI,GACF,MAEE,IACF,YAED,KACC,OAIF,mBACC,GACC,MAEE,IACF,YAED,KACC,OAIF,6BACI,GACF,SAEE,IACF,eAED,KACC,UAIF,qBACI,GACF,SAEE,IACF,eAED,KACC,UCrCF,KACI,oCACA,gCACA,kCACA,iBACA,8BAGJ,SAGI,mBAGJ,GACI,oCACA,8BACA,gCAGJ,GACI,oCACA,8BACA,gCACA,kBAGJ,GACI,oCACA,8BACA,gCACA,qBAGJ,EACI,mBACA,oCAGJ,OACI,oCAGJ,GACI,kBAKJ,EACI,iBACA,0BACA,2CACA,sCACA,mCAEA,yBAGI,mBAOR,KACI,iBACA,kBACA,iBACA,aACA,KACI,2CAMR,OACI,iBAGJ,KACI,eAGJ,OACI,iBASJ,YACI,mCACA,gCACA,YACA,gFAGJ,kBACI,kBAGJ,uBACI,qBASJ,cACI,mCACA,0CACA,YACA,oFACA,oBACA,oBACA,aACA,wBACA,qBACA,uBACA,yBACA,sBACA,mBAGJ,WACI,YACA,iBACA,aACA,KACI,iMAIJ,4BACA,wBACA,cAGJ,iBACI,iBAEA,qBACI,gBACA,2BACA,iBACA,4CAMJ,sCACI,cACA,sBAGJ,sCACI,iBACA,wBAMJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,iBACA,wBAMJ,sCACI,cACA,sBAGJ,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,iBACA,wBAMJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,iBACA,wBAMJ,sCACI,cACA,sBAGJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,iBACA,wBAMJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,sBACA,qBACA,kBACI,sEAEJ,cACI,sEAEJ,UACI,sEAIR,sCACI,uBACA,uBACA,kBACI,uEAEJ,cACI,uEAEJ,UACI,uEAIR,sCACI,iBACA,wBAMJ,sCACI,cACA,sBAGJ,sCACI,mBACA,mBACA,kBACI,4DAEJ,cACI,4DAEJ,UACI,4DAIR,sCACI,oBACA,qBACA,kBACI,2DAEJ,cACI,2DAEJ,UACI,2DAIR,sCACI,eACA,sBACA,iCACA,6BACA,yBAGJ,sCACI,gBACA,wBACA,gCACA,4BACA,wBAGJ,sCACI,sBACA,qBACA,kBACI,sEAEJ,cACI,sEAEJ,UACI,sEAIR,sCACI,uBACA,uBACA,kBACI,uEAEJ,cACI,uEAEJ,UACI,uEAIR,sCACI,iBACA,wBAIR,gBACI,mBACA,qBACA,UACA,6CACA,wCACA,qCAEA,oBACI,UACA,6CACA,wCACA,qCAIR,yBACI,UAEA,6BACI,UAIR,2BACI,yCACA,oCAGJ,6BACI,2CACA,sCAKJ,gCAEI,mCACA,YACA,0FAGJ,8BAEI,kBAGJ,4CAEI,gCACA,YAEA,4EACI,kBAKA,0GAEI,kBAIR,kDACI,uBAEA,8GAEI,kBAGJ,8DACI,mBAKZ,kBACI,cACA,YAEA,oCACI,wBAGJ,oEAEI,cACA,gBACA,YAGJ,kCACI,2BAGJ,kCACI,8EAEA,+CACI,cACA,mBAKR,6BACI,sBACA,oBACA,wBACA,mCACA,kBAIR,qCAIQ,oCACI,yBAOZ,eACI,mCACA,YACA,0FAGJ,cACI,kBAGJ,gBACI,gCACA,YACA,kBAGJ,eACI,kBACA,kBAEA,iBACI,qBACA,aACA,mBACA,mBACA,4BACA,qBACA,yCACA,sDACA,iDACA,8CAEA,sEAGI,8BAWZ,YACI,mCACA,gCACA,YACA,gFACA,oBACA,oBACA,aACA,4BACA,6BACA,0BACA,sBACA,yBACA,sBACA,mBAGJ,oBACI,oBACA,oBACA,aACA,yBACA,sBACA,mBAEA,sBACI,oBACA,oBACA,aACA,wBACA,qBACA,uBACA,yBACA,sBACA,mBACA,uBACA,wBAEA,wBACI,kBAGJ,0BACI,gBACA,WACA,YACA,0CACA,qCACA,kCAOA,iGACA,kBAMZ,uBACI,oCACA,kBAGJ,qCAEI,YACI,8BACA,6BACA,uBACA,mBACA,yBACA,sBACA,8BACA,sBACA,mBACA,qBAGJ,oBACI,QAGJ,uBACI,QACA","file":"style.min.css"} \ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss index 62f6eb1..496101b 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -598,22 +598,33 @@ footer { } } -.gallery__artworks { - margin: 4rem 0 0 0; -} - -.gallery__image { +.gallery__artwork { display: table; margin: auto; - + .gallery__image { - margin: 3rem auto 0 auto; + + .gallery__artwork { + margin: 2rem auto 0 auto; } - img { + .gallery__image, + .gallery__video { display: block; - max-width: Min(100%, 1500px); max-height: 80vh; + margin: auto; + } + + .gallery__image { + max-width: Min(1500px, 100%); + } + + .gallery__video { + width: Min(1280px, calc(100vw - (var(--generic-section-horizontal-padding) * 2)), calc(80vh * 1.78)); + + &--full-screen { + width: initial; + max-height: initial; + // height: initial; + } } figcaption { @@ -625,6 +636,16 @@ footer { } } +@media screen and (min-width: $tablet-media-query) { + + .gallery__artwork { + + + .gallery__artwork { + margin: 3rem auto 0 auto; + } + } +} + // Error section .error-section { diff --git a/assets/js/app.js b/assets/js/app.js index ad4fced..6459c3b 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -17,6 +17,11 @@ const navImage = document.querySelector('.home__nav-image'); // Declare empty circleTypes array for further use const circleTypes = []; +// VIDEO PLAYERS // + +const galleryVideos = document.querySelectorAll('.gallery__video'); +let videoPlayers = []; + // ---------------------------------------------------------------------------- // UTILS // ---------------------------------------------------------------------------- @@ -183,6 +188,70 @@ function waveNavLinksOnHover() { } } +// VIDEO PLAYERS // + +// Set up Plyr video players +function setUpVideoPlayers() { + if (galleryVideos.length !== 0) { + videoPlayers = Plyr.setup(galleryVideos, { + controls: [ + 'play-large', + 'play', + 'progress', + 'current-time', + 'duration', + 'mute', + 'volume', + 'settings', + 'fullscreen' + ], + settings: [ + 'quality' + ], + i18n: { + play: 'Lire', + pause: 'Mettre sur pause', + seek: 'Parcourir la piste audio', + currentTime: 'Temps écoulé depuis le début de la piste audio', + duration: 'Durée de la piste audio', + volume: 'Ajuster le volume', + mute: 'Couper le son', + unmute: 'Activer le son', + enterFullscreen: 'Activer le mode plein écran', + exitFullscreen: 'Quitter le mode plein écran' + }, + tooltips: { + controls: true, + seek: true + }, + quality: { + default: 720, + options: [ + 1080, + 720, + 480, + 360, + 240, + ] + } + }); + } +} + +// Toggle videos full screen mode on Plyr enterfullscreen and exitfullscreen media events +function toggleVideosFullScreen() { + if (videoPlayers.length !== 0) { + for (let i = 0; i < videoPlayers.length; i++) { + videoPlayers[i].on('enterfullscreen', function(e) { + galleryVideos[i].classList.add('gallery__video--full-screen'); + }); + videoPlayers[i].on('exitfullscreen', function(e) { + galleryVideos[i].classList.remove('gallery__video--full-screen'); + }); + } + } +} + // ---------------------------------------------------------------------------- // PROGRAM // ---------------------------------------------------------------------------- @@ -199,3 +268,8 @@ window.addEventListener('load', function() { editNavLinksOnResize(); waveNavLinksOnHover(); }); + +// VIDEO PLAYERS // + +setUpVideoPlayers(); +toggleVideosFullScreen(); diff --git a/content/1_peintures/cigarrete-after-sex-1.jpg b/content/1_peintures/cigarrete-after-sex-1.jpg deleted file mode 100644 index b917a37..0000000 Binary files a/content/1_peintures/cigarrete-after-sex-1.jpg and /dev/null differ diff --git a/content/1_peintures/cigarrete-after-sex-1.jpg.txt b/content/1_peintures/cigarrete-after-sex-1.jpg.txt deleted file mode 100644 index 2ecd0d0..0000000 --- a/content/1_peintures/cigarrete-after-sex-1.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 3 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/cigarrete-after-sex-2.jpg b/content/1_peintures/cigarrete-after-sex-2.jpg deleted file mode 100644 index 19f58d8..0000000 Binary files a/content/1_peintures/cigarrete-after-sex-2.jpg and /dev/null differ diff --git a/content/1_peintures/cigarrete-after-sex-2.jpg.txt b/content/1_peintures/cigarrete-after-sex-2.jpg.txt deleted file mode 100644 index d95ab1b..0000000 --- a/content/1_peintures/cigarrete-after-sex-2.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 4 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/cigarrete-after-sex-3.jpg b/content/1_peintures/cigarrete-after-sex-3.jpg deleted file mode 100644 index 2f11d32..0000000 Binary files a/content/1_peintures/cigarrete-after-sex-3.jpg and /dev/null differ diff --git a/content/1_peintures/cigarrete-after-sex-3.jpg.txt b/content/1_peintures/cigarrete-after-sex-3.jpg.txt deleted file mode 100644 index 416f724..0000000 --- a/content/1_peintures/cigarrete-after-sex-3.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 5 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/cigarrete-after-sex-4.jpg b/content/1_peintures/cigarrete-after-sex-4.jpg deleted file mode 100644 index 7d972d3..0000000 Binary files a/content/1_peintures/cigarrete-after-sex-4.jpg and /dev/null differ diff --git a/content/1_peintures/cigarrete-after-sex-4.jpg.txt b/content/1_peintures/cigarrete-after-sex-4.jpg.txt deleted file mode 100644 index 5f40c00..0000000 --- a/content/1_peintures/cigarrete-after-sex-4.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 6 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/cigarrete-after-sex-5.jpg b/content/1_peintures/cigarrete-after-sex-5.jpg deleted file mode 100644 index 07be7a2..0000000 Binary files a/content/1_peintures/cigarrete-after-sex-5.jpg and /dev/null differ diff --git a/content/1_peintures/cigarrete-after-sex-5.jpg.txt b/content/1_peintures/cigarrete-after-sex-5.jpg.txt deleted file mode 100644 index 32563b9..0000000 --- a/content/1_peintures/cigarrete-after-sex-5.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 7 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/cigarrete-after-sex-6.jpg b/content/1_peintures/cigarrete-after-sex-6.jpg deleted file mode 100644 index 8e461da..0000000 Binary files a/content/1_peintures/cigarrete-after-sex-6.jpg and /dev/null differ diff --git a/content/1_peintures/cigarrete-after-sex-6.jpg.txt b/content/1_peintures/cigarrete-after-sex-6.jpg.txt deleted file mode 100644 index 92e864e..0000000 --- a/content/1_peintures/cigarrete-after-sex-6.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 8 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/gallery.txt b/content/1_peintures/gallery.txt deleted file mode 100644 index aff8a97..0000000 --- a/content/1_peintures/gallery.txt +++ /dev/null @@ -1,49 +0,0 @@ -Title: Peintures - ----- - -Text: - ----- - -Meta-description: - ----- - -Meta-image: - ----- - -Og-image: - ----- - -Og-type: article - ----- - -Twitter-image: - ----- - -Twitter-card-type: summary_large_image - ----- - -Robots-noindex: default - ----- - -Robots-nofollow: default - ----- - -Robots-noarchive: default - ----- - -Robots-noimageindex: default - ----- - -Robots-nosnippet: default \ No newline at end of file diff --git a/content/1_peintures/humanity02-pinture47cmx33cm.jpg b/content/1_peintures/humanity02-pinture47cmx33cm.jpg deleted file mode 100644 index a627957..0000000 Binary files a/content/1_peintures/humanity02-pinture47cmx33cm.jpg and /dev/null differ diff --git a/content/1_peintures/humanity02-pinture47cmx33cm.jpg.txt b/content/1_peintures/humanity02-pinture47cmx33cm.jpg.txt deleted file mode 100644 index 174827b..0000000 --- a/content/1_peintures/humanity02-pinture47cmx33cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 9 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/humanity125cmx30.jpg b/content/1_peintures/humanity125cmx30.jpg deleted file mode 100644 index 243e67d..0000000 Binary files a/content/1_peintures/humanity125cmx30.jpg and /dev/null differ diff --git a/content/1_peintures/humanity125cmx30.jpg.txt b/content/1_peintures/humanity125cmx30.jpg.txt deleted file mode 100644 index 73e6de3..0000000 --- a/content/1_peintures/humanity125cmx30.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 10 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/peintureacryliquesurpapier137x95cm.jpg b/content/1_peintures/peintureacryliquesurpapier137x95cm.jpg deleted file mode 100644 index 15badd6..0000000 Binary files a/content/1_peintures/peintureacryliquesurpapier137x95cm.jpg and /dev/null differ diff --git a/content/1_peintures/peintureacryliquesurpapier137x95cm.jpg.txt b/content/1_peintures/peintureacryliquesurpapier137x95cm.jpg.txt deleted file mode 100644 index 485d5d7..0000000 --- a/content/1_peintures/peintureacryliquesurpapier137x95cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 1 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/1_peintures/promner-les-enfants.jpg b/content/1_peintures/promner-les-enfants.jpg deleted file mode 100644 index 2264aef..0000000 Binary files a/content/1_peintures/promner-les-enfants.jpg and /dev/null differ diff --git a/content/1_peintures/promner-les-enfants.jpg.txt b/content/1_peintures/promner-les-enfants.jpg.txt deleted file mode 100644 index ece1436..0000000 --- a/content/1_peintures/promner-les-enfants.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 2 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/baladedudimanche.jpg b/content/2_dessins/baladedudimanche.jpg deleted file mode 100644 index 1e83f74..0000000 Binary files a/content/2_dessins/baladedudimanche.jpg and /dev/null differ diff --git a/content/2_dessins/baladedudimanche.jpg.txt b/content/2_dessins/baladedudimanche.jpg.txt deleted file mode 100644 index ece1436..0000000 --- a/content/2_dessins/baladedudimanche.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 2 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/big-face.jpg b/content/2_dessins/big-face.jpg deleted file mode 100644 index 75438e3..0000000 Binary files a/content/2_dessins/big-face.jpg and /dev/null differ diff --git a/content/2_dessins/big-face.jpg.txt b/content/2_dessins/big-face.jpg.txt deleted file mode 100644 index 485d5d7..0000000 --- a/content/2_dessins/big-face.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 1 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/chaisefeu.jpg b/content/2_dessins/chaisefeu.jpg deleted file mode 100644 index 8a364c7..0000000 Binary files a/content/2_dessins/chaisefeu.jpg and /dev/null differ diff --git a/content/2_dessins/chaisefeu.jpg.txt b/content/2_dessins/chaisefeu.jpg.txt deleted file mode 100644 index 2ecd0d0..0000000 --- a/content/2_dessins/chaisefeu.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 3 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/chopeurducoeur.jpg b/content/2_dessins/chopeurducoeur.jpg deleted file mode 100644 index e6449d3..0000000 Binary files a/content/2_dessins/chopeurducoeur.jpg and /dev/null differ diff --git a/content/2_dessins/chopeurducoeur.jpg.txt b/content/2_dessins/chopeurducoeur.jpg.txt deleted file mode 100644 index d95ab1b..0000000 --- a/content/2_dessins/chopeurducoeur.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 4 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/coconut.jpg b/content/2_dessins/coconut.jpg deleted file mode 100644 index 1172b56..0000000 Binary files a/content/2_dessins/coconut.jpg and /dev/null differ diff --git a/content/2_dessins/coconut.jpg.txt b/content/2_dessins/coconut.jpg.txt deleted file mode 100644 index 416f724..0000000 --- a/content/2_dessins/coconut.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 5 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/faceto.jpg b/content/2_dessins/faceto.jpg deleted file mode 100644 index d6ad561..0000000 Binary files a/content/2_dessins/faceto.jpg and /dev/null differ diff --git a/content/2_dessins/faceto.jpg.txt b/content/2_dessins/faceto.jpg.txt deleted file mode 100644 index 5f40c00..0000000 --- a/content/2_dessins/faceto.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 6 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/findyourholeoftree.jpg b/content/2_dessins/findyourholeoftree.jpg deleted file mode 100644 index a398e7f..0000000 Binary files a/content/2_dessins/findyourholeoftree.jpg and /dev/null differ diff --git a/content/2_dessins/findyourholeoftree.jpg.txt b/content/2_dessins/findyourholeoftree.jpg.txt deleted file mode 100644 index 32563b9..0000000 --- a/content/2_dessins/findyourholeoftree.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 7 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/fruit-sauvage-03.jpg b/content/2_dessins/fruit-sauvage-03.jpg deleted file mode 100644 index d97a92f..0000000 Binary files a/content/2_dessins/fruit-sauvage-03.jpg and /dev/null differ diff --git a/content/2_dessins/fruit-sauvage-03.jpg.txt b/content/2_dessins/fruit-sauvage-03.jpg.txt deleted file mode 100644 index 92e864e..0000000 --- a/content/2_dessins/fruit-sauvage-03.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 8 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/fruit-sauvage-04.jpg b/content/2_dessins/fruit-sauvage-04.jpg deleted file mode 100644 index b00d665..0000000 Binary files a/content/2_dessins/fruit-sauvage-04.jpg and /dev/null differ diff --git a/content/2_dessins/fruit-sauvage-04.jpg.txt b/content/2_dessins/fruit-sauvage-04.jpg.txt deleted file mode 100644 index 174827b..0000000 --- a/content/2_dessins/fruit-sauvage-04.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 9 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/fruit-sauvage.jpg b/content/2_dessins/fruit-sauvage.jpg deleted file mode 100644 index dc08e57..0000000 Binary files a/content/2_dessins/fruit-sauvage.jpg and /dev/null differ diff --git a/content/2_dessins/fruit-sauvage.jpg.txt b/content/2_dessins/fruit-sauvage.jpg.txt deleted file mode 100644 index 73e6de3..0000000 --- a/content/2_dessins/fruit-sauvage.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 10 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/gallery.txt b/content/2_dessins/gallery.txt deleted file mode 100644 index a750a10..0000000 --- a/content/2_dessins/gallery.txt +++ /dev/null @@ -1,49 +0,0 @@ -Title: Dessins - ----- - -Text: - ----- - -Meta-description: - ----- - -Meta-image: - ----- - -Og-image: - ----- - -Og-type: article - ----- - -Twitter-image: - ----- - -Twitter-card-type: summary_large_image - ----- - -Robots-noindex: default - ----- - -Robots-nofollow: default - ----- - -Robots-noarchive: default - ----- - -Robots-noimageindex: default - ----- - -Robots-nosnippet: default \ No newline at end of file diff --git a/content/2_dessins/glacedemoustache.jpg b/content/2_dessins/glacedemoustache.jpg deleted file mode 100644 index eb4dddf..0000000 Binary files a/content/2_dessins/glacedemoustache.jpg and /dev/null differ diff --git a/content/2_dessins/glacedemoustache.jpg.txt b/content/2_dessins/glacedemoustache.jpg.txt deleted file mode 100644 index 17b1cfe..0000000 --- a/content/2_dessins/glacedemoustache.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 11 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/happy-birthday.jpg b/content/2_dessins/happy-birthday.jpg deleted file mode 100644 index 4844764..0000000 Binary files a/content/2_dessins/happy-birthday.jpg and /dev/null differ diff --git a/content/2_dessins/happy-birthday.jpg.txt b/content/2_dessins/happy-birthday.jpg.txt deleted file mode 100644 index 7760a54..0000000 --- a/content/2_dessins/happy-birthday.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 12 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/happybabytiger.jpg b/content/2_dessins/happybabytiger.jpg deleted file mode 100644 index 175bc42..0000000 Binary files a/content/2_dessins/happybabytiger.jpg and /dev/null differ diff --git a/content/2_dessins/happybabytiger.jpg.txt b/content/2_dessins/happybabytiger.jpg.txt deleted file mode 100644 index 4e93fa9..0000000 --- a/content/2_dessins/happybabytiger.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 13 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/happynewyear.jpg b/content/2_dessins/happynewyear.jpg deleted file mode 100644 index 621d5de..0000000 Binary files a/content/2_dessins/happynewyear.jpg and /dev/null differ diff --git a/content/2_dessins/happynewyear.jpg.txt b/content/2_dessins/happynewyear.jpg.txt deleted file mode 100644 index 79854c7..0000000 --- a/content/2_dessins/happynewyear.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 14 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/howareyou.jpg b/content/2_dessins/howareyou.jpg deleted file mode 100644 index d53fc01..0000000 Binary files a/content/2_dessins/howareyou.jpg and /dev/null differ diff --git a/content/2_dessins/howareyou.jpg.txt b/content/2_dessins/howareyou.jpg.txt deleted file mode 100644 index 13bf63e..0000000 --- a/content/2_dessins/howareyou.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 15 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/joyeuxnoel.jpg b/content/2_dessins/joyeuxnoel.jpg deleted file mode 100644 index b9e4c36..0000000 Binary files a/content/2_dessins/joyeuxnoel.jpg and /dev/null differ diff --git a/content/2_dessins/joyeuxnoel.jpg.txt b/content/2_dessins/joyeuxnoel.jpg.txt deleted file mode 100644 index cf8985f..0000000 --- a/content/2_dessins/joyeuxnoel.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 16 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/la-vie-est-dure.jpg b/content/2_dessins/la-vie-est-dure.jpg deleted file mode 100644 index ba9a03c..0000000 Binary files a/content/2_dessins/la-vie-est-dure.jpg and /dev/null differ diff --git a/content/2_dessins/la-vie-est-dure.jpg.txt b/content/2_dessins/la-vie-est-dure.jpg.txt deleted file mode 100644 index bc4dfa4..0000000 --- a/content/2_dessins/la-vie-est-dure.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 17 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/lematin.jpg b/content/2_dessins/lematin.jpg deleted file mode 100644 index 63b65b1..0000000 Binary files a/content/2_dessins/lematin.jpg and /dev/null differ diff --git a/content/2_dessins/lematin.jpg.txt b/content/2_dessins/lematin.jpg.txt deleted file mode 100644 index 52db1c1..0000000 --- a/content/2_dessins/lematin.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 18 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/like-a-plant.jpg b/content/2_dessins/like-a-plant.jpg deleted file mode 100644 index cc46c5e..0000000 Binary files a/content/2_dessins/like-a-plant.jpg and /dev/null differ diff --git a/content/2_dessins/like-a-plant.jpg.txt b/content/2_dessins/like-a-plant.jpg.txt deleted file mode 100644 index 7d4b7fd..0000000 --- a/content/2_dessins/like-a-plant.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 19 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/love.jpg b/content/2_dessins/love.jpg deleted file mode 100644 index 840636f..0000000 Binary files a/content/2_dessins/love.jpg and /dev/null differ diff --git a/content/2_dessins/love.jpg.txt b/content/2_dessins/love.jpg.txt deleted file mode 100644 index 43758bc..0000000 --- a/content/2_dessins/love.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 20 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/love02.jpg b/content/2_dessins/love02.jpg deleted file mode 100644 index f9840b3..0000000 Binary files a/content/2_dessins/love02.jpg and /dev/null differ diff --git a/content/2_dessins/love02.jpg.txt b/content/2_dessins/love02.jpg.txt deleted file mode 100644 index e317f10..0000000 --- a/content/2_dessins/love02.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 22 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/mestongsdeweekend.jpg b/content/2_dessins/mestongsdeweekend.jpg deleted file mode 100644 index 6b841c4..0000000 Binary files a/content/2_dessins/mestongsdeweekend.jpg and /dev/null differ diff --git a/content/2_dessins/mestongsdeweekend.jpg.txt b/content/2_dessins/mestongsdeweekend.jpg.txt deleted file mode 100644 index 022cd57..0000000 --- a/content/2_dessins/mestongsdeweekend.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 23 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/nu-age.jpg b/content/2_dessins/nu-age.jpg deleted file mode 100644 index 3ccc15a..0000000 Binary files a/content/2_dessins/nu-age.jpg and /dev/null differ diff --git a/content/2_dessins/nu-age.jpg.txt b/content/2_dessins/nu-age.jpg.txt deleted file mode 100644 index 22dc04d..0000000 --- a/content/2_dessins/nu-age.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 24 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/oncoming.jpg b/content/2_dessins/oncoming.jpg deleted file mode 100644 index 99d8133..0000000 Binary files a/content/2_dessins/oncoming.jpg and /dev/null differ diff --git a/content/2_dessins/oncoming.jpg.txt b/content/2_dessins/oncoming.jpg.txt deleted file mode 100644 index e21bfcf..0000000 --- a/content/2_dessins/oncoming.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 25 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/pechoenhiver.jpg b/content/2_dessins/pechoenhiver.jpg deleted file mode 100644 index e126970..0000000 Binary files a/content/2_dessins/pechoenhiver.jpg and /dev/null differ diff --git a/content/2_dessins/pechoenhiver.jpg.txt b/content/2_dessins/pechoenhiver.jpg.txt deleted file mode 100644 index 4e06bc8..0000000 --- a/content/2_dessins/pechoenhiver.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 30 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/plancheapain.jpg b/content/2_dessins/plancheapain.jpg deleted file mode 100644 index 9e5a31f..0000000 Binary files a/content/2_dessins/plancheapain.jpg and /dev/null differ diff --git a/content/2_dessins/plancheapain.jpg.txt b/content/2_dessins/plancheapain.jpg.txt deleted file mode 100644 index de46893..0000000 --- a/content/2_dessins/plancheapain.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 27 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/plante-de-cul-17cmx11.5cm.jpg b/content/2_dessins/plante-de-cul-17cmx11.5cm.jpg deleted file mode 100644 index f364f79..0000000 Binary files a/content/2_dessins/plante-de-cul-17cmx11.5cm.jpg and /dev/null differ diff --git a/content/2_dessins/plante-de-cul-17cmx11.5cm.jpg.txt b/content/2_dessins/plante-de-cul-17cmx11.5cm.jpg.txt deleted file mode 100644 index dd1b29d..0000000 --- a/content/2_dessins/plante-de-cul-17cmx11.5cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 28 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/sanstitre.jpg b/content/2_dessins/sanstitre.jpg deleted file mode 100644 index 73146aa..0000000 Binary files a/content/2_dessins/sanstitre.jpg and /dev/null differ diff --git a/content/2_dessins/sanstitre.jpg.txt b/content/2_dessins/sanstitre.jpg.txt deleted file mode 100644 index 9550b9b..0000000 --- a/content/2_dessins/sanstitre.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 21 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/sanstitre2.jpg b/content/2_dessins/sanstitre2.jpg deleted file mode 100644 index 20d7651..0000000 Binary files a/content/2_dessins/sanstitre2.jpg and /dev/null differ diff --git a/content/2_dessins/sanstitre2.jpg.txt b/content/2_dessins/sanstitre2.jpg.txt deleted file mode 100644 index 26c95de..0000000 --- a/content/2_dessins/sanstitre2.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 29 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/senbattrelescouilles.jpg b/content/2_dessins/senbattrelescouilles.jpg deleted file mode 100644 index 2ac220b..0000000 Binary files a/content/2_dessins/senbattrelescouilles.jpg and /dev/null differ diff --git a/content/2_dessins/senbattrelescouilles.jpg.txt b/content/2_dessins/senbattrelescouilles.jpg.txt deleted file mode 100644 index e8847e3..0000000 --- a/content/2_dessins/senbattrelescouilles.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 26 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/springbefarbehind.jpg b/content/2_dessins/springbefarbehind.jpg deleted file mode 100644 index 9b2a76c..0000000 Binary files a/content/2_dessins/springbefarbehind.jpg and /dev/null differ diff --git a/content/2_dessins/springbefarbehind.jpg.txt b/content/2_dessins/springbefarbehind.jpg.txt deleted file mode 100644 index 1fc418b..0000000 --- a/content/2_dessins/springbefarbehind.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 31 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/2_dessins/wantswetty.jpg b/content/2_dessins/wantswetty.jpg deleted file mode 100644 index d3cffb0..0000000 Binary files a/content/2_dessins/wantswetty.jpg and /dev/null differ diff --git a/content/2_dessins/wantswetty.jpg.txt b/content/2_dessins/wantswetty.jpg.txt deleted file mode 100644 index 561db76..0000000 --- a/content/2_dessins/wantswetty.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 32 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/avion30cmx22cm.jpg b/content/3_gravures/avion30cmx22cm.jpg deleted file mode 100644 index 6c9bfc9..0000000 Binary files a/content/3_gravures/avion30cmx22cm.jpg and /dev/null differ diff --git a/content/3_gravures/avion30cmx22cm.jpg.txt b/content/3_gravures/avion30cmx22cm.jpg.txt deleted file mode 100644 index ece1436..0000000 --- a/content/3_gravures/avion30cmx22cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 2 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/coupe-du-monde2018-coupledumonde.jpg b/content/3_gravures/coupe-du-monde2018-coupledumonde.jpg deleted file mode 100644 index 042b6cf..0000000 Binary files a/content/3_gravures/coupe-du-monde2018-coupledumonde.jpg and /dev/null differ diff --git a/content/3_gravures/coupe-du-monde2018-coupledumonde.jpg.txt b/content/3_gravures/coupe-du-monde2018-coupledumonde.jpg.txt deleted file mode 100644 index 2ecd0d0..0000000 --- a/content/3_gravures/coupe-du-monde2018-coupledumonde.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 3 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/feuilles30cmx20cm.jpg b/content/3_gravures/feuilles30cmx20cm.jpg deleted file mode 100644 index 46d241c..0000000 Binary files a/content/3_gravures/feuilles30cmx20cm.jpg and /dev/null differ diff --git a/content/3_gravures/feuilles30cmx20cm.jpg.txt b/content/3_gravures/feuilles30cmx20cm.jpg.txt deleted file mode 100644 index d95ab1b..0000000 --- a/content/3_gravures/feuilles30cmx20cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 4 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/fillefatale15cmx21cm.jpg b/content/3_gravures/fillefatale15cmx21cm.jpg deleted file mode 100644 index 99f1572..0000000 Binary files a/content/3_gravures/fillefatale15cmx21cm.jpg and /dev/null differ diff --git a/content/3_gravures/fillefatale15cmx21cm.jpg.txt b/content/3_gravures/fillefatale15cmx21cm.jpg.txt deleted file mode 100644 index 416f724..0000000 --- a/content/3_gravures/fillefatale15cmx21cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 5 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/fruissansfleur.jpg b/content/3_gravures/fruissansfleur.jpg deleted file mode 100644 index 344e07d..0000000 Binary files a/content/3_gravures/fruissansfleur.jpg and /dev/null differ diff --git a/content/3_gravures/fruissansfleur.jpg.txt b/content/3_gravures/fruissansfleur.jpg.txt deleted file mode 100644 index 485d5d7..0000000 --- a/content/3_gravures/fruissansfleur.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 1 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/gallery.txt b/content/3_gravures/gallery.txt deleted file mode 100644 index 0c05173..0000000 --- a/content/3_gravures/gallery.txt +++ /dev/null @@ -1,49 +0,0 @@ -Title: Gravures - ----- - -Text: - ----- - -Meta-description: - ----- - -Meta-image: - ----- - -Og-image: - ----- - -Og-type: article - ----- - -Twitter-image: - ----- - -Twitter-card-type: summary_large_image - ----- - -Robots-noindex: default - ----- - -Robots-nofollow: default - ----- - -Robots-noarchive: default - ----- - -Robots-noimageindex: default - ----- - -Robots-nosnippet: default \ No newline at end of file diff --git a/content/3_gravures/marin32cmx30cm.jpg b/content/3_gravures/marin32cmx30cm.jpg deleted file mode 100644 index 08c7403..0000000 Binary files a/content/3_gravures/marin32cmx30cm.jpg and /dev/null differ diff --git a/content/3_gravures/marin32cmx30cm.jpg.txt b/content/3_gravures/marin32cmx30cm.jpg.txt deleted file mode 100644 index 5f40c00..0000000 --- a/content/3_gravures/marin32cmx30cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 6 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/perso15cmx9cm.jpg b/content/3_gravures/perso15cmx9cm.jpg deleted file mode 100644 index 2c5858e..0000000 Binary files a/content/3_gravures/perso15cmx9cm.jpg and /dev/null differ diff --git a/content/3_gravures/perso15cmx9cm.jpg.txt b/content/3_gravures/perso15cmx9cm.jpg.txt deleted file mode 100644 index 32563b9..0000000 --- a/content/3_gravures/perso15cmx9cm.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 7 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/summer-park.jpg b/content/3_gravures/summer-park.jpg deleted file mode 100644 index 67f1581..0000000 Binary files a/content/3_gravures/summer-park.jpg and /dev/null differ diff --git a/content/3_gravures/summer-park.jpg.txt b/content/3_gravures/summer-park.jpg.txt deleted file mode 100644 index 92e864e..0000000 --- a/content/3_gravures/summer-park.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 8 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/the-room-of-olivier.jpg b/content/3_gravures/the-room-of-olivier.jpg deleted file mode 100644 index cfd9e13..0000000 Binary files a/content/3_gravures/the-room-of-olivier.jpg and /dev/null differ diff --git a/content/3_gravures/the-room-of-olivier.jpg.txt b/content/3_gravures/the-room-of-olivier.jpg.txt deleted file mode 100644 index 174827b..0000000 --- a/content/3_gravures/the-room-of-olivier.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 9 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/3_gravures/where-am-i-going.jpg b/content/3_gravures/where-am-i-going.jpg deleted file mode 100644 index f5f24a6..0000000 Binary files a/content/3_gravures/where-am-i-going.jpg and /dev/null differ diff --git a/content/3_gravures/where-am-i-going.jpg.txt b/content/3_gravures/where-am-i-going.jpg.txt deleted file mode 100644 index 73e6de3..0000000 --- a/content/3_gravures/where-am-i-going.jpg.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -Sort: 10 - ----- - -File-type: image - ----- - -Template: artwork \ No newline at end of file diff --git a/content/4_videos/gallery-image-exemple-01.png b/content/4_videos/gallery-image-exemple-01.png deleted file mode 100644 index 4cb6798..0000000 Binary files a/content/4_videos/gallery-image-exemple-01.png and /dev/null differ diff --git a/content/4_videos/gallery-image-exemple-01.png.txt b/content/4_videos/gallery-image-exemple-01.png.txt deleted file mode 100644 index f7bc9dc..0000000 --- a/content/4_videos/gallery-image-exemple-01.png.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -File-type: image - ----- - -Template: artwork - ----- - -Sort: 1 \ No newline at end of file diff --git a/content/4_videos/gallery-image-exemple-02.png b/content/4_videos/gallery-image-exemple-02.png deleted file mode 100644 index a6e92a4..0000000 Binary files a/content/4_videos/gallery-image-exemple-02.png and /dev/null differ diff --git a/content/4_videos/gallery-image-exemple-02.png.txt b/content/4_videos/gallery-image-exemple-02.png.txt deleted file mode 100644 index c4cc510..0000000 --- a/content/4_videos/gallery-image-exemple-02.png.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -File-type: image - ----- - -Template: artwork - ----- - -Sort: 2 \ No newline at end of file diff --git a/content/4_videos/gallery-image-exemple-03.png b/content/4_videos/gallery-image-exemple-03.png deleted file mode 100644 index 4cb6798..0000000 Binary files a/content/4_videos/gallery-image-exemple-03.png and /dev/null differ diff --git a/content/4_videos/gallery-image-exemple-03.png.txt b/content/4_videos/gallery-image-exemple-03.png.txt deleted file mode 100644 index 6e33e05..0000000 --- a/content/4_videos/gallery-image-exemple-03.png.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -File-type: image - ----- - -Template: artwork - ----- - -Sort: 4 \ No newline at end of file diff --git a/content/4_videos/gallery-image-exemple-04.png b/content/4_videos/gallery-image-exemple-04.png deleted file mode 100644 index a6e92a4..0000000 Binary files a/content/4_videos/gallery-image-exemple-04.png and /dev/null differ diff --git a/content/4_videos/gallery-image-exemple-04.png.txt b/content/4_videos/gallery-image-exemple-04.png.txt deleted file mode 100644 index 77b6f14..0000000 --- a/content/4_videos/gallery-image-exemple-04.png.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -File-type: image - ----- - -Template: artwork - ----- - -Sort: 5 \ No newline at end of file diff --git a/content/4_videos/gallery-image-exemple-05.png b/content/4_videos/gallery-image-exemple-05.png deleted file mode 100644 index 4cb6798..0000000 Binary files a/content/4_videos/gallery-image-exemple-05.png and /dev/null differ diff --git a/content/4_videos/gallery-image-exemple-05.png.txt b/content/4_videos/gallery-image-exemple-05.png.txt deleted file mode 100644 index 90f2b16..0000000 --- a/content/4_videos/gallery-image-exemple-05.png.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -File-type: image - ----- - -Template: artwork - ----- - -Sort: 6 \ No newline at end of file diff --git a/content/4_videos/gallery-video-exemple-01.mp4 b/content/4_videos/gallery-video-exemple-01.mp4 deleted file mode 100644 index 24b738c..0000000 Binary files a/content/4_videos/gallery-video-exemple-01.mp4 and /dev/null differ diff --git a/content/4_videos/gallery-video-exemple-01.mp4.txt b/content/4_videos/gallery-video-exemple-01.mp4.txt deleted file mode 100644 index 1851e3d..0000000 --- a/content/4_videos/gallery-video-exemple-01.mp4.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -File-type: video - ----- - -Template: artwork - ----- - -Sort: 3 \ No newline at end of file diff --git a/content/4_videos/gallery-video-exemple-02.mp4 b/content/4_videos/gallery-video-exemple-02.mp4 deleted file mode 100644 index 24b738c..0000000 Binary files a/content/4_videos/gallery-video-exemple-02.mp4 and /dev/null differ diff --git a/content/4_videos/gallery-video-exemple-02.mp4.txt b/content/4_videos/gallery-video-exemple-02.mp4.txt deleted file mode 100644 index 1c16c12..0000000 --- a/content/4_videos/gallery-video-exemple-02.mp4.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: - ----- - -Caption: - ----- - -File-type: video - ----- - -Template: artwork - ----- - -Sort: 7 \ No newline at end of file diff --git a/content/4_videos/gallery.txt b/content/4_videos/gallery.txt deleted file mode 100644 index 74bd5af..0000000 --- a/content/4_videos/gallery.txt +++ /dev/null @@ -1,49 +0,0 @@ -Title: Performances - ----- - -Text: - ----- - -Meta-description: - ----- - -Meta-image: - ----- - -Og-image: - ----- - -Og-type: article - ----- - -Twitter-image: - ----- - -Twitter-card-type: summary_large_image - ----- - -Robots-noindex: default - ----- - -Robots-nofollow: default - ----- - -Robots-noarchive: default - ----- - -Robots-noimageindex: default - ----- - -Robots-nosnippet: default \ No newline at end of file diff --git a/content/a-propos/about.txt b/content/a-propos/about.txt deleted file mode 100644 index 7ad9611..0000000 --- a/content/a-propos/about.txt +++ /dev/null @@ -1,59 +0,0 @@ -Title: À propos - ----- - -Text: - -Interdum posuere lorem ipsum dolor sit. Volutpat lacus laoreet non curabitur gravida. Facilisis magna etiam tempor orci eu lobortis. Eu augue ut lectus arcu bibendum at. Mi eget mauris pharetra et ultrices neque. Mi ipsum faucibus vitae aliquet nec. Vitae justo eget magna fermentum iaculis eu non diam. Sed felis eget velit aliquet sagittis id consectetur purus ut. Platea dictumst quisque sagittis purus sit amet volutpat. Senectus et netus et malesuada fames ac. Id semper risus in hendrerit gravida rutrum quisque. A scelerisque purus semper eget duis at tellus at urna. Lectus nulla at volutpat diam ut. Consectetur a erat nam at lectus urna. Dui accumsan sit amet nulla. Imperdiet proin fermentum leo vel orci. Vestibulum lectus mauris ultrices eros. Diam quis enim lobortis scelerisque fermentum dui faucibus in. Semper auctor neque vitae tempus quam pellentesque nec nam. Elit duis tristique sollicitudin nibh sit amet commodo. - -# Expositions : - -- Expo 1 -- Expo 2 -- Expo 3 -- Expo 4 -- Expo 5 - ----- - -Meta-description: - ----- - -Meta-image: - ----- - -Og-image: - ----- - -Og-type: profile - ----- - -Twitter-image: - ----- - -Twitter-card-type: summary_large_image - ----- - -Robots-noindex: default - ----- - -Robots-nofollow: default - ----- - -Robots-noarchive: default - ----- - -Robots-noimageindex: default - ----- - -Robots-nosnippet: default \ No newline at end of file diff --git a/content/accueil/home.txt b/content/accueil/home.txt deleted file mode 100644 index 5712b05..0000000 --- a/content/accueil/home.txt +++ /dev/null @@ -1,51 +0,0 @@ -Title: Accueil - ----- - -Meta-description: Site internet de l'artiste Xiao Wang. - ----- - -Meta-image: - -- xiao-wang-accueil.png - ----- - -Og-image: - -- xiao-wang-accueil.png - ----- - -Og-type: website - ----- - -Twitter-image: - -- xiao-wang-accueil.png - ----- - -Twitter-card-type: summary_large_image - ----- - -Robots-noindex: default - ----- - -Robots-nofollow: default - ----- - -Robots-noarchive: default - ----- - -Robots-noimageindex: default - ----- - -Robots-nosnippet: default \ No newline at end of file diff --git a/content/accueil/xiao-wang-accueil.png b/content/accueil/xiao-wang-accueil.png deleted file mode 100644 index de25979..0000000 Binary files a/content/accueil/xiao-wang-accueil.png and /dev/null differ diff --git a/content/accueil/xiao-wang-accueil.png.txt b/content/accueil/xiao-wang-accueil.png.txt deleted file mode 100644 index 36f9187..0000000 --- a/content/accueil/xiao-wang-accueil.png.txt +++ /dev/null @@ -1,17 +0,0 @@ -Alt-text: Illustration de Xiao Wang - ----- - -Caption: - ----- - -Sort: 1 - ----- - -File-type: image - ----- - -Template: image \ No newline at end of file diff --git a/content/error/error.txt b/content/error/error.txt deleted file mode 100644 index 3da00a6..0000000 --- a/content/error/error.txt +++ /dev/null @@ -1,21 +0,0 @@ -Title: Erreur - ----- - -Robots-noindex: enabled - ----- - -Robots-nofollow: enabled - ----- - -Robots-noarchive: enabled - ----- - -Robots-noimageindex: enabled - ----- - -Robots-nosnippet: enabled diff --git a/content/site.txt b/content/site.txt deleted file mode 100644 index 4fdf9df..0000000 --- a/content/site.txt +++ /dev/null @@ -1,45 +0,0 @@ -Title: Xiao Wang - ----- - -Email: exemple@gmail.com - ----- - -Instagram: https://www.instagram.com/exemple/ - ----- - -Meta-description: Site internet de l'artiste Xiao Wang. - ----- - -Meta-author: Xiao Wang - ----- - -Og-image: - background-image-exemple-3000x1333px.png - ----- - -Twitter-image: - background-image-exemple-3000x1333px.png - ----- - -Robots-noindex: disabled - ----- - -Robots-nofollow: disabled - ----- - -Robots-noarchive: disabled - ----- - -Robots-noimageindex: disabled - ----- - -Robots-nosnippet: disabled diff --git a/site/blueprints/sections/site_content_galleries.yml b/site/blueprints/sections/site_content_galleries.yml index f0d9d37..c4696f7 100644 --- a/site/blueprints/sections/site_content_galleries.yml +++ b/site/blueprints/sections/site_content_galleries.yml @@ -10,5 +10,5 @@ size: small image: ratio: 1/1 cover: true - query: page.files.sortBy('sort').first + query: page.images.sortBy('sort').first back: white diff --git a/site/templates/base.twig b/site/templates/base.twig index 9403619..9fef94a 100644 --- a/site/templates/base.twig +++ b/site/templates/base.twig @@ -12,8 +12,10 @@ - - + + {% block stylesheets %} + + {% endblock %} @@ -71,9 +73,7 @@ {% endblock %} - {% block javascripts %} - - + {% block scripts %} {% endblock %} diff --git a/site/templates/gallery.twig b/site/templates/gallery.twig index 9f753ca..76f258c 100644 --- a/site/templates/gallery.twig +++ b/site/templates/gallery.twig @@ -1,5 +1,10 @@ {% extends "base.twig" %} +{% block stylesheets %} + + +{% endblock %} + {% block main %}
@@ -10,21 +15,32 @@ {% if page.text.isNotEmpty %} {% endif %} - + {% endif %}
{% endblock %} + +{% block scripts %} + + +{% endblock %} diff --git a/site/templates/home.twig b/site/templates/home.twig index d38420e..f3f4ea3 100644 --- a/site/templates/home.twig +++ b/site/templates/home.twig @@ -1,5 +1,9 @@ {% extends "base.twig" %} +{% block stylesheets %} + +{% endblock %} + {% block main %}
@@ -27,3 +31,8 @@
{% endblock %} + +{% block scripts %} + + +{% endblock %}