Custom Templates for DeepL backed up and EmailMonkey. GS University was also re-downloaded. Then small scripts updated like for Chubb.
This commit is contained in:
@ -0,0 +1,64 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user