Refactor + Optimizations

This commit is contained in:
gerlofvanek
2025-10-10 11:08:23 +02:00
parent 2f7e425da9
commit 73d486d6f0
79 changed files with 5835 additions and 4419 deletions

View File

@@ -1,24 +1,8 @@
{% include 'header.html' %}
{% from 'style.html' import breadcrumb_line_svg, love_svg %}
{% from 'style.html' import love_svg %}
{% from 'macros.html' import page_header %}
<section class="py-3 px-4 mt-6">
<div class="lg:container mx-auto">
<div class="relative py-8 px-8 bg-coolGray-900 dark:bg-blue-500 rounded-md overflow-hidden">
<img class="absolute z-10 left-4 top-4 right-4 bottom-4" src="/static/images/elements/dots-red.svg" alt="dots-red">
<img class="absolute h-64 left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 object-cover" src="/static/images/elements/wave.svg" alt="wave">
<div class="relative z-20 flex flex-wrap items-center justify-center text-center">
<div class="w-full">
<h2 class="text-3xl font-bold text-white mb-4">
Support BasicSwap Development
</h2>
<p class="text-lg text-white max-w-3xl mx-auto">
Help keep BasicSwap free and open-source. Your donations directly fund development, security audits, and community growth.
</p>
</div>
</div>
</div>
</div>
</section>
{{ page_header('Support BasicSwap Development', 'Help keep BasicSwap free and open-source. Your donations directly fund development, security audits, and community growth.', title_size='text-3xl', dots_style='all') }}
<div class="xl:container mx-auto">