mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
17 lines
1.0 KiB
HTML
17 lines
1.0 KiB
HTML
<header class="text-gray-600 body-font">
|
|
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
|
|
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-primary rounded-full" viewBox="0 0 24 24">
|
|
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
|
|
</svg>
|
|
<span class="ml-3 text-xl">{{ site.title }}</span>
|
|
</a>
|
|
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
|
|
<a class="mr-5 hover:text-gray-900">for buisnesses</a>
|
|
<a class="mr-5 hover:text-gray-900">for hobbyists</a>
|
|
</nav>
|
|
<button href="{{site.demo-link}}" class="inline-flex items-center bg-gray-100 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">
|
|
Open demo
|
|
</button>
|
|
</div>
|
|
</header> |