Compare commits
25 commits
strongsand
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
554fd8771c | ||
|
ef7b2d8e28 | ||
|
9069e56f5e | ||
|
ee4b3f76fc | ||
|
8dce64b71a | ||
|
9e3f84d704 | ||
|
1e6b643467 | ||
|
8f1c441d1a | ||
|
756bb74db1 | ||
|
db87c826d5 | ||
|
2582e46abd | ||
|
702f61ac79 | ||
|
b8ac77dd8b | ||
|
995814b15b | ||
86675e1653 | |||
8f55d67c47 | |||
48a9ae15cd | |||
2104fc16e3 | |||
6bdbfcd122 | |||
4011f61d64 | |||
3d568f7d54 | |||
102a286e31 | |||
b3c6efd68d | |||
31e2ca9172 | |||
53e30765ae |
12 changed files with 71 additions and 66 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
qna/
|
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal 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}"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
BIN
assets/button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -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 |
26
index.html
26
index.html
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
17
links.html
17
links.html
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue