Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cobblesteve01 committed Jun 17, 2024
2 parents 8ba599b + 3ea5cbc commit c3ca943
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 47 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand All @@ -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

Expand All @@ -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.
Expand All @@ -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 changes: 1 addition & 37 deletions home.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
8 changes: 4 additions & 4 deletions skins.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ <h1 align="center" style="font-size: 54px; margin-bottom: -10px;">Skins</h1>
<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>&nbsp;&nbsp;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>&nbsp;&nbsp;Download</a>
</button>
</div>

Expand Down

0 comments on commit c3ca943

Please sign in to comment.