Remove services in favor of dedicated site
This commit is contained in:
parent
c4d4435a03
commit
510b9bdae5
3 changed files with 9 additions and 53 deletions
|
@ -18,13 +18,6 @@ import { SITE_TITLE } from "../consts";
|
||||||
<span>Projects</span>
|
<span>Projects</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
|
||||||
class="custom-btn btn-1"
|
|
||||||
type="button"
|
|
||||||
onclick="location.href='/services'">
|
|
||||||
<span>Services</span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="custom-btn btn-1"
|
class="custom-btn btn-1"
|
||||||
type="button"
|
type="button"
|
||||||
|
|
|
@ -5,16 +5,14 @@ import Layout from "../layouts/Layout.astro";
|
||||||
<Layout title="LimePot - Projects ">
|
<Layout title="LimePot - Projects ">
|
||||||
<main>
|
<main>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<center>
|
<div style="text-align: center;">
|
||||||
<h1 class="title">Projects</h1>
|
<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>
|
<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 />
|
<hr />
|
||||||
<br />
|
<h3>Profiles/Portfolios</h3>
|
||||||
<p class="instructions">
|
</div>
|
||||||
<strong>Profiles/Portfolios</strong>
|
|
||||||
</p>
|
|
||||||
</center>
|
|
||||||
<ul role="list">
|
<ul role="list">
|
||||||
<!--
|
<!--
|
||||||
https://avatars.githubusercontent.com/u/67560307?s=200&v=4
|
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>
|
<li><a href="https://git.nullafati.xyz/LimePotato/">Git Forge</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<center>
|
<hr />
|
||||||
<hr />
|
<div style="text-align: center;">
|
||||||
<br />
|
<h3>Individual Projects</h3>
|
||||||
<p class="instructions">
|
</div>
|
||||||
<strong>Individual Projects</strong>
|
|
||||||
</p></center>
|
|
||||||
<ul role="list">
|
<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>
|
<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>
|
<br>
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in a new issue