Initial Commit

This commit is contained in:
Luna 2021-05-06 16:30:07 +00:00
commit 44d70a2041
Signed by: luna
GPG Key ID: 48ABA804580B9BA8
38 changed files with 717 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor

25
404.html Normal file
View File

@ -0,0 +1,25 @@
---
permalink: /404.html
layout: default
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>

30
Gemfile Normal file
View File

@ -0,0 +1,30 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.2.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

80
Gemfile.lock Normal file
View File

@ -0,0 +1,80 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.15.0)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
jekyll (~> 4.2.0)
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
BUNDLED WITH
2.2.17

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# mint-lgbt
This is the source code for the website of [mint.lgbt](https://mint.lgbt).
It is generated using `jekyll build`

52
_config.yml Normal file
View File

@ -0,0 +1,52 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: mint.lgbt
email: team@mint.lgbt
description: a more private, more mogai-friendly collection of web services
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mint.lgbt" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: mintlgbt
github_username: mint-lgbt
# Build settings
theme: minima
plugins:
- jekyll-feed
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

13
_includes/about-head.html Normal file
View File

@ -0,0 +1,13 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{%- seo -%}
{%- feed_meta -%}
<link rel="stylesheet" href="{{ "/assets/css/about.css" | relative_url }}">
{%- include custom-head.html -%}
</head>

View File

@ -0,0 +1,11 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/img/apple-touch-icon.png" | relative_url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/img/favicon-32x32.png" | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/img/favicon-16x16.png" | relative_url }}">
<link rel="manifest" href="{{ "/site.webmanifest" | relative_url }}">
<link rel="mask-icon" href="{{ "/assets/img/safari-pinned-tab.svg" | relative_url }}" color="#5bbad5">
<link rel="shortcut icon" href="{{ "/favicon.ico" | relative_url }}">
<meta name="apple-mobile-web-app-title" content="mint.lgbt">
<meta name="application-name" content="mint.lgbt">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-config" content="{{ "/browserconfig.xml" | relative_url }}">
<meta name="theme-color" content="#ffffff">

7
_includes/footer.html Normal file
View File

@ -0,0 +1,7 @@
<footer class="footer">
&copy; 2021 mint.lgbt. All rights reserved.
<br />
<a href="/terms">terms of service</a>
&middot;
<a href="/privacy">privacy policy</a>
</footer>

13
_includes/head.html Normal file
View File

@ -0,0 +1,13 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{%- seo -%}
{%- feed_meta -%}
<link rel="stylesheet" href="{{ "/assets/css/home.css" | relative_url }}">
{%- include custom-head.html -%}
</head>

14
_includes/header.html Normal file
View File

@ -0,0 +1,14 @@
<div class="navbar">
<nav>
<img class="logo" style="vertical-align: middle; padding-right: 3%" src="{{ "/assets/img/logo.png" | relative_url }}" />
<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>

13
_includes/home-head.html Normal file
View File

@ -0,0 +1,13 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{%- seo -%}
{%- feed_meta -%}
<link rel="stylesheet" href="{{ "/assets/css/home.css" | relative_url }}">
{%- include custom-head.html -%}
</head>

17
_layouts/about.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include about-head.html -%}
<body>
{%- include header.html -%}
<div id="about">
{{ content }}
</div>
{%- include footer.html -%}
</body>
</html>

15
_layouts/default.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
<body>
{%- include header.html -%}
{{ content }}
{%- include footer.html -%}
</body>
</html>

17
_layouts/home.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include home-head.html -%}
<body>
{%- include header.html -%}
<div id="home">
{{ content }}
</div>
{%- include footer.html -%}
</body>
</html>

38
about.md Normal file
View File

@ -0,0 +1,38 @@
---
layout: about
title: about us
permalink: /about/
---
# what is mint.lgbt?
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.
## <u>members</u>
<div class="members">
<div class="team-member">
<img class="pfp" src="{{ "/assets/img/mint.png" | relative_url }}" />
<h3><u>mint</u></h3>
<p>they/them &middot; founder</p>
<br />
<a href="https://they.mint.lgbt" class="button">website</a>
</div>
<div class="team-member">
<img class="pfp" src="{{ "/assets/img/luna.jpg" | relative_url }}" />
<h3><u>luna</u></h3>
<p>she/they &middot; programmer</p>
<br />
<a href="https://luna.mint.lgbt" class="button">website</a>
</div>
<div class="team-member">
<img class="pfp" src="{{ "/assets/img/jo.jpg" | relative_url }}" />
<h3><u>jo</u></h3>
<p>she/they &middot; designer</p>
<br />
<span></span>
</div>
</div>

121
assets/css/about.css Normal file
View File

@ -0,0 +1,121 @@
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%;
}
.team-member {
float: left;
width: 33%;
text-align: center;
}
.logo {
height: 5%;
width: 5%;
}
.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;
}
@media (max-width: 540px) {
.footer {
padding: 3%;
width: 94%;
}
.navbar {
padding: 3%;
width: 94%;
}
.team-member {
float: none;
width: 100%;
padding-top: 64px;
}
.logo {
height: 10%;
width: 10%;
}
}
.right {
text-align: right;
}
.padnav {
padding-right: 3%;
}
#about {
color: white;
padding: 12% 14% 12% 14%;
text-align: left;
vertical-align: middle;
font-size: 16px;
}
h1 {
font-size: 48px;
}
#about a {
text-decoration: none;
}
.button {
border: 2px solid white;
border-radius: 16px;
padding: 10px;
color: white;
text-decoration: none;
transition: 0.2s;
mix-blend-mode: screen;
}
.button:hover {
background-color: white;
color: black;
}
.members {
width: 100%;
font-size: 12px;
text-align: center;
}
.donate-profiles {
text-align: center;
}
.empty {
color: ghostwhite;
}
.donators {
padding-top: 256px;
text-align: center;
}
a {
text-decoration: none;
color: white;
}

80
assets/css/home.css Normal file
View File

@ -0,0 +1,80 @@
body {
color: white;
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;
}
.logo {
height: 5%;
width: 5%;
}
.footer {
padding: 1%;
background-color: black;
color: white;
border-radius: 16px 16px 0 0;
bottom: 0;
position: fixed;
width: 97.975%;
}
@media (max-width: 540px) {
.navbar {
padding: 3%;
}
.logo {
height: 10%;
width: 10%;
}
.footer {
padding: 3%;
width: 94%;
}
}
.social {
text-decoration: none;
color: white;
}
.right {
text-align: right;
}
.padnav {
padding-right: 3%;
}
#home {
color: white;
padding: 14%;
padding-top: 12%;
text-align: left;
vertical-align: middle;
font-size: 16px;
}
h1 {
font-size: 48px;
}
.launch {
border: 2px solid white;
border-radius: 16px;
padding: 10px;
color: white;
text-decoration: none;
transition: 0.2s;
mix-blend-mode: screen;
}
.launch:hover {
background-color: white;
color: black;
}
a {
text-decoration: none;
color: white;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
assets/img/jo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 KiB

BIN
assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
assets/img/luna.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

BIN
assets/img/mint.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
assets/img/mstile-70x70.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,27 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1984 4280 c-370 -370 -573 -581 -581 -603 -7 -17 -127 -396 -267
-842 l-255 -810 249 -490 c137 -269 278 -546 314 -615 l64 -125 519 -254 c285
-139 525 -253 533 -253 14 0 675 320 939 454 l123 63 309 613 308 612 -138
433 c-237 736 -291 906 -350 1091 l-56 179 -563 556 c-310 306 -566 557 -571
559 -4 1 -263 -254 -577 -568z m1125 -105 l502 -500 259 -810 c143 -445 260
-816 260 -824 0 -8 -132 -274 -292 -592 l-293 -578 -230 -112 c-126 -62 -348
-170 -493 -241 l-264 -128 -491 240 -492 240 -132 263 c-73 144 -205 404 -293
577 -88 173 -160 322 -160 330 1 8 114 373 253 811 l252 797 530 535 529 535
27 -22 c14 -11 252 -246 528 -521z"/>
<path d="M2090 4039 l-465 -470 -241 -762 -240 -761 135 -265 c74 -146 196
-387 271 -534 l137 -268 69 -33 c38 -18 231 -113 428 -210 197 -97 366 -176
374 -176 8 0 209 95 446 211 l433 211 266 527 c147 291 267 536 267 545 0 10
-41 144 -91 299 -50 155 -160 498 -244 761 l-153 479 -459 459 c-252 252 -460
458 -463 458 -3 -1 -214 -212 -470 -471z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

12
browserconfig.xml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/assets/img/mstile-70x70.png"/>
<square150x150logo src="/assets/img/mstile-150x150.png"/>
<square310x310logo src="/assets/img/mstile-310x310.png"/>
<wide310x150logo src="/assets/img/mstile-310x150.png"/>
<TileColor>#00aba9</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

19
index.md Normal file
View File

@ -0,0 +1,19 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
---
<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>
&middot;
<a class="social" href="https://matrix.to/#/#hi:mint.lgbt">announcements</a>
&middot;
<a class="social" href="https://status.mint.lgbt">status</a>

41
privacy.md Normal file
View File

@ -0,0 +1,41 @@
---
layout: about
title: Privacy Policy
permalink: /privacy/
---
# Privacy Policy
Welcome to mint.lgbt! Here we'll describe how we collect, use and store this data.
## Data we collect
We collect the following data without the manual input of the user:
```
- IP address
```
We collect the following data with the manual input of the user:
```
- Username
- Email address
- Files uploaded by the user
- OAuth connections (Connections between other third-party services)
```
## How we use this data
We use the data specified:
- To bring the basic functionality of these services.
- To restrict offending users.
## How we store this data
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.
Upon reciving the request of data deletion, we will begin the process of removing all your data from the server. Please allow us 5-7 business days to complete this process.
Please note that if other users from other servers interacted with you, your profile information and posts were transmitted to those services. While we can remove your data from our servers, we cannot remove your data from their servers.

20
site.webmanifest Normal file
View File

@ -0,0 +1,20 @@
{
"name": "mint.lgbt",
"short_name": "mint.lgbt",
"icons": [
{
"src": "/assets/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "https://mint.lgbt",
"display": "standalone"
}

42
terms.md Normal file
View File

@ -0,0 +1,42 @@
---
layout: about
title: Terms of Service
permalink: /terms/
---
# Terms of Service
Hello and welcome to mint.lgbt!
Before accessing any of our services you must agree to our terms of service.
## Respect
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.
## Legal
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.
## NSFW/NSFL content
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.
## Open-source software credits
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:
- [Femgit] uses [Gitea](https://gitea.io)
- [Fedimint] uses [Misskey](https://misskey.io)
- [Element](https://element.mint.lgbt) and it's backend uses [Matrix Synapse](https://matrix.org) and [Element](https://element.io)
- [Jitsi](https://jitsi.mint.lgbt) uses [Jitsi](https://jitsi.org)
- [Cutper] uses [Liteshort](https://github.com/132ikl/liteshort)
- [95gen](https://mint.lgbt/95gen) uses [95gen](https://github.com/mintphin/95gen)
[Femgit]: https://fem.mint.lgbt
[Fedimint]: https://fedi.mint.lgbt
[Cutper]: https://cut.mint.lgbt
## Interference
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.