mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-11 08:43:03 +00:00
Update components (#78)
* WIP * wrapped components with <html> * Update Co-authored-by: DevDhaif <devdhaif@gmail.com>
This commit is contained in:
84
components/blog/SinglePostWithRecent.html
Normal file
84
components/blog/SinglePostWithRecent.html
Normal file
@@ -0,0 +1,84 @@
|
||||
<!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">
|
||||
<title>Meraki UI Components</title>
|
||||
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
|
||||
<script src="//unpkg.com/alpinejs" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section class="bg-white dark:bg-gray-900">
|
||||
<div class="container px-6 py-10 mx-auto">
|
||||
<div class="lg:flex lg:-mx-6">
|
||||
<div class="lg:w-3/4 lg:px-6">
|
||||
<img class="object-cover object-center w-full h-80 xl:h-[28rem] rounded-xl" src="https://images.unsplash.com/photo-1624996379697-f01d168b1a52?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80" alt="">
|
||||
|
||||
<div>
|
||||
<p class="mt-6 text-sm text-blue-500 uppercase">Want to know</p>
|
||||
|
||||
<h1 class="max-w-lg mt-4 text-4xl font-semibold leading-tight text-gray-800 dark:text-white">
|
||||
What do you want to know about UI
|
||||
</h1>
|
||||
|
||||
<div class="flex items-center mt-6">
|
||||
<img class="object-cover object-center w-10 h-10 rounded-full" src="https://images.unsplash.com/photo-1531590878845-12627191e687?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=764&q=80" alt="">
|
||||
|
||||
<div class="mx-4">
|
||||
<h1 class="text-sm text-gray-700 dark:text-gray-200">Amelia. Anderson</h1>
|
||||
<p class="text-sm text-gray-500 dark:text-gray-400">Lead Developer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-8 lg:w-1/4 lg:mt-0 lg:px-6">
|
||||
<div>
|
||||
<h3 class="text-blue-500 capitalize">Design instument</h3>
|
||||
|
||||
<a href="#" class="block mt-2 font-medium text-gray-700 hover:underline hover:text-gray-500 dark:text-gray-400 ">
|
||||
How to raise $100k+ by using blox ui kit on your design
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<hr class="my-6 border-gray-200 dark:border-gray-700">
|
||||
|
||||
<div>
|
||||
<h3 class="text-blue-500 capitalize">UI Resource</h3>
|
||||
|
||||
<a href="#" class="block mt-2 font-medium text-gray-700 hover:underline hover:text-gray-500 dark:text-gray-400 ">
|
||||
Should you creat UI Product by using Blox?
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<hr class="my-6 border-gray-200 dark:border-gray-700">
|
||||
|
||||
<div>
|
||||
<h3 class="text-blue-500 capitalize">Premium Collection</h3>
|
||||
|
||||
<a href="#" class="block mt-2 font-medium text-gray-700 hover:underline hover:text-gray-500 dark:text-gray-400 ">
|
||||
Top 10 Blocks you can get on Blox's collection.
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<hr class="my-6 border-gray-200 dark:border-gray-700">
|
||||
|
||||
<div>
|
||||
<h3 class="text-blue-500 capitalize">Premium kits</h3>
|
||||
|
||||
<a href="#" class="block mt-2 font-medium text-gray-700 hover:underline hover:text-gray-500 dark:text-gray-400 ">
|
||||
Top 10 Ui kit you can get on Blox's collection.
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user