Files
Krzak.org/applications.html
N0VA 1375a4dd09 Add Element and SchildiNext app cards with platform info
Add Element desktop client and update SchildiNext to show it's mobile
only
2026-02-19 17:56:01 +01:00

202 lines
6.9 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<title>Krzak.org - Recommended Applications</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicons/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="48x48"
href="/favicons/favicon-48x48.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="/favicons/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/favicons/favicon-192x192.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicons/favicon-180x180.png"
/>
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<!-- PWA -->
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#2a1a5e" />
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<div class="container fade-in">
<h1 class="slide-down">
<span class="icon">
<img src="/icon.svg" alt="krzak.org" />
</span>
Recommended Apps
</h1>
<p class="slide-down" style="animation-delay: 0.5s">
If you know of better applications, let me know!
</p>
<div class="slide-up" style="animation-delay: 1s">
<h2>Fediverse</h2>
<div class="app-gallery">
<!-- Aria -->
<a
href="https://github.com/poppingmoon/aria/"
target="_blank"
class="app-card highlighted"
>
<img
src="https://raw.githubusercontent.com/poppingmoon/aria/main/assets/icons/aria.png"
alt="Aria icon"
class="app-icon"
/>
<div>
<h4>Aria</h4>
<p>Better integration with Misskey/Sharkey.</p>
</div>
</a>
</div>
</div>
<div class="slide-up" style="animation-delay: 1.5s">
<h2>Matrix</h2>
<div class="app-gallery">
<a
href="https://element.io/download"
target="_blank"
class="app-card highlighted"
>
<img
src="https://element.io/assets-32bb636196f91ed59d7a49190e26b42c/5ef25c0d30ee3108da4c25e9/5f365d3197194f8c73b00112_logo-mark-primary.svg"
alt="Element icon"
class="app-icon"
/>
<div>
<h4>Element</h4>
<p>Desktop only.</p>
</div>
</a>
<a
href="https://schildi.chat/next/"
target="_blank"
class="app-card highlighted"
>
<img
src="https://schildi.chat/img/icon-next.svg"
alt="SchildiNext icon"
class="app-icon"
/>
<div>
<h4>SchildiNext</h4>
<p>Mobile only.</p>
</div>
</a>
</div>
</div>
<div class="slide-up" style="animation-delay: 2s">
<h2>Music</h2>
<div class="app-gallery">
<!-- Finamp -->
<a
href="https://github.com/jmshrv/finamp"
target="_blank"
class="app-card highlighted"
>
<img
src="https://raw.githubusercontent.com/jmshrv/finamp/54a1a24b8b501423a0c4b3a58e5748583d99a7f8/assets/icon/icon_foreground.svg"
alt="Finamp icon"
class="app-icon"
/>
<div>
<h4>Finamp</h4>
<p>
Cross-platform client, just make sure to
download the beta to have the lyrics working
</p>
</div>
</a>
</div>
</div>
<br />
<ul>
<li class="slide-up" style="animation-delay: 2.5s">
<a href="/">
<strong>Back</strong>
</a>
</li>
</ul>
<div class="librecounter fade-in" style="animation-delay: 3s">
<span class="librecounter-text">
Indexed by
<a
href="https://librecounter.org/referer/show"
target="_blank"
>LibreCounter</a
>
</span>
<a href="https://librecounter.org/referer/show" target="_blank">
<img
src="https://librecounter.org/counter.svg"
referrerpolicy="unsafe-url"
alt="LibreCounter"
/>
</a>
</div>
</div>
<!-- Back to top button -->
<button
id="back-to-top"
class="back-to-top"
aria-label="Back to top"
title="Back to top"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="18 15 12 9 6 15"></polyline>
</svg>
</button>
<script src="/refresh.js"></script>
<script src="/animations.js"></script>
</body>
</html>