Remove services in favor of dedicated site

This commit is contained in:
nelle 2024-07-07 13:55:11 -06:00
parent c4d4435a03
commit 510b9bdae5
3 changed files with 9 additions and 53 deletions

View file

@ -18,13 +18,6 @@ import { SITE_TITLE } from "../consts";
<span>Projects</span>
</button>
<button
class="custom-btn btn-1"
type="button"
onclick="location.href='/services'">
<span>Services</span>
</button>
<button
class="custom-btn btn-1"
type="button"

View file

@ -5,16 +5,14 @@ import Layout from "../layouts/Layout.astro";
<Layout title="LimePot - Projects ">
<main>
<div class="content">
<center>
<div style="text-align: center;">
<h1 class="title">Projects</h1>
<h2 class="subtitle">The things (various, VARIOUS, things) I do/make.</h2>
<h2 class="subtitle"><span style="font-size: smaller;">(Not a comprehensive list)</span></h2>
<h3>For services I host, please visit <a href="https://ouroboros.group">ouroboros.group</a></h3>
<small>This also doubles as a status page.</small>
<hr />
<br />
<p class="instructions">
<strong>Profiles/Portfolios</strong>
</p>
</center>
<h3>Profiles/Portfolios</h3>
</div>
<ul role="list">
<!--
https://avatars.githubusercontent.com/u/67560307?s=200&v=4
@ -25,12 +23,10 @@ import Layout from "../layouts/Layout.astro";
<li><a href="https://git.nullafati.xyz/LimePotato/">Git Forge</a></li>
</ul>
<br /><br />
<center>
<hr />
<br />
<p class="instructions">
<strong>Individual Projects</strong>
</p></center>
<div style="text-align: center;">
<h3>Individual Projects</h3>
</div>
<ul role="list">
<li><a href="https://modrinth.com/mod/roses-quilt">Roses Mod</a>: A Minecraft mod, built for Quilt Loader, bringing back the Roses and Cyan Roses of old.</li>
<br>

View file

@ -1,33 +0,0 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout>
<main>
<div class="content">
<h2 class="title" style="text-align: center;">Services</h2>
<h3 class="subtitle" style="text-align: center;">Here is a list of services that I host, and can be used.</h3>
<h4 style="text-align: center;"><a href="https://ouroboros.group">Experiencing Downtimes?</a></h4>
<ul role="list">
<li>
<a href="https://git.nullafati.xyz/">ForgeJo</a>: Git forge, registrations are disabled
</li>
<li>
<a href="https://search.ouroboros.group/">SearXNG</a>: Search Engine
</li>
<li>
<a href="https://vid.ouroboros.group/">Invidious</a>: Youtube Frontend
</li>
<li>
<a href="https://translate.ouroboros.group/">LibreTranslate</a>: Translation Service
</li>
<li>
<a href="https://ntfy.ouroboros.group/">ntfy</a>: Push notification service
</li>
<li>
<a href="https://ouroboros.gay/">Iceshrimp</a>: Fediverse Instance (Ask to Join basis)
</li>
</ul>
</div>
</main>
</Layout>