Deleted .gitlab-ci.yml, public/style.css, public/index.html

merge-requests/1/head
Joeri Poesen 2022-11-13 11:48:23 +00:00
rodzic 017267c6cd
commit 64d0f38ea2
3 zmienionych plików z 0 dodań i 104 usunięć

Wyświetl plik

@ -1,11 +0,0 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master

Wyświetl plik

@ -1,66 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<title>Unofficial List of Official Mastodon Instances</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Unofficial List of Official Mastodon Instances</h1>
<p>
This is a manually curated list of 'official' Mastodon
instances that have been set up by organisations or projects under their
own brand / identity.
</p>
<p>
Here's Martin Fowler explaining why this is a good idea:
<a href="">Your organization should run its own Mastodon server</a>.
</p>
<h2>Public sector</h2>
<ul>
<li>European Union: <a href="https://social.network.europa.eu/explore">https://social.network.europa.eu</a></li>
<li>Germany: <a href="https://social.bund.de/explore ">https://social.bund.de</a></li>
</ul>
<h2>Higher Education</h2>
<ul>
<li>MIT: <a href="https://mastodon.mit.edu/explore">https://mastodon.mit.edu</a></li>
<li>...</li>
</ul>
<h2>Non-profit / Social profit / NGO</h2>
<ul>
<li>Archive.org: <a href="https://mastodon.archive.org/explore">https://mastodon.archive.org</a></li>
<li>Open Collective: <a href="https://mastodon.opencollective.com/explore">https://mastodon.opencollective.com</a></li>
<li>Raspberry Pi: <a href="https://raspberrypi.social/explore">https://raspberrypi.social</a></li>
<li>...</li>
</ul>
<h2>Commercial</h2>
<ul>
<li>Thoughtworks: <a href="https://toot.thoughtworks.com/explore">https://toot.thoughtworks.com</a></li>
<li>...</li>
</ul>
<!-- <h2>Opensource projects</h2>
<ul>
<li>...</li>
</ul> -->
<hr>
<h2>Contributing</h2>
<p>
Fork <a href="https://gitlab.com/mastolist/org-instances">https://gitlab.com/mastolist/org-instances</a>
and submit a merge request, or open an issue.
</p>
</body>
</html>

Wyświetl plik

@ -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;
}