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.
 
 

686 lines
31 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="hidden 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 active text-blue-600 border-blue-600 font-semibold">
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">
Record
</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 -->
</ul>
</div>
<!-- Dashboard Tab Body -->
<div class="mb-8">
<!-- Record Quick-Action -->
<div class="mb-6">
<div class="flex gap-2 items-center mb-2">
<h2 class="text-xl font-bold">Record something given by:</h2>
<button class="block ms-auto text-center text-white bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] p-2 rounded-full"><i class="block text-center fa-solid fa-lightbulb w-[1em]"></i></button>
</div>
<div class="grid grid-cols-2 gap-2">
<button id="btnShowRecord" type="button" class="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-3 py-2 rounded-lg">
<i class="fa-solid fa-user"></i>
Person
</button>
<button type="button" class="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-3 py-2 rounded-lg">
<i class="fa-solid fa-folder-open"></i>
Project
</button>
</div>
</div>
<!-- List -->
<div class="overflow-hidden mb-6">
<div class="flex gap-2 items-end mb-3">
<h2 class="text-xl font-bold">Latest Activity</h2>
<button class="block ms-auto text-center text-white bg-gradient-to-b from-slate-400 to-slate-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] p-2 rounded-full"><i class="block text-center fa-solid fa-filter w-[1em] translate-y-[0.05em]"></i></button>
</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>
<ul class="space-y-4">
<li>
<div class="border-b border-dashed border-slate-300 text-orange-400 mt-4 mb-6 font-bold text-sm">
<span class="block w-fit mx-auto -mb-2.5 bg-white px-2">You've already seen all the following</span>
</div>
<div class="flex items-center justify-between gap-2 text-lg bg-slate-200 border border-slate-300 border-b-0 rounded-t-md px-3 sm:px-4 py-1 sm:py-2">
<div class="flex items-center gap-2">
<a href=""><img src="https://a.fsdn.com/con/app/proj/identicons/screenshots/225506.jpg" class="size-8 object-cover rounded-full"></a>
<div>
<h3 class="font-semibold"><a href="">Matthew Raymer</a></h3>
<p class="ms-auto text-xs text-slate-500 italic">88 minutes ago</p>
</div>
</div>
<a href=""><i class="fa-solid fa-circle-info fa-fw text-slate-500"></i></a>
</div>
<div class="bg-slate-100 rounded-b-md border border-slate-300 p-3 sm:p-4">
<div class="bg-[url(https://image.timesafari.app/9d5c796272fb9ec87024f9d180c3d6dc6c753786fe93438886c75cfe4e3c999f)] bg-cover mb-6 -mt-3 sm:-mt-4 -mx-3 sm:-mx-4">
<div class="bg-slate-100/50 backdrop-blur-md px-6 py-4">
<img class="max-w-lg max-h-96 mx-auto rounded-lg drop-shadow-md" src="https://image.timesafari.app/9d5c796272fb9ec87024f9d180c3d6dc6c753786fe93438886c75cfe4e3c999f" />
</div>
</div>
<div class="relative flex justify-between gap-4 max-w-lg mx-auto mb-5">
<a href="" class="w-28 sm:w-40 text-center bg-white border border-slate-200 rounded p-2">
<div class="relative w-fit mx-auto">
<i class="fa-solid fa-person-circle-question text-slate-300 text-[3rem] sm:text-[4rem]"></i>
<!-- span class="absolute -end-3 -bottom-2 bg-slate-400 rounded-full leading-1.25 p-1 sm:px-1.5 -mt-6 border sm:border-2 border-white text-xs sm:text-base"><i class="fa-solid fa-user fa-fw text-white"></i></span -->
</div>
<div class="text-xs mt-1 line-clamp-2">
<i class="fa-solid fa-user fa-fw text-slate-400"></i>
Anonymous
</div>
</a>
<div class="absolute inset-x-28 sm:inset-x-40 ms-2 me-1 top-1/2 -translate-y-1/2">
<div class="absolute inset-x-0 top-1/2 -translate-y-1/2 text-sm text-center text-slate-800 leading-none font-semibold pe-[15px] drop-shadow-[0_0_1px_rgb(255,255,255)]">88 hours</div>
<div class="flex items-center">
<hr class="grow border-t-[25px] border-slate-300/70" />
<div class="shrink-0 w-0 h-0 border border-slate-300/70 border-t-[25px] border-t-transparent border-b-[25px] border-b-transparent border-s-[35px] border-e-0"></div>
</div>
</div>
<a href="" class="w-28 sm:w-40 text-center bg-white border border-slate-200 rounded p-2">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/600x400?text=(Project Image)" class="size-[3rem] sm:size-[4rem] object-cover rounded">
<!-- span class="absolute -end-3 -bottom-2 bg-slate-400 rounded-full leading-1.25 p-1 sm:px-1.5 -mt-6 border sm:border-2 border-white text-xs sm:text-base"><i class="fa-solid fa-hammer fa-fw text-white"></i></span -->
</div>
<div class="text-xs mt-1 line-clamp-2">
<i class="fa-solid fa-hammer fa-fw text-slate-400"></i>
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>
</li>
</ul>
</div>
<!-- List - Alt -->
<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">
<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>
<!-- Record Tab Body -->
<div class="hidden mb-8">
<div class="flex justify-between items-center">
<h2 class="text-lg font-bold">What have you seen someone do?</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-6">
<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&hellip;</a -->
</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 DIALOG popup -->
<dialog id="dlgRecord" class="backdrop:bg-black/75 rounded-md p-4 w-[90vw] max-w-[500px]">
<form method="dialog">
<!-- Step 1 -->
<div class="hidden">
<label class="block font-bold mb-4">Choose a person to receive from:</label>
<!-- Search box -->
<!-- input type="text" class="block w-full rounded border border-slate-400 mb-4 px-3 py-2 placeholder:italic" placeholder="Search for a person…" -->
<!-- Quick-pick grid -->
<ul class="grid grid-cols-4 sm:grid-cols-5 md:grid-cols-6 gap-x-2 gap-y-4 text-center mb-4">
<li>
<a href="">
<i class="fa-solid fa-circle-question text-slate-400 text-5xl mb-1"></i>
<h3 class="text-xs text-slate-500 font-medium italic text-ellipsis whitespace-nowrap overflow-hidden">Unnamed</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-orange-500 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-thumbtack fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Dave Grohl</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-orange-500 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-thumbtack fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Taylor hawkins</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Chris Shiflett</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Kurt Cobain</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Krist Novoselic</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Chad Channing</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Lori Goldston</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Franz Stahl</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Nate Mendel</h3>
</a>
</li>
<li>
<a href="">
<div class="relative w-fit mx-auto">
<img src="https://placehold.co/480?text=(Image)" class="max-w-12 mx-auto border border-slate-300 rounded-full mb-1">
<div class="rounded-full bg-slate-400 absolute bottom-0 right-0 p-0.5 translate-x-1/3">
<i class="block fa-solid fa-clock fa-fw text-white text-xs w-4"></i>
</div>
</div>
<h3 class="text-xs font-medium text-ellipsis whitespace-nowrap overflow-hidden">Rami Jaffee</h3>
</a>
</li>
<li>
<a href="">
<i class="fa-solid fa-circle-right text-blue-500 text-5xl mb-1"></i>
<h3 class="text-xs text-slate-500 font-medium italic text-ellipsis whitespace-nowrap overflow-hidden">Show All</h3>
</a>
</li>
</ul>
<!-- Search results-->
<ul class="hidden mb-4 space-y-2">
<li class="">
<a href="" class="flex items-center gap-2">
<img src="https://placehold.co/480?text=(Image)" class="size-8 object-cover border border-slate-300 rounded-full">
<p class="truncate"><b>Matt</b> Bellamy</p>
</a>
</li>
<li class="">
<a href="" class="flex items-center gap-2">
<img src="https://placehold.co/480?text=(Image)" class="size-8 object-cover border border-slate-300 rounded-full">
<p class="truncate"><b>Matt</b>hew Raymer</p>
</a>
</li>
<li class="">
<a href="" class="flex items-center gap-2">
<img src="https://placehold.co/480?text=(Image)" class="size-8 object-cover border border-slate-300 rounded-full">
<p class="truncate"><b>Matt</b>hew Broderick</p>
</a>
</li>
<li class="">
<a href="" class="flex items-center gap-2">
<img src="https://placehold.co/480?text=(Image)" class="size-8 object-cover border border-slate-300 rounded-full">
<p class="truncate">Dave <b>Matt</b>hews</p>
</a>
</li>
</ul>
<button value="cancel" class="block w-full text-center text-md 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-1.5 py-2 rounded-lg">Cancel</button>
</div>
<!-- Step 2 -->
<div>
<button class="w-full flex items-center gap-2 bg-slate-100 border border-slate-300 rounded-md p-2 mb-4">
<img src="https://placehold.co/480?text=(Image)" class="size-8 object-cover rounded-full">
<div class="text-start">
<p class="text-xs text-slate-500 leading-1 -mb-1 uppercase">Received from:</p>
<h3 class="font-semibold">Matthew Raymer</h3>
</div>
<p class="ms-auto text-sm uppercase font-medium pe-2">Change</p>
</button>
<div class="flex mb-4">
<input type="text" class="block w-full rounded border border-slate-400 px-3 py-2 placeholder:italic" placeholder="What was given?">
</div>
<!-- Idea Carousel -->
<!-- div class="flex items-stretch bg-amber-100 border border-amber-300 rounded -mt-3 mb-4">
<button class="bg-amber-200 p-3">
<i class="fa-solid fa-chevron-left"></i>
</button>
<p class="text-amber-700 leading-tight text-center p-3">What did you see someone give to someone else? (What is the effect of the positivity you gained from seeing that?)</p>
<button class="bg-amber-200 p-3">
<i class="fa-solid fa-chevron-right"></i>
</button>
</div -->
<div class="flex mb-4">
<button class="rounded-s border border-e-0 border-slate-400 bg-slate-200 px-4 py-2">
<i class="fa-solid fa-chevron-left"></i>
</button>
<input type="number" class="flex-1 border border-e-0 border-slate-400 px-2 py-2 text-center w-[1px]" value="0">
<button class="rounded-e border border-slate-400 bg-slate-200 px-4 py-2">
<i class="fa-solid fa-chevron-right"></i>
</button>
<select class="flex-1 rounded border border-slate-400 ms-2 px-3 py-2">
<option value="1">Hours</option>
<option value="2">US $</option>
<option value="3">BTC</option>
<option value="3">BX</option>
<option value="3">ETH</option>
</select>
</div>
<button value="cancel" class="block w-full text-center text-md 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-1.5 py-2 rounded-lg mb-4">Photo &amp; more options&hellip;</button>
<p class="text-center mb-4"><b class="font-medium">Sign &amp; Send</b> to publish to the world <a href=""><i class="fa-solid fa-circle-info fa-fw text-blue-500 text-lg"></i></a></p>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-2">
<button value="cancel" class="block w-full text-center text-md uppercase font-bold 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-1.5 py-2 rounded-lg">Sign & Send</button>
<button value="cancel" class="block w-full text-center text-md 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-1.5 py-2 rounded-lg">Cancel</button>
</div>
</div>
</form>
</dialog>
</section>
<script>
const showDialogRecord = document.getElementById('btnShowRecord');
const dialogRecord = document.getElementById('dlgRecord');
// If a browser doesn't support the dialog, then hide the
// dialog contents by default.
if (typeof dialogRecord.showModal !== 'function') {
dialogRecord.hidden = true;
}
// button opens the <dialog> modally
showDialogRecord.addEventListener('click', () => {
if (typeof dialogRecord.showModal === "function") {
dialogRecord.showModal();
}
});
</script>
</body>
</html>