mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 10:35:27 +00:00
deploy: 5f563ef584
This commit is contained in:
@ -89,7 +89,7 @@
|
||||
<div class="section-container">
|
||||
<div class="flex flex-wrap w-full mb-4">
|
||||
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
||||
<a class="anchor" id="business"></a>
|
||||
<div class="anchor" id="business"></div>
|
||||
<div class="inline-flex items-center">
|
||||
<h1 class="header-text title-font mb-2 cm-gray-1">For Business</h1>
|
||||
|
||||
@ -222,10 +222,10 @@
|
||||
<footer class="cm-gray-2 body-font">
|
||||
<div class="container px-5 pt-8 mx-auto flex md:flex-row md:flex-nowrap flex-wrap flex-col">
|
||||
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
|
||||
<a class="flex title-font font-medium items-center md:justify-start justify-center cm-gray-1">
|
||||
<div class="flex title-font font-medium items-center md:justify-start justify-center cm-gray-1">
|
||||
<img src="/assets/logo.png" alt="logo" height="32" width="32" class="h-8">
|
||||
<span class="ml-3 text-xl">InvenTree</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-2 text-sm cm-gray-3">Intuitive Inventory Management</p>
|
||||
</div>
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
<div class="section-container">
|
||||
<div class="flex flex-wrap w-full mb-4">
|
||||
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
||||
<a class="anchor" id="edu"></a>
|
||||
<div class="anchor" id="edu"></div>
|
||||
<div class="inline-flex items-center">
|
||||
<h1 class="header-text title-font mb-2 cm-gray-1">For Education</h1>
|
||||
|
||||
@ -220,10 +220,10 @@
|
||||
<footer class="cm-gray-2 body-font">
|
||||
<div class="container px-5 pt-8 mx-auto flex md:flex-row md:flex-nowrap flex-wrap flex-col">
|
||||
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
|
||||
<a class="flex title-font font-medium items-center md:justify-start justify-center cm-gray-1">
|
||||
<div class="flex title-font font-medium items-center md:justify-start justify-center cm-gray-1">
|
||||
<img src="/assets/logo.png" alt="logo" height="32" width="32" class="h-8">
|
||||
<span class="ml-3 text-xl">InvenTree</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-2 text-sm cm-gray-3">Intuitive Inventory Management</p>
|
||||
</div>
|
||||
|
||||
|
@ -70,22 +70,6 @@
|
||||
|
||||
</h1>
|
||||
|
||||
<p class="mb-8 leading-relaxed">lorem ipsum place for
|
||||
multiline inteligent text
|
||||
</p>
|
||||
|
||||
|
||||
<div class="flex-wrap justify-center">
|
||||
|
||||
<button class="ml-4 mb-4 cm-hvr-btn-primary inline-flex border-0 py-2 px-6 focus:outline-none text-lg">
|
||||
<a href="http://example.com">lorem ipsum primary</a>
|
||||
</button>
|
||||
|
||||
<button class="ml-4 mb-4 cm-hvr-btn inline-flex border-0 py-2 px-6 focus:outline-none text-lg">
|
||||
<a href="">lorem ipsum</a>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
|
||||
@ -105,7 +89,7 @@ multiline inteligent text
|
||||
<div class="section-container">
|
||||
<div class="flex flex-wrap w-full mb-4">
|
||||
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
|
||||
<a class="anchor" id="maker"></a>
|
||||
<div class="anchor" id="maker"></div>
|
||||
<div class="inline-flex items-center">
|
||||
<h1 class="header-text title-font mb-2 cm-gray-1">For Maker</h1>
|
||||
|
||||
@ -238,10 +222,10 @@ multiline inteligent text
|
||||
<footer class="cm-gray-2 body-font">
|
||||
<div class="container px-5 pt-8 mx-auto flex md:flex-row md:flex-nowrap flex-wrap flex-col">
|
||||
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
|
||||
<a class="flex title-font font-medium items-center md:justify-start justify-center cm-gray-1">
|
||||
<div class="flex title-font font-medium items-center md:justify-start justify-center cm-gray-1">
|
||||
<img src="/assets/logo.png" alt="logo" height="32" width="32" class="h-8">
|
||||
<span class="ml-3 text-xl">InvenTree</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-2 text-sm cm-gray-3">Intuitive Inventory Management</p>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user