Skip to content

Commit

Permalink
js reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
KAKXER committed Apr 28, 2024
1 parent 813d5bd commit 38b740e
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 8 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@
<div class="about-section">
<div class="title-body">ABOUT ME</div>

<span class="about-me">At the age of 14, I became interested in developing and worked in various fields.<br>
This page is for getting to know more about me and my activities in various fields.<br><br>
Need help building your custom project? <a href="https://discord.com/users/543465365057961986" target="_blank" title="https://discord.com/users/543465365057961986">You can contact me!</a>
</span>
<span class="about-me"></span>
</div>
<div class="title-body">ROLES</div>
<div class="roles-body">
Expand Down
Binary file added public/status/offline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 76 additions & 1 deletion scripts/static.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
██╔═██╗ ██╔══██║██╔═██╗ ██╔██╗ ██╔══╝ ██╔══██╗
██║ ██╗██║ ██║██║ ██╗██╔╝ ██╗███████╗██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
Made with ❤️ by KAKXER, Copyright © 2023 All rights of this site are reserved */
Made with ❤️ by KAKXER, Copyright © 2024 All rights of this site are reserved */

@import url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/source.min.css);

Expand Down Expand Up @@ -223,7 +223,7 @@ body {
height: 19vw;
width: 100%;
height: 100%;
background-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/2023-12-13/sakura/intro.png");
/* background-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/2023-12-13/sakura/intro.png"); */
background-size: 100% 100%;
border-radius: 8px;
pointer-events: none;
Expand All @@ -234,7 +234,7 @@ body {
content: "";
width: 100%;
height: 100%;
background-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/2e46d5d2d9e/sakura/loop.png");
background-image: var(--after-background);
background-size: 100% 100%;
border-radius: 8px;
}
Expand Down

0 comments on commit 38b740e

Please sign in to comment.