Update staff.html

This commit is contained in:
Derek 2025-03-06 02:28:37 +00:00
parent 5a13d1f68d
commit 616506703b

View file

@ -12,7 +12,7 @@
</head>
<body style="background-image: url(/img/bg.png);" class="bg-cover lg:">
<!--Navbar-->
<nav class="flex justify-center px-4 text-gray-800 bg-transparent">
<div class="container py-2">
@ -23,7 +23,7 @@
<a href="/"><img class="h-32 w-auto grow" src="/img/logo.png" alt="Logo"/></a>
</div>
<!--Change the # from href from Forum and Shop to your Server IP-->
<div class="flex mt-6 md:m-0">
<div class="-mx-4 uppercase border border-opacity-25 rounded-md shadow p-3">
<a href="/staff.html" class="px-3 text-m font-bold text-gray-100 font-medium hover:text-gray-300"><i class="fa fa-users"></i> Staff</a>
@ -33,10 +33,6 @@
</div>
</div>
</nav>
<!--Content-->
<!--Change "skeleton" from the links to your Names and change the Names from h3-->
<section class="mt-32 container mx-auto p-6">
<h2 class="text-gray-200 text-center font-medium capitalize text-xl md:text-2xl">Our Staff</h2>
@ -85,10 +81,6 @@
</div>
</div>
</footer>
<!--Scripts-->
<script src="https://leonardosnt.github.io/mc-player-counter/dist/mc-player-counter.min.js"></script>
</body>
</html>