This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
158 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Meower | RFC</title> | ||
<link rel="stylesheet" href="../styles.css"> | ||
<link rel="stylesheet" href="../fonts.css"> | ||
<link rel="icon" href="../images/assets/meowy.svg"> | ||
<link rel="canonical" href="https://meower.org"> | ||
<link rel="apple-touch-icon" sizes="512x512" href="../images/assets/safari-touch-512.png"> | ||
|
||
<meta name="theme-color" content="#181818"> | ||
<meta name="background-color" content="#181818"> | ||
<meta name="apple-mobile-web-app-title" content="Meower | About"> | ||
<meta property="og:title" content="Meower | About"> | ||
|
||
<meta name="description" content=" | ||
Meower is an innovative non-profit and open-source social media platform that prioritizes user privacy by never selling your data, never collecting more than we need to, and never displaying ads. | ||
"> | ||
<meta property="og:description" content=" | ||
Meower is an innovative non-profit and open-source social media platform that prioritizes user privacy by never selling your data, never collecting more than we need to, and never displaying ads. | ||
"> | ||
<meta name="keywords" content="miau, Meower, meo, Roarer, Meower Svelte, Meower clients, PWA, web clients, social media, Discord, instant message, chatroom"> | ||
<meta name="author" content="Meower Media"> | ||
<meta property="og:title" content="Meower"> | ||
<meta property="og:url" content="https://meower.org"> | ||
</head> | ||
<body> | ||
<div class="page"> | ||
<div class="hero"> | ||
<div class="hero-header"> | ||
<div class="header-logo"> | ||
<a href="../"> | ||
<img src="../images/meowerlogo-white.svg" width="200px" alt="meower"> | ||
<span style="display: none;">Meower</span> | ||
</a> | ||
</div> | ||
<div class="header-links"> | ||
<a class="header-link" href="https://app.meower.org"><img src="../images/icons/rocket.svg" width="20px" alt="icon"><span>Launch</span></a> | ||
<a class="header-link" href="../about"><img src="../images/icons/help-circle.svg" width="20px" alt="icon"><span>About</span></a> | ||
<a class="header-link" href="../legal"><img src="../images/icons/scale.svg" width="20px" alt="icon"><span>Legal</span></a> | ||
<a class="header-link" href="https://github.com/meower-media-co" target="_blank"><img src="../images/icons/github.svg" width="20px" alt="icon"><span>Github</span></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="main legal"> | ||
|
||
</div> | ||
<div class="footer"> | ||
<div class="footer-logo"> | ||
<a href="../"> | ||
<img src="../images/meowerlogo-white.svg" width="200px" alt="meower"> | ||
<span style="display: none;">Meower</span> | ||
</a> | ||
<span>© 2020 - 2024 Meower Media </span> | ||
</div> | ||
<div class="footer-links"> | ||
<div class="link-sec"> | ||
<span class="span-h3">Developers</span> | ||
<a href="https://docs.meower.org/" target="_blank">Docs</a> | ||
<a href="https://github.com/meower-media-co" target="_blank">Github</a> | ||
<a href="https://status.meower.org/" target="_blank">Status</a> | ||
<a href="https://github.com/MikeDev101/cloudlink" target="_blank">CloudLink</a> | ||
<a href="https://github.com/meower-media-co/api-client" target="_blank">api-client</a> | ||
</div> | ||
<div class="link-sec"> | ||
<span class="span-h3">App</span> | ||
<a href="../">Homepage</a> | ||
<a href="../about">About</a> | ||
<a href="../legal">Legal</a> | ||
<a href="../export">Data Export</a> | ||
<a href="mailto:support@meower.org">Contact</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Meower | Mod Guidelines</title> | ||
<link rel="stylesheet" href="../styles.css"> | ||
<link rel="stylesheet" href="../fonts.css"> | ||
<link rel="icon" href="../images/assets/meowy.svg"> | ||
<link rel="canonical" href="https://meower.org"> | ||
<link rel="apple-touch-icon" sizes="512x512" href="../images/assets/safari-touch-512.png"> | ||
|
||
<meta name="theme-color" content="#181818"> | ||
<meta name="background-color" content="#181818"> | ||
<meta name="apple-mobile-web-app-title" content="Meower | About"> | ||
<meta property="og:title" content="Meower | About"> | ||
|
||
<meta name="description" content=" | ||
Meower is an innovative non-profit and open-source social media platform that prioritizes user privacy by never selling your data, never collecting more than we need to, and never displaying ads. | ||
"> | ||
<meta property="og:description" content=" | ||
Meower is an innovative non-profit and open-source social media platform that prioritizes user privacy by never selling your data, never collecting more than we need to, and never displaying ads. | ||
"> | ||
<meta name="keywords" content="miau, Meower, meo, Roarer, Meower Svelte, Meower clients, PWA, web clients, social media, Discord, instant message, chatroom"> | ||
<meta name="author" content="Meower Media"> | ||
<meta property="og:title" content="Meower"> | ||
<meta property="og:url" content="https://meower.org"> | ||
</head> | ||
<body> | ||
<div class="page"> | ||
<div class="hero"> | ||
<div class="hero-header"> | ||
<div class="header-logo"> | ||
<a href="../"> | ||
<img src="../images/meowerlogo-white.svg" width="200px" alt="meower"> | ||
<span style="display: none;">Meower</span> | ||
</a> | ||
</div> | ||
<div class="header-links"> | ||
<a class="header-link" href="https://app.meower.org"><img src="../images/icons/rocket.svg" width="20px" alt="icon"><span>Launch</span></a> | ||
<a class="header-link" href="../about"><img src="../images/icons/help-circle.svg" width="20px" alt="icon"><span>About</span></a> | ||
<a class="header-link" href="../legal"><img src="../images/icons/scale.svg" width="20px" alt="icon"><span>Legal</span></a> | ||
<a class="header-link" href="https://github.com/meower-media-co" target="_blank"><img src="../images/icons/github.svg" width="20px" alt="icon"><span>Github</span></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="main legal"> | ||
|
||
</div> | ||
<div class="footer"> | ||
<div class="footer-logo"> | ||
<a href="../"> | ||
<img src="../images/meowerlogo-white.svg" width="200px" alt="meower"> | ||
<span style="display: none;">Meower</span> | ||
</a> | ||
<span>© 2020 - 2024 Meower Media </span> | ||
</div> | ||
<div class="footer-links"> | ||
<div class="link-sec"> | ||
<span class="span-h3">Developers</span> | ||
<a href="https://docs.meower.org/" target="_blank">Docs</a> | ||
<a href="https://github.com/meower-media-co" target="_blank">Github</a> | ||
<a href="https://status.meower.org/" target="_blank">Status</a> | ||
<a href="https://github.com/MikeDev101/cloudlink" target="_blank">CloudLink</a> | ||
<a href="https://github.com/meower-media-co/api-client" target="_blank">api-client</a> | ||
</div> | ||
<div class="link-sec"> | ||
<span class="span-h3">App</span> | ||
<a href="../">Homepage</a> | ||
<a href="../about">About</a> | ||
<a href="../legal">Legal</a> | ||
<a href="../export">Data Export</a> | ||
<a href="mailto:support@meower.org">Contact</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |