Skip to content

Commit

Permalink
Merge pull request #110 from mattwright324/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mattwright324 authored Dec 1, 2023
2 parents a00aba0 + 631ed25 commit 84ea2e3
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,33 @@
<li class="nav-item">
<a class="nav-link" href="./rooms">Rooms</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Toolset
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://mattw.io/maps-let-loose/">
<img width=20 src="https://mattw.io/maps-let-loose/icon.png">
Maps Let Loose
</a></li>
<li><a class="dropdown-item" href="https://mattw.io/hll-engineer-calc/">
<img width=20 src="https://mattw.io/hll-engineer-calc/icon.png">
HLL Engineer Calculator
</a></li>
<li><a class="dropdown-item" href="https://mattw.io/hll-map-rotation/">
<img width=20 src="https://mattw.io/hll-map-rotation/icon.png">
HLL Map Rotation Generator
</a></li>
<li><a class="dropdown-item" href="https://mattw.io/hll-server-browser/">
<img width=20 src="https://mattw.io/hll-server-browser/icon.png">
HLL Server Browser (concept)
</a></li>
<li><a class="dropdown-item" href="https://mattw.io/hll-sound-guide/">
<img width=20 src="https://mattw.io/hll-sound-guide/icon.png">
HLL Sound Guide
</a></li>
</ul>
</li>
</ul>
<div class="navbar-text" style="font-size:0.65em; margin-right: 10px;">
<span style="margin-left: 31px">Partnered with</span>
Expand Down Expand Up @@ -987,7 +1014,7 @@ <h4>Other resources</h4>
</div>

<div class="ui container" style="padding-top:3%;padding-bottom:3%;color:darkgray;text-align:center">
mattwright324 | 2023 | <a href="/">home</a> | <a target="_blank" href="https://github.com/mattwright324">github</a>
mattwright324 | 2024 | <a href="/">home</a> | <a target="_blank" href="https://github.com/mattwright324">github</a>
| <a target="_blank" href="https://github.com/mattwright324/maps-let-loose">maps-let-loose</a>
</div>
</body>
Expand Down

0 comments on commit 84ea2e3

Please sign in to comment.