use   for spacing
This commit is contained in:
parent
6e3100fba0
commit
d3063cafdd
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
||||||
|
|
||||||
{%- include head.html -%}
|
{%- include head.html -%}
|
||||||
|
|
||||||
<!-- <div class="video-background-container">
|
<!-- <div class="video-background-container">
|
||||||
<video autoplay muted loop playsinline class="video-background">
|
<video autoplay muted loop playsinline class="video-background">
|
||||||
|
@ -15,13 +15,13 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<section class="logo-section center">
|
<section class="logo-section center">
|
||||||
|
|
||||||
<div class="logo fade-in">
|
<div class="logo fade-in">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<img src="/assets/base/caution-logo/caution-logo-text-black.svg" alt="Caution logo" style="height: clamp(1.5rem, 10vw, 2rem); opacity: 0.8">
|
<img src="/assets/base/caution-logo/caution-logo-text-black.svg" alt="Caution logo" style="height: clamp(1.5rem, 10vw, 2rem); opacity: 0.8">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="heading center fade-in">
|
<div class="heading center fade-in">
|
||||||
<h1>Join the waitlist</h1>
|
<h1>Join the waitlist</h1>
|
||||||
|
@ -33,13 +33,9 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="info-block fade-in delay-2">
|
<div class="info-block fade-in delay-2">
|
||||||
<span class="spaced-text">GET</span>
|
GET EARLY ACCESS<br />
|
||||||
<span class="spaced-text">EARLY</span>
|
BE THE FIRST<br />
|
||||||
<span class="spaced-text">ACCESS</span><br>
|
TO TRY IT
|
||||||
<span class="spaced-text">BE THE</span>
|
|
||||||
<span class="spaced-text">FIRST</span><br>
|
|
||||||
<span class="spaced-text">TO</span>
|
|
||||||
<span class="spaced-text">TRY IT</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="waitlist-form">
|
<div class="waitlist-form">
|
||||||
|
@ -55,7 +51,7 @@
|
||||||
<span class="arrow">→</span>
|
<span class="arrow">→</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer fade-in delay-3">
|
<div class="footer fade-in delay-3">
|
||||||
|
|
101
_sass/base.scss
101
_sass/base.scss
|
@ -87,8 +87,8 @@ body {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: clamp(3rem, 10vw, 4.8rem);
|
font-size: clamp(3rem, 10vw, 4.8rem);
|
||||||
line-height: clamp(5rem, 10vw, 5.8rem);
|
line-height: clamp(5rem, 10vw, 5.8rem);
|
||||||
|
@ -101,7 +101,7 @@ h1 {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
animation: fadeIn ease 1.1s forwards;
|
animation: fadeIn ease 1.1s forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -128,7 +128,7 @@ h1 {
|
||||||
.delay-4 {
|
.delay-4 {
|
||||||
animation-delay: 0.3s;
|
animation-delay: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtext, .subtext-thanks {
|
.subtext, .subtext-thanks {
|
||||||
font-size: clamp(1.1rem, 2vw, 1.25rem);
|
font-size: clamp(1.1rem, 2vw, 1.25rem);
|
||||||
background: rgba(232, 246, 253, 0.6);
|
background: rgba(232, 246, 253, 0.6);
|
||||||
|
@ -145,7 +145,7 @@ h1 {
|
||||||
max-width: 410px;
|
max-width: 410px;
|
||||||
margin-bottom: 22rem;
|
margin-bottom: 22rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-block, .info-block-thanks {
|
.info-block, .info-block-thanks {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@ -161,15 +161,10 @@ h1 {
|
||||||
margin-bottom: 7rem;
|
margin-bottom: 7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spaced-text {
|
|
||||||
margin-right: 1.25rem;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.waitlist-form {
|
.waitlist-form {
|
||||||
width: min(90%, 500px);
|
width: min(90%, 500px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.email-form {
|
.email-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -188,7 +183,7 @@ h1 {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.email-input {
|
.email-input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
|
@ -228,7 +223,7 @@ h1 {
|
||||||
.submit-btn .arrow:hover {
|
.submit-btn .arrow:hover {
|
||||||
transform: translateX(2.5px);
|
transform: translateX(2.5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-size: clamp(0.9rem, 10vw, 1rem);
|
font-size: clamp(0.9rem, 10vw, 1rem);
|
||||||
|
@ -466,7 +461,7 @@ h3.gradient-text.center {
|
||||||
background: var(--dark-grey);
|
background: var(--dark-grey);
|
||||||
border: 1px solid var(--mid-purple);
|
border: 1px solid var(--mid-purple);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 45px;
|
padding: 45px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
max-width: 550px;
|
max-width: 550px;
|
||||||
|
@ -686,7 +681,7 @@ h3.gradient-text.center {
|
||||||
}
|
}
|
||||||
|
|
||||||
.threat-model {
|
.threat-model {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -811,7 +806,7 @@ h3.gradient-text.center {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 360px;
|
min-height: 360px;
|
||||||
padding: 35px;
|
padding: 35px;
|
||||||
background: none;
|
background: none;
|
||||||
border: 1px solid var(--light-teal);
|
border: 1px solid var(--light-teal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -897,7 +892,7 @@ h3.gradient-text.center {
|
||||||
top: 1850px;
|
top: 1850px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
transform: scaleY(-1)
|
transform: scaleY(-1)
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-background-container-building-blocks {
|
.video-background-container-building-blocks {
|
||||||
|
@ -907,7 +902,7 @@ h3.gradient-text.center {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
top: 2170px;
|
top: 2170px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gradient-overlay-philosophy, .gradient-overlay-our-approach {
|
.gradient-overlay-philosophy, .gradient-overlay-our-approach {
|
||||||
|
@ -1004,12 +999,12 @@ h3.gradient-text.center {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
margin-top: 15rem;
|
margin-top: 15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.flex-container-inner {
|
.flex-container-inner {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
|
@ -1018,13 +1013,13 @@ h3.gradient-text.center {
|
||||||
.flex-container-inner .card .landing-offerings {
|
.flex-container-inner .card .landing-offerings {
|
||||||
min-height: 480px;
|
min-height: 480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.threatmodel-cta-right-column .button-container {
|
.threatmodel-cta-right-column .button-container {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.threatmodel-cta-bottom .button-container {
|
.threatmodel-cta-bottom .button-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1033,7 +1028,7 @@ h3.gradient-text.center {
|
||||||
box-shadow: 0 0 18px var(--pink);
|
box-shadow: 0 0 18px var(--pink);
|
||||||
background-color: #2A0A1F;
|
background-color: #2A0A1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.threatmodel-cta-right-column .mega.button:hover, .threatmodel-cta-bottom .mega-inverted.button:hover {
|
.threatmodel-cta-right-column .mega.button:hover, .threatmodel-cta-bottom .mega-inverted.button:hover {
|
||||||
border: 2px solid var(--pink);
|
border: 2px solid var(--pink);
|
||||||
box-shadow: 0 0 18px var(--pink);
|
box-shadow: 0 0 18px var(--pink);
|
||||||
|
@ -1069,11 +1064,11 @@ h3.gradient-text.center {
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
@ -1150,7 +1145,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links a:hover {
|
.footer-links a:hover {
|
||||||
color: var(--purple);
|
color: var(--purple);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bottom {
|
.footer-bottom {
|
||||||
|
@ -1167,7 +1162,7 @@ footer {
|
||||||
|
|
||||||
.footer-social a img {
|
.footer-social a img {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
filter: invert(1) grayscale(1) brightness(0.5);
|
filter: invert(1) grayscale(1) brightness(0.5);
|
||||||
transition: filter 0.2s ease;
|
transition: filter 0.2s ease;
|
||||||
|
@ -1201,7 +1196,7 @@ hr {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-input {
|
.form-input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
|
@ -1209,7 +1204,7 @@ hr {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-btn {
|
.circle-btn {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -1224,11 +1219,11 @@ hr {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.2s ease-in-out;
|
transition: background-color 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-btn:hover {
|
.circle-btn:hover {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-arrow {
|
.btn-arrow {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -1602,7 +1597,7 @@ hr {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-info {
|
.contact-info {
|
||||||
flex: 1 1 45%;
|
flex: 1 1 45%;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
@ -1623,7 +1618,7 @@ hr {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
padding-top: 1.5rem;
|
padding-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-grid img {
|
.logo-grid img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 30px;
|
max-height: 30px;
|
||||||
|
@ -1631,7 +1626,7 @@ hr {
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
transition: filter 0.3s ease;
|
transition: filter 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--selection-background);
|
background: var(--selection-background);
|
||||||
|
@ -1794,7 +1789,7 @@ textarea {
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-half {
|
.form-half {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
@ -1959,7 +1954,7 @@ pre {
|
||||||
.highlight .gr {
|
.highlight .gr {
|
||||||
color: var(--code-color-7);
|
color: var(--code-color-7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight .gh {
|
.highlight .gh {
|
||||||
color: var(--code-color-8);
|
color: var(--code-color-8);
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
@ -2434,7 +2429,7 @@ pre {
|
||||||
padding: 3rem 1.5rem;
|
padding: 3rem 1.5rem;
|
||||||
background-color: #0d0d0d;
|
background-color: #0d0d0d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-card {
|
.testimonial-card {
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
@ -2445,37 +2440,37 @@ pre {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 1.5rem;
|
gap: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-logo {
|
.testimonial-logo {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-quote {
|
.testimonial-quote {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-author {
|
.testimonial-author {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-avatar {
|
.testimonial-avatar {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-name {
|
.testimonial-name {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-title {
|
.testimonial-title {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
|
@ -2585,7 +2580,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links a:hover {
|
.footer-links a:hover {
|
||||||
color: var(--purple);
|
color: var(--purple);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-footer {
|
.footer-footer {
|
||||||
|
@ -2599,7 +2594,7 @@ pre {
|
||||||
.footer-social a img {
|
.footer-social a img {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-left: 0rem;
|
margin-left: 0rem;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2615,7 +2610,7 @@ pre {
|
||||||
.text-description-desktop {
|
.text-description-desktop {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-description-mobile {
|
.text-description-mobile {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -2712,7 +2707,7 @@ pre {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.threatmodel-cta-bottom .button-container {
|
.threatmodel-cta-bottom .button-container {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2746,7 +2741,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
|
||||||
.live-tools-cards .card {
|
.live-tools-cards .card {
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
}
|
}
|
||||||
|
@ -2858,7 +2853,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-links a:hover {
|
.footer-links a:hover {
|
||||||
color: var(--purple);
|
color: var(--purple);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-footer {
|
.footer-footer {
|
||||||
|
@ -2872,7 +2867,7 @@ pre {
|
||||||
.footer-social a img {
|
.footer-social a img {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-left: 0rem;
|
margin-left: 0rem;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//footer//
|
//footer//
|
||||||
|
@ -2970,7 +2965,7 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 400px) {
|
||||||
|
|
||||||
.footer-description-mobile {
|
.footer-description-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -2979,4 +2974,4 @@ pre {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue