Files
Gainsight/Custom_Templates/customer_templates/DeepL/_banner.html.liquid

64 lines
1.7 KiB
Plaintext

<div class="banner-container">
<div class="banner-content">
<div class="banner-text-wrapper">
<div class="banner-heading">
Become part of the DeepL community
</div>
<div class="desc">
Join our vibrant community today and connect with like-minded individuals from around the world! Share your ideas, passions, and experiences while learning from others.
</div>
</div>
<div class="banner-btn-container">
<a href="#" class="dark-btn">Join us now</a>
</div>
</div>
<div class="banner-image-wrapper">
<img src="https://s3.amazonaws.com/static.northpass.com/DeepL/images/Group+427321804.png" alt="" class="banner-img">
</div>
</div>
<style>
.banner-container {
display: flex;
gap: 20px;
background: #F8F8F8;
padding: 32px;
border-radius: 8px;
}
.banner-content, .banner-image-wrapper {
flex-basis: 50%;
}
.banner-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.banner-heading {
font-size: 80px;
font-weight: 300;
line-height: 80px;
letter-spacing: -0.015em;
text-align: left;
margin-bottom: 32px;
}
.desc {
font-size: 18px;
font-weight: 400;
line-height: 25.2px;
}
.banner-img {
width: 100%;
max-width: 440px;
height: fit-content;
}
.banner-image-wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.banner-btn-container {
display: flex;
margin-top: 15%;
}
</style>