Compare commits

..

25 commits

Author SHA1 Message Date
strongsand
554fd8771c add squeakable button 2025-04-11 23:15:16 -05:00
strongsand
ef7b2d8e28 update interacting page 2025-03-27 09:49:10 -05:00
strongsand
9069e56f5e add .gitignore 2025-03-25 10:10:18 -05:00
strongsand
ee4b3f76fc optimize pfp 2025-03-21 11:53:45 -05:00
strongsand
8dce64b71a deleted web manifest 2025-03-20 16:39:38 -05:00
strongsand
9e3f84d704 holy shit im bad at this 2025-03-20 16:28:27 -05:00
strongsand
1e6b643467 fuck 2025-03-20 16:28:15 -05:00
strongsand
8f1c441d1a oops fixed last commit 2025-03-20 16:27:47 -05:00
strongsand
756bb74db1 make all file paths relative 2025-03-20 16:19:41 -05:00
strongsand
db87c826d5 move fedi verification links to header 2025-03-20 16:16:48 -05:00
strongsand
2582e46abd updated button again 2025-03-20 15:01:42 -05:00
strongsand
702f61ac79 updated button 2025-03-20 14:39:36 -05:00
strongsand
b8ac77dd8b added website button, updated interacting page 2025-03-20 14:12:34 -05:00
strongsand
995814b15b updated stuff 2025-03-19 10:29:21 -05:00
86675e1653 Update not_found.html 2025-03-19 09:05:59 -04:00
8f55d67c47 Update interacting.html 2025-03-19 09:05:24 -04:00
48a9ae15cd Update links.html 2025-03-19 09:04:15 -04:00
2104fc16e3 Update fursona.html 2025-03-19 09:03:53 -04:00
6bdbfcd122 Update index.html 2025-03-19 09:02:32 -04:00
4011f61d64 Update MC username 2025-03-18 20:42:28 -04:00
3d568f7d54 Update not_found.html 2025-03-18 17:27:58 -04:00
102a286e31 Update links.html 2025-03-18 17:27:28 -04:00
b3c6efd68d Update fursona.html 2025-03-18 17:26:24 -04:00
31e2ca9172 Update interacting.html 2025-03-18 17:26:01 -04:00
53e30765ae update bio
Reviewed-on: #2
2025-03-18 17:23:57 -04:00
12 changed files with 71 additions and 66 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
qna/

15
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}

View file

@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="strongsand" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fursona | strongsand's domain</title>
@ -16,12 +15,13 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
<link href="https://booping.synth.download/@strongsand" rel="me">
</head>
<body>
<div class="navbar"><nav>
<a href="/">home</a>
<b>fursona</b>
<a href="index.html">home</a>
<b>about</b>
<a href="links.html">links</a>
<a href="interacting.html">interacting</a>
</nav></div>

BIN
assets/button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -1,21 +0,0 @@
{
"name": "strongsand's domain",
"short_name": "strongsand",
"icons": [
{
"src": "/assets/favicons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/favicons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -1,19 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="me" href="https://booping.synth.downlaod/@strongsand"/>
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="strongsand" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-control" content="public">
<title>strongsand's domain</title>
<link rel="preload" href="stylesheet.css" as="style" />
<link rel="stylesheet" href="stylesheet.css" />
<link href="https://booping.synth.download/@strongsand" rel="me">
<!-- Figure out a way to fetch this font asynchronously -->
<link rel="preconnect" href="https://fonts.googleapis.com">
@ -23,22 +22,22 @@
<body>
<div class="navbar"><nav>
<b>home</b>
<a href="fursona.html">fursona</a>
<a href="about.html">about</a>
<a href="links.html">links</a>
<a href="interacting.html">interacting</a>
</nav></div>
<br><hr>
<div class="pfp">
<a href="/assets/pfp.png"><img src="/assets/pfp-min.webp" width="250" height="250" alt="Headshot art of a blue protogen."></a>
<a href="assets/pfp.png"><img src="assets/pfp-min.webp" width="250" height="250" alt="Headshot art of a blue protogen."></a>
<br><div class="pfptext">my current pfp by Bl4K</div>
</div>
<header><h1>strongsand's domain</h1></header>
<main>
<p>hi! i'm strongsand, a very fluffy, very gay dog-protogen. my hobbies include barking on the internet, video games, messing with computers, and being gay. i'm currently in high school and i plan to go into cybersecurity.</p>
<p>hi! i'm strongsand, a very fluffy, very gay dog-protogen. my hobbies include barking on the internet, video games, and messing with computers. i'm currently in high school and i plan to go into cybersecurity.</p>
<p>this website is incomplete right now, but it will have commissioned furry art, stuff about me, guidelines for interacting with me, and my online accounts.</p>
<p>and i enjoy talking to people, so if you're bored i'm <a href="links.html">here</a>.</p>
<p>and i enjoy talking to people, so if you're bored i'm here.</p>
</main>
<br>
@ -46,15 +45,18 @@
<div class="contentbox">
<h2>buttons</h2>
<p>
<a href="https://trinkey.com/" target="_blank"><img src="https://trinkey.com/img/88x31.png" width="88" height="31" alt="trinkey"></a>
<a href="https://trinkey.com" target="_blank"><img src="https://trinkey.com/img/88x31.png" width="88" height="31" alt="trinkey"></a>
<a href="https://synth.download"><img src="https://synth.download/assets/buttons/sneexy.svg" width="88" height="31" alt="Sneexy"></a>
<a href="https://beepi.ng"><img src="https://beepi.ng/88x31.png" width="88" height="31" alt="unnick"></a>
<a href="https://n.kitsu.page"><img src="https://n.kitsu.page/button.png" width="88" height="31" alt="n*"/></a>
<a href="https://pquirrel.neocities.org"><img src="https://pquirrel.neocities.org/buttons/self_dark.png" width="88" height="31" alt="pquirrel"/></a>
<a href="https://hexaitos.com"><img src="https://hexaitos.com/assets/images/buttons/websites/hexaitos.png" width="88" height="31" alt="Hexaitos"/></a>
<!--<a href="https://keithhacks.cyou"><img src="https://keithhacks.cyou/assets/site_button.gif" width="88" height="31" alt="~keith"/></a> -->
<a href="https://keithhacks.cyou"><img src="https://keithhacks.cyou/assets/site_button.gif" width="88" height="31" alt="~keith"/></a>
<a href="https://notfire.cc"><img src="https://notfire.cc/design/images/buttons/notfire-cc-88x31-af-darkv.gif" width="88" height="31" alt="notfire"/></a>
<a href="https://squeakable.dev"><img src="https://squeakable.dev/assets/buttons/squeakable.png" width="88" height="31" alt="Squeakable"/></a>
</p>
<img src="assets/button.png" width="88" height="31" alt="strongsand"><br>
my button
</div>

View file

@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="strongsand" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>interacting | strongsand's domain</title>
@ -16,12 +15,12 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
<link href="https://booping.synth.download/@strongsand" rel="me">
</head>
<body>
<div class="navbar"><nav>
<a href="/">home</a>
<a href="fursona.html">fursona</a>
<a href="index.html">home</a>
<a href="about.html">about</a>
<a href="links.html">links</a>
<b>interacting</b>
</nav></div>
@ -32,8 +31,18 @@
<main>
<h2>addressing me</h2>
<p>
i go by <b>it/its</b>. this makes some people uncomfortable, so if you don't like that, i prefer <b>he/him</b>. but i'm really fine with being called anything (they/them, she/her, nepronouns, etc.) as long as i know you're talking to me.
i go by <b>it/its</b>. this makes some people uncomfortable, so if you don't like that, i prefer <b>he/him</b>. but i don't mind being called anything (they/them, she/her, nepronouns, etc.) as long as i know you're talking to me. also, i am a therian. <b>please don't refer to me as "human."</b> calling me a person is okay. i don't mind if you make mistakes.
</p>
<h2>i am a minor</h2>
<p>
please keep in mind my age when talking to me. use your common sense.
</p>
<h2>compliments</h2>
<p2>
i like being called cute, pretty, anything along those lines. you can also call me a good boy. unless ive stated otherwise, this is platonic
</p2>
</main>
</body>

View file

@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="strongsand" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>links | strongsand's domain</title>
@ -16,12 +15,12 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
<link href="https://booping.synth.download/@strongsand" rel="me">
</head>
<body>
<div class="navbar"><nav>
<a href="/">home</a>
<a href="fursona.html">fursona</a>
<a href="index.html">home</a>
<a href="about.html">about</a>
<b>links</b>
<a href="interacting.html">interacting</a>
</nav></div>
@ -73,7 +72,7 @@
i play a lot of games. hmu if you want to play anything.
</p><br>
<b>- minecraft:</b> <a href="https://namemc.com/profile/StrongSand94191" target="_blank">StrongSand94191</a>
<b>- minecraft:</b> <a href="https://namemc.com/profile/StrongSand" target="_blank">StrongSand</a>
<p>
i play minecraft with my friends infrequently and i have experience hosting servers so if you wanna play hmu. i am also currently active on the starlight network server.
</p><br>

View file

@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="strongsand" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found | strongsand's domain</title>
@ -16,11 +15,12 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
<link href="https://booping.synth.download/@strongsand" rel="me">
</head>
<body>
<div class="navbar"><nav>
<a href="/">home</a>
<a href="fursona.html">fursona</a>
<a href="index.html">home</a>
<a href="about.html">about</a>
<a href="links.html">links</a>
<a href="interacting.html">interacting</a>
</nav></div>
@ -30,7 +30,7 @@
<main>
uhh i think you have the wrong link <br>
or maybe i messed up :3 <br>
<a href="/">go back to home page</a>
<a href="index.html">go back to home page</a>
</main>
</body>
</html>