mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
INITIAL COMMIT
This commit is contained in:
66
layouts/partials/about.html
Normal file
66
layouts/partials/about.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<section class="bg-white dark:bg-gray-900">
|
||||
<div class="grid grid-cols-1 gap-6 text-center sm:gap-16 sm:grid-cols-2 lg:grid-cols-3 pb-6">
|
||||
<div>
|
||||
<div
|
||||
class="inline-flex items-center justify-center w-16 h-16 mx-auto text-gray-500 bg-gray-100 rounded-lg dark:bg-gray-800 dark:text-white">
|
||||
<svg aria-hidden="true" class="w-10 h-10" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
|
||||
fill="currentColor">
|
||||
<path fill-rule="evenodd"
|
||||
d="M4 4a2 2 0 012-2h8a2 2 0 012 2v12a1 1 0 110 2h-3a1 1 0 01-1-1v-2a1 1 0 00-1-1H9a1 1 0 00-1 1v2a1 1 0 01-1 1H4a1 1 0 110-2V4zm3 1h2v2H7V5zm2 4H7v2h2V9zm2-4h2v2h-2V5zm2 4h-2v2h2V9z"
|
||||
clip-rule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-xl font-bold text-gray-900 dark:text-white">
|
||||
Company information:
|
||||
</h3>
|
||||
<p class="mt-1 text-base font-normal text-gray-500 dark:text-gray-400">
|
||||
Flowbite LLC<br>Tax id: USXXXXXX
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div
|
||||
class="inline-flex items-center justify-center w-16 h-16 mx-auto text-gray-500 bg-gray-100 rounded-lg dark:bg-gray-800 dark:text-white">
|
||||
<svg aria-hidden="true" class="w-10 h-10" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
|
||||
fill="currentColor">
|
||||
<path fill-rule="evenodd"
|
||||
d="M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z"
|
||||
clip-rule="evenodd" />
|
||||
</svg>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-xl font-bold text-gray-900 dark:text-white">
|
||||
Address:
|
||||
</h3>
|
||||
<p class="mt-1 text-base font-normal text-gray-500 dark:text-gray-400">
|
||||
SILVER LAKE, United States<br>1941 Late Avenue<br>Zip Code/Postal code: 03875
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hidden lg:block">
|
||||
<div
|
||||
class="inline-flex items-center justify-center w-16 h-16 mx-auto text-gray-500 bg-gray-100 rounded-lg dark:bg-gray-800 dark:text-white">
|
||||
<svg aria-hidden="true" class="w-10 h-10" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
|
||||
fill="currentColor">
|
||||
<path
|
||||
d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z" />
|
||||
</svg>
|
||||
</div>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-xl font-bold text-gray-900 dark:text-white">
|
||||
Contact us:
|
||||
</h3>
|
||||
<p class="mt-1 text-base font-normal text-gray-500 dark:text-gray-400">
|
||||
Email us for general queries, including marketing and partnership opportunities.
|
||||
</p>
|
||||
<a href="#" title=""
|
||||
class="block mt-1 text-base font-semibold text-gray-900 dark:text-white hover:underline">
|
||||
hello@flowbite.com
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user