Skip to content

Commit

Permalink
fix some pages having old topnav html
Browse files Browse the repository at this point in the history
  • Loading branch information
RainlessSky committed Oct 25, 2024
1 parent 2d381e7 commit eaca1dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

<body>
<div class="nav" data-nosnippet>
<img class="nav_logo" src="../public/se_community_logo.svg" alt="Sector's Edge icon">
<a href="../index">Home</a>
<a href="../how-to-play">How to play</a>
<a href="../community" class="nav-selected">Community</a>
<a href="../custom-maps">Custom maps</a>
<a href="../mapmaking">Mapmaking</a>
<img class="nav-item nav-logo" draggable="false" src="../public/se_community_logo.svg" height="30px" alt="Sector's Edge icon">
<a class="nav-item nav-home" 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 nav-selected" href="../community">Community</a>
<a class="nav-item nav-custom-maps" href="../maps">Custom maps</a>
<a class="nav-item nav-mapmaking" href="../mapmaking">Mapmaking</a>
</div>
<p class="base-text dark-background-centered section-highlight-blue">
<img class="community-page-logo" src="../public/se_community.png" alt="Sector's Edge Community logo"><br>
Expand Down
12 changes: 6 additions & 6 deletions how-to-play/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

<body>
<div class="nav" data-nosnippet>
<img class="nav_logo" src="../public/se_community_logo.svg" alt="Sector's Edge icon">
<a href="../index">Home</a>
<a href="../how-to-play" class="nav-selected">How to play</a>
<a href="../community">Community</a>
<a href="../custom-maps">Custom maps</a>
<a href="../mapmaking">Mapmaking</a>
<img class="nav-item nav-logo" draggable="false" src="../public/se_community_logo.svg" height="30px" alt="Sector's Edge icon">
<a class="nav-item nav-home" href="../index">Home</a>
<a class="nav-item nav-how-to-play nav-selected" href="../how-to-play">How to play</a>
<a class="nav-item nav-community" href="../community">Community</a>
<a class="nav-item nav-custom-maps" href="../maps">Custom maps</a>
<a class="nav-item nav-mapmaking" href="../mapmaking">Mapmaking</a>
</div>
<div class="base-text dark-background-centered section-highlight-blue">
<h3>DOWNLOAD THE GAME</h3>
Expand Down
12 changes: 6 additions & 6 deletions mapmaking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

<body>
<div class="nav" data-nosnippet>
<img class="nav_logo" src="../public/se_community_logo.svg" alt="Sector's Edge icon">
<a href="../index">Home</a>
<a href="../how-to-play">How to play</a>
<a href="../community">Community</a>
<a href="../custom-maps">Custom maps</a>
<a href="../mapmaking" class="nav-selected">Mapmaking</a>
<img class="nav-item nav-logo" draggable="false" src="../public/se_community_logo.svg" height="30px" alt="Sector's Edge icon">
<a class="nav-item nav-home" 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-custom-maps" href="../maps">Custom maps</a>
<a class="nav-item nav-mapmaking nav-selected" href="../mapmaking">Mapmaking</a>
</div>
<div class="content" style="display: grid">
<iframe src="https://sectorsedgecommunity.github.io/mapping-docs/resources" width="100%" height="100%">
Expand Down

0 comments on commit eaca1dd

Please sign in to comment.