2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-18 21:15:25 +00:00

add new components

This commit is contained in:
2021-11-05 23:44:01 +01:00
parent 790c7df3d2
commit 2d6828b0dc
5 changed files with 182 additions and 0 deletions

8
home/_includes/cta.html Normal file
View File

@ -0,0 +1,8 @@
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-gray-900">Slow-carb next level shoindxgoitch ethical authentic, scenester sriracha forage.</h1>
<button class="flex-shrink-0 text-white bg-purple-500 border-0 py-2 px-8 focus:outline-none hover:bg-purple-600 rounded text-lg mt-10 sm:mt-0">Button</button>
</div>
</div>
</section>