adding donate page

This commit is contained in:
ngn
2024-01-31 19:38:19 +03:00
parent d0f9102234
commit 745df10e41
6 changed files with 67 additions and 63 deletions

View File

@ -12,16 +12,8 @@
<meta content="https://ngn.tf" property="og:url" />
<meta content="#000000" data-react-helmet="true" name="theme-color" />
</svelte:head>
<Header><c>ls -l</c> services</Header>
<Header><c>ls</c> services</Header>
<main>
<div class="info">
<h1><i class="nf nf-oct-info"></i></h1>
<p>
These are free to use FOSS services that I host on my server.
If you want an account on any of these services, or if you are having issues with them,
please send an email to <a href="mailto:services@ngn.tf"><c>services@ngn.tf</c></a>
</p>
</div>
{#each data.services as services_list}
<div class="flexrow">
{#each services_list as service}
@ -32,28 +24,6 @@
</main>
<style>
.info h1 {
margin-right: 40px;
animation-name: colorAnimation;
animation-duration: 5s;
animation-iteration-count: infinite;
}
.info a {
text-decoration: none;
}
.info {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 30px;
color: white;
border-radius: var(--radius);
font-size: 25px;
}
main {
display: flex;
flex-direction: column;