You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
439 lines
21 KiB
439 lines
21 KiB
<!doctype html>
|
|
<html class="text-slate-700">
|
|
<head>
|
|
<title>Home - Kickstarter for Time</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- Tailwind -->
|
|
<script src="https://cdn.tailwindcss.com?plugins=forms"></script>
|
|
|
|
<!-- Font Awesome -->
|
|
<script src="https://kit.fontawesome.com/2396c18fde.js" crossorigin="anonymous"></script>
|
|
|
|
<link href="css/main.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- QUICK NAV -->
|
|
<nav id="QuickNav" class="fixed bottom-0 left-0 right-0 bg-slate-200 z-50">
|
|
<ul class="flex text-2xl p-2 gap-2 max-w-3xl mx-auto">
|
|
<!-- Home Feed -->
|
|
<li class="basis-1/5 rounded-md bg-slate-400 text-white"><a href="" class="block text-center py-3 px-1"><i class="fa-solid fa-house-chimney fa-fw"></i></a></li>
|
|
<!-- Search -->
|
|
<li class="basis-1/5 rounded-md text-slate-500"><a href="search.html" class="block text-center py-3 px-1"><i class="fa-solid fa-magnifying-glass fa-fw"></i></a></li>
|
|
<!-- Projects -->
|
|
<li class="basis-1/5 rounded-md text-slate-500"><a href="" class="block text-center py-3 px-1"><i class="fa-solid fa-folder-open fa-fw"></i></a></li>
|
|
<!-- Contacts -->
|
|
<li class="basis-1/5 rounded-md text-slate-500"><a href="contact-list.html" class="block text-center py-3 px-1"><i class="fa-solid fa-users fa-fw"></i></a></li>
|
|
<!-- Profile -->
|
|
<li class="basis-1/5 rounded-md text-slate-500"><a href="account-view.html" class="block text-center py-3 px-1"><i class="fa-solid fa-circle-user fa-fw"></i></a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<!-- CONTENT -->
|
|
<section id="Content" class="px-4 pt-6 pb-24 max-w-3xl mx-auto">
|
|
<!-- Heading -->
|
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">Time Safari</h1>
|
|
|
|
<!-- Tabs -->
|
|
<div class="text-center text-slate-500 border-b border-slate-300 mb-8">
|
|
<ul class="flex flex-wrap justify-center gap-4 -mb-px">
|
|
<li>
|
|
<a href="#" class="inline-block py-3 rounded-t-lg border-b-2 border-transparent hover:text-slate-600 hover:border-slate-300">
|
|
Dashboard
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="inline-block py-3 rounded-t-lg border-b-2 border-transparent hover:text-slate-600 hover:border-slate-300">
|
|
Updates
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="inline-block py-3 rounded-t-lg border-b-2 active text-blue-600 border-blue-600 font-semibold">
|
|
Record
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- Dashboard Tab Body -->
|
|
<div class="mb-8">
|
|
<!-- Record Quick-Action -->
|
|
<div class="mb-6">
|
|
<h2 class="text-xl font-bold mb-2">Record something given by:</h2>
|
|
<div class="grid grid-cols-5 gap-2">
|
|
<button type="button" class="col-span-3 text-center text-base uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-3 rounded-md mb-2">Unnamed / Unknown</button>
|
|
<button type="button" class="col-span-2 text-center text-base uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-3 rounded-md mb-2">Contact</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Dashboard Widgets -->
|
|
<div class="mb-6">
|
|
<div class="grid grid-flow-col auto-cols-fr gap-2">
|
|
<a href="" class="md:flex md:gap-1 md:items-baseline bg-slate-100 rounded-md overflow-hidden px-2 md:px-4 py-3">
|
|
<div class="text-3xl md:text-4xl font-light leading-none"><i class="fa-solid fa-hand text-sm md:text-xl text-slate-400/80 align-middle me-0.5 md:me-1"></i>8</div>
|
|
<h4 class="text-xs md:text-sm font-semibold uppercase">New Offers</h4>
|
|
</a>
|
|
|
|
<a href="" class="md:flex md:gap-1 md:items-baseline bg-slate-100 rounded-md overflow-hidden px-2 md:px-4 py-3">
|
|
<div class="text-3xl md:text-4xl font-light leading-none"><i class="fa-solid fa-gift text-sm md:text-xl text-slate-400/80 align-middle me-0.5 md:me-1"></i>99<small>+</small></div>
|
|
<h4 class="text-xs md:text-sm font-semibold uppercase">New Gives</h4>
|
|
</a>
|
|
|
|
<a href="" class="md:flex md:gap-1 md:items-baseline bg-slate-100 rounded-md overflow-hidden px-2 md:px-4 py-3">
|
|
<div class="text-3xl md:text-4xl font-light leading-none"><i class="fa-solid fa-folder-open text-sm md:text-xl text-slate-400/80 align-middle me-0.5 md:me-1"></i>88</div>
|
|
<h4 class="text-xs md:text-sm font-semibold uppercase">New Projects</h4>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- List -->
|
|
<div class="hidden overflow-hidden my-6">
|
|
<div class="flex gap-2 items-center mb-3">
|
|
<h2 class="text-xl font-bold">Latest Activity</h2>
|
|
<button class="block text-center ml-auto text-sm text-white bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] px-3 py-1.5 rounded-md"><i class="fa-solid fa-filter fa-fw"></i></button>
|
|
<button class="block text-center text-sm text-white bg-gradient-to-b from-green-500 to-green-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] px-3 py-1.5 rounded-md"><i class="fa-solid fa-plus fa-fw"></i></button>
|
|
</div>
|
|
|
|
<ul class="space-y-2">
|
|
<li>
|
|
<div class="bg-slate-100 rounded-t-md border border-slate-300 px-3 py-2">
|
|
<div class="relative flex justify-between gap-4 mb-3 pt-1">
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<i class="fa-solid fa-circle-question text-slate-300 text-5xl"></i>
|
|
<div class="text-xs mt-1 line-clamp-2 italic">Anonymous</div>
|
|
</a>
|
|
|
|
<div class="absolute inset-28 sm:inset-x-40 mx-2 top-9 flex items-center">
|
|
<hr class="grow border-t-[3px] border-slate-400 -me-1" />
|
|
<i class="shrink-0 fa-solid fa-arrow-right text-slate-400 text-2xl"></i>
|
|
</div>
|
|
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://placehold.co/600x400?text=(Project Image)" class="size-12 object-cover mx-auto rounded">
|
|
<div class="text-xs mt-1 line-clamp-2">iamai-core</div>
|
|
</a>
|
|
</div>
|
|
|
|
<p class="font-medium">60 MIR token staked towards the project!</p>
|
|
<p class="text-sm">(from Someone Outside Your View to the project "iamai-core")</p>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 py-1">
|
|
<a href=""><i class="fa-solid fa-circle-info fa-fw text-blue-500"></i></a>
|
|
<span><i class="fa-solid fa-user-slash fa-fw text-slate-400"></i></span>
|
|
<a href=""><i class="fa-solid fa-hammer fa-fw text-blue-500"></i></a>
|
|
|
|
<span class="ms-auto text-xs text-slate-500 italic" title="8888-88-88 88:88:88">88 minutes ago</span>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<div class="bg-slate-100 rounded-t-md border border-slate-300 px-3 py-2">
|
|
<div class="relative flex justify-between gap-4 mb-3 pt-1">
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://a.fsdn.com/con/app/proj/identicons/screenshots/225506.jpg" class="size-12 object-cover mx-auto rounded-full">
|
|
<div class="text-xs mt-1 line-clamp-2">Matthew Raymer</div>
|
|
</a>
|
|
|
|
<div class="absolute inset-28 sm:inset-x-40 mx-2 top-9 flex items-center">
|
|
<hr class="grow border-t-[3px] border-slate-400 -me-1" />
|
|
<i class="shrink-0 fa-solid fa-arrow-right text-slate-400 text-2xl"></i>
|
|
</div>
|
|
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://placehold.co/600x400?text=(Project Image)" class="size-12 object-cover mx-auto rounded">
|
|
<div class="text-xs mt-1 line-clamp-2">Time Safari MVP</div>
|
|
</a>
|
|
</div>
|
|
|
|
<p class="font-medium">feedback, plus solution brainstorming & researching (and 0.5 hours)</p>
|
|
<p class="text-sm">(from Matthew Raymer to the project "Time Safari MVP")</p>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 py-1">
|
|
<a href=""><i class="fa-solid fa-circle-info fa-fw text-blue-500"></i></a>
|
|
<a href=""><i class="fa-solid fa-user fa-fw text-blue-500"></i></a>
|
|
<a href=""><i class="fa-solid fa-hammer fa-fw text-blue-500"></i></a>
|
|
|
|
<span class="ms-auto text-xs text-slate-500 italic" title="8888-88-88 88:88:88">8 days ago</span>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<div class="bg-slate-100 rounded-t-md border border-slate-300 px-3 py-2">
|
|
<div class="relative flex justify-between gap-4 mb-3 pt-1">
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<i class="fa-solid fa-circle-question text-slate-300 text-5xl"></i>
|
|
<div class="text-xs mt-1 line-clamp-2 italic">Anonymous</div>
|
|
</a>
|
|
|
|
<div class="absolute inset-28 sm:inset-x-40 mx-2 top-9 flex items-center">
|
|
<hr class="grow border-t-[3px] border-slate-400 -me-1" />
|
|
<i class="shrink-0 fa-solid fa-arrow-right text-slate-400 text-2xl"></i>
|
|
</div>
|
|
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://placehold.co/600x400?text=(Project Image)" class="size-12 object-cover mx-auto rounded">
|
|
<div class="text-xs mt-1 line-clamp-2">iamai-core</div>
|
|
</a>
|
|
</div>
|
|
|
|
<p class="font-medium">Expenses for trip to the conference "Decentralized AI Day: Dawn of the Agents" in Denver, Colorado (and 300 USD)</p>
|
|
<p class="text-sm">(from Someone Unnamed/Unknown to the project "iamai-core")</p>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 py-1">
|
|
<a href=""><i class="fa-solid fa-circle-info fa-fw text-blue-500"></i></a>
|
|
<span><i class="fa-solid fa-user-slash fa-fw text-slate-400"></i></span>
|
|
<a href=""><i class="fa-solid fa-hammer fa-fw text-blue-500"></i></a>
|
|
|
|
<span class="ms-auto text-xs text-slate-500 italic" title="8888-88-88 88:88:88">January 8</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- List - Alt -->
|
|
<div class="overflow-hidden my-6">
|
|
<div class="flex gap-2 items-center mb-3">
|
|
<h2 class="text-xl font-bold">Latest Activity</h2>
|
|
<button class="block text-center ml-auto text-sm text-white bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] px-3 py-1.5 rounded-md"><i class="fa-solid fa-filter fa-fw"></i></button>
|
|
<button class="block text-center text-sm text-white bg-gradient-to-b from-green-500 to-green-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] px-3 py-1.5 rounded-md"><i class="fa-solid fa-plus fa-fw"></i></button>
|
|
</div>
|
|
|
|
<ul class="space-y-2">
|
|
<li>
|
|
<div class="bg-slate-100 rounded-t-md border border-slate-300 px-3 py-2">
|
|
<p class="font-medium">60 MIR token staked towards the project!</p>
|
|
<p class="text-sm">(from Someone Outside Your View to the project "iamai-core")</p>
|
|
|
|
<div class="relative flex justify-between gap-4 pt-3 pb-2">
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<i class="fa-solid fa-circle-question text-slate-300 text-5xl"></i>
|
|
<div class="text-xs mt-1 line-clamp-2 italic">Anonymous</div>
|
|
</a>
|
|
|
|
<div class="absolute inset-28 sm:inset-x-40 mx-2 top-9 flex items-center">
|
|
<hr class="grow border-t-[3px] border-slate-400 -me-1" />
|
|
<i class="shrink-0 fa-solid fa-arrow-right text-slate-400 text-2xl"></i>
|
|
</div>
|
|
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://placehold.co/600x400?text=(Project Image)" class="size-12 object-cover mx-auto rounded">
|
|
<div class="text-xs mt-1 line-clamp-2">iamai-core</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 py-1">
|
|
<a href=""><i class="fa-solid fa-circle-info fa-fw text-blue-500"></i></a>
|
|
<span><i class="fa-solid fa-user-slash fa-fw text-slate-400"></i></span>
|
|
<a href=""><i class="fa-solid fa-hammer fa-fw text-blue-500"></i></a>
|
|
|
|
<span class="ms-auto text-xs text-slate-500 italic" title="8888-88-88 88:88:88">88 minutes ago</span>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<div class="bg-slate-100 rounded-t-md border border-slate-300 px-3 py-2">
|
|
<p class="font-medium">feedback, plus solution brainstorming & researching (and 0.5 hours)</p>
|
|
<p class="text-sm">(from Matthew Raymer to the project "Time Safari MVP")</p>
|
|
|
|
<div class="relative flex justify-between gap-4 pt-3 pb-2">
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://a.fsdn.com/con/app/proj/identicons/screenshots/225506.jpg" class="size-12 object-cover mx-auto rounded-full">
|
|
<div class="text-xs mt-1 line-clamp-2">Matthew Raymer</div>
|
|
</a>
|
|
|
|
<div class="absolute inset-28 sm:inset-x-40 mx-2 top-9 flex items-center">
|
|
<hr class="grow border-t-[3px] border-slate-400 -me-1" />
|
|
<i class="shrink-0 fa-solid fa-arrow-right text-slate-400 text-2xl"></i>
|
|
</div>
|
|
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://placehold.co/600x400?text=(Project Image)" class="size-12 object-cover mx-auto rounded">
|
|
<div class="text-xs mt-1 line-clamp-2">Time Safari MVP</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 py-1">
|
|
<a href=""><i class="fa-solid fa-circle-info fa-fw text-blue-500"></i></a>
|
|
<a href=""><i class="fa-solid fa-user fa-fw text-blue-500"></i></a>
|
|
<a href=""><i class="fa-solid fa-hammer fa-fw text-blue-500"></i></a>
|
|
|
|
<span class="ms-auto text-xs text-slate-500 italic" title="8888-88-88 88:88:88">8 days ago</span>
|
|
</div>
|
|
</li>
|
|
|
|
<li>
|
|
<div class="bg-slate-100 rounded-t-md border border-slate-300 px-3 py-2">
|
|
<p class="font-medium">Expenses for trip to the conference "Decentralized AI Day: Dawn of the Agents" in Denver, Colorado (and 300 USD)</p>
|
|
<p class="text-sm">(from Someone Unnamed/Unknown to the project "iamai-core")</p>
|
|
|
|
<div class="relative flex justify-between gap-4 pt-3 pb-2">
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<i class="fa-solid fa-circle-question text-slate-300 text-5xl"></i>
|
|
<div class="text-xs mt-1 line-clamp-2 italic">Anonymous</div>
|
|
</a>
|
|
|
|
<div class="absolute inset-28 sm:inset-x-40 mx-2 top-9 flex items-center">
|
|
<hr class="grow border-t-[3px] border-slate-400 -me-1" />
|
|
<i class="shrink-0 fa-solid fa-arrow-right text-slate-400 text-2xl"></i>
|
|
</div>
|
|
|
|
<a href="" class="w-28 sm:w-40 text-center bg-white drop-shadow-md rounded p-2">
|
|
<img src="https://placehold.co/600x400?text=(Project Image)" class="size-12 object-cover mx-auto rounded">
|
|
<div class="text-xs mt-1 line-clamp-2">iamai-core</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 py-1">
|
|
<a href=""><i class="fa-solid fa-circle-info fa-fw text-blue-500"></i></a>
|
|
<span><i class="fa-solid fa-user-slash fa-fw text-slate-400"></i></span>
|
|
<a href=""><i class="fa-solid fa-hammer fa-fw text-blue-500"></i></a>
|
|
|
|
<span class="ms-auto text-xs text-slate-500 italic" title="8888-88-88 88:88:88">January 8</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Updates Tab Body -->
|
|
<div class="hidden mb-8">
|
|
<div class="mb-8">
|
|
<h3 class="text-sm uppercase font-semibold mb-3"><i class="fa-solid fa-hand text-slate-500"></i> Offers</h3>
|
|
|
|
<ul class="border-t border-slate-300">
|
|
<li class="flex gap-4 justify-between items-center border-b border-slate-300 py-3">
|
|
<span><b>88</b> to <i>projects of interest</i></span>
|
|
<span class="bg-rose-500 text-white font-medium text-xs px-2 py-1 uppercase rounded-full">8 new</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="mb-8">
|
|
<h3 class="text-sm uppercase font-semibold mb-3"><i class="fa-solid fa-gift text-slate-500"></i> Gives</h3>
|
|
|
|
<ul class="border-t border-slate-300">
|
|
<li class="flex gap-4 justify-between items-center border-b border-slate-300 py-3">
|
|
<span><b>88</b> from <i>friends</i></span>
|
|
<span class="bg-rose-500 text-white font-medium text-xs px-2 py-1 uppercase rounded-full">8 new</span>
|
|
</li>
|
|
<li class="flex gap-4 justify-between items-center border-b border-slate-300 py-3">
|
|
<span><b>88</b> to <i>projects of interest</i></span>
|
|
<span class="bg-rose-500 text-white font-medium text-xs px-2 py-1 uppercase rounded-full">8 new</span>
|
|
</li>
|
|
<li class="flex gap-4 justify-between items-center border-b border-slate-300 py-3">
|
|
<span><b>88</b> by <i>your network</i></span>
|
|
<span class="bg-rose-500 text-white font-medium text-xs px-2 py-1 uppercase rounded-full">8 new</span>
|
|
</li>
|
|
<li class="flex gap-4 justify-between items-center border-b border-slate-300 py-3">
|
|
<span><b>88</b> in <i>your area</i></span>
|
|
<span class="bg-rose-500 text-white font-medium text-xs px-2 py-1 uppercase rounded-full">8 new</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="mb-8">
|
|
<h3 class="text-sm uppercase font-semibold mb-3"><i class="fa-solid fa-folder-open text-slate-500"></i> Projects</h3>
|
|
|
|
<ul class="border-t border-slate-300">
|
|
<li class="flex gap-4 justify-between items-center border-b border-slate-300 py-3">
|
|
<span><b>88</b> in <i>your area</i></span>
|
|
<span class="bg-rose-500 text-white font-medium text-xs px-2 py-1 uppercase rounded-full">8 new</span>
|
|
</li>
|
|
<li class="flex gap-4 justify-between items-center border-b border-slate-300 py-3">
|
|
<span><b>88</b> you've helped <i>with new activity</i></span>
|
|
<span class="bg-rose-500 text-white font-medium text-xs px-2 py-1 uppercase rounded-full">8 new</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Record Tab Body -->
|
|
<div class="hidden mb-8">
|
|
<div class="flex justify-between items-center">
|
|
<h2 class="text-xl font-bold">Record Something Given By:</h2>
|
|
<button class="block text-center ml-auto text-sm text-white bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] px-3 py-1.5 rounded-md">Ideas...</button>
|
|
</div>
|
|
|
|
<ul class="grid grid-cols-4 sm:grid-cols-5 md:grid-cols-6 gap-x-3 gap-y-5 text-center mb-5 mt-4">
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium italic text-ellipsis whitespace-nowrap overflow-hidden">Unnamed/Unknown</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Dave Grohl</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Taylor hawkins</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Chris Shiflett</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Kurt Cobain</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Krist Novoselic</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Chad Channing</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Lori Goldston</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Franz Stahl</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Nate Mendel</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Rami Jaffee</h3>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<img src="https://placehold.co/480?text=(Image)" class="max-w-16 mx-auto border border-slate-300 rounded-md mb-1">
|
|
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Josh Freese</h3>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<!-- a href="contact-list-give.html" class="block text-center text-md font-bold uppercase bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-2 py-3 rounded-md">Show More Contacts…</a -->
|
|
</div>
|
|
</section>
|
|
</body>
|
|
|
|
</html>
|