Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
datavorous committed Aug 24, 2024
1 parent 9aae68b commit 27c97c7
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>focus_cli</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<style>
body {
font-family: 'Montserrat', sans-serif;
}
</style>
</head>
<body class="bg-black text-white min-h-screen font-montserrat flex items-center justify-center">
<div class="container mx-auto px-4 py-8 max-w-4xl">
<header class="text-center mb-16">
<h1 class="text-5xl font-bold mb-4">focus_cli</h1>
<p class="text-2xl">Ditch Useless Browser Extensions.<br>
Focus on <i>ONLY ONE</i> thing, at a time.</p>
</header>
<main>
<section class="text-center mb-16">
<p class="mb-8 text-xl">
Remove the Noise. Download the tool NOW.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="https://github.com/datavorous/focus_cli/releases/download/v0.0.1/focus_cli.zip" class="bg-white text-black px-6 py-3 rounded-lg inline-flex items-center justify-center font-bold transition duration-300 hover:bg-gray-200">
<svg class="w-6 h-6 mr-2" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<polyline points="4 17 10 11 4 5"></polyline>
<line x1="12" y1="19" x2="20" y2="19"></line>
</svg>
Windows
</a>
<a href="https://github.com/datavorous/focus_cli" class="bg-white text-black px-6 py-3 rounded-lg inline-flex items-center justify-center font-bold transition duration-300 hover:bg-gray-200">
<svg class="w-6 h-6 mr-2" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path>
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
</svg>
GitHub
</a>
</div>
</section>
</main>
</div>
</body>
</html>

0 comments on commit 27c97c7

Please sign in to comment.