ptr.moe/index.html
baalajimaestro 1e794be174
Commit all changes for ptr.moe
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-07-20 16:45:14 +05:30

131 lines
5.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Version 2.5.0
This is to help you track what version of LittleLink you forked.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Information
-->
<meta charset="utf-8">
<title>PTR Cloud</title>
<meta name="description" content="Find me!">
<meta name="author" content="PTR Cloud">
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
-->
<link rel="stylesheet" href="css/normalize.css">
<!-- Themes:
Auto: css/skeleton-auto.css
Light: css/skeleton-light.css
Dark: css/skeleton-dark.css
-->
<link rel="stylesheet" href="css/skeleton-dark.css">
<!-- Brand Styles -->
<link rel="stylesheet" href="css/brands.css">
<!-- Favicon
-->
<link rel="icon" type="image/webp" href="images/avatar.webp">
<!-- Analytics -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://stats.ptr.moe/";
_paq.push(['setTrackerUrl', u+'86eff12f2496']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'dd168412e25a.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</head>
<body>
<!-- Primary Page Layout
-->
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<img src="images/avatar.webp" alt="Avatar" width="125" height="125" style="border-radius: 50%;">
<!-- Your Name -->
<h1>PTR Cloud</h1>
<!-- Short Bio -->
<br>
<h3>A Privacy Oriented Self-Hosted Service</h3>
<br>
<p style="text-align: justify; max-width: 800px; margin: 0 auto;">You're free to use our services as you see fit, with one crucial condition: <b>don't get us in trouble with our hoster.</b> As long as you abide by this rule, we won't interfere with how you use our services. </p><br><p style="text-align: justify; max-width: 800px; margin: 0 auto;"> Access to most of the services is controlled through a Single Sign-On (SSO) system. If you need access to any of the services listed below, please email <a href="mailto:baalajimaestro@ptr.moe">baalajimaestro@ptr.moe</a>. We'll be happy to set you up. </p><br> <p style="text-align: justify; max-width: 800px; margin: 0 auto;"> If you come across a PTR Cloud service not listed here, it's likely a private service for friends and family.</p>
<br>
<br>
<!-- Gitea -->
<a class="button button-letterboxd" href="https://git.ptr.moe/" target="_blank" rel="noopener"><img class="icon" src="images/icons/gitea.svg" alt="Gitea Logo">Forgejo</a>
<br>
<!-- Standard Notes -->
<a class="button button-read-cv" href="https://notes.ptr.moe" target="_blank" rel="noopener"><img class="icon" src="images/icons/read-cv.svg" alt="Standard Notes Logo">Standard Notes</a>
<br>
<!-- Minio -->
<a class="button button-google-black" href="https://cloud.ptr.moe" target="_blank" rel="noopener"><img class="icon" src="images/icons/minio-1.svg" alt="Minio Logo">Minio</a>
<br>
<!-- Bitwarden -->
<a class="button button-x" href="https://bw.ptr.moe" target="_blank" rel="noopener"><img class="icon" src="images/icons/shield-blue.svg" alt="Bitwaden Logo">Bitwarden</a>
<br>
<!-- Immich -->
<a class="button button-google-black" href="https://pics.ptr.moe" target="_blank" rel="noopener"><img class="icon" src="images/icons/immich-logo.svg" alt="Immich Logo">Immich</a>
<br>
<!-- SyncPlay -->
<a class="button button-google-black" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/youtube-music.svg" alt="Instagram Logo">syncplay.ptr.moe:26983 on SyncPlay</a>
<br>
<!-- Quassel -->
<a class="button button-github" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-sms.svg" alt="IRC Logo">quassel.ptr.moe:10821 on Quassel Core</a>
<br>
<!-- Stack Overflow -->
<a class="button button-stack-overflow" href="https://stack.ptr.moe" target="_blank" rel="noopener"><img class="icon" src="images/icons/stack-overflow.svg" alt="Stack Overflow Logo">Overflow</a>
<br>
<!-- Quetre -->
<a class="button button-kick" href="https://quetre.ptr.moe" target="_blank" rel="noopener"><img class="icon" src="images/icons/generic-blog.svg" alt="Quora Logo">Quetre</a>
<br>
<br>
<p><a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
</div>
</div>
</div>
<!-- End Document
-->
</body>
</html>