add all components

This commit is contained in:
2025-08-10 17:28:43 +03:00
parent a71faed5b3
commit 4a4e8bd33c
44 changed files with 70 additions and 340 deletions

View File

@@ -7,12 +7,12 @@
{% set header_items = section.content | safe | split(pat="<li>") %}
<header id="header-container">
<div class="z-10 bg-custom-dark-blue fixed w-screen">
<div class="z-10 bg-black fixed w-screen">
<div class="relative z-50 shadow">
<div class="my-4 mx-auto flex z-50 shadow justify-between items-center pl-6 pr-2 md:pl-0 md:pr-0 lg:py-1 sm:px-8 md:px-12 py-2 lg:px-28 lg:justify-start lg:space-x-20">
<div>
<a href="/" class="flex">
<img class="w-24 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="geomind Logo" />
<img class="w-24 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="Logo" />
</a>
</div>
<div class="mr-2 -my-2 lg:hidden">