DeepL templates and tasks for the same.

This commit is contained in:
Norm Rasmussen
2025-12-17 16:55:47 -05:00
parent 7741634b94
commit 7340726f9b
12 changed files with 181 additions and 52 deletions

View File

@ -2,18 +2,18 @@
<div class="banner-content">
<div class="banner-text-wrapper">
<div class="banner-heading">
Become part of the DeepL community
Introducing DeepL AI Labs
</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.
See what the DeepL R&D teams are building next!
</div>
</div>
<div class="banner-btn-container">
<a href="#" class="dark-btn">Join us now</a>
<a href="https://www.deepl.com/ai-labs" target="_blank" class="dark-btn">Learn more</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">
<img src="https://8349564.fs1.hubspotusercontent-na1.net/hubfs/8349564/labs-cubes-v07.3.1-Green%20(00052).png" alt="" class="banner-img">
</div>
</div>
@ -21,7 +21,7 @@
.banner-container {
display: flex;
gap: 20px;
background: #F8F8F8;
background: #1FCF9A;
padding: 32px;
border-radius: 8px;
@ -35,7 +35,7 @@
justify-content: space-between;
}
.banner-heading {
font-size: 80px;
font-size: 56px;
font-weight: 300;
line-height: 80px;
letter-spacing: -0.015em;
@ -59,6 +59,6 @@
}
.banner-btn-container {
display: flex;
margin-top: 15%;
margin-top: 10%;
}
</style>