Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AldessScratch authored Dec 23, 2023
1 parent fe1bfbf commit 52509e6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
Binary file added img/launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/launcher2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/launcher3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions info.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
</div>
<div class="home">
<h2 data-aos="zoom-in">About me <i class="bx bx-info-circle"></i></h2>
<p data-aos="fade-up">Hey, it's me Aldess, I'm a french teenager and I love coding in my free time. I learnt html and css 2 years ago then js gradually. I also love drawing.</p>
<p data-aos="fade-up">M.D. ❤️</p>
<p data-aos="fade-up">Hey, it's me Aldess, I'm a french teenager and I love coding in my free time. I learnt html and css 2 years ago then js gradually. I also love drawing. I'm a mod @ Soar Client and a dev @ Aetherium Client</p>
<img data-aos="zoom-out" class="skillicons" src="https://skillicons.dev/icons?i=html,css,js,discord,netlify,github,replit,vscode,cloudflare&perline=3" alt="skillicons">
</div>
<script>
Expand Down
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ body {
height: 200px;
border-radius: 20px;
}
.header {
margin-top: 50px;
}
}
@media screen and (max-width: 975px) {
.widget.right{
Expand Down Expand Up @@ -292,12 +295,14 @@ margin: 5px 20px;
flex-direction: column;
}
.bigwidgettext{
text-align: center;
color: #fff;
font-size: 30px;
font-weight: 600;
filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.4));
}
.widget p {
text-align: center;
color: #fff;
filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 0.4));
}
Expand All @@ -306,4 +311,4 @@ margin: 5px 20px;
width: 90%;
flex-wrap: wrap;
display: flex;
}
}
11 changes: 10 additions & 1 deletion tim.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,21 @@
<div class="home">
<h2 data-aos="zoom-in">Things I made :D</h2>
<div class="cards" id="cards">
<div class="card">
<div class="imgcontainer">
<img data-original="img/launcher.png" src="img/launcher.png">
<img style="display: none;" data-original="img/launcher2.png" src="img/launcher2.png">
<img style="display: none;" data-original="img/launcher3.png" src="img/launcher3.png">
</div>
<div class="cardtext">Aetherium Launcher</div>
<div class="carddesc">Frontend for Aetherium Client Launcher. Looks very nice in my opinion</div>
</div>
<div class="card">
<div class="imgcontainer">
<img data-original="img/aetherium.png" src="img/aetherium.png">
<img style="display: none;" data-original="img/aetherium2.png" src="img/aetherium2.png">
</div>
<div class="cardtext">Aetherium Client website <i onclick="window.open('https://aetherium.club/')" class="bx bx-link-external small"></i> <i onclick="window.open('https://github.com/Aetherium-Development/Aetherium-Development.github.io')" class="bx bxl-github"></i></div>
<div class="cardtext">Aetherium Client website <i onclick="window.open('https://aetherium.club/')" class="bx bx-link-external small"></i></div>
<div class="carddesc">Cleanest website I've ever made (so far)</div>
</div>
<div class="card">
Expand Down

0 comments on commit 52509e6

Please sign in to comment.