more navbar cleanup
This commit is contained in:
parent
12cf18eb98
commit
d1893df679
1 changed files with 26 additions and 31 deletions
53
index.html
53
index.html
|
@ -92,19 +92,15 @@
|
||||||
id="menu3-0"
|
id="menu3-0"
|
||||||
>
|
>
|
||||||
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
|
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
|
||||||
<div class="container bg-[#171717]">
|
<div class="flex mx-2 my-3 bg-[#171717]">
|
||||||
<div class="navbar-brand">
|
<a href="https://hack.wpi.edu">
|
||||||
<span class="navbar-logo">
|
<img
|
||||||
<a href="https://hack.wpi.edu">
|
src="assets/images/goathacks2024goat3-96x106.png"
|
||||||
<img
|
alt="Hack@WPI 2021"
|
||||||
src="assets/images/goathacks2024goat3-96x106.png"
|
style="height: 3rem"
|
||||||
alt="Hack@WPI 2021"
|
/>
|
||||||
style="height: 3rem"
|
</a>
|
||||||
ckear />
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<button
|
<button
|
||||||
class="navbar-toggler"
|
class="navbar-toggler"
|
||||||
type="button"
|
type="button"
|
||||||
|
@ -158,11 +154,9 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="icons-menu">
|
<div class="icons-menu">
|
||||||
<!--
|
<a class="iconfont-wrapper" href="https://discord.gg/BbHQZYQ7">
|
||||||
<a class="iconfont-wrapper" href="https://discord.gg/BbHQZYQ7">
|
<span class="p-2 mbr-iconfont socicon-discord socicon"></span>
|
||||||
<span class="p-2 mbr-iconfont socicon-discord socicon"></span>
|
</a>
|
||||||
</a>
|
|
||||||
-->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -244,7 +238,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section> -->
|
</section> -->
|
||||||
|
|
||||||
<section
|
<section
|
||||||
data-bs-version="5.1"
|
data-bs-version="5.1"
|
||||||
class="slider4 mbr-embla cid-t5rSAuN6jS"
|
class="slider4 mbr-embla cid-t5rSAuN6jS"
|
||||||
id="slider4-10"
|
id="slider4-10"
|
||||||
|
@ -432,17 +426,16 @@
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
|
||||||
<div class="item-wrapper">
|
<div class="item-wrapper">
|
||||||
<div class="item-img -ml-40">
|
<div class="item-img -ml-40">
|
||||||
<img
|
<img
|
||||||
src="assets/images/14054333-3626242934684-2993608365764809290-o-708x469.jpg"
|
src="assets/images/14054333-3626242934684-2993608365764809290-o-708x469.jpg"
|
||||||
data-slide-to="7"
|
data-slide-to="7"
|
||||||
data-bs-slide-to="7"
|
data-bs-slide-to="7"
|
||||||
style="width: 50%; height: auto; object-fit: cover;"
|
style="width: 50%; height: auto; object-fit: cover"
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section
|
<section
|
||||||
|
@ -456,7 +449,9 @@
|
||||||
<h3
|
<h3
|
||||||
class="mbr-section-title mbr-fonts-style align-center m-0 display-2"
|
class="mbr-section-title mbr-fonts-style align-center m-0 display-2"
|
||||||
>
|
>
|
||||||
<strong class="text-white border-b-2 border-[#880217]">Sponsors</strong>
|
<strong class="text-white border-b-2 border-[#880217]"
|
||||||
|
>Sponsors</strong
|
||||||
|
>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mbr-gallery mt-4">
|
<div class="row mbr-gallery mt-4">
|
||||||
|
|
Loading…
Add table
Reference in a new issue