mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
website: split newsletter subscription into a separate section
This commit is contained in:
+25
-15
@@ -845,6 +845,31 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</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 -->
|
<!-- Final CTA -->
|
||||||
<section class="relative bg-zinc-900 overflow-hidden">
|
<section class="relative bg-zinc-900 overflow-hidden">
|
||||||
<!-- Soft glow echoing the testimonial section. -->
|
<!-- 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>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
+10
-10
@@ -1348,6 +1348,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table{
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
|
||||||
.grid{
|
.grid{
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
@@ -1468,6 +1472,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
|||||||
max-width: 72rem;
|
max-width: 72rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.max-w-\[480px\]{
|
||||||
|
max-width: 480px;
|
||||||
|
}
|
||||||
|
|
||||||
.max-w-lg{
|
.max-w-lg{
|
||||||
max-width: 32rem;
|
max-width: 32rem;
|
||||||
}
|
}
|
||||||
@@ -2376,10 +2384,6 @@ input[type="search"]::-webkit-search-results-decoration {
|
|||||||
text-decoration-color: #a1a1aa;
|
text-decoration-color: #a1a1aa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.decoration-zinc-500{
|
|
||||||
text-decoration-color: #71717a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.underline-offset-2{
|
.underline-offset-2{
|
||||||
text-underline-offset: 2px;
|
text-underline-offset: 2px;
|
||||||
}
|
}
|
||||||
@@ -2735,10 +2739,6 @@ html {
|
|||||||
text-decoration-color: #f4f4f5;
|
text-decoration-color: #f4f4f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover\:decoration-zinc-300:hover{
|
|
||||||
text-decoration-color: #d4d4d8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hover\:decoration-zinc-400:hover{
|
.hover\:decoration-zinc-400:hover{
|
||||||
text-decoration-color: #a1a1aa;
|
text-decoration-color: #a1a1aa;
|
||||||
}
|
}
|
||||||
@@ -2963,8 +2963,8 @@ html {
|
|||||||
margin-top: 3.5rem;
|
margin-top: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:mt-16{
|
.md\:mt-8{
|
||||||
margin-top: 4rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md\:block{
|
.md\:block{
|
||||||
|
|||||||
Reference in New Issue
Block a user