Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
wclarkey committed Jan 9, 2023
1 parent a1c9d5c commit f673fa9
Showing 1 changed file with 3 additions and 47 deletions.
50 changes: 3 additions & 47 deletions index.html
Expand Up @@ -13,58 +13,14 @@
</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>
<h1 class="text-4xl text-center break-words">This website is under maintenance</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.
We are currently rebuilding our website. We do not have a timeframe for this project so are unable to provide an estimated finish date for the project. We are sorry for any inconvience caused by this. Check back here for updates.
</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>
</html>

0 comments on commit f673fa9

Please sign in to comment.