-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
294 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<meta http-equiv="refresh" content="0.1; URL=https://discord.gg/MdquZ2Gdj9" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/links/style.css"> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://i.ibb.co/7zfYP6J/SP-Labs.png"> | ||
<title>SP | Links</title> | ||
</head> | ||
<body> | ||
<div> | ||
<div class="pfp"> | ||
<img src="/links/src/pfp.png" alt=""> | ||
</div> | ||
<div class="at"> | ||
<p><a href="/links/github">@A53o</a></p> | ||
</div> | ||
<div class="tags"> | ||
<p>• DEVELOPER - NERD - CREATOR •</p> | ||
</div> | ||
</div> | ||
<h3 style="text-align: center;">Socials</h3> | ||
<div class="container"> | ||
<div onclick="document.location='/links/yt'" class="links"><i class="bi bi-youtube"></i><a class="link" href="/links/yt/">YouTube</a></div> | ||
<div onclick="document.location='/links/yt2'" class="links"><i class="bi bi-youtube"></i><a class="link" href="/links/yt2/">Second YouTube</a></div> | ||
<div onclick="document.location='/links/yt3'" class="links"><i class="bi bi-youtube"></i><a class="link" href="/links/yt3/">Linux YouTube</a></div> | ||
<div onclick="document.location='/links/github'" class="links"><i class="bi bi-github"></i><a class="link" href="/links/github/">Github</a></div> | ||
<div onclick="document.location='/links/modrinth'" class="links"><i class="bi bi-globe"></i><a class="link" href="/links/modrinth/">Modrinth</a></div> | ||
</div> | ||
<h3 style="text-align: center;">Other Links</h3> | ||
<div class="container"> | ||
<div onclick="document.location='/links/spotify'" class="links"><i class="bi bi-spotify"></i><a class="link" href="/links/spotify/">Spotify</a></div> | ||
<div onclick="document.location='/links/spigot'" class="links"><i class="bi bi-globe"></i><a class="link" href="/links/spigot/">Spigot MC</a></div> | ||
<div onclick="document.location='/links/playlist'" class="links"><i class="bi bi-music-note-beamed"></i><a class="link" href="/links/playlist/">My Playlist</a></div> | ||
<div onclick="document.location='/links/projects'" class="links"><i class="bi bi-arrow-right-circle-fill"></i><a class="link" href="/links/projects/">Projects</a></div> | ||
<div onclick="document.location='/links/discord'" class="links"><i class="bi bi-discord"></i><a class="link" href="/links/discord/">Discord</a></div> | ||
</div> | ||
<footer> | ||
<p>© 2024 A53o</p> | ||
</footer> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/links/projects/style.css"> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://i.ibb.co/7zfYP6J/SP-Labs.png"> | ||
<title>SP | Links</title> | ||
</head> | ||
<body> | ||
<div> | ||
<div class="pfp"> | ||
<img src="/links/src/pfp.png" alt=""> | ||
</div> | ||
<div class="at"> | ||
<p><a href="/links/github">@A53o</a></p> | ||
</div> | ||
<div class="tags"> | ||
<p>• DEVELOPER - NERD - CREATOR •</p> | ||
</div> | ||
</div> | ||
<h3 style="text-align: center;">Projects</h3> | ||
<div class="container"> | ||
<div onclick="document.location='https://github.com/A53o/Slash-Lobby-Spigot'" class="links"><i class="bi bi-github"></i><a class="link" href="https://github.com/A53o/Slash-Lobby-Spigot">Slash Lobby Plugin</a></div> | ||
<div onclick="document.location='https://modrinth.com/modpack/bedwars-ready'" class="links"><i class="bi bi-globe"></i><a class="link" href="https://modrinth.com/modpack/bedwars-ready">Bedwars Modpack</a></div> | ||
<div onclick="document.location='https://modrinth.com/modpack/potato-update'" class="links"><i class="bi bi-globe"></i><a class="link" href="https://modrinth.com/modpack/potato-update">Potato Modpack</a></div> | ||
<div onclick="document.location='https://github.com/A53o/A53o.github.io'" class="links"><i class="bi bi-github"></i><a class="link" href="https://github.com/A53o/A53o.github.io">a53o.github.io</a></div> | ||
<div onclick="document.location='/links'" class="links"><i class="bi bi-arrow-left-circle-fill"></i><a class="link" href="/links/">Back to links</a></div> | ||
</div> | ||
|
||
<footer> | ||
<p>© 2024 A53o</p> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
|
||
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"); | ||
|
||
body { | ||
background-color: #000000; | ||
display: grid; | ||
font-family: Arial, Helvetica, sans-serif; | ||
color: #ffffff; | ||
} | ||
|
||
.header { | ||
display: flex; | ||
justify-content: right; | ||
padding-bottom: 3rem; | ||
color: #000000; | ||
} | ||
.content { | ||
filter: blur(6); | ||
padding: 0.75rem; | ||
border-radius: 100rem; | ||
background-color: #f0f0f0; | ||
width: 1.1rem; | ||
height: 1.1rem; | ||
text-align: center; | ||
position: fixed; | ||
top: 0; | ||
} | ||
|
||
.pfp img{ | ||
display: flex; | ||
border-radius: 100rem; | ||
border: 2px solid #ffffff; | ||
height: 6rem; | ||
width: 6rem; | ||
margin: 2rem; | ||
} | ||
|
||
.pfp { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.at { | ||
font-weight: 700; | ||
font-size: 1.4rem; | ||
text-align: center; | ||
} | ||
|
||
.tags { | ||
color: #959595; | ||
text-align: center; | ||
font-size: 1.3rem; | ||
} | ||
|
||
.links { | ||
background-color: #222222; | ||
padding: 0.9rem; | ||
width: 80%; | ||
max-width: 500px; | ||
font-size: 1.4rem; | ||
color: #ffffff; | ||
border-radius: 1.2rem; | ||
animation: nohover 0.5s; | ||
scale: 100%; | ||
} | ||
|
||
@keyframes hover { | ||
from {scale: 100%;} | ||
to {scale: 105%;} | ||
} | ||
|
||
@keyframes nohover { | ||
from {scale: 105%;} | ||
to {scale: 100%;} | ||
} | ||
|
||
.links:hover { | ||
animation: hover 0.5s; | ||
scale: 105%; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #ffffff; | ||
padding: 1rem; | ||
} | ||
|
||
.container { display: grid; | ||
grid-template-columns: 1fr; | ||
grid-template-rows: 1fr 1fr 1fr 1fr 1fr; | ||
gap: 16px 16px; | ||
grid-auto-flow: row; | ||
justify-items: center; | ||
grid-template-areas: | ||
"." | ||
"." | ||
"." | ||
"." | ||
"."; | ||
width: 100%; | ||
height: fit-content; | ||
} | ||
|
||
footer { | ||
display: flex; | ||
justify-content: center; | ||
margin-top: 10rem; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
|
||
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"); | ||
|
||
body { | ||
background-color: #000000; | ||
display: grid; | ||
font-family: Arial, Helvetica, sans-serif; | ||
color: #ffffff; | ||
} | ||
|
||
.header { | ||
display: flex; | ||
justify-content: right; | ||
padding-bottom: 3rem; | ||
color: #000000; | ||
} | ||
.content { | ||
filter: blur(6); | ||
padding: 0.75rem; | ||
border-radius: 100rem; | ||
background-color: #f0f0f0; | ||
width: 1.1rem; | ||
height: 1.1rem; | ||
text-align: center; | ||
position: fixed; | ||
top: 0; | ||
} | ||
|
||
.pfp img{ | ||
display: flex; | ||
border-radius: 100rem; | ||
border: 2px solid #ffffff; | ||
height: 6rem; | ||
width: 6rem; | ||
margin: 2rem; | ||
} | ||
|
||
.pfp { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.at { | ||
font-weight: 700; | ||
font-size: 1.4rem; | ||
text-align: center; | ||
} | ||
|
||
.tags { | ||
color: #959595; | ||
text-align: center; | ||
font-size: 1.3rem; | ||
} | ||
|
||
.links { | ||
background-color: #222222; | ||
padding: 0.9rem; | ||
width: 80%; | ||
max-width: 500px; | ||
font-size: 1.4rem; | ||
color: #ffffff; | ||
border-radius: 1.2rem; | ||
animation: nohover 0.5s; | ||
scale: 100%; | ||
} | ||
|
||
@keyframes hover { | ||
from {scale: 100%;} | ||
to {scale: 105%;} | ||
} | ||
|
||
@keyframes nohover { | ||
from {scale: 105%;} | ||
to {scale: 100%;} | ||
} | ||
|
||
.links:hover { | ||
animation: hover 0.5s; | ||
scale: 105%; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #ffffff; | ||
padding: 1rem; | ||
} | ||
|
||
.container { display: grid; | ||
grid-template-columns: 1fr; | ||
grid-template-rows: 1fr 1fr 1fr 1fr 1fr; | ||
gap: 16px 16px; | ||
grid-auto-flow: row; | ||
justify-items: center; | ||
grid-template-areas: | ||
"." | ||
"." | ||
"." | ||
"." | ||
"."; | ||
width: 100%; | ||
height: fit-content; | ||
} | ||
|
||
footer { | ||
display: flex; | ||
justify-content: center; | ||
margin-top: 10rem; | ||
} |