librecounter
This commit is contained in:
@@ -1,279 +1,190 @@
|
||||
<!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" />
|
||||
<head>
|
||||
<title>Krzak.org - Recommended Applications</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<!-- 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.1s">
|
||||
If you know of better applications, let me know!
|
||||
</p>
|
||||
<!-- 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" />
|
||||
|
||||
<div class="slide-up" style="animation-delay: 0.2s">
|
||||
<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>
|
||||
<!-- 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.1s">
|
||||
If you know of better applications, let me know!
|
||||
</p>
|
||||
|
||||
<div class="slide-up" style="animation-delay: 0.2s">
|
||||
<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>
|
||||
<!-- Ice Cubes -->
|
||||
<div class="app-card">
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/Dimillian/IceCubesApp/refs/heads/main/Images/AppIcon.png"
|
||||
alt="Ice Cubes icon"
|
||||
class="app-icon"
|
||||
/>
|
||||
<div>
|
||||
<h4>Ice Cubes</h4>
|
||||
<p>Native UI.</p>
|
||||
<div class="app-platforms">
|
||||
<a
|
||||
href="https://apps.apple.com/pl/app/ice-cubes-for-mastodon/id6444915884"
|
||||
target="_blank"
|
||||
>iOS</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Ice Cubes -->
|
||||
<div class="app-card">
|
||||
<img src="https://raw.githubusercontent.com/Dimillian/IceCubesApp/refs/heads/main/Images/AppIcon.png"
|
||||
alt="Ice Cubes icon" class="app-icon" />
|
||||
<div>
|
||||
<h4>Ice Cubes</h4>
|
||||
<p>Native UI.</p>
|
||||
<div class="app-platforms">
|
||||
<a href="https://apps.apple.com/pl/app/ice-cubes-for-mastodon/id6444915884"
|
||||
target="_blank">iOS</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Mastodon -->
|
||||
<div class="app-card">
|
||||
<img
|
||||
src="https://joinmastodon.org/logos/logo-purple.svg"
|
||||
alt="Mastodon icon"
|
||||
class="app-icon"
|
||||
/>
|
||||
<div>
|
||||
<h4>Mastodon</h4>
|
||||
<p>Native UI.</p>
|
||||
<div class="app-platforms">
|
||||
<a
|
||||
href="https://play.google.com/store/apps/details?id=org.joinmastodon.android&hl=en"
|
||||
target="_blank"
|
||||
>Android</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Mastodon -->
|
||||
<div class="app-card">
|
||||
<img src="https://joinmastodon.org/logos/logo-purple.svg" alt="Mastodon icon" class="app-icon" />
|
||||
<div>
|
||||
<h4>Mastodon</h4>
|
||||
<p>Native UI.</p>
|
||||
<div class="app-platforms">
|
||||
<a href="https://play.google.com/store/apps/details?id=org.joinmastodon.android&hl=en"
|
||||
target="_blank">Android</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="slide-up" style="animation-delay: 0.3s">
|
||||
<h2>Music</h2>
|
||||
<div class="app-gallery">
|
||||
<!-- Chora -->
|
||||
<div class="app-card highlighted">
|
||||
<img
|
||||
src="https://play-lh.googleusercontent.com/5VZUvdzma7Gl_h-3J5TlRbqOpnU1QUdntD5XpJyjA-_s7ZXlhOoBxELFJl0fuiQzGAQ=w240-h480-rw"
|
||||
alt="Chora icon"
|
||||
class="app-icon"
|
||||
/>
|
||||
<div>
|
||||
<h4>Chora</h4>
|
||||
<p>Modern client for Android.</p>
|
||||
<div class="app-platforms">
|
||||
<a
|
||||
href="https://play.google.com/store/apps/details?id=com.craftworks.music"
|
||||
target="_blank"
|
||||
>Android</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Amperfy -->
|
||||
<div class="app-card highlighted">
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/BLeeEZ/amperfy/master/.github/Icon-40.png"
|
||||
alt="Amperfy icon"
|
||||
class="app-icon"
|
||||
/>
|
||||
<div>
|
||||
<h4>Amperfy</h4>
|
||||
<p>Good client for Apple platforms.</p>
|
||||
<div class="app-platforms">
|
||||
<a
|
||||
href="https://apps.apple.com/app/amperfy-music/id1530145038#?platform=iphone"
|
||||
target="_blank"
|
||||
>iOS/macOS</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Aonsoku -->
|
||||
<div class="app-card highlighted">
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/victoralvesf/aonsoku/main/src-tauri/icons/128x128.png"
|
||||
alt="Aonsoku icon"
|
||||
class="app-icon"
|
||||
/>
|
||||
<div>
|
||||
<h4>Aonsoku</h4>
|
||||
<p>Lightweight client for desktop.</p>
|
||||
<div class="app-platforms">
|
||||
<a
|
||||
href="https://github.com/victoralvesf/aonsoku"
|
||||
target="_blank"
|
||||
>Desktop</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Feishin -->
|
||||
<div class="app-card">
|
||||
<img
|
||||
src="https://raw.githubusercontent.com/jeffvli/feishin/refs/heads/development/assets/icons/512x512.png"
|
||||
alt="Feishin icon"
|
||||
class="app-icon"
|
||||
/>
|
||||
<div>
|
||||
<h4>Feishin</h4>
|
||||
<p>Feature-rich desktop player.</p>
|
||||
<div class="app-platforms">
|
||||
<a
|
||||
href="https://github.com/jeffvli/feishin"
|
||||
target="_blank"
|
||||
>Desktop</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ultrasonic -->
|
||||
<div class="app-card">
|
||||
<img
|
||||
src="https://ultrasonic.gitlab.io/assets/img/favicon-512.png"
|
||||
alt="ultrasonic icon"
|
||||
class="app-icon"
|
||||
/>
|
||||
<div>
|
||||
<h4>ultrasonic</h4>
|
||||
<p>Older, but still functional client.</p>
|
||||
<div class="app-platforms">
|
||||
<a
|
||||
href="https://play.google.com/store/apps/details?id=org.moire.ultrasonic"
|
||||
target="_blank"
|
||||
>Android</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="slide-up" style="animation-delay: 0.4s; margin-top: 32px">
|
||||
<strong>Music Note:</strong> I recommend NOT using the website
|
||||
for playback, unless you want to, for example, change your
|
||||
password. The website is unable to display lyrics for all songs.
|
||||
</p>
|
||||
|
||||
<br />
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.5s">
|
||||
<a href="/">
|
||||
<strong>Back</strong>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</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>
|
||||
<div class="slide-up" style="animation-delay: 0.3s">
|
||||
<h2>Music</h2>
|
||||
<div class="app-gallery">
|
||||
<!-- Chora -->
|
||||
<div class="app-card highlighted">
|
||||
<img src="https://play-lh.googleusercontent.com/5VZUvdzma7Gl_h-3J5TlRbqOpnU1QUdntD5XpJyjA-_s7ZXlhOoBxELFJl0fuiQzGAQ=w240-h480-rw"
|
||||
alt="Chora icon" class="app-icon" />
|
||||
<div>
|
||||
<h4>Chora</h4>
|
||||
<p>Modern client for Android.</p>
|
||||
<div class="app-platforms">
|
||||
<a href="https://play.google.com/store/apps/details?id=com.craftworks.music"
|
||||
target="_blank">Android</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Amperfy -->
|
||||
<div class="app-card highlighted">
|
||||
<img src="https://raw.githubusercontent.com/BLeeEZ/amperfy/master/.github/Icon-40.png"
|
||||
alt="Amperfy icon" class="app-icon" />
|
||||
<div>
|
||||
<h4>Amperfy</h4>
|
||||
<p>Good client for Apple platforms.</p>
|
||||
<div class="app-platforms">
|
||||
<a href="https://apps.apple.com/app/amperfy-music/id1530145038#?platform=iphone"
|
||||
target="_blank">iOS/macOS</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Aonsoku -->
|
||||
<div class="app-card highlighted">
|
||||
<img src="https://raw.githubusercontent.com/victoralvesf/aonsoku/main/src-tauri/icons/128x128.png"
|
||||
alt="Aonsoku icon" class="app-icon" />
|
||||
<div>
|
||||
<h4>Aonsoku</h4>
|
||||
<p>Lightweight client for desktop.</p>
|
||||
<div class="app-platforms">
|
||||
<a href="https://github.com/victoralvesf/aonsoku" target="_blank">Desktop</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Feishin -->
|
||||
<div class="app-card">
|
||||
<img src="https://raw.githubusercontent.com/jeffvli/feishin/refs/heads/development/assets/icons/512x512.png"
|
||||
alt="Feishin icon" class="app-icon" />
|
||||
<div>
|
||||
<h4>Feishin</h4>
|
||||
<p>Feature-rich desktop player.</p>
|
||||
<div class="app-platforms">
|
||||
<a href="https://github.com/jeffvli/feishin" target="_blank">Desktop</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ultrasonic -->
|
||||
<div class="app-card">
|
||||
<img src="https://ultrasonic.gitlab.io/assets/img/favicon-512.png" alt="ultrasonic icon"
|
||||
class="app-icon" />
|
||||
<div>
|
||||
<h4>ultrasonic</h4>
|
||||
<p>Older, but still functional client.</p>
|
||||
<div class="app-platforms">
|
||||
<a href="https://play.google.com/store/apps/details?id=org.moire.ultrasonic"
|
||||
target="_blank">Android</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="slide-up" style="animation-delay: 0.4s; margin-top: 32px">
|
||||
<strong>Music Note:</strong> I recommend NOT using the website
|
||||
for playback, unless you want to, for example, change your
|
||||
password. The website is unable to display lyrics for all songs.
|
||||
</p>
|
||||
|
||||
<br />
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.5s">
|
||||
<a href="/">
|
||||
<strong>Back</strong>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="librecounter fade-in" style="animation-delay: 0.75s">
|
||||
<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>
|
||||
|
||||
<script src="/refresh.js"></script>
|
||||
<script src="/animations.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
51
mc.html
51
mc.html
@@ -382,27 +382,26 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="resourcepack-widget slide-up" style="animation-delay: 0.35s">
|
||||
<a href="/mc/pack.zip" class="resourcepack-link">
|
||||
<svg class="resourcepack-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2">
|
||||
<path
|
||||
d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z">
|
||||
</path>
|
||||
<polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline>
|
||||
<line x1="12" y1="22.08" x2="12" y2="12"></line>
|
||||
</svg>
|
||||
<div>
|
||||
<strong>Download Resource Pack</strong>
|
||||
<span class="resourcepack-desc">Custom vanillatweaks setup</span>
|
||||
</div>
|
||||
<svg class="download-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
|
||||
<polyline points="7 10 12 15 17 10"></polyline>
|
||||
<line x1="12" y1="15" x2="12" y2="3"></line>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
<div class="resourcepack-widget slide-up" style="animation-delay: 0.35s">
|
||||
<a href="/mc/pack.zip" class="resourcepack-link">
|
||||
<svg class="resourcepack-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path
|
||||
d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z">
|
||||
</path>
|
||||
<polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline>
|
||||
<line x1="12" y1="22.08" x2="12" y2="12"></line>
|
||||
</svg>
|
||||
<div>
|
||||
<strong>Download Resource Pack</strong>
|
||||
<span class="resourcepack-desc">Custom vanillatweaks setup</span>
|
||||
</div>
|
||||
<svg class="download-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
|
||||
<polyline points="7 10 12 15 17 10"></polyline>
|
||||
<line x1="12" y1="15" x2="12" y2="3"></line>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
<ul>
|
||||
<li class="slide-up" style="animation-delay: 0.4s">
|
||||
<a href="/">
|
||||
@@ -410,6 +409,16 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="librecounter fade-in" style="animation-delay: 0.75s">
|
||||
<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 -->
|
||||
|
||||
Reference in New Issue
Block a user