-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (109 loc) · 4.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/terminaltheme.css">
<meta content="Miruku.cafe Information Board" property="og:title" />
<meta content="Miruku.cafe and based.social is an org hosting multiple communication, and other services for free, such as
mastodon, and more." property="og:description" />
<meta content="https://info.miruku.cafe" property="og:url" />
<meta content="https://info.miruku.cafe/milk.gif" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<title>Miruku.cafe Information Board</title>
</head>
<body>
<div class="main">
<div class="center">
<div class="grid">
<div class="info">
<h1>Welcome to Miruku~</h1>
<p>Miruku.cafe and based.social is an org hosting multiple communication, and other services for free, such as
mastodon, and more.</p>
</div>
<div class="icon">
<img
src="milk.gif"
style="margin-bottom:0px; padding-top:15px">
</div>
</div>
</div>
<hr>
<header>
<h2 id="Lists">Service List & Links</h2>
</header>
<nav>
<ul>
<li><a href="https://miruku.cafe">Misskey (Miruku)</a></li>
<li><a href="https://based.social">Mastodon (Based.social)</a></li>
<li><a href="https://status.miruku.cafe">Service Status (uptime) 🐾</a></li>
<br>
<ul>
<p>Other Links (not our platforms) :</p>
<li><a href="https://github.com/mirukucafe">GitHub (Looking for contributors!)</a></li>
<li><a href="https://discord.gg/mirukucafe">Discord Server</a></li>
<li><a href="https://rvlt.gg/Geshi">Revolt (bridged to Discord)</a></li>
</ul>
</ul>
</nav>
<header>
<h2 id="Lists">Specific Information</h2>
</header>
<div id="fedi">
<h3>Misskey & Mastodon</h3>
<ul>
<li>Registration is free, for everyone !</li>
<li>Our Guidelines and Legal terms are available <a href="https://github.com/mirukucafe/legal">here</a></li>
<li>The instance does not log anything unnecessary, and encourages free conversations about any topic
(applicable
by law)</li>
<li>For users starting out in the fediverse, we recommend reading <a
href="https://pl.lain.sh/static/fedi-user-guide/index.html">this guide</a></li>
</ul>
</div>
<div id="info">
<h3>Who is hosting this ? How and Why ?</h3>
<p>We are hosting these services because we like to own our data and host cute stuff for everyone 😳
<br>These are hosted on various servers :
<nav>
<ul>
<ul>
<li>Nyankey is hosted on a Linux server located in EU North (we have access to the machine)</li>
<li>Mastodon is hosted on another Linux server located in EU West (we have access to the machine)</li>
<li>The static pages are hosted mostly using GitHub Pages</li>
<li></li>
</ul>
</ul>
</nav>
</p>
<h4>* Who?</h4>
<nav>
<ul>
<ul>
<li><a href="https://github.com/initmd">aoi (aka Geshi or initmd) - Co-Founder</a></li>
<li><a href="https://github.com/wait-what">Wait What - Co-Founder (nyankey maintainer)</a></li>
<li><a href="https://github.com/insertish">insert - Based.social maintainer</a></li>
<li><a href="https://miruku.cafe/@amy">nep - Main Logo & Assets designer</a></li>
<li><a href="https://github.com/infi">infi - UI Designer</a></li>
<li><a href="https://github.com/janderedev">Jan - Idk tbh</a></li>
<p>Thanks to every casual contributor, too ! If you wish to join us, check out our <a href="https://github.com/mirukucafe">GitHub</a> org.</p>
</ul>
</ul>
</nav>
</div>
<div id="what-next">
<h3>What's next?</h3>
<p>Here is a list of services we might (or not) host in the future :</p>
<ul>
<li>Peertube</li>
<li>osu! private server</li>
<li>matrix</li>
<li>xmpp</li>
<li>mumble</li>
<li>Pleroma Front-End for Misskey</li>
</ul>
</div>
</div>
</body>
</html>