mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 15:05:34 +00:00
Add All new components
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section class="bg-white dark:bg-gray-900">
|
||||
<div class="container px-6 py-10 mx-auto">
|
||||
<div class="lg:-mx-6 lg:flex lg:items-center">
|
||||
@@ -20,7 +19,7 @@
|
||||
<div class="mt-8 lg:w-1/2 lg:px-6 lg:mt-0">
|
||||
<p class="text-5xl font-semibold text-blue-500 ">“</p>
|
||||
|
||||
<h1 class="text-2xl font-semibold text-gray-800 dark:text-white xl:text-4xl lg:w-96">
|
||||
<h1 class="text-2xl font-semibold text-gray-800 dark:text-white lg:text-3xl lg:w-96">
|
||||
Help us improve our productivity
|
||||
</h1>
|
||||
|
||||
@@ -34,16 +33,16 @@
|
||||
<p class="text-gray-600 dark:text-gray-300">Marketing Manager at Stech</p>
|
||||
|
||||
<div class="flex items-center justify-between mt-12 lg:justify-start">
|
||||
<button class="p-2 text-gray-800 transition-colors duration-300 border rounded-full rtl:-scale-x-100 dark:border-gray-700 dark:text-gray-200 dark:hover:bg-gray-800 hover:bg-gray-100">
|
||||
<button title="left arrow" class="p-2 text-gray-800 transition-colors duration-300 border rounded-full rtl:-scale-x-100 dark:border-gray-700 dark:text-gray-200 dark:hover:bg-gray-800 hover:bg-gray-100">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19l-7-7 7-7" />
|
||||
</svg>
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19l-7-7 7-7" />
|
||||
</svg>
|
||||
</button>
|
||||
|
||||
<button class="p-2 text-gray-800 transition-colors duration-300 border rounded-full rtl:-scale-x-100 dark:border-gray-700 dark:text-gray-200 dark:hover:bg-gray-800 lg:mx-6 hover:bg-gray-100">
|
||||
<button title="right arrow" class="p-2 text-gray-800 transition-colors duration-300 border rounded-full rtl:-scale-x-100 dark:border-gray-700 dark:text-gray-200 dark:hover:bg-gray-800 lg:mx-6 hover:bg-gray-100">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" />
|
||||
</svg>
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user