mirror of
https://github.com/tiennm99/thedev.id.git
synced 2026-08-09 00:26:34 +00:00
60 lines
3.2 KiB
HTML
60 lines
3.2 KiB
HTML
<!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">
|
|
<script defer type="text/javascript" src="https://api.pirsch.io/pirsch.js" id="pirschjs" data-code="EJYSQuWmFNOUzyzK0zESDcUfZ4lmGOPu"></script>
|
|
</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>
|