update footer
This commit is contained in:
@@ -53,7 +53,7 @@ extra:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h6><a target="_self" onclick="window.location.href='/why'">Why</a></h6>
|
<h6><a target="_self" onclick="window.location.href='/about'">About</a></h6>
|
||||||
|
|
||||||
<h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6>
|
<h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6>
|
||||||
|
|
||||||
|
|||||||
@@ -15,13 +15,13 @@
|
|||||||
<div class="px-4 lg:px-8">
|
<div class="px-4 lg:px-8">
|
||||||
|
|
||||||
|
|
||||||
<div class="mx-auto max-w-3xl text-center">
|
<div class="mx-auto text-center">
|
||||||
<h1 class="fade-in">
|
<h1 class="fade-in max-w-3xl mx-auto">
|
||||||
{{ title }}</h1>
|
{{ title }}</h1>
|
||||||
<p class="mx-auto mt-4 max-w-3xl fade-in">{{ description }}</p>
|
<p class="mx-auto mt-4 max-w-3xl fade-in">{{ description }}</p>
|
||||||
<!-- <h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-6xl fade-in">Web4</h2> -->
|
<!-- <h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-6xl fade-in">Web4</h2> -->
|
||||||
{% if image_src %}
|
{% if image_src %}
|
||||||
<div class="mx-auto max-w-7xl px-4 py-8 grayscale">
|
<div class="mx-auto max-w-5xl px-4 py-8 grayscale">
|
||||||
<img src="{{ image_src }}" alt="{{ image_alt }}" class="w-full fade-in">
|
<img src="{{ image_src }}" alt="{{ image_alt }}" class="w-full fade-in">
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user