Skip to content

Commit

Permalink
Create summer season draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Discordius committed Sep 13, 2024
1 parent 10bd6f3 commit 2bd5705
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 11 deletions.
Binary file added public/summer-season-hero.webp
Binary file not shown.
43 changes: 32 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ h1 {
letter-spacing: 0.3em;
}
.logo-image {
/* transform: rotate(90deg); */
width: 30px
}
/* transform: rotate(90deg); */
width: 30px
}
.CTA-button-navbar, .CTA-button-chat {
background: none;
border: 0px;
Expand Down Expand Up @@ -621,8 +621,12 @@ h4 {
object-fit: cover;
position: absolute;
left: 0;
top: 0;
top: 0px;
z-index: -1;
mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
height: 100vh;
z-index: -1;
/* filter: brightness(0.8); */
}

.white-gradient-down {
Expand Down Expand Up @@ -650,23 +654,25 @@ h4 {
left: 0;
top: 0;
width: 100%;
height: 60vh;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 2;
/* color: rgba(255,255,255,.9); */
/* text-shadow: 0px 0px 10px rgba(0,0,0,0.5); */
color: white;
}

.after-hero {
margin-top:calc(50vh + 20px);
margin-top: 100vh;
}
.schelling-season-section {
max-width: 900px;
margin: 0 auto;
/* margin-top: 80px; */
padding: 24px;
/* color: white; */
color: black;
}
.center-text {
text-align: center;
Expand All @@ -689,15 +695,18 @@ h4 {
}

.schelling-cta-row {
margin-top: 50px
margin-top: 30px;
margin-bottom: 30px;
}

.schelling-title-h1 {
margin-top: 15px;
margin-bottom: 25px;
text-align: center;
color:rgba(0, 0, 0, 0.7);
text-shadow: 0px 0px 20px rgba(255,255,255,0.6);
line-height: 1;
/* font-weight: bold; */
/* color: white; */
/* text-shadow: 0 0 4px #f18c15, 0 0 4px #f2a741, 0 0 4px #3b3d3f; */
}

.schelling-season-background {
Expand All @@ -710,6 +719,18 @@ h4 {
margin: auto;
margin-bottom: 25px;
font-size: 1.2rem;
padding: 10px;
/* color: white; */
text-shadow: 0 0 5px white;
text-align: justify;
}

.CTA-button.summer-season-cta-button {
background: rgba(0,0,0,0.5);
color: #FFFFFF;
margin-right: 10px;
/* backdrop-filter: blur(8px); */
font-variant: small-caps;
}

.faq h3 {
Expand Down
Loading

0 comments on commit 2bd5705

Please sign in to comment.