From 64d0f38ea2517c5047a3bdc6445c4c4a47de51e8 Mon Sep 17 00:00:00 2001 From: Joeri Poesen Date: Sun, 13 Nov 2022 11:48:23 +0000 Subject: [PATCH] Deleted .gitlab-ci.yml, public/style.css, public/index.html --- .gitlab-ci.yml | 11 -------- public/index.html | 66 ----------------------------------------------- public/style.css | 27 ------------------- 3 files changed, 104 deletions(-) delete mode 100644 .gitlab-ci.yml delete mode 100644 public/index.html delete mode 100644 public/style.css diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ec73d9b..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -image: alpine:latest - -pages: - stage: deploy - script: - - echo 'Nothing to do...' - artifacts: - paths: - - public - only: - - master diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 08846a1..0000000 --- a/public/index.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - Unofficial List of Official Mastodon Instances - - - - -

Unofficial List of Official Mastodon Instances

- -

- This is a manually curated list of 'official' Mastodon - instances that have been set up by organisations or projects under their - own brand / identity. -

- -

- Here's Martin Fowler explaining why this is a good idea: - Your organization should run its own Mastodon server. -

- -

Public sector

- - -

Higher Education

- - -

Non-profit / Social profit / NGO

- - - -

Commercial

- - - - -
- -

Contributing

-

- Fork https://gitlab.com/mastolist/org-instances - and submit a merge request, or open an issue. -

- - - - diff --git a/public/style.css b/public/style.css deleted file mode 100644 index 983245e..0000000 --- a/public/style.css +++ /dev/null @@ -1,27 +0,0 @@ -body { - font-family: sans-serif; - margin: auto; - max-width: 800px; -} - -.navbar { - background-color: #313236; - border-radius: 2px; - max-width: 800px; -} - -.navbar a { - color: #aaa; - display: inline-block; - font-size: 15px; - padding: 10px; - text-decoration: none; -} - -.navbar a:hover { - color: #ffffff; -} - -p, li { - line-height: 1.5em; -}