pogmom-suite/info.html
2025-02-18 23:36:26 -08:00

69 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pogmom Suite | About</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/style/css/style.css">
</head>
<body>
<h1>Pogmom Suite</h1>
<div>An Archival & Decentralization Project</div>
<div id="header"></div>
<hr>
<div class="textsection pinkborder" id="nextcloud">
<h2>Nextcloud</h2>
<p>NextCloud is a productivity and cloud storage platform.<br>
<a href="https://nextcloud.com/">Learn more &gt;</a></p>
</h2>
</div>
<div class="textsection pinkborder" id="mastodon">
<h2>Mastodon</h2>
<p>Mastodon is a federated microblogging social media platform powered by ActivityPub.<br>
<a href="https://joinmastodon.org/">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="pixel">
<h2>Pixelfed</h2>
<p>Pixelfed is a federated image sharing social media platform powered by ActivityPub.<br>
<a href="https://pixelfed.org/">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="peertube">
<h2>Peertube</h2>
<p>Peertube is a federated video platform powered by ActivityPub.<br>
<a href="https://joinpeertube.org/">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="element">
<h2>Element</h2>
<p>Element is a frontend for Matrix, a federated real-time communication platform.<br>
<a href="https://element.io/">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="jellyfin">
<h2>Jellyfin</h2>
<p>Jellyfin is a Movie, Television, and Music streaming service.<br>
<a href="https://jellyfin.org/">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="airsonic">
<h2>Airsonic</h2>
<p>Airsonic is fully-featured music server powered by the Subsonic API.<br>
<a href="https://github.com/airsonic-advanced/airsonic-advanced">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="calibre">
<h2>Calibre</h2>
<p>Calibre-Web is an online reader for Text Books, Novels, Comic Books, and Manga.<br>
<a href="https://github.com/janeczku/calibre-web">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="emulatorjs">
<h2>EmulatorJS</h2>
<p>EmulatorJS is a retro game catalog playable in your browser.<br>
<a href="https://emulatorjs.org/">Learn more &gt;</a></p>
</div>
<div class="textsection pinkborder" id="minecraft">
<h2>Minecraft</h2>
<p>A survival Minecraft server compatible with both the Java and Bedrock editions of Minecraft.<br>
<a href="https://minecraft.net">Learn more &gt;</a></p>
</div>
<hr>
<div id="footer"></div>
<script src="/style/js/views.js"></script>
</body>
</html>