This commit is contained in:
parent
3e3997282d
commit
9224c7e4cc
1 changed files with 9 additions and 1 deletions
10
index.html
10
index.html
|
|
@ -81,7 +81,15 @@
|
|||
<img id="logo" loading="lazy" src="/assets/synth-download.webp" alt="synth.download" />
|
||||
<p>this is a website managed by <a href="/me">sneexy</a> with some things hosted here and there for friends.</p>
|
||||
<p>most services here are public facing, anything that requires registration is most likely only for friends of mine.</p>
|
||||
<p>we currently run <a href="https://reddit.synth.download" style="padding: .2rem; color: var(--ayu-s-markup); background-color: color-mix(in srgb, var(--ayu-s-markup) 20%, transparent); border-radius: .2rem;">redlib</a>, <a href="https://forged.synth.download" style="padding: .2rem; color: var(--ayu-s-special); background-color: color-mix(in srgb, var(--ayu-s-special) 20%, transparent); border-radius: .2rem;">forgejo</a>, <a href="https://beeping.synth.download" style="padding: .2rem; color: var(--ayu-s-tag); background-color: color-mix(in srgb, var(--ayu-s-tag) 20%, transparent); border-radius: .2rem;">iceshrimp</a> and <a href="https://booping.synth.download" style="padding: .2rem; color: var(--ayu-s-entity); background-color: color-mix(in srgb, var(--ayu-s-entity) 20%, transparent); border-radius: .2rem;">sharkey</a>.</p>
|
||||
<p>we currently run...</p>
|
||||
<ul style="max-width: fit-content; margin-left: auto; margin-right: auto;">
|
||||
<li><a href="https://reddit.synth.download" style="padding: .2rem; color: var(--ayu-s-markup); background-color: color-mix(in srgb, var(--ayu-s-markup) 20%, transparent); border-radius: .2rem;">redlib</a>, a simple frontend for reddit,</li>
|
||||
<li><a href="https://forged.synth.download" style="padding: .2rem; color: var(--ayu-s-special); background-color: color-mix(in srgb, var(--ayu-s-special) 20%, transparent); border-radius: .2rem;">forgejo</a>, software to house git repositories,</li>
|
||||
<li><a href="https://beeping.synth.download" style="padding: .2rem; color: var(--ayu-s-tag); background-color: color-mix(in srgb, var(--ayu-s-tag) 20%, transparent); border-radius: .2rem;">iceshrimp</a>, an advanced microblogging based fediverse <small>(activitypub)</small> software with many features,</li>
|
||||
<li><a href="https://booping.synth.download" style="padding: .2rem; color: var(--ayu-s-entity); background-color: color-mix(in srgb, var(--ayu-s-entity) 20%, transparent); border-radius: .2rem;">sharkey</a>, another advanced microblogging based fediverse <small>(activitypub)</small> software with many features, based off of <a href="https://misskey-hub.net">misskey</a>,</li>
|
||||
<li><a href="https://asking.synth.download" style="padding: .2rem; color: var(--ayu-s-constant); background-color: color-mix(in srgb, var(--ayu-s-constant) 20%, transparent); border-radius: .2rem;">ask-js</a>, a platform for asking creatures questions,</li>
|
||||
<li><small><a href="https://adarkroom.synth.download" style="padding: .2rem; color: var(--ayu-e-fg); background-color: color-mix(in srgb, var(--ayu-e-fg) 10%, transparent); border-radius: .2rem;">a dark room</a>, a text adventure game.</small></li>
|
||||
</ul>
|
||||
</section>
|
||||
</details>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue