Merge branch 'main' of https://github.com/cobblesteve01/Eaglercraft-Extras
This commit is contained in:
commit
c3ca943b45
3 changed files with 9 additions and 47 deletions
10
README.md
10
README.md
|
|
@ -1,5 +1,5 @@
|
|||
# Welcome to Eaglercraft Extras!
|
||||
This is a website similar to EaglerCrack (if you know it) where you can find all things related to Eaglercraft!
|
||||
This is a website similar to Eaglercrack (if you know it) where you can find all things related to Eaglercraft!
|
||||
There are currently 3 developers, and I am trying to update this as much as possible for it to be the best it can be.
|
||||
I recommend looking through some of the features below!
|
||||
|
||||
|
|
@ -16,14 +16,14 @@ I recommend looking through some of the features below!
|
|||
## Meet the Developers
|
||||
|
||||
### Hey there! I'm cobblesteve.
|
||||
I started this project in April, and I wanted it to become the alternative for EaglerCrack.
|
||||
I'm making it for a website I have right now, which currently uses EaglerCrack as a source.
|
||||
I started this project in April, and I wanted it to become the alternative for Eaglercrack.
|
||||
I'm making it for a website I have right now, which currently uses Eaglercrack as a source.
|
||||
|
||||
About Me:
|
||||
- Knows HTML and CSS
|
||||
- Learning JavaScript and Python
|
||||
- Barely knows Python
|
||||
- Has a YouTube channel ⟫ https://youtube.com/@cobblesteve.official
|
||||
- Has a YouTube channel --> https://youtube.com/@cobblesteve.official
|
||||
- Likes to play Minecraft, Geometry Dash, A Dance of Fire and Ice (ADOFAI), and more!
|
||||
- yea :D
|
||||
|
||||
|
|
@ -33,7 +33,6 @@ Here are some things about me:
|
|||
- Knows HTML, CSS, and Python
|
||||
- Learning JavaScript
|
||||
- Barely knows JavaScript
|
||||
- yea :D
|
||||
|
||||
|
||||
### Hey there! I'm Bahabryra.
|
||||
|
|
@ -42,6 +41,5 @@ Here are some things about me:
|
|||
- Knows HTML, CSS, and Scratch
|
||||
- Learning Python and JavaScript
|
||||
- Barely knows Python and Javascript
|
||||
- yea :D
|
||||
|
||||
### Thanks to Thundiverter for making the MC Quick Guide!
|
||||
|
|
|
|||
38
home.css
38
home.css
|
|
@ -226,40 +226,4 @@ ul {
|
|||
}
|
||||
.status.unknown span {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.skin-button {
|
||||
text-align: center;
|
||||
border-radius: 25px;
|
||||
height: 375px;
|
||||
width: 300px;
|
||||
font-size: 30px;
|
||||
font-family: inter-semibold;
|
||||
color: white;
|
||||
background-color: rgb(29, 29, 29);
|
||||
border-color: white;
|
||||
border-width: 0.5px;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
border-style: solid;
|
||||
cursor: pointer;
|
||||
transition: 0.3s;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.skin {
|
||||
height: 150px;
|
||||
margin-top: 15px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.download {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-radius: 12.5px;
|
||||
background-color: dodgerblue;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
|
|
@ -38,10 +38,10 @@
|
|||
<br><br>
|
||||
|
||||
<div class="container">
|
||||
<button class="skin-button">cobblesteve01
|
||||
<img class='skin' src="skins/images/cobblesteve-front.webp" alt="cobblesteve-front">
|
||||
<img class="skin" src="skins/images/cobblesteve-back.webp" alt="cobblesteve-back"><br><br>
|
||||
<a href="skins/cobblesteve01.png" download="" class="download"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 160%;'>file_download</span> Download</a>
|
||||
<button class="skin-button" style="text-align: center; border-radius: 25px; height: 375px; width: 300px; font-size: 30px; font-family: inter-semibold; color: white; background-color: rgb(29, 29, 29); border-color: white; border-width: 0.5px; box-shadow: none; outline: none; border-style: solid; cursor: pointer; transition: 0.3s; margin: 5px;">cobblesteve01
|
||||
<img class='skin' src="skins/images/cobblesteve-front.webp" alt="cobblesteve-front" style="height: 150px; margin-top: 15px; margin: 10px;">
|
||||
<img class="skin" src="skins/images/cobblesteve-back.webp" alt="cobblesteve-back" style="height: 150px; margin-top: 15px; margin: 10px;"><br><br>
|
||||
<a href="skins/cobblesteve01.png" download="" class="download" style="text-decoration: none; color: white; border-radius: 12.5px; background-color: dodgerblue; padding-top: 10px; padding-bottom: 10px; padding-right: 15px; padding-left: 15px;"><span class="material-icons-round" style='vertical-align: -3.5px; scale: 160%;'>file_download</span> Download</a>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue