starting on the redesign (it doesnt look very good rn, will fix later

This commit is contained in:
Sequoia Haynes 2024-10-30 21:35:52 -07:00
parent 44a1b0a9e3
commit 11d787ef6a
2 changed files with 35 additions and 8 deletions

View File

@ -1,6 +1,6 @@
body { body {
font-family: 'Arial', sans-serif; font-family: 'Ubuntu', sans-serif;
background-color: #f1f1f1; background-color: #242323;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: center; text-align: center;
@ -159,11 +159,31 @@ button:hover {
} }
.footer { .footer {
margin-top: auto; margin-top: auto;
background-color: #ddd; background-color: #a6a6a6;
padding: 20px; padding-top: 20px;
width: 100%; width: 100%;
} top:80%;
position:fixed;
height:20%;
display:flex;
flex-wrap:wrap;
flex-flow:wrap-reverse;
align-content: space-evenly
}
.footer a {
font-size:12px;
padding: 10px 10px;
cursor: pointer;
border: none;
border-radius: 5px;
margin: 10px auto;
text-decoration: none;
display: inline-block;
max-width: 200px;
background-color:#d9d9d9 !important;
color:#000000 important;
}
.recommended { .recommended {
vertical-align: middle; vertical-align: middle;
margin-left: 5px; margin-left: 5px;
@ -174,4 +194,5 @@ button:hover {
font-family: "Poppins", sans-serif; font-family: "Poppins", sans-serif;
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
color:#ffffff;
} }

View File

@ -10,13 +10,17 @@
<link rel="stylesheet" href="css/popup.css"> <link rel="stylesheet" href="css/popup.css">
<link rel="stylesheet" href="css/searchbar.css"> <link rel="stylesheet" href="css/searchbar.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<h1>Welcome to EaglerCraftX</h1 class="title"> <h1>EAGLERCRAFT X CLIENT COLLECTION</h1 class="title">
<p>Site views counter:</p> <p>Site views counter:</p>
<div align='center'><a><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=177632&s=16' border='0' alt='View Counter'></a></div> <div><a><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=177632&s=16' border='0' alt='View Counter'></a></div>
<p>These clients might be outdated.</p> <p>These clients might be outdated.</p>
<p>Have any questions, bug reports or suggestions? Join our Discord server by pressing the button below!</p> <p>Have any questions, bug reports or suggestions? Join our Discord server by pressing the button below!</p>
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a> <a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
@ -86,7 +90,9 @@
<script src="js/searchbar.js"></script> <script src="js/searchbar.js"></script>
<div class="footer"> <div class="footer">
<p>I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p> <p id="topfootertext">I am not affiliated with EaglerCraft, Eagtek, Microsoft, or Mojang. I solely host these sites.</p>
<br>
<p id="bottomfootertext">By using this site you agree to Google Analytics being used on this site</p>
<a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a> <a href="https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io" class="source-btn" target="_blank">Github Repository</a>
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a> <a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
<a href="https://servers.eaglercraft.com/" target="_blank"><button>Server List</button></a> <a href="https://servers.eaglercraft.com/" target="_blank"><button>Server List</button></a>