202309090309

This commit is contained in:
nelle 2023-09-09 03:09:43 -06:00
parent 0098c15eae
commit be85ef256a
2 changed files with 27 additions and 15 deletions

View file

@ -18,7 +18,7 @@ const { title } = Astro.props;
<meta name="og:image" content="assets/branding/limboicon.svg">
<meta name="theme-color" content="#8bd5ca">
<!--<link rel = "icon" href = "assets/branding/limboicon.svg">-->
<title>Ouroboros</title>
<title>Home Page</title>
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
</head>
<body>

View file

@ -5,30 +5,42 @@ import Card from '../components/Card.astro';
<Layout title="Welcome to Astro.">
<main>
<h1> <span class="text-gradient">Ouroboros</span></h1>
<p class="instructions">
The snake eats its own tail to gain energy to eat its own tail to gain energy to eat its own tail to gain energy to eat its own tail to gain energy to eat its own tail to gain energy to eat its own tail to gain energy to eat...
</p>
<h1> <span class="text-gradient">Welcome Home :)</span></h1>
<ul role="list" class="link-card-grid">
<Card
href="https://git.ouroboros.group"
title="ForgeJo"
body="Self-Hosted ForgeJo Instance"
body="ForgeJo Instance."
/>
<Card
href="https://astro.build/integrations/"
title="Integrations"
body="Supercharge your project with new frameworks and libraries."
href="https://ouroboros.gay"
title="Ouroboros.Gay"
body="FireFish Instance, for the Fediverse."
/>
<Card
href="https://astro.build/themes/"
title="Themes"
body="Explore a galaxy of community-built starter themes."
href="https://ak.ouroboros.gay"
title="Ouroboros.Gay"
body="Akkoma Instance, for the Fediverse."
/>
<Card
href="https://astro.build/chat/"
title="Community"
body="Come say hi to our amazing Discord community. ❤️"
href="https://up.ouroboros.group"
title="Uptime Kuma"
body="Uptime Kuma Instance."
/>
<Card
href="https://limepot.xyz"
title="Personal Website"
body="Personal Website"
/>
<Card
href="https://nullafati.xyz"
title="The Library"
body="Self-Hosted Miscellaneous Archive"
/>
<Card
href="https://nullafati.xyz"
title="The Library"
body="Self-Hosted Miscellaneous Archive"
/>
</ul>
</main>