-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (90 loc) · 4.44 KB
/
index.html
File metadata and controls
93 lines (90 loc) · 4.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="public/se_community_logo.svg">
<link rel="stylesheet" href="public/css/style.css">
<title>Sector's Edge Community</title>
<meta name="description" content="Up-to-date information about Sector's Edge, a voxel-based first-person shooter with a completely destructible environment.">
<meta property="og:description" content="Up-to-date information about Sector's Edge, a voxel-based first-person shooter with a completely destructible environment." />
<meta property="og:title" content="Sector's Edge Community" />
<meta name="google-site-verification" content="K3Yf3JunGOk_WuD7212SKZfBgtZ7RdNnOXwACYafZMo" />
<link rel="canonical" href="https://sectorsedgecommunity.github.io" />
</head>
<body>
<div class="nav" data-nosnippet>
<img class="nav-logo" draggable="false" src="public/se_community_logo.svg" height="30px" alt="Sector's Edge icon">
<div class="nav-buttons">
<a class="nav-item nav-home nav-selected" href="index">Home</a>
<a class="nav-item nav-how-to-play" href="how-to-play">How to play</a>
<a class="nav-item nav-community" href="community">Community</a>
<a class="nav-item nav-competitive" href="../competitive">Competitive</a>
<a class="nav-item nav-custom-maps" href="custom-maps">Custom maps</a>
<a class="nav-item nav-mapmaking" href="mapmaking">Mapmaking</a>
</div>
<div class="mobile-nav-button" data-nosnippet>
<button id="mobile-nav-dropdown">
<img class="nav-logo" draggable="false" src="public/hamburger.png" height="30px" alt="Navigation menu">
<div class="mobile-nav-menu" data-nosnippet>
<a class="nav-item nav-home nav-selected" href="index">Home</a>
<a class="nav-item nav-how-to-play" href="how-to-play">How to play</a>
<a class="nav-item nav-community" href="community">Community</a>
<a class="nav-item nav-competitive" href="../competitive">Competitive</a>
<a class="nav-item nav-custom-maps" href="custom-maps">Custom maps</a>
<a class="nav-item nav-mapmaking" href="mapmaking">Mapmaking</a>
</div>
</button>
</div>
</div>
<div class="content" data-nosnippet>
<div class="dark-background-centered section-highlight-blue" data-nosnippet>
<div class="section-based-gap">
<section>
<p class="base-text">
Sector's Edge shut down on December 17th, 2023 due to the overwhelming
workload of a multiplayer FPS game and short-lived active playerbase.
</p>
</section>
<!--
<section>
<p class="base-text">Learn more:</p>
<iframe class="yt-embed" src="https://www.youtube.com/embed/pzgSTF2mPt8" title="" width="100%"></iframe>
</section>
-->
<section>
<div class="quote">
<blockquote cite="https://store.steampowered.com/news/app/1024890/view/3672177705987235200">
<p>
In hindsight creating an online FPS was a massive task and not the
best choice for our first game. I am proud of what we created
together and the skills we honed along the way, but we can't run this
game on hopes and dreams forever. It's time we moved on to new
projects.
</p>
</blockquote>
<cite><a href="https://store.steampowered.com/news/app/1024890/view/3672177705987235200">Final Update steam post</a></cite>
</div>
</section>
<section>
<p class="base-text">
Despite being shut down and removed from Steam, the developers will continue
to make small bug fix patches once or twice a year on GitHub. The developers plan
to return to the game and re-release on Steam in full-force in the far future.
</p>
</section>
<section>
<p class="base-text">
The game is still playable and we continue to play the game occasionally. If you
are interested, we'd love to have you around!
</p>
</section>
<section style="margin:auto">
<a class="button-style-base a-button" href="https://discord.gg/t5zhZRJ2w3" target="_blank">Community Discord server</a>
<a class="button-style-base a-button" href="how-to-play" target="_blank">How to play</a>
</section>
</div>
</div>
<div>
</body>
</html>