Initial commit of Astro version
2
public/.htaccess
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ErrorDocument 404 /404.html
|
||||
RedirectMatch 301 ^/tos(\/(index.html)?)?$ /terms_of_service/
|
||||
28
public/.well-known/webfinger
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"subject": "acct:BadManners@meow.social",
|
||||
"aliases": [
|
||||
"https://meow.social/@BadManners",
|
||||
"https://meow.social/users/BadManners"
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html",
|
||||
"href": "https://meow.social/@BadManners"
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/avatar",
|
||||
"type": "image/webp",
|
||||
"href": "https://badmanners.xyz/logo.webp"
|
||||
},
|
||||
{
|
||||
"rel": "self",
|
||||
"type": "application/activity+json",
|
||||
"href": "https://meow.social/users/BadManners"
|
||||
},
|
||||
{
|
||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||
"template": "https://meow.social/authorize_interaction?uri={uri}"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/android-chrome-384x384.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
9
public/browserconfig.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#37b340</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/fonts/jost-cyrillic-wght-italic.woff2
Normal file
BIN
public/fonts/jost-cyrillic-wght-normal.woff2
Normal file
BIN
public/fonts/jost-latin-ext-wght-italic.woff2
Normal file
BIN
public/fonts/jost-latin-ext-wght-normal.woff2
Normal file
BIN
public/fonts/jost-latin-wght-italic.woff2
Normal file
BIN
public/fonts/jost-latin-wght-normal.woff2
Normal file
13
public/licenses.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
The briefcase logo and Sam Brendan are copyrighted and trademarked by me.
|
||||
|
||||
All attributed artwork is copyrighted by their respective creators and distributed under non-commercial use.
|
||||
|
||||
The Jost* typeface is copyrighted by indestructible type* and is distributed under the SIL Open Font License v1.1: https://opensource.org/license/ofl-1-1
|
||||
|
||||
The SVG icons for Discord, Telegram, Signal, Mastodon, Bluesky, Weasyl, X, and Keybase were created for the Simple Icons project and are distributed under the Creative Commons Zero v1.0 Universal license: https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
The SVG icons for Eka's Portal, Fur Affinity, Inkbunny, SoFurry, and SubscribeStar were created by me for personal use, and are distributed under the Creative Commons Zero v1.0 Universal license: https://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
The generic SVG icons were created by Font Awesome and are distributed under CC-BY-4.0: https://creativecommons.org/licenses/by/4.0/
|
||||
|
||||
All third-party trademarks belong to their respective owners, and I'm not affiliated with any of them.
|
||||
BIN
public/logo.webp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
18
public/safari-pinned-tab.svg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="400.000000pt" height="400.000000pt" viewBox="0 0 400.000000 400.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,400.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1600 2960 l0 -80 -320 0 -320 0 0 -80 0 -80 -80 0 -80 0 0 -880 0
|
||||
-880 80 0 80 0 0 -80 0 -80 1040 0 1040 0 0 80 0 80 80 0 80 0 0 880 0 880
|
||||
-80 0 -80 0 0 80 0 80 -320 0 -320 0 0 80 0 80 -400 0 -400 0 0 -80z m-160
|
||||
-320 l0 -80 -160 0 -160 0 0 80 0 80 160 0 160 0 0 -80z m1440 0 l0 -80 -160
|
||||
0 -160 0 0 80 0 80 160 0 160 0 0 -80z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 857 B |
18
public/site.webmanifest
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||