This repository has been archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.php
64 lines (61 loc) · 3.88 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Paradise Station</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Exo" rel="stylesheet">
<link rel="icon" href="Images/favicon.png">
</head>
<body>
<div class="wrapper">
<nav>
<ul>
<li id ="logo"> <a href="/"><img src="Images/Paradise2icon.PNG" alt="server logo"></a></li>
<li id="server"> <a href="byond://byond.nanotrasen.se:6666">Server</a></li>
<li id="patreon"><a href="https://www.patreon.com/ParadiseStation">Patreon</a></li>
<li id="wiki"> <a href="https://nanotrasen.se/wiki/index.php/Main_Page">Wiki</a></li>
<li id="forums"> <a href="https://nanotrasen.se/forum/">Forums</a></li>
<li id="discord"><a href="https://discord.gg/nuqD478">Discord</a></li>
<li id="github"> <a href="https://github.com/ParadiseSS13/Paradise">GitHub</a></li>
<li id="stats"> <a href="stats.php">Stats</a></li>
</ul>
</nav>
<main>
<h1>Paradise Station, a SS13 server</h1>
<div id="intro">
<p>
Paradise Station is a Space Station 13 server.
No idea what Space Station 13 is? Check out our new player guide <a href="https://nanotrasen.se/wiki/index.php/Guide_for_beginners"> here!</a>
</p>
<p>
We like to pride ourselves that the general playstyle on our server is a healthy mix of RP & Action. Come join us on the NSS Cyberiad, and try to stay alive, at least for a while.
</p>
</div>
<ul>
<li>
<h2>Forums & Discord Guild</h2>
<p>Throughout the years, we've built a solid community around our server, with an active forum and a public discord server.</p>
<p>The <a href="https://nanotrasen.se/forum/">forums</a> are our official discussion space, where everything can be document easily.</p>
<p>Our <a href="https://discord.gg/nuqD478">Discord Guild</a> is a more informal space where players and admins can hang out.</p>
</li>
<li>
<h2>Patreon</h2>
<p>Sadly, running a server is not free. Previously we accepted donations to keep that server running. Now we've set up a Patreon for that purpose. It also allows us to provide various cosmetic bonuses as a way of thanking our patrons.</p><p>You can find out more about the patron tiers on our <a href="https://www.patreon.com/ParadiseStation">Patreon</a> page!</p>
</li>
<li>
<h2>Wiki</h2>
<p>Space Station 13 isn't an easy game. It's got many complex system to play around with, and this may be daunting for new players. Many veteran players will agree though, that learning this game is just as fun as playing. </p><p> So don't be discouraged from trying out the game, just head over to the <a href="https://nanotrasen.se/wiki/index.php/Main_Page">wiki</a> and learn as you play. </p>
</li>
<li>
<h2>GitHub</h2>
<p>Space station 13 is an open source game. This means anyone can contribute. Most big servers run their own variant of the game, with distinct and unique elements to their codebase. We too, have our own version of the game, made possible through the hard work of our volunteer coders.</p> <p>You can view and contribute to our codebase <a href="https://github.com/ParadiseSS13/Paradise">at our GitHub page.</a></p>
</li>
</ul>
</main>
</div>
<footer><p>This webpage is licensed under the MIT License (MIT).</p></footer>
</body>
</html>