better homepage
This commit is contained in:
parent
77d6d423e0
commit
e5c5023761
3 changed files with 72 additions and 70 deletions
BIN
content/assets/placeholder.png
Normal file
BIN
content/assets/placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
|
@ -48,15 +48,21 @@ main {
|
||||||
|
|
||||||
.main_content {
|
.main_content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.beforeTheFold {
|
.beforeTheFold {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-around;
|
||||||
|
padding: 4rem;
|
||||||
|
/* background-color: #fbc707; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.quizSpotlight {
|
.quizSpotlight {
|
||||||
margin-top: 2rem;
|
margin: 2rem 0;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -102,6 +108,8 @@ details[open] {
|
||||||
|
|
||||||
.align {
|
.align {
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
|
margin: auto;
|
||||||
|
padding: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align .large {
|
.align .large {
|
||||||
|
@ -359,11 +367,6 @@ h2 {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.studentZijn {
|
|
||||||
margin: 4rem 0 2rem 3rem;
|
|
||||||
margin: 11vh 0 2rem 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -373,14 +376,7 @@ h2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
|
||||||
.quote img {
|
|
||||||
width: 103px;
|
|
||||||
height: 185px;
|
|
||||||
margin-right: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.quote p {
|
|
||||||
max-width: 25rem;
|
max-width: 25rem;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-family: Avenir Next, Verdana, Geneva, Tahoma, sans-serif;
|
font-family: Avenir Next, Verdana, Geneva, Tahoma, sans-serif;
|
||||||
|
@ -419,11 +415,11 @@ h2 {
|
||||||
background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6));
|
background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6));
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundSquare {
|
/* .backgroundSquare {
|
||||||
z-index: -2;
|
z-index: -2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: var(--lightCyan);
|
background-color: var(--lightCyan);
|
||||||
}
|
} */
|
||||||
|
|
||||||
.header_blueSquare {
|
.header_blueSquare {
|
||||||
right: 20%;
|
right: 20%;
|
||||||
|
@ -436,13 +432,40 @@ h2 {
|
||||||
z-index: -3;
|
z-index: -3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_photo {
|
.beforeTheFold article {
|
||||||
background: url(/assets/placeholder.jpg) center center;
|
position: relative;
|
||||||
background-size: cover;
|
max-width: 500px;
|
||||||
right: 0;
|
padding: 2rem 3rem;
|
||||||
left: 50%;
|
z-index: 2;
|
||||||
|
margin: unset;
|
||||||
|
backdrop-filter: blur(2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.beforeTheFold article::before {
|
||||||
|
opacity: 0.2;
|
||||||
|
/* backdrop-filter: blur(2px); */
|
||||||
|
background-color: #fff;
|
||||||
|
z-index: -1;
|
||||||
|
/* background-color: var(--white); */
|
||||||
|
content: "";
|
||||||
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: 20%;
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
/* width: 200vw; */
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_photo {
|
||||||
|
/* background: url(/assets/placeholder.png) center center; */
|
||||||
|
/* background-size: cover; */
|
||||||
|
/* background-size: contain; */
|
||||||
|
/* background-repeat: no-repeat; */
|
||||||
|
position: absolute;
|
||||||
|
width: auto;
|
||||||
|
height: 100vh;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.underline {
|
.underline {
|
||||||
|
@ -496,6 +519,7 @@ h2 {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
|
margin: auto 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link__content {
|
.link__content {
|
||||||
|
@ -656,9 +680,6 @@ h2 {
|
||||||
|
|
||||||
.social > a {
|
.social > a {
|
||||||
display: block;
|
display: block;
|
||||||
background-size: 50px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: top center;
|
|
||||||
|
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
@ -673,34 +694,6 @@ h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-facebook > a {
|
|
||||||
background-image: url(/assets/social/facebook_small.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-instagram > a {
|
|
||||||
background-image: url(/assets/social/instagram_small.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-twitter > a {
|
|
||||||
background-image: url(/assets/social/twitter_small.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-youtube > a {
|
|
||||||
background-image: url(/assets/social/youtube_small.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-tiktok > a {
|
|
||||||
background-image: url(/assets/social/tiktok_small.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-linkedin > a {
|
|
||||||
background-image: url(/assets/social/linkedIn_small.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-fetlife > a {
|
|
||||||
background-image: url(/assets/social/fetLife_small.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-container > ul {
|
.social-container > ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -780,6 +773,20 @@ footer {
|
||||||
.tile-grid {
|
.tile-grid {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header_photo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.beforeTheFold {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
min-height: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
|
|
|
@ -1,23 +1,18 @@
|
||||||
|
<style>
|
||||||
|
main {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<img src="/assets/placeholder.png" class="header_photo backgroundSquare"></div>
|
||||||
<div class="beforeTheFold">
|
<div class="beforeTheFold">
|
||||||
<div class="header_photo backgroundSquare"></div>
|
|
||||||
<article class="align">
|
<article class="align">
|
||||||
<div class="intro">
|
<h2 class="studentZijn">
|
||||||
<div class="header_blueSquare backgroundSquare"></div>
|
<span class="underline">Student</span> zijn is<br>
|
||||||
<h2 class="studentZijn">
|
<span class="underline">meer</span> dan studeren alleen
|
||||||
<span class="underline">Student</span> zijn is<br>
|
</h2>
|
||||||
<span class="underline">meer</span> dan studeren alleen
|
<p class="quote">Durf Doen wil je helpen de vereniging te vinden waar jij je thuis zal voelen.</p>
|
||||||
</h2>
|
<div class="quizSpotlight">
|
||||||
</div>
|
<a href="/quiz/">Doe de test</a>
|
||||||
<div class="quote">
|
|
||||||
<div>
|
|
||||||
<img src="/assets/durfdoenlogo.png" alt="">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<p>Durf Doen wil je helpen de vereniging te vinden waar jij je thuis zal voelen.</p>
|
|
||||||
<div class="quizSpotlight">
|
|
||||||
<a href="/quiz/">Doe de test</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue