202309090309
This commit is contained in:
parent
0098c15eae
commit
be85ef256a
2 changed files with 27 additions and 15 deletions
|
@ -18,7 +18,7 @@ const { title } = Astro.props;
|
||||||
<meta name="og:image" content="assets/branding/limboicon.svg">
|
<meta name="og:image" content="assets/branding/limboicon.svg">
|
||||||
<meta name="theme-color" content="#8bd5ca">
|
<meta name="theme-color" content="#8bd5ca">
|
||||||
<!--<link rel = "icon" href = "assets/branding/limboicon.svg">-->
|
<!--<link rel = "icon" href = "assets/branding/limboicon.svg">-->
|
||||||
<title>Ouroboros</title>
|
<title>Home Page</title>
|
||||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -5,30 +5,42 @@ import Card from '../components/Card.astro';
|
||||||
|
|
||||||
<Layout title="Welcome to Astro.">
|
<Layout title="Welcome to Astro.">
|
||||||
<main>
|
<main>
|
||||||
<h1> <span class="text-gradient">Ouroboros</span></h1>
|
<h1> <span class="text-gradient">Welcome Home :)</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>
|
|
||||||
<ul role="list" class="link-card-grid">
|
<ul role="list" class="link-card-grid">
|
||||||
<Card
|
<Card
|
||||||
href="https://git.ouroboros.group"
|
href="https://git.ouroboros.group"
|
||||||
title="ForgeJo"
|
title="ForgeJo"
|
||||||
body="Self-Hosted ForgeJo Instance"
|
body="ForgeJo Instance."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="https://astro.build/integrations/"
|
href="https://ouroboros.gay"
|
||||||
title="Integrations"
|
title="Ouroboros.Gay"
|
||||||
body="Supercharge your project with new frameworks and libraries."
|
body="FireFish Instance, for the Fediverse."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="https://astro.build/themes/"
|
href="https://ak.ouroboros.gay"
|
||||||
title="Themes"
|
title="Ouroboros.Gay"
|
||||||
body="Explore a galaxy of community-built starter themes."
|
body="Akkoma Instance, for the Fediverse."
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
href="https://astro.build/chat/"
|
href="https://up.ouroboros.group"
|
||||||
title="Community"
|
title="Uptime Kuma"
|
||||||
body="Come say hi to our amazing Discord community. ❤️"
|
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>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue