-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
75 lines (71 loc) · 4.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="common.css" />
<link rel="stylesheet" type="text/css" href="assets/fontawesome/css/svg-with-js.css" />
<script src="assets/fontawesome/js/all.js" data-auto-add-css="false"></script>
<link rel="canonical" href="https://shiptest.net" />
<meta name="description" content="Shiptest is a fork of Space Station 13 centering around ships, their crews, and exploration."></meta>
<meta name="keywords" content="Space Station 13, Shiptest, SS13"></meta>
<meta name="author" content="Mark Suckerberg"></meta>
<meta name="viewport" content="width=device-width, intial-scale=1"></meta>
<meta charset="UTF8"></meta>
<!-- OpenGraph Meta Tags -->
<meta property="og:site_name" content="Shiptest">
<meta property="og:title" content="Shiptest Homepage">
<meta property="og:description" content="A fork of Space Station 13 centering around ships and exploration built open-source on the BYOND game engine. Join today!">
<meta property="og:image" content="https://shiptest.net/images/overmap.webp">
<meta property="og:type" content="website">
<meta property="og:url" content="https://shiptest.net">
<title>Shiptest - Home</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://shiptest.net",
"logo": "https://shiptest.net/images/shiptest_logo.svg"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://shiptest.net",
"potentialAction": {
"@type": "SearchAction",
"target": "https://shiptest.net/wiki/index.php?search={search_term_string}",
"query-input":"required name=search_term_string"
}
}
</script>
</head>
<body>
<!-- Background Animation - Credit to AffectedArc07 from the SS13 WebMap https://affectedarc07.github.io/SS13WebMap/ -->
<div class="layer1"></div>
<div class="layer2"></div>
<div class="layer3"></div>
<main class="mainbox">
<ul class="topnav">
<li><a class="active" href="/"><i class="fas fa-home"></i> Home</i></a></li>
<li><a href="byond://join.shiptest.net:41372"><i class="fas fa-rocket"></i> Join</i></a></li>
<li><a href="stats"><i class="fas fa-chart-line"></i> Stats</i></a></li>
<li><a href="https://github.com/shiptest-ss13/Shiptest"><i class="fab fa-github"></i> Github</a></li>
<li><a href="https://codedocs.shiptest.net"><i class="fas fa-book"></i> Codedocs</a></li>
<li><a href="wiki/Main_Page"><i class="fab fa-wikipedia-w"></i> Wiki</a></li>
<li><a href="https://forums.shiptest.net"><i class="fas fa-comment-alt"></i> Forum</a></li>
<li><a href="https://hackmd.io/@shiptest"><i class="fas fa-edit"></i> HackMD</a></li>
<li><a href="https://status.shiptest.net"><i class="fas fa-exclamation-circle"></i> Status</i></a></li>
<li><a href="maps"><i class="fas fa-map-marked-alt"></i> Maps</i></a></li>
<li class="right"><a href="discord"><i class="fab fa-discord"></i> Discord</a></li>
</ul>
<h1 id="shiptest-13">Shiptest 13</h1>
<p>Shiptest 13 is a fork of Space Station 13 (specifically /tg/station-whitesands code) centering around exploration of the universe. Gameplay takes place on ships, which can be flown in an "overmap" which represents areas you can travel in solar systems and beyond. (Learn more about the overmap <a href="https://shiptest.net/wiki/Guide_to_the_Overmap">here, on our wiki!</a>)</p>
<p>Be sure to join our <a href="discord">discord!</a></p>
<a href="byond://join.shiptest.net:41372"><img src="images/shiptest-button.webp" alt="A pixel-art retro web button showing the shiptest logo (sillouhette of a ship in front of a planet eclipsing a star) next to the words 'Shiptest 13' and the BYOND logo."></a>
<h2>Progress Reports</h2>
<div class="progress-reports" id="progress-reports"></div>
<script src="get_progress_report.js"></script>
<small><a href="https://github.com/shiptest-ss13/website">source code</a> <i class="fal fa-code"></i></small>
</main>
</body>
</html>