Removed all the discord widget stuff because the site broke

This commit is contained in:
PrestonT500 2024-09-20 13:12:06 -07:00
parent 214268289a
commit 04913cbdd7
2 changed files with 39 additions and 50 deletions

View File

@ -14,11 +14,13 @@ h1 {
color: #333;
}
h2, p {
h2,
p {
color: #555;
}
button, .dropdown-btn {
button,
.dropdown-btn {
background-color: #4caf50;
color: white;
padding: 10px 20px;
@ -124,15 +126,3 @@ button:hover {
width: 20px;
height: 20px;
}
.main-container {
position: relative;
display: flex;
justify-content: center;
align-items: flex-start;
}
.version-sections {
text-align: center;
width: 100%;
}

View File

@ -29,8 +29,6 @@
<input type="text" id="search-bar" placeholder="Search Clients...">
</div>
<div class="main-container">
<div class="version-sections">
<!-- Version 1.8 Section -->
<div id="desktopVersion18">
<p class="version-text">Version 1.8</p>
@ -63,7 +61,8 @@
<a class="version-link filter-button" href="/eagler-files/mobile/1.5.2/EaglerMobile/index.html"><button>EaglerMobile 1.5.2</button></a>
<a class="version-link filter-button" href="/eagler-files/mobile/1.5.2/EaglerPocketMobile/index.html"><button>EaglerPocketMobile 1.5.2</button></a>
</div>
</div>
<script src="js/mobilecheck.js"></script>
<script src="js/searchbar.js"></script>