182 lines
6.4 KiB
HTML
182 lines
6.4 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 -->
|
|
<div 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 class="app-platforms">
|
|
<a
|
|
href="https://apps.apple.com/app/aria-for-misskey/id6499410880"
|
|
target="_blank"
|
|
>iOS</a
|
|
>
|
|
<a
|
|
href="https://play.google.com/store/apps/details?id=com.poppingmoon.aria"
|
|
target="_blank"
|
|
>Android</a
|
|
>
|
|
<a
|
|
href="https://github.com/poppingmoon/aria/releases/latest"
|
|
target="_blank"
|
|
>Desktop</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="slide-up" style="animation-delay: 1.5s">
|
|
<h2>Music</h2>
|
|
<div class="app-gallery">
|
|
<!-- Finamp -->
|
|
<div 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 get the lyrics working
|
|
</p>
|
|
<div class="app-platforms">
|
|
<a
|
|
href="https://github.com/jmshrv/finamp"
|
|
target="_blank"
|
|
>Everything</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<br />
|
|
<ul>
|
|
<li class="slide-up" style="animation-delay: 2s">
|
|
<a href="/">
|
|
<strong>Back</strong>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="librecounter fade-in" style="animation-delay: 2.5s">
|
|
<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>
|