Initial Commit

This commit is contained in:
Luna 2021-02-22 15:53:56 +00:00
commit 5c20c3b6d4
Signed by: luna
GPG Key ID: A5A0894F08309A49
14 changed files with 343 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "95gen"]
path = 95gen
url = https://github.com/mintphin/95gen.git

1
95gen Submodule

@ -0,0 +1 @@
Subproject commit 64ee8c6e1c3dd7907333b5b99197fe77aff47f4e

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# mint.lgbt
the main website

186
about/index.html Normal file
View File

@ -0,0 +1,186 @@
<!DOCTYPE html>
<html>
<head>
<title>mint.lgbt</title>
<meta property="og:title" content="mint.lgbt" />
<meta
property="og:description"
content="a more private, more mogai-friendly collection of web services"
/>
<meta property="og:image" content="https://mint.lgbt/img/logo.png" />
<meta property="og:url" content="https://mint.lgbt/about" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="shortcut icon"
type="image/jpg"
href="https://mint.lgbt/img/logo.png"
/>
<meta charset="UTF-8" />
<style>
body {
color: white;
margin: 0;
font-family: monospace;
background: linear-gradient(34deg, #d24a42, #d27122);
background-size: 200% 200%;
}
.navbar {
padding: 1%;
background-color: black;
color: white;
position: fixed;
border-radius: 0 0 16px 16px;
width: 97.975%;
}
.right {
text-align: right;
}
.padnav {
padding-right: 3%;
}
#banner {
color: white;
padding: 12% 14% 12% 14%;
text-align: left;
vertical-align: middle;
font-size: 16px;
}
h1 {
font-size: 48px;
}
.button {
border: 2px solid white;
border-radius: 16px;
padding: 10px;
color: white;
text-decoration: none;
transition: 0.2s;
}
.button:hover {
background-color: white;
color: black;
}
.footer {
padding: 1%;
background-color: black;
color: white;
border-radius: 16px 16px 0 0;
bottom: 0;
position: fixed;
width: 97.975%;
}
.pfp {
width: 128px;
height: 128px;
border-radius: 64px;
}
a {
text-decoration: none;
color: white;
}
.members {
width: 100%;
font-size: 12px;
text-align: center;
}
.team-member {
float: left;
width: 33%;
text-align: center;
}
.donate-profiles {
text-align: center;
}
.empty {
color: ghostwhite;
}
.donators {
padding-top: 256px;
text-align: center;
}
</style>
</head>
<body>
<div class="navbar">
<nav>
<img
style="vertical-align: middle; padding-right: 3%"
width="5%"
height="5%"
src="https://mint.lgbt/img/logo.png"
/><span class="padnav" style="text-align: right; font-size: 20px"
><a href="/">home</a></span
><span class="padnav" style="text-align: right; font-size: 20px"
><a href="/about">about</a></span
><span class="padnav" style="text-align: right; font-size: 20px"
><a href="https://liberapay.com/mint.lgbt/">donate</a></span
>
</nav>
</div>
<div id="banner">
<h1>what is mint.lgbt?</h1>
<p>
mint.lgbt is a non-profit collective dedicated on hosting and creating
mogai-friendly, open source and private services. for fundings we ask
for donations through liberapay so if you want to support us give us a
tip over there.
</p>
<h2><u>members</u></h2>
<div class="members">
<div style="float: left; width: 33%">
<img class="pfp" src="https://mint.lgbt/img/mint.png" />
<h3><u>mint</u></h3>
<p>they/them · founder</p>
<br />
<a href="https://they.mint.lgbt/" class="button">website</a>
</div>
<div class="team-member">
<img class="pfp" src="https://mint.lgbt/img/luna.png" />
<h3><u>luna</u></h3>
<p>she/her · programmer</p>
<br />
<a href="https://luna.mint.lgbt/" class="button">website</a>
</div>
<div class="team-member">
<img class="pfp" src="https://mint.lgbt/img/jo.png" />
<h3><u>jo</u></h3>
<p>she/they · designer</p>
<br />
<a href="https://j0.lol/" class="button">website</a>
</div>
</div>
<div class="donators">
<h3 align="center">donators</h3>
<p>thank you to all of these amazing people for donating! without them, we wouldn't be able to keep operating these services</p>
<p><small>(psst! if you want to join this list, please email <a href="mailto:her@mint.lgbt">her@mint.lgbt</a> with your recipt and social media profiles, and we'll add you)</small></p>
<div class="donate-profiles">
<div class="empty">
<p>none so far! donate at <a href="https://liberapay.com/mint.lgbt">liberapay</a> to be added to this list</p>
</div>
</div>
</div>
</div>
<footer class="footer">
© 2021 mint.lgbt. No rights reserved.<br /><a href="terms.html"
>terms of service</a
>
· <a href="privacy.html">privacy policy</a>
</footer>
</body>
</html>

1
humans.txt Normal file
View File

@ -0,0 +1 @@
mint.lgbt is run by a large team of LGBTQ+ people in many different sites across the globe. It is updated continuously, and built with more tools and technologies than we can shake a stick at. If you'd like to help us out, contact us at team[at]mint[dot]lgbt.

BIN
img/jo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
img/logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
img/luna.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
img/mint.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

87
index.html Executable file
View File

@ -0,0 +1,87 @@
<!DOCTYPE html>
<html>
<head>
<title>mint.lgbt</title>
<meta property="og:title" content="mint.lgbt">
<meta property="og:description" content="a more private, more mogai-friendly collection of web services">
<meta property="og:image" content="https://mint.lgbt/img/logo.png">
<meta property="og:url" content="https://mint.lgbt/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/jpg" href="img/logo.png"/>
<meta charset="UTF-8">
<style>
body {
color: black;
margin: 0;
font-family: monospace;
background: linear-gradient(127deg, #40afc1, #24d581);
background-size: 400% 400%;
}
.navbar {
padding: 1%;
background-color: black;
color: white;
border-radius: 0 0 16px 16px;
}
.social {
text-decoration: none;
color: black;
}
.right {
text-align: right;
}
.padnav {
padding-right: 3%;
}
#banner {
color: black;
padding: 14%;
padding-top: 12%;
text-align: left;
vertical-align: middle;
font-size: 16px;
}
h1 {
font-size: 48px;
}
.launch {
border: 2px solid black;
border-radius: 16px;
padding: 10px;
color: black;
text-decoration: none;
transition: 0.2s;
}
.launch:hover {
background-color: black;
color: white;
}
.footer {
padding: 1%;
background-color: black;
color: white;
border-radius: 16px 16px 0 0;
bottom: 0;
position: fixed;
width: 97.975%;
}
a {
text-decoration: none;
color: white;
}
</style>
</head>
<body>
<div class="navbar"><nav><img style="vertical-align: middle; padding-right: 3%;" width=5% height=5% src="img/logo.png"><span class="padnav" style="text-align: right; font-size: 20px;"><a href="/">home</a></span><span class="padnav" style="text-align: right; font-size: 20px;"><a href="/about">about</a></span><span class="padnav" style="text-align: right; font-size: 20px;"><a href="https://liberapay.com/mint.lgbt/">donate</a></span></nav></div>
<div id="banner"><h1>hello traveller</h1>
<p>a more private, more mogai-friendly collection of web services</p>
<br>
<a class="launch" href="https://start.mint.lgbt">launch</a>
<br>
<br>
<br>
<a class="social" href="https://matrix.to/#/#queue:mint.lgbt">chatroom</a> · <a class="social" href="https://matrix.to/#/#hi:mint.lgbt">announcements</a> · <a class="social" href="https://status.mint.lgbt">status</a></div>
<footer class="footer">© 2021 mint.lgbt. No rights reserved.<br><a href="terms.html">terms of service</a> · <a href="privacy.html">privacy policy</a></footer>
</body>
</html>

9
miniflux.html Normal file
View File

@ -0,0 +1,9 @@
<html><head><style>body {
color: white;
background-color: black;
font-family: Helvetica, Arial, Sans-Serif;
}
</style></head><body><h1 id="terms-and-conditions">Miniflux</h1>
<p>Miniflux doesn't have a built in signup form, so for now, please contact one of the staff to get an account.</p>
<a href="https://rss.mint.lgbt">Go to miniflux</a>
</body></html>

22
privacy.html Normal file
View File

@ -0,0 +1,22 @@
<html><head><style>body {
color: white;
background-color: black;
font-family: Helvetica, Arial, Sans-Serif;
}
</style></head><body><h1 id="privacy-policy">Privacy Policy</h1>
<p>Welcome to mint.lgbt! Here we&#39;ll describe how we collect, use and store this data.</p>
<h2 id="data-we-collect">Data we collect</h2>
<p>We collect the following data without the manual input of the user:</p>
<pre><code>- <span class="hljs-built_in">IP</span> <span class="hljs-keyword">address</span>
</code></pre><p>We collect the following data with the manual input of the user:</p>
<pre><code>-<span class="ruby"> Username
</span>-<span class="ruby"> Email address
</span>-<span class="ruby"> Files uploaded by the user
</span>-<span class="ruby"> OAuth connections (Connections between other social media)</span>
</code></pre><h2 id="how-we-use-this-data">How we use this data</h2>
<p>We use the data specified:</p>
<pre><code>- <span class="hljs-keyword">To</span> bring the basic functionality <span class="hljs-keyword">of</span> these services.
- <span class="hljs-keyword">To</span> <span class="hljs-keyword">restrict</span> offending users.
</code></pre><h2 id="how-we-store-this-data">How we store this data</h2>
<p>The data collected here is stored in server logs and databases. User inputed data will be stored until the user decides to request deletion of it. IP addresses may be stored in logs up to 1 month.</p>
</body></html>

2
robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

29
terms.html Normal file
View File

@ -0,0 +1,29 @@
<html><head><style>body {
color: white;
background-color: black;
font-family: Helvetica, Arial, Sans-Serif;
}
</style></head><body><h1 id="terms-and-conditions">Terms and Conditions</h1>
<p>Hello and welcome to mint.lgbt!</p>
<p>Before accessing any of our services you must agree to our terms and conditions.</p>
<h2 id="respect">Respect</h2>
<p>Our goal with mint.lgbt is preventing harassment and bullying specially from minorities like the LGBTQ+ and color, so do not harass any individuals on our platform. This may result in a permanent termination of your accounts and a restriction across services.</p>
<h2 id="legal">Legal</h2>
<p>You may not submit or do illegal content/activities under mint.lgbt. We will contact authorities of the respective countries and restrict user accounts and IPs if actions like these are commited. This may also include grooming.</p>
<h2 id="nsfw-nsfl-content">NSFW/NSFL content</h2>
<p>On publicly-seen servers you may not submit NSFW nor NSFL content without warning. This may cause an account termination/suspension or an IP restriction. You can however post this content in private chats or with NSFW flags.</p>
<h2 id="licensing">Licensing</h2>
<p>mint.lgbt uses various software from many developers, so licensing of each sector of mint.lgbt corresponds to the licensing of the software used. For reference:</p>
<ul>
<li>Femgit uses Gitea</li>
<li>Fedimint uses Misskey</li>
<li>wavQ uses Funkwhale</li>
<li>Element and it&#39;s backend uses Matrix Synapse and Element</li>
<li>Jitsi uses Jitsi</li>
<li>Lesvidious uses Invidious</li>
<li>Cutper uses Liteshort</li>
</ul>
<p>Only exception is gen95, which is licensed by mintphin under GPL version v3.</p>
<h2 id="interference">Interference</h2>
<p>You may not interfere with the operations of mint.lgbt in any way. This may also cause an IP restriction or in worse cases a report with authorities.</p>
</body></html>