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.
		
		
		
		
		
			
		
			
				
					
					
						
							263 lines
						
					
					
						
							12 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							263 lines
						
					
					
						
							12 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="hidden 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>
							 | 
						|
								
							 | 
						|
										<div class="overflow-hidden mb-4">
							 | 
						|
											<div class="flex items-center mb-4">
							 | 
						|
												<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">Unfiltered</button>
							 | 
						|
											</div>
							 | 
						|
								
							 | 
						|
											<ul class="border-t border-slate-300">
							 | 
						|
												<li class="border-b border-slate-300 py-2">
							 | 
						|
													<div class="flex">
							 | 
						|
														<i class="fa-solid fa-gift pt-1 pr-2 text-slate-500"></i>
							 | 
						|
														<span class="">[Sender] gave [amount] to [recipient]</span>
							 | 
						|
													</div>
							 | 
						|
												</li>
							 | 
						|
								
							 | 
						|
												<li class="border-b border-slate-300 py-2">
							 | 
						|
													<div class="flex">
							 | 
						|
														<i class="fa-solid fa-gift pt-1 pr-2 text-slate-500"></i>
							 | 
						|
														<span class="">[Sender] gave [amount] to [recipient]</span>
							 | 
						|
													</div>
							 | 
						|
												</li>
							 | 
						|
								
							 | 
						|
												<li class="border-b border-slate-300 py-2">
							 | 
						|
													<div class="border-b border-dashed border-slate-400 text-orange-400 py-2 mb-2 font-bold uppercase text-sm">Previous Activity:</div>
							 | 
						|
													
							 | 
						|
													<div class="flex">
							 | 
						|
														<i class="fa-solid fa-gift pt-1 pr-2 text-slate-500"></i>
							 | 
						|
														<span class="">[Sender] gave [amount] to [recipient]</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="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>
							 |