Compare commits

...

2 Commits

Author SHA1 Message Date
0a14f93255 add some of frosts stuff 2024-12-16 14:32:20 -08:00
0f32921b6a fix about page stuff 2024-12-08 21:52:35 -08:00
2 changed files with 45 additions and 10 deletions

View File

@ -5,6 +5,18 @@
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link href="/styles/index.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<style>
body{
display: flex;
flex-direction: column;
}
p h3 h2 h1 {
color:black;
}
li {
color:black;
}
</style>
</head>
<body>
<div id="navbarContainer">
@ -25,12 +37,28 @@
<div id="centerThing">
<div id="aboutText">
<p id="aboutP">
CactusSMP is a Minecraft/Eaglercraft servr specializing in qiowjioqwe this server doesnt even exist what am i suposed to say
</p>
</div>
</div>
<div id="footer">
<p id="footerText">© CactusSMP Admins</p>
<div>
<h1>About CactusSMP</h1>
<h2>Welcome to CactusSMP!</h2>
<p>CactusSMP is a Minecraft server that brings together players from all over the world to create a fun, exciting, and engaging experience. Whether you're a builder, adventurer, or just looking to hang out with friends, CactusSMP is the place for you!</p>
<h3>Our Mission</h3>
<p>Our goal is to provide a community where players can enjoy Minecraft in a friendly and safe environment. We host events, challenges, and game modes that are designed to be enjoyable for players of all skill levels.</p>
<h3>What We Offer</h3>
<ul>
<li>Survival Multiplayer with a custom experience</li>
<li>Regular events and challenges</li>
<li>Friendly community and active staff</li>
<li>Custom plugins and features</li>
</ul>
<h3>Join Us!</h3>
<p>If you're ready to dive into the action, head to our <a href="/play">pl</p>
</p>
</div>
</div>
</body>
<div id="footer">
<p id="footerText">© CactusSMP Admins</p>
<div>
</html>

View File

@ -8,6 +8,7 @@
align-items: center;
width:96%;
height:100%;
z-index: 11111;
}
#navbarContainer{
display: flex;
@ -34,11 +35,12 @@
#footer{
background-color:grey;
display:flex;
position:absolute;
position:fixed;
justify-content: center;
align-items: center;
width:100%;
height: 10%;
bottom:0%;
}
body{
margin:0;
@ -46,11 +48,15 @@ body{
/* this ones jut some temporary shit i whipped up on a css gradient maker */
background: rgb(34,246,231);
background: linear-gradient(42deg, rgba(34,246,231,1) 0%, rgba(10,218,57,1) 46%, rgba(16,125,37,1) 100%);
height:100%
}
p {
color: white;
font-family: "Raleway", "Arial", sans-serif;
}
li h3 h2 h1{
font-family: "Raleway", "Arial", sans-serif;
}
#footerText {
color:black;
font-size: 10px;
@ -94,9 +100,8 @@ input{
display: flex;
justify-content: center;
align-items: center;
height: 70%;
height: fit-content;
width:90%;
z-index: 2;
padding: 20px;
}
#aboutP{
@ -109,4 +114,6 @@ input{
justify-content: center;
align-items: center;
height: 70%;
margin-top: 2%;
margin-bottom: 2%;
}