commit 44d70a20415ffeecfb673fb58f38706856e908c7 Author: Luna Date: Thu May 6 16:30:07 2021 +0000 Initial Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f40fbd8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_site +.sass-cache +.jekyll-cache +.jekyll-metadata +vendor diff --git a/404.html b/404.html new file mode 100644 index 0000000..086a5c9 --- /dev/null +++ b/404.html @@ -0,0 +1,25 @@ +--- +permalink: /404.html +layout: default +--- + + + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..6d5ab76 --- /dev/null +++ b/Gemfile @@ -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] + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..6ca637f --- /dev/null +++ b/Gemfile.lock @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..09d83f1 --- /dev/null +++ b/README.md @@ -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` \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..b86665c --- /dev/null +++ b/_config.yml @@ -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/ diff --git a/_includes/about-head.html b/_includes/about-head.html new file mode 100644 index 0000000..a6ec78a --- /dev/null +++ b/_includes/about-head.html @@ -0,0 +1,13 @@ + + + + + {%- seo -%} + + {%- feed_meta -%} + + + + {%- include custom-head.html -%} + + \ No newline at end of file diff --git a/_includes/custom-head.html b/_includes/custom-head.html new file mode 100644 index 0000000..296f67b --- /dev/null +++ b/_includes/custom-head.html @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..c7b0a0f --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,7 @@ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..2711417 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,13 @@ + + + + + {%- seo -%} + + {%- feed_meta -%} + + + + {%- include custom-head.html -%} + + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..5b1ea32 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,14 @@ + diff --git a/_includes/home-head.html b/_includes/home-head.html new file mode 100644 index 0000000..2711417 --- /dev/null +++ b/_includes/home-head.html @@ -0,0 +1,13 @@ + + + + + {%- seo -%} + + {%- feed_meta -%} + + + + {%- include custom-head.html -%} + + \ No newline at end of file diff --git a/_layouts/about.html b/_layouts/about.html new file mode 100644 index 0000000..76e3dca --- /dev/null +++ b/_layouts/about.html @@ -0,0 +1,17 @@ + + + + {%- include about-head.html -%} + + + + {%- include header.html -%} + +
+ {{ content }} +
+ + {%- include footer.html -%} + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..f60a723 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,15 @@ + + + + {%- include head.html -%} + + + + {%- include header.html -%} + + {{ content }} + + {%- include footer.html -%} + + + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..0940f61 --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,17 @@ + + + + {%- include home-head.html -%} + + + + {%- include header.html -%} + +
+ {{ content }} +
+ + {%- include footer.html -%} + + + \ No newline at end of file diff --git a/about.md b/about.md new file mode 100644 index 0000000..b6a90ac --- /dev/null +++ b/about.md @@ -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. + +## members + +
+
+ +

mint

+

they/them · founder

+
+ website +
+
+ +

luna

+

she/they · programmer

+
+ website +
+
+ +

jo

+

she/they · designer

+
+ +
+
\ No newline at end of file diff --git a/assets/css/about.css b/assets/css/about.css new file mode 100644 index 0000000..3e5f6b4 --- /dev/null +++ b/assets/css/about.css @@ -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; +} \ No newline at end of file diff --git a/assets/css/home.css b/assets/css/home.css new file mode 100644 index 0000000..bf86f8c --- /dev/null +++ b/assets/css/home.css @@ -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; +} diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000..2db18da Binary files /dev/null and b/assets/img/android-chrome-192x192.png differ diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000..883ddd6 Binary files /dev/null and b/assets/img/android-chrome-512x512.png differ diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000..8af3e2e Binary files /dev/null and b/assets/img/apple-touch-icon.png differ diff --git a/assets/img/favicon-16x16.png b/assets/img/favicon-16x16.png new file mode 100644 index 0000000..c9bf4f3 Binary files /dev/null and b/assets/img/favicon-16x16.png differ diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000..3767ab1 Binary files /dev/null and b/assets/img/favicon-32x32.png differ diff --git a/assets/img/jo.jpg b/assets/img/jo.jpg new file mode 100644 index 0000000..a0e58fd Binary files /dev/null and b/assets/img/jo.jpg differ diff --git a/assets/img/logo.png b/assets/img/logo.png new file mode 100644 index 0000000..6bab4ad Binary files /dev/null and b/assets/img/logo.png differ diff --git a/assets/img/luna.jpg b/assets/img/luna.jpg new file mode 100644 index 0000000..c4f5e6c Binary files /dev/null and b/assets/img/luna.jpg differ diff --git a/assets/img/mint.png b/assets/img/mint.png new file mode 100644 index 0000000..8cae04d Binary files /dev/null and b/assets/img/mint.png differ diff --git a/assets/img/mstile-150x150.png b/assets/img/mstile-150x150.png new file mode 100644 index 0000000..6110c42 Binary files /dev/null and b/assets/img/mstile-150x150.png differ diff --git a/assets/img/mstile-310x150.png b/assets/img/mstile-310x150.png new file mode 100644 index 0000000..1ea0383 Binary files /dev/null and b/assets/img/mstile-310x150.png differ diff --git a/assets/img/mstile-310x310.png b/assets/img/mstile-310x310.png new file mode 100644 index 0000000..51f4388 Binary files /dev/null and b/assets/img/mstile-310x310.png differ diff --git a/assets/img/mstile-70x70.png b/assets/img/mstile-70x70.png new file mode 100644 index 0000000..18ce427 Binary files /dev/null and b/assets/img/mstile-70x70.png differ diff --git a/assets/img/safari-pinned-tab.svg b/assets/img/safari-pinned-tab.svg new file mode 100644 index 0000000..f7506bf --- /dev/null +++ b/assets/img/safari-pinned-tab.svg @@ -0,0 +1,27 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..411de3d --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #00aba9 + + + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..0a91eb2 Binary files /dev/null and b/favicon.ico differ diff --git a/index.md b/index.md new file mode 100644 index 0000000..9903eea --- /dev/null +++ b/index.md @@ -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 +--- + +

hello traveller

+

a more private, more mogai-friendly collection of web services

+
+launch +
+
+
+chatroom +· +announcements +· +status \ No newline at end of file diff --git a/privacy.md b/privacy.md new file mode 100644 index 0000000..171288b --- /dev/null +++ b/privacy.md @@ -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. \ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..bdae12a --- /dev/null +++ b/site.webmanifest @@ -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" +} diff --git a/terms.md b/terms.md new file mode 100644 index 0000000..2202aaa --- /dev/null +++ b/terms.md @@ -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. \ No newline at end of file