Compare commits

..

No commits in common. "5d174994c8e246f5d2cd0afd2993973cacac7177" and "ea97b7c8652ab76879aab0f33080e537a90b3c07" have entirely different histories.

7 changed files with 6 additions and 24 deletions

View File

@ -1,4 +1,4 @@
<article id="contact" class="l-relative l-screen-min-full contact-bg">
<article id="contact" class="l-relative l-screen-min-full">
<div class="l-wrapper">
<h2>Contact</h2>
<form action="https://mailthis.to/remailthis" method="POST" encType="multipart/form-data">

View File

@ -1,5 +1,5 @@
<article id="home">
<div id="js-block-parent" class="l-screen-full l-relative l-flex l-flex-center l-flex-wrap l-justify-around u-overflow-hidden hero-bg">
<div id="js-block-parent" class="l-screen-full l-relative l-flex l-flex-center l-flex-wrap l-justify-around u-overflow-hidden">
<div class="block-container block-grid">
</div>
</div>

View File

@ -1,4 +1,4 @@
<article id="services" class="l-relative l-screen-min-full services-bg">
<article id="services" class="l-relative l-screen-min-full">
<div class="l-wrapper">
<h2>Services</h2>
<ul>

View File

@ -210,7 +210,7 @@ $transition-img-out: opacity $duration $delay ease-out, transform $duration;
margin-left: auto;
margin-right: auto;
background-color: rgba(#000, 0.1);
background-color: pink;
}
.block-grid {

View File

@ -67,24 +67,6 @@ html.is-animating .transition-fade {
.nav-item {
}
// hero
.hero-bg {
background-color: var(--primary-500);
}
// services
.services-bg {
background-color: var(--accent-primary-100);
}
// contact
.contact-bg {
background-color: var(--primary-100);
}
// global
.site-title {

@ -1 +1 @@
Subproject commit 0b46c4eef2df813bfa136f12cfbf332ae60ffa13
Subproject commit d244b516f3da521723664c2fe229ec22e710d2c3

View File

@ -57,10 +57,10 @@ window.addEventListener("DOMContentLoaded", () => {
// DOMContentLoaded is not triggered on page reloads via swup.js
swup.on("contentReplaced", () => {
initBlocks();
initMapbox();
});
initBlocks();
swup.scrollTo(document.getElementById("#contact")); // TODO remove
initMapbox();
});