Skip to content

Commit

Permalink
Move HTML files back into root. Change buttons to be <a> so they open…
Browse files Browse the repository at this point in the history
… in new tabs. Simplified the how to play guide. Automatically go to latest release on GitHub.
  • Loading branch information
RainlessSky committed Oct 18, 2024
1 parent 2f385af commit 40b9756
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 54 deletions.
10 changes: 5 additions & 5 deletions public/community.html → community.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="se_logo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="public/se_logo.png">
<link rel="stylesheet" href="public/css/style.css">
<title>Sector's Edge Community</title>
</head>

<body>
<div class="nav">
<img class="nav_logo" src="se_logo.png" alt="Sector's Edge icon">
<img class="nav_logo" src="public/se_logo.png" alt="Sector's Edge icon">
<a href="index">Home</a>
<a href="how-to-play">How to play</a>
<a href="community" style="border-bottom: solid">Community</a>
<a href="custom-maps">Custom maps</a>
<a href="mapmaking">Map Making</a>
</div>
<p class="home">
<img src="se_community.png" alt="Sector's Edge Community logo"><br>
<img src="public/se_community.png" alt="Sector's Edge Community logo"><br>
The Sector's Edge community is still alive, believe it or not. Even with around 15 active members we still have plenty of fun every Saturday. Come join us!
<br>
<button class="button-style-base" onclick="window.location.href='https://discord.gg/t5zhZRJ2w3'">Community Discord server</button>
<a class="button-style-base a-button" href="https://discord.gg/t5zhZRJ2w3" target="_blank">Community Discord server</a>
</p>
</body>

Expand Down
66 changes: 33 additions & 33 deletions public/custom-maps.html → custom-maps.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="se_logo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="public/se_logo.png">
<link rel="stylesheet" href="public/css/style.css">
<title>Sector's Edge Community</title>
</head>

<body>
<div class="nav">
<img draggable="false" class="nav_logo" src="se_logo.png" alt="Sector's Edge icon">
<img draggable="false" class="nav_logo" src="public/se_logo.png" alt="Sector's Edge icon">
<a href="index">Home</a>
<a href="how-to-play">How to play</a>
<a href="community">Community</a>
Expand All @@ -22,64 +22,64 @@
<div class="maps_list">
<p class="maps-tip">Here you can find newer maps which are on the Steam Workshop.<br/>Maps which aren't on the Steam Workshop but are ready to play will be displayed here too.</p>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/soltriumcastle.png"><p class="map_tile_name">Soltrium Castle</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/soltriumcastle.png"><p class="map_tile_name">Soltrium Castle</p>
<p class="map_tile_author">fredanie2005</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3328251616'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3328251616'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/japan.png"><p class="map_tile_name">Japan</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/japan.png"><p class="map_tile_name">Japan</p>
<p class="map_tile_author">fredanie2005</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3326629038'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3326629038'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/cmf.jpg"><p class="map_tile_name">Corahk Mining Facility</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/cmf.jpg"><p class="map_tile_name">Corahk Mining Facility</p>
<p class="map_tile_author">Rocket Skeleton/Vercidium</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3332384672'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3332384672'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/skyarenaa.png"><p class="map_tile_name">Sky Arena A</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/skyarenaa.png"><p class="map_tile_name">Sky Arena A</p>
<p class="map_tile_author">RainlessSky</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3337380657'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3337380657'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/openworld256.png"><p class="map_tile_name">Open World 256²</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/openworld256.png"><p class="map_tile_name">Open World 256²</p>
<p class="map_tile_author">RainlessSky</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3337372092'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3337372092'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/corahkwasteland.png"><p class="map_tile_name">Corahk Wasteland</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/corahkwasteland.png"><p class="map_tile_name">Corahk Wasteland</p>
<p class="map_tile_author">RainlessSky</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3284252051'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3284252051'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/lavaarenac.png"><p class="map_tile_name">Lava Arena C</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/lavaarenac.png"><p class="map_tile_name">Lava Arena C</p>
<p class="map_tile_author">RainlessSky</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3279050511'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3279050511'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/soltecwarehouse.png"><p class="map_tile_name">Soltec Warehouse</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/soltecwarehouse.png"><p class="map_tile_name">Soltec Warehouse</p>
<p class="map_tile_author">RainlessSky</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3279047614'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3279047614'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/corahkwastelandnovis.png"><p class="map_tile_name">Corahk Wasteland (NO-VIS)</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/corahkwastelandnovis.png"><p class="map_tile_name">Corahk Wasteland (NO-VIS)</p>
<p class="map_tile_author">RainlessSky</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3337381943'"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-map" title="Go to Steam Workshop page" onclick="window.location.href='https://steamcommunity.com/sharedfiles/filedetails/?id=3337381943'"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
<div class="map_tile">
<img draggable="false" class="map_tile_preview" src="custommaps/no_preview.png"><p class="map_tile_name">Workshop map</p>
<img draggable="false" class="map_tile_preview" src="public/custommaps/no_preview.png"><p class="map_tile_name">Workshop map</p>
<p class="map_tile_author">Author</p>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="custommaps/download.png"></button>
<button class="download-disabled" title="Go to Steam Workshop page" onclick="window.location.href=''"><img draggable="false" class="download-map-icon" src="custommaps/workshop.png"></button>
<button class="download-disabled" title="Download map"><img draggable="false" class="download-map-icon" src="public/custommaps/download.png"></button>
<button class="download-disabled" title="Go to Steam Workshop page" onclick="window.location.href=''"><img draggable="false" class="download-map-icon" src="public/custommaps/workshop.png"></button>
</div>
</div>
</div>
Expand Down
12 changes: 5 additions & 7 deletions public/how-to-play.html → how-to-play.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="se_logo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="public/se_logo.png">
<link rel="stylesheet" href="public/css/style.css">
<title>Sector's Edge Community</title>
</head>

