mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-23 22:07:01 +00:00
74 lines
3.4 KiB
HTML
74 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./../../../dist/tailshape.css">
|
|
<title>footer 24</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<!-- footer 24 start -->
|
|
<section class="section_divider">
|
|
<div>footer 24</div>
|
|
</section>
|
|
|
|
<footer class="p-6 dark:bg-gray-800 dark:text-gray-100">
|
|
<div class="container grid grid-cols-2 mx-auto gap-x-3 gap-y-8 sm:grid-cols-3 md:grid-cols-4">
|
|
<div class="flex flex-col space-y-4">
|
|
<h2 class="font-medium">Getting started</h2>
|
|
<div class="flex flex-col space-y-2 text-sm dark:text-gray-400">
|
|
<a rel="noopener noreferrer" href="#">Installation</a>
|
|
<a rel="noopener noreferrer" href="#">Release Notes</a>
|
|
<a rel="noopener noreferrer" href="#">Upgrade Guide</a>
|
|
<a rel="noopener noreferrer" href="#">Using with Preprocessors</a>
|
|
<a rel="noopener noreferrer" href="#">Optimizing for Production</a>
|
|
<a rel="noopener noreferrer" href="#">Browser Support</a>
|
|
<a rel="noopener noreferrer" href="#">IntelliSense</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex flex-col space-y-4">
|
|
<h2 class="font-medium">Core Concepts</h2>
|
|
<div class="flex flex-col space-y-2 text-sm dark:text-gray-400">
|
|
<a rel="noopener noreferrer" href="#">Utility-First</a>
|
|
<a rel="noopener noreferrer" href="#">Responsive Design</a>
|
|
<a rel="noopener noreferrer" href="#">Hover, Focus, & Other States</a>
|
|
<a rel="noopener noreferrer" href="#">Dark Mode</a>
|
|
<a rel="noopener noreferrer" href="#">Adding Base Styles</a>
|
|
<a rel="noopener noreferrer" href="#">Extracting Components</a>
|
|
<a rel="noopener noreferrer" href="#">Adding New Utilities</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex flex-col space-y-4">
|
|
<h2 class="font-medium">Customization</h2>
|
|
<div class="flex flex-col space-y-2 text-sm dark:text-gray-400">
|
|
<a rel="noopener noreferrer" href="#">Configuration</a>
|
|
<a rel="noopener noreferrer" href="#">Theme Configuration</a>
|
|
<a rel="noopener noreferrer" href="#">Breakpoints</a>
|
|
<a rel="noopener noreferrer" href="#">Customizing Colors</a>
|
|
<a rel="noopener noreferrer" href="#">Customizing Spacing</a>
|
|
<a rel="noopener noreferrer" href="#">Configuring Variants</a>
|
|
<a rel="noopener noreferrer" href="#">Plugins</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex flex-col space-y-4">
|
|
<h2 class="font-medium">Community</h2>
|
|
<div class="flex flex-col space-y-2 text-sm dark:text-gray-400">
|
|
<a rel="noopener noreferrer" href="#">GitHub</a>
|
|
<a rel="noopener noreferrer" href="#">Discord</a>
|
|
<a rel="noopener noreferrer" href="#">Twitter</a>
|
|
<a rel="noopener noreferrer" href="#">YouTube</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center justify-center px-6 pt-12 text-sm">
|
|
<span class="dark:text-gray-400">© Copyright 1986. All Rights Reserved.</span>
|
|
</div>
|
|
</footer>
|
|
<!-- footer 24 end -->
|
|
|
|
|
|
</body>
|
|
</html> |