Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
charitea committed Jan 16, 2025
1 parent 54bdc9d commit 7df0f1b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions guides/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<span class="bar"></span>
</button>
<div class="menu-items right-menu" id="nav-menu">
<a href="/discord/connect.html">Discord</a>
<a href="/discord">Discord</a>
<a href="/rules.html">Guidelines</a>
<a href="/store/connect.html">Store</a>
<a href="/store">Store</a>
<a href="/servers.html">Servers</a>
<a href="/socials.html">Socials</a>
</div>
Expand Down Expand Up @@ -112,8 +112,8 @@ <h3 class="section-subtitle">Next Steps</h3>
<div class="footer-content">
<div class="footer-links">
<a href="/servers.html">Servers</a>
<a href="/discord/connect.html">Discord</a>
<a href="/store/connect.html">Store</a>
<a href="/discord">Discord</a>
<a href="/store">Store</a>
<a href="/socials.html">Socials</a>
</div>
<div class="footer-info">
Expand Down
8 changes: 4 additions & 4 deletions guides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<span class="bar"></span>
</button>
<div class="menu-items right-menu" id="nav-menu">
<a href="/discord/connect.html">Discord</a>
<a href="/discord">Discord</a>
<a href="/rules.html">Guidelines</a>
<a href="/store/connect.html">Store</a>
<a href="/store">Store</a>
<a href="/servers.html">Servers</a>
<a href="/socials.html">Socials</a>
</div>
Expand All @@ -58,8 +58,8 @@ <h1>ZGRAD Guides</h1>
<div class="footer-content">
<div class="footer-links">
<a href="/servers.html">Servers</a>
<a href="/discord/connect.html">Discord</a>
<a href="/store/connect.html">Store</a>
<a href="/discord">Discord</a>
<a href="/store">Store</a>
<a href="/socials.html">Socials</a>
</div>
<div class="footer-info">
Expand Down
8 changes: 4 additions & 4 deletions guides/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<span class="bar"></span>
</button>
<div class="menu-items right-menu" id="nav-menu">
<a href="/discord/connect.html">Discord</a>
<a href="/discord">Discord</a>
<a href="/rules.html">Guidelines</a>
<a href="/store/connect.html">Store</a>
<a href="/store">Store</a>
<a href="/servers.html">Servers</a>
<a href="/socials.html">Socials</a>
</div>
Expand Down Expand Up @@ -97,8 +97,8 @@ <h3 class="section-subtitle">Additional Information</h3>
<div class="footer-content">
<div class="footer-links">
<a href="/servers.html">Servers</a>
<a href="/discord/connect.html">Discord</a>
<a href="/store/connect.html">Store</a>
<a href="/discord">Discord</a>
<a href="/store">Store</a>
<a href="/socials.html">Socials</a>
</div>
<div class="footer-info">
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
<span class="bar"></span>
</button>
<div class="menu-items right-menu" id="nav-menu">
<a href="/discord/connect.html">Discord</a>
<a href="/discord">Discord</a>
<a href="/rules.html">Guidelines</a>
<a href="/store/connect.html">Store</a>
<a href="/store">Store</a>
<a href="/servers.html">Servers</a>
<a href="/socials.html">Socials</a>
</div>
Expand All @@ -70,10 +70,10 @@
<div class="banner">
<img src="/assets/logos/large-logo.png" alt="Large Logo" class="large-logo">
<div class="banner-buttons">
<a href="/store/connect.html" class="banner-button store-button">
<a href="/store" class="banner-button store-button">
<span class="button-text">Store</span>
</a>
<a href="/discord/connect.html" class="banner-button discord-button">
<a href="/discord" class="banner-button discord-button">
<span class="button-text">Discord</span>
</a>
</div>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h2 class="promo-message"></h2>
</div>
<p class="promo-description"></p>
<div class="promo-actions">
<a href="https://store.npcz.gg/category/garrys-mod-ranks" class="banner-button store-button">Visit Store</a>
<a href="/store" class="banner-button store-button">Visit Store</a>
<div class="coupon-code">
<span>Use Code:</span>
<code class="clickable-code"></code>
Expand Down
4 changes: 2 additions & 2 deletions servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<span class="bar"></span>
</button>
<div class="menu-items right-menu" id="nav-menu">
<a href="/discord/connect.html">Discord</a>
<a href="/discord">Discord</a>
<a href="/rules.html">Guidelines</a>
<a href="/store/connect.html">Store</a>
<a href="/store">Store</a>
<a href="/socials.html">Socials</a>
<a href="/index.html">Home</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions socials.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<span class="bar"></span>
</button>
<div class="menu-items right-menu" id="nav-menu">
<a href="/discord/connect.html">Discord</a>
<a href="/discord">Discord</a>
<a href="/rules.html">Guidelines</a>
<a href="/store/connect.html">Store</a>
<a href="/store">Store</a>
<a href="/servers.html">Servers</a>
<a href="/index.html">Home</a>
</div>
Expand Down

0 comments on commit 7df0f1b

Please sign in to comment.