Initial commit

This commit is contained in:
Spencer Pincott
2024-07-15 22:20:13 -04:00
commit 97737ca1ae
16618 changed files with 934131 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/images/fav/mstile-150x150.png"/>
<TileColor>#ff46e6</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,23 @@
<?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="220.000000pt" height="220.000000pt" viewBox="0 0 220.000000 220.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,220.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M215 1923 c-54 -4 -186 -24 -202 -30 -11 -4 -13 -144 -13 -753 l0
-748 113 -7 c109 -7 463 13 616 35 35 5 68 7 73 4 4 -3 8 -19 8 -35 0 -44 20
-117 36 -130 8 -6 14 -20 14 -30 0 -47 44 -25 142 69 47 46 108 81 140 82 4 0
20 -18 35 -41 l28 -40 73 -2 c82 -3 80 -7 57 88 -26 110 -21 151 30 230 25 39
45 73 45 76 0 22 -55 111 -80 129 -62 44 -39 61 124 90 181 32 287 72 450 172
123 74 179 126 211 195 34 70 26 100 -37 152 -96 78 -259 104 -390 63 -35 -11
-82 -25 -105 -31 -23 -6 -66 -32 -95 -57 -29 -24 -59 -43 -68 -42 -8 2 -57 67
-110 146 -68 101 -112 156 -155 192 -33 28 -61 55 -63 60 -2 6 -9 10 -16 10
-7 0 -21 9 -30 19 -10 11 -45 29 -79 42 -34 12 -68 27 -74 32 -7 5 -13 7 -13
4 0 -3 -28 4 -62 14 -125 39 -404 58 -603 42z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,14 @@
{
"name": "SpencAssemble",
"short_name": "SpencAssemble",
"icons": [
{
"src": "/images/fav/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}