Skip to content

Commit 6fc4a81

Browse files
Update guide.md
1 parent 63c3d6b commit 6fc4a81

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/guide.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,23 @@ The Netrunner Codex user-friendly interface provides streamlined navigation and
2424
<div style="text-align: center; margin-top: 0; padding-top: 0;">
2525
<img src="/assets/images/overview/search.png" alt="Image" style="margin: 10px;" />
2626
</div>
27+
28+
<div class="nav-buttons">
29+
<!-- Previous Button -->
30+
<a href="../index.md" class="nav-button" aria-label="Previous page">
31+
<div class="nav-item">
32+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
33+
<path d="M30 20L20 30L30 40" />
34+
</svg>
35+
</div>
36+
</a>
37+
38+
<!-- Next Button -->
39+
<a href="/docs/welcome" class="nav-button" aria-label="Next page">
40+
<div class="nav-item">
41+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
42+
<path d="M20 20L30 30L20 40" />
43+
</svg>
44+
</div>
45+
</a>
46+
</div>

0 commit comments

Comments
 (0)