website: split newsletter subscription into a separate section

This commit is contained in:
Pasha Sviderski
2026-07-14 12:54:43 +10:00
parent b9c54f1ff5
commit 08b24af341
2 changed files with 35 additions and 25 deletions
+25 -15
View File
@@ -845,6 +845,31 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB
</div>
</section>
<!-- Newsletter subscription -->
<section class="relative bg-white">
<div class="py-12 md:py-20">
<div class="max-w-6xl mx-auto px-4 sm:px-6">
<div class="max-w-2xl mx-auto text-center">
<h2 class="font-inter-tight text-3xl md:text-4xl font-bold text-zinc-900 mb-4">
Follow the development journey
</h2>
<p class="text-lg text-zinc-500">
Subscribe to get early insights into new features.
See <a class="font-medium text-zinc-600 underline decoration-zinc-300 underline-offset-2 hover:text-zinc-900 hover:decoration-zinc-400 transition-colors"
href="https://psviderski.substack.com/" target="_blank" rel="noopener">previous
newsletters</a>.
</p>
<div class="mt-6 md:mt-8 flex justify-center">
<iframe src="https://psviderski.substack.com/embed?transparent=true" width="480"
height="150" title="Subscribe to the Uncloud newsletter" class="w-full max-w-[480px]"
style="border:none; background:transparent;" frameborder="0"
scrolling="no"></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="relative bg-zinc-900 overflow-hidden">
<!-- Soft glow echoing the testimonial section. -->
@@ -883,21 +908,6 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB
</div>
</div>
<!-- Newsletter subscription -->
<div class="mt-12 md:mt-16">
<p class="text-zinc-400 mb-4">
Subscribe to follow the development journey and get early insights into new features.<br>
See <a href="https://psviderski.substack.com/" target="_blank" rel="noopener"
class="text-zinc-200 underline decoration-zinc-500 underline-offset-2 hover:text-zinc-100 hover:decoration-zinc-300 transition-colors">previous
newsletters</a>.
</p>
<div class="flex justify-center">
<iframe src="https://psviderski.substack.com/embed?transparent=true" width="480"
height="150" title="Subscribe to the Uncloud newsletter"
style="border:none; background:transparent;" frameborder="0"
scrolling="no"></iframe>
</div>
</div>
</div>
</div>
</section>
+10 -10
View File
@@ -1348,6 +1348,10 @@ input[type="search"]::-webkit-search-results-decoration {
display: inline-flex;
}
.table{
display: table;
}
.grid{
display: grid;
}
@@ -1468,6 +1472,10 @@ input[type="search"]::-webkit-search-results-decoration {
max-width: 72rem;
}
.max-w-\[480px\]{
max-width: 480px;
}
.max-w-lg{
max-width: 32rem;
}
@@ -2376,10 +2384,6 @@ input[type="search"]::-webkit-search-results-decoration {
text-decoration-color: #a1a1aa;
}
.decoration-zinc-500{
text-decoration-color: #71717a;
}
.underline-offset-2{
text-underline-offset: 2px;
}
@@ -2735,10 +2739,6 @@ html {
text-decoration-color: #f4f4f5;
}
.hover\:decoration-zinc-300:hover{
text-decoration-color: #d4d4d8;
}
.hover\:decoration-zinc-400:hover{
text-decoration-color: #a1a1aa;
}
@@ -2963,8 +2963,8 @@ html {
margin-top: 3.5rem;
}
.md\:mt-16{
margin-top: 4rem;
.md\:mt-8{
margin-top: 2rem;
}
.md\:block{