You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sessioncommunities.online/sites/+components/footer.php

94 lines
2.5 KiB
PHTML

<footer id="footer">
<p>
This site is not affiliated with
<a
href="https://optf.ngo"
target="_blank"
>Oxen Privacy Tech Foundation</a>.
</p>
<nav id="about-us">
<a
href="./about"
target="_blank"
2 years ago
title="About sessioncommunities.online"
>About</a
><a
href="./privacy"
target="_blank"
title="Read sessioncommunities.online's Privacy Policy."
>Privacy</a
><a
href="<?=$REPOSITORY_CANONICAL_URL?>"
target="_blank"
title="sessioncommunities.online official repository."
>Source Code</a
><a
href="<?=$REPOSITORY_MIRROR_URL?>"
target="_blank"
title="sessioncommunities.online alternate repository."
>Source Code (Mirror)</a
><a
href="<?=$API_CANONICAL_URL?>"
target="_blank"
title="Visit the index page of our Session Listing Provider API."
>API</a
><a
href="./donate"
target="_blank"
title="Support sessioncommunities.online"
>$$</a
2 years ago
><a
href="<?=$REPOSITORY_CANONICAL_URL_FILES?>/for-sogops.md"
target="_blank"
title="Read our recommendations for Open Group operators"
>Host a Community?</a
><a
href="./about#contact-us"
target="_blank"
title="Information on how to contact the maintainer(s) of sessioncommunities.online"
>Report an issue</a
>
</nav>
<nav id="more-sites">
<a
href="https://lokilocker.com/Mods/Session-Groups/wiki/Session-Closed-Groups"
target="_blank"
title="Closed groups curated by community moderators"
>Closed Groups</a
><a
href="https://session.directory/"
target="_blank"
title="User-submitted closed groups, communities and user profiles. Not safe for work."
>session.directory (NSFW)</a
><a
href="https://oxen.directory/"
target="_blank"
title="Discover more resources in the Oxen ecosystem."
>oxen.directory</a
><?php
if (basename($_SERVER['SCRIPT_FILENAME']) == "index.php"):
?><span
id="more-sites-info-button"
class="clickable enter-clicks"
href="#"
title="Read more about sites hosting additional groups."
tabindex="0"
>()</span><?php endif; ?>
</nav>
<nav id="about-session" class="highlight">
<a
href="https://getsession.org/"
title="Download Session private messenger for Android, iOS, Windows, Linux, or Mac."
>Download Session</a
><a
href="https://github.com/oxen-io/session-pysogs"
target="_blank"
title="Information about running a community server."
>Host Your Own Community</a
><a
href="https://getsession.org/terms-of-service"
target="_blank"
>Session Terms Of Service</a>
</nav>
</footer>