Skip to content

Commit

Permalink
Converted School section to Rust
Browse files Browse the repository at this point in the history
School Pastebin link now in navbar
  • Loading branch information
iv8512 committed Dec 14, 2024
1 parent 22eade1 commit 977a3fc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ <h1>CS2</h1>
</ol>
</div>
<div>
<h1>School</h1>
<h1>Rust</h1>
<ol>
<li><a href="https://pastebin.com/FDgNusSc">Pastebin</a></li>
<li><a href="https://rusthelp.com/en">RustHelp</a></li>
<li><a href="https://rustlabs.com/">Rust Labs</a></li>
<li><a href="https://www.battlemetrics.com/servers">BattleMetrics</a></li>
<li><a href="https://twitch.facepunch.com/#drops">Twitch Drops</a></li>
</ol>
</div>
<div>
Expand All @@ -41,7 +44,7 @@ <h1>Other</h1>
</div>
</div>
<div class="navbar navbar-expand-sm bg-dark navbar-dark fixed-bottom justify-content-center">
<img src="blume.gif" alt="logo" style="width:40px; margin: 0;">
<a href="https://pastebin.com/FDgNusSc"><img src="blume.gif" alt="logo" style="width:40px; margin: 0;"></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous">
Expand Down

0 comments on commit 977a3fc

Please sign in to comment.