93 lines
3.6 KiB
HTML
93 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>DataDash</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Welcome to DataDash 👋</h1>
|
|
<p>The place to launch and discover Datasets and api-endpoints.</p>
|
|
</header>
|
|
<section class="top-products">
|
|
<h2>Launching Today</h2>
|
|
<ul class="product-list">
|
|
<li class="product">
|
|
<div class="product-info">
|
|
<div class="icon standup"></div>
|
|
<div class="details">
|
|
<h3>Standup</h3>
|
|
<p>Simply daily accountability phone call, powered by AI</p>
|
|
</div>
|
|
</div>
|
|
<div class="upvote">
|
|
<button>⬆</button>
|
|
<span class="upvote-count">8</span>
|
|
<button>⬇</button>
|
|
</div>
|
|
</li>
|
|
<li class="product">
|
|
<div class="product-info">
|
|
<div class="icon tori"></div>
|
|
<div class="details">
|
|
<h3>Tori</h3>
|
|
<p>The simple mobile crypto wallet even your mom can use</p>
|
|
</div>
|
|
</div>
|
|
<div class="upvote">
|
|
<button>⬆</button>
|
|
<span class="upvote-count">8</span>
|
|
<button>⬇</button>
|
|
</div>
|
|
</li>
|
|
<li class="product">
|
|
<div class="product-info">
|
|
<div class="icon tyms"></div>
|
|
<div class="details">
|
|
<h3>Tyms</h3>
|
|
<p>Modern accounting ERP for ambitious businesses</p>
|
|
</div>
|
|
</div>
|
|
<div class="upvote">
|
|
<button>⬆</button>
|
|
<span class="upvote-count">8</span>
|
|
<button>⬇</button>
|
|
</div>
|
|
</li>
|
|
<li class="product">
|
|
<div class="product-info">
|
|
<div class="icon zapcardz"></div>
|
|
<div class="details">
|
|
<h3>ZapCardz</h3>
|
|
<p>Remember what you learn forever with AI powered flashcards</p>
|
|
</div>
|
|
</div>
|
|
<div class="upvote">
|
|
<button>⬆</button>
|
|
<span class="upvote-count">8</span>
|
|
<button>⬇</button>
|
|
</div>
|
|
</li>
|
|
<li class="product">
|
|
<div class="product-info">
|
|
<div class="icon peek"></div>
|
|
<div class="details">
|
|
<h3>Peek</h3>
|
|
<p>AI organizer and workspace for your browser tabs</p>
|
|
</div>
|
|
</div>
|
|
<div class="upvote">
|
|
<button>⬆</button>
|
|
<span class="upvote-count">8</span>
|
|
<button>⬇</button>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|