forked from thedev-id/thedev.id
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (54 loc) · 3.06 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>thedev.id - A free identity for developers on the web</title>
<meta name="description" content="A free thedev.id subdomain for developers on the web.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@fransallen">
<meta name="twitter:title" content="thedev.id">
<meta name="twitter:description" content="A free thedev.id subdomain for developers on the web.">
<meta property="og:url" content="https://thedev.id/">
<meta property="og:type" content="website">
<meta property="og:title" content="thedev.id">
<meta property="og:description" content="A free thedev.id subdomain for developers on the web.">
<meta property="og:image" content="https://cdn.statically.io/og/theme=dark/%7Bname%7D.thedev.id.jpg">
<meta name="twitter:image" content="https://cdn.statically.io/og/theme=dark/%7Bname%7D.thedev.id.jpg">
<link rel="icon" href="https://cdn.statically.io/icon/g/t.png" type="image/png">
<link rel="stylesheet" href="https://cdn.statically.io/libs/tailwindcss/1.4.6/tailwind.min.css">
</head>
<body class="p-8 max-w-xl m-auto">
<header class="text-center mt-10">
<a href="/">
<h1 class="text-4xl font-bold">thedev.id</h1>
</a>
<h2 class="font-semibold">A free identity for developers on the web</h2>
<div class="mt-10">
<h3 class="inline font-bold">
<span class="typed"></span>.thedev.id
</h3>
</div>
</header>
<main class="mt-10">
<p>Are you a developer exploring an awesome name for your personal website and projects? You came to the right place!</p>
<p class="mt-3"><strong>thedev.id</strong> is a free identity for developers on the web. This service offers a handy subdomain service for you to have a subdomain like <code class="bg-black py-1 px-2 text-white rounded text-sm">foo.thedev.id</code> or <code class="bg-black py-1 px-2 text-white rounded text-sm">bar.thedev.id</code> for use on your static sites via CNAME DNS record. Fork, add subdomain and send a <a class="border-b border-black" href="https://github.com/fransallen/thedev.id">Pull Request</a>. We will make it work!</p>
</main>
<footer class="mt-10 mb-20 text-sm">
<p>
A project by <a class="border-b border-black" href="https://upset.dev/" target="_blank">upset.dev</a> and <a class="border-b border-black" href="https://github.com/fransallen/thedev.id/graphs/contributors">contributors</a>
• <a class="border-b border-black" href="https://statically.io/">Statically</a>
• <a class="border-b border-black" href="https://twitter.com/fransallen">Twitter</a>
• <a class="border-b border-black" href="https://github.com/fransallen/thedev.id">GitHub</a>
</p>
</footer>
<script src="https://cdn.statically.io/libs/typed.js/2.0.11/typed.min.js"></script>
<script>
var typed = new Typed('.typed', {
strings: ["frans", "kevin", "name"],
typeSpeed: 240,
showCursor: false
});
</script>
</body>
</html>