mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-02 08:13:06 +00:00
70 lines
4.7 KiB
HTML
70 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script src="tailwind.config.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
|
|
<title>is-a-good.dev - Free subdomains for developers</title>
|
|
<meta name="title" content="is-a-good.dev - Free subdomains for developers">
|
|
<meta name="description" content="Free subdomains for developers around the globe.">
|
|
</head>
|
|
<body class="bg-bg">
|
|
<div class="flex flex-col w-7/12 mx-auto bg-bg-accent rounded mt-12 text-text py-12 px-6">
|
|
<h1 class="text-4xl text-center break-words"><a class="hover:underline underline-offset-4" href="https://redirect.is-a-good.dev/header-register">yourname</a>.is-a-good.dev</h1>
|
|
<span class="mt-12 text-center">
|
|
is-a-good.dev is an open source project providing free subdomains for developers around the world. Our service allows you to get your very own is-a-good.dev domain for free. To get yours follow the instructions found on our documentation.
|
|
</span>
|
|
<div class="grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 mx-auto">
|
|
<a class="text-lg px-2 py-2 text-center bg-bg max-w-fit mx-auto rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600 mt-6" href="https://redirect.is-a-good.dev/register">Register</a>
|
|
<a class="text-lg px-2 py-2 text-center bg-bg max-w-fit mx-auto rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600 mt-6" href="https://redirect.is-a-good.dev/docs">Documentation</a>
|
|
</div>
|
|
</div>
|
|
<div class="w-7/12 mx-auto">
|
|
<div class="grid grid-cols-1 sm:grid-cols-1 md:grid-cols-2 gap-x-20">
|
|
<div id="col-sec-1" class="bg-bg-accent col-start-auto rounded text-text mt-10">
|
|
<h2 class="text-2xl my-4 text-center">Donations & Support</h2>
|
|
<div class="mx-9 flex flex-col">
|
|
<span>
|
|
This project is completely open source and free for developers. Supporting the project helps us cover costs such as domain registration and hosting. You can support us via Ko-fi by using the widget on this site or visiting our Ko-fi page.
|
|
</span>
|
|
<div class="place-self-center flex flex-col mt-5 mb-5">
|
|
<a class="text-lg px-10 py-2 bg-bg mx-5 rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600" href="https://redirect.is-a-good.dev/kofi">Ko-fi</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="col-sec-2" class="bg-bg-accent col-start-auto rounded text-text mt-10">
|
|
<h2 class="text-2xl my-4 text-center">Useful Links</h2>
|
|
<div class="flex flex-col w-12/12 mb-5">
|
|
<ul class="place-self-center">
|
|
<li><a class="text-accent hover:underline" href="https://redirect.is-a-good.dev/docs">Documentation</a></li>
|
|
<li><a class="text-accent hover:underline" href="https://redirect.is-a-good.dev/register">Register</a></li>
|
|
<li><a class="text-accent hover:underline" href="https://redirect.is-a-good.dev/gh">GitHub</a></li>
|
|
<li><a class="text-accent hover:underline" href="https://redirect.is-a-good.dev/kofi">Ko-fi</a></li>
|
|
<li><a class="text-accent hover:underline" href="https://redirect.is-a-good.dev/discord">Discord Server</a></li>
|
|
<li><a class="text-accent hover:underline" href="/privacy">Privacy Policy</a></li>
|
|
<li><a class="text-accent hover:underline" href="/terms">Terms of Service</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
|
|
<!-- Kofi widget -->
|
|
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
|
<script defer>
|
|
kofiWidgetOverlay.draw('wclarkedev', {
|
|
'type': 'floating-chat',
|
|
'floating-chat.donateButton.text': 'Support Us',
|
|
'floating-chat.donateButton.background-color': '#80C1F5',
|
|
'floating-chat.donateButton.text-color': '#fff'
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |