Skip to content

my-feature #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
55e9176
Update site files for GitHub Pages
ecyrbka Jun 4, 2025
077d3e4
added some extra futa
ecyrbka Jun 4, 2025
6756a32
feat: add docs folder with website files
ecyrbka Jun 4, 2025
29dc22d
Move docs folder to repo root
ecyrbka Jun 4, 2025
e789532
Add website files
ecyrbka Jun 4, 2025
2692d1a
feat: my new feature
ecyrbka Jun 4, 2025
a8b4009
i added a little extra futa lol
ecyrbka Jun 4, 2025
39c71f7
Move site files into docs folder
ecyrbka Jun 4, 2025
b31ed89
Save changes before switching branches
ecyrbka Jun 4, 2025
e0f5d36
Save changes before update
ecyrbka Jun 4, 2025
f9bbc7b
im so tired bro
ecyrbka Jun 4, 2025
ddaea8d
Ignore .DS_Store files
ecyrbka Jun 4, 2025
ae67380
Removed broken submodule 'links'
ecyrbka Jun 4, 2025
741736c
Update index.html
ecyrbka Jun 5, 2025
5349d73
Update style.css
ecyrbka Jun 5, 2025
5f8a8a5
Update index.html
ecyrbka Jun 5, 2025
779b2ab
Update style.css
ecyrbka Jun 5, 2025
78e7eff
Update index.html
ecyrbka Jun 5, 2025
d5fd60d
Font fix
ecyrbka Jun 5, 2025
6bebe98
Update style.css
ecyrbka Jun 5, 2025
a81344e
Update style.css
ecyrbka Jun 5, 2025
1b763aa
Update style.css
ecyrbka Jun 10, 2025
fbe8faa
Update style.css
ecyrbka Jun 10, 2025
156c379
Update style.css
ecyrbka Jun 10, 2025
558acce
Update style.css
ecyrbka Jun 10, 2025
f49c52d
Update style.css
ecyrbka Jun 10, 2025
9af9cbd
Update index.html
ecyrbka Jun 10, 2025
eec5f63
Update index.html
ecyrbka Jun 10, 2025
22a5abd
Update style.css
ecyrbka Jun 11, 2025
0796c23
Update links.pub
ecyrbka Jun 11, 2025
f67b3fe
Update links
ecyrbka Jun 11, 2025
262436b
Update index.html
ecyrbka Jul 11, 2025
4c94f20
Update index.html
ecyrbka Jul 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
3 changes: 3 additions & 0 deletions docs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
File renamed without changes.
File renamed without changes.
77 changes: 77 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my little linktree</title>
<!-- Favicon -->
<link rel="icon" href="https://avatars.githubusercontent.com/u/211959965?v=4" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css">
</head>

<body>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- End of Parallax Pixel Background Animation -->

<a id="profilePicture" href="#popup">
<img src="https://avatars.githubusercontent.com/u/211959965?v=4" alt="Profile Picture">
</a>

<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="https://avatars.githubusercontent.com/u/211959965?v=4" target="_blank">
<img src="https://avatars.githubusercontent.com/u/211959965?v=4" alt="Profile Picture">
</a>
</div>
<div class="popup-quote">
"My strike zone for women lies between seven and twelve years old..."
</div>
<a class="popup-close" onclick="history.back()">&times;</a>
</div>
</div>

<div id="userName">
wowowowow i have my own linktree isn't that cool
</div>

<div id="links">
<a class="link" href="https://www.roblox.com/users/2742978976/profile" target="_blank">
<i class="fa fa-play-circle">&nbsp;</i>Roblox
</a>
<a class="link" href="https://www.instagram.com/autismgrapist" target="_blank">
<i class="fab fa-instagram">&nbsp;</i>Instagram
</a>
<a class="link" href="https://open.spotify.com/user/31o5ld3xsbqgdnmss7onucaozmca" target="_blank">
<i class="fab fa-spotify">&nbsp;</i>Spotify
</a>
<a class="link" href="https://pinterest.com/lethamist/" target="_blank">
<i class="fab fa-pinterest">&nbsp;</i>Pinterest
</a>
<a class="link" href="https://myanimelist.net/profile/lethamite" target="_blank">
<i class="fa fa-play-circle">&nbsp;</i>MyAnimeList
</a>
<a class="link" href="https://steamcommunity.com/id/StoneColdAgent/" target="_blank">
<i class="fab fa-steam">&nbsp;</i>Steam
</a>
<a class="link" href="https://vndb.org/u295866/ulist?f=&l=0&l=1&l=2&l=3&l=4&l=7&mul=0&p=1&s=3q01" target="_blank">
<i class="fa fa-play-circle">&nbsp;</i>VNDB
</a>
<a class="link" href="https://twitter.com/cvnnyleth" target="_blank">
<i class="fab fa-twitter">&nbsp;</i>Twitter
</a>
</div>

<div id="hashtag">
#GoonToFuta
</div>
</body>
</html>
1 change: 1 addition & 0 deletions docs/links
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
private key o algx
1 change: 1 addition & 0 deletions docs/links.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WOAH bro
Binary file added docs/reizei_mako_17597.webp
Binary file not shown.
File renamed without changes
Loading