<body>
<div class="nav">
<img class="nav_logo" src="se_logo.png" alt="Sector's Edge icon">
<img class="nav_logo" src="public/se_logo.png" alt="Sector's Edge icon">
<a href="index">Home</a>
<a href="how-to-play" style="border-bottom: solid">How to play</a>
<a href="community">Community</a>
Expand All @@ -23,7 +23,7 @@ <h3>DOWNLOAD THE GAME</h3>
<p class="p-no-margin">The Steam version of the game is outdated and delisted, instead you can find updated versions of the game on GitHub.</p>
<br/>
<p class="p-no-margin">To download the latest version, click the button below and <code>click on seclient_win_<code>version</code>.zip</code> under "Assets".</p>
<button class="button-style-base" onclick="window.location.href='https://github.com/sectorsedge/sectorsedge/releases'"><img draggable=false src="win11.png" style="width:11.1px;margin:0"> Versions</button>
<a class="button-style-base a-button" href="https://github.com/sectorsedge/sectorsedge/releases/latest" target="_blank"><img draggable=false src="public/win11.png" style="width:11.1px;margin:0"> Latest release</a>
<br/><br/>
<p class="p-no-margin">Unzip the files to a folder of your choice and run <code>sectorsedge.exe</code>. Don't worry about overwriting game files you've previously downloaded - all your settings and user data is saved in <code>%appdata%\vercidium</code>.</p>
<br/>
Expand All @@ -34,9 +34,7 @@ <h3>PLAYING ON LINUX</h3>
<details><summary>Proton 9</summary><p>with GameMode</p></details>
<br/>
<h3>FINDING PLAYERS</h3>
<p class="p-no-margin">The best way to find players is on the community Discord server. Once you join, you can join any of the up-to-date servers listed in ⁠<code>#server-list</code>. Head over to <code>#⁠looking-for-game</code> and ping the <code>@Looking for Game</code> role to call others on to play! Mention the server you're on so they can quickly join.</p>
<br/>
<p class="p-no-margin">To avoid needing to copy-paste an IP each time (and to see live player counts from certain servers), you can add our community server list back into the game. Full details on how to do that are in <code>#server-list</code></p>
<p class="p-no-margin">The best way to find players is on the community Discord server. Once you join, head over to the <code>#⁠looking-for-game</code> channel and ping the <code>@Looking for Game</code> role to call others on to play! Mention the server you're on so they can quickly join.</p>
<br/>
<p class="p-no-margin">We usually hop on every Saturday - check the Events menu at the top of the channel list for more details. Assign yourself the <code>@Event Pings</code> role in ⁠Channels & Roles to be notified when this happens!</p>
</div>
Expand Down
10 changes: 4 additions & 6 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="se_logo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="public/se_logo.png">
<link rel="stylesheet" href="public/css/style.css">
<title>Sector's Edge Community</title>
</head>

<body>
<div class="nav">
<img class="nav_logo" src="se_logo.png" alt="Sector's Edge icon">
<img class="nav_logo" src="public/se_logo.png" alt="Sector's Edge icon">
<a href="index" style="border-bottom: solid">Home</a>
<a href="how-to-play">How to play</a>
<a href="community">Community</a>
Expand All @@ -26,9 +26,7 @@
<br>
<a href="https://store.steampowered.com/news/app/1024890/view/3672177705987235200">Final Update steam post</a>
<br><br>
Sector's Edge is currently unavailable on Steam, but the developers posts versions of the game on GitHub.
<br>
<button class="button-style-base" onclick="window.location.href='https://github.com/sectorsedge/sectorsedge/releases/download/2.4.6b_p1/seclient_win_246b_patch1.zip'"><img draggable=false src="win11.png" style="width:11.1px;margin:0"> Download</button>
You can find a guide on how to play Sector's Edge at the top of the page.
</p>
</body>

Expand Down
6 changes: 3 additions & 3 deletions public/mapmaking.html → mapmaking.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="se_logo.png">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="public/se_logo.png">
<link rel="stylesheet" href="public/css/style.css">
<title>Mapmaking Documentation | Sector's Edge Community</title>
</head>

<body>
<div class="nav">
<img class="nav_logo" src="se_logo.png" alt="Sector's Edge icon">
<img class="nav_logo" src="public/se_logo.png" alt="Sector's Edge icon">
<a href="index">Home</a>
<a href="how-to-play">How to play</a>
<a href="community">Community</a>
Expand Down
Loading

0 comments on commit 40b9756

Please sign in to comment.