- actually added the menu items -.-

This commit is contained in:
NickAtNite 2024-11-12 14:40:42 -05:00
parent 50fc5a1f4b
commit 3ff2bd291e
1 changed files with 7 additions and 2 deletions

View File

@ -37,7 +37,11 @@
<div class="d-flex flex-shrink-1 flex-nowrap glitch" style="height: 330px;/*background: #262626;*/"></div> <div class="d-flex flex-shrink-1 flex-nowrap glitch" style="height: 330px;/*background: #262626;*/"></div>
<ul class="list-group list-group-horizontal d-flex flex-shrink-1 justify-content-center flex-wrap justify-content-sm-center justify-content-md-center justify-content-lg-center justify-content-xl-center" style="background: #262626;border-style: none;"> <ul class="list-group list-group-horizontal d-flex flex-shrink-1 justify-content-center flex-wrap justify-content-sm-center justify-content-md-center justify-content-lg-center justify-content-xl-center" style="background: #262626;border-style: none;">
<li class="list-group-item text-start flex-shrink-1"> <li class="list-group-item text-start flex-shrink-1">
<div class="dropdown"><a class="text-center dropdown-toggle" href="index.html" style="/*font-family: 'PixelifySansVariableFont_wght';*//*font-size: 32px;*/transition: ease-in-out;" aria-expanded="false" data-bs-toggle="dropdown" type="button">Home</a><div class="dropdown-menu"><a class="dropdown-item" href="#">First Item</a><a class="dropdown-item" href="#">Second Item</a><a class="dropdown-item" href="#">Third Item</a></div></div> <div class="dropdown"><a class="text-center dropdown-toggle" href="index.html" style="/*font-family: 'PixelifySansVariableFont_wght';*//*font-size: 32px;*/transition: ease-in-out;" aria-expanded="false" data-bs-toggle="dropdown" type="button">Home</a><div class="dropdown-menu">
<a class="dropdown-item" href="#latest">Latest Videos</a>
<a class="dropdown-item" href="#">Servers</a>
<a class="dropdown-item" href="https://admin.breadnbudder.xyz/">Admin Login</a>
</div></div>
</li> </li>
<li class="list-group-item d-inline-flex flex-shrink-1"><a href="https://youtube.com/@breadnbuddergaming">Watch</a></li> <li class="list-group-item d-inline-flex flex-shrink-1"><a href="https://youtube.com/@breadnbuddergaming">Watch</a></li>
<li class="list-group-item d-inline-flex flex-shrink-1"><a href="https://twitch.tv/breadnbuddergaming" target="_blank">Live</a></li> <li class="list-group-item d-inline-flex flex-shrink-1"><a href="https://twitch.tv/breadnbuddergaming" target="_blank">Live</a></li>
@ -45,7 +49,7 @@
<li class="list-group-item d-inline-flex flex-shrink-1" style="border-style: none;"><a href="https://ko-fi.com/breadnbuddergaming" target="_blank">Support</a></li> <li class="list-group-item d-inline-flex flex-shrink-1" style="border-style: none;"><a href="https://ko-fi.com/breadnbuddergaming" target="_blank">Support</a></li>
</ul> </ul>
</section> </section>
<section> <section id="latest" name="latest">
<div class="container py-4 py-xl-5"> <div class="container py-4 py-xl-5">
<div class="row mb-5"> <div class="row mb-5">
<div class="col-md-8 col-xl-6 text-center mx-auto"> <div class="col-md-8 col-xl-6 text-center mx-auto">
@ -103,6 +107,7 @@
</div> </div>
</div> </div>
</section> </section>
<section id="servers"></section>
<footer class="text-end flex-shrink-1" style="position: fixed;width: 100%;left: 0;bottom: 0;"><small style="color: #ce8547;">BreadnBudder Gaming © 2024.&nbsp;All rights reserved.</small></footer> <footer class="text-end flex-shrink-1" style="position: fixed;width: 100%;left: 0;bottom: 0;"><small style="color: #ce8547;">BreadnBudder Gaming © 2024.&nbsp;All rights reserved.</small></footer>
<script src="assets/js/jquery.min.js"></script> <script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script> <script src="assets/bootstrap/js/bootstrap.min.js"></script>