-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html lang="en">
<head>
<title>Atbox</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/daisyui@latest/dist/full.css">
<script src="https://cdn.tailwindcss.com"></script>
<meta name="robots" content="noindex">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60188669-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-60188669-1');
</script>
</head>
<body>
<div class="h-screen flex items-center justify-center">
<div class="max-w-lg p-6">
<h1 class="font-bold text-lg">Atbox</h1>
<p class="font-mono">2014 – 2022</p>
<div class="h-4"></div>
<p>Atbox was a resume builder and portfolio hosting startup, created by <a class="link" href="https://twitter.com/SajjadRad">Sajjad</a>, <a class="link" href="https://twitter.com/Saadeghi">Pouya</a> and <a class="link" href="https://twitter.com/hamednz">Hamed</a></p>
<div class="h-4"></div>
<p>Atbox successfully provided services to more than 120K users in a 8 year period and finally retired in 2022 June 15th.</p>
</div>
</div>
</body>
</html>