commit 12017e2bae1948588de3acc09db5499da87db901 Author: Isaac Shoebottom Date: Mon Sep 26 19:50:45 2022 -0300 Initial commit diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..ae471f8 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..2298a9e Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..4f12795 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..b770438 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..4014d5c Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4334e8d Binary files /dev/null and b/favicon.ico differ diff --git a/glaceon.ani b/glaceon.ani new file mode 100644 index 0000000..071f7dc Binary files /dev/null and b/glaceon.ani differ diff --git a/glaceon.gif b/glaceon.gif new file mode 100644 index 0000000..21cbccd Binary files /dev/null and b/glaceon.gif differ diff --git a/image.jpg b/image.jpg new file mode 100644 index 0000000..de1611d Binary files /dev/null and b/image.jpg differ diff --git a/image2.jpg b/image2.jpg new file mode 100644 index 0000000..d357053 Binary files /dev/null and b/image2.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..fa256ee --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + Isaac's Website + + + + + +
+

Isaac's domain

+ +

List of things on this domain!

+ +
+ + +
+ Biden's America + It's ok little minion + It's the crazy frog! +
+ diff --git a/mstile-144x144.png b/mstile-144x144.png new file mode 100644 index 0000000..4fa67c5 Binary files /dev/null and b/mstile-144x144.png differ diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100644 index 0000000..2fe077a Binary files /dev/null and b/mstile-150x150.png differ diff --git a/mstile-310x150.png b/mstile-310x150.png new file mode 100644 index 0000000..a497757 Binary files /dev/null and b/mstile-310x150.png differ diff --git a/mstile-310x310.png b/mstile-310x310.png new file mode 100644 index 0000000..12fdd7f Binary files /dev/null and b/mstile-310x310.png differ diff --git a/mstile-70x70.png b/mstile-70x70.png new file mode 100644 index 0000000..ceab46e Binary files /dev/null and b/mstile-70x70.png differ diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg new file mode 100644 index 0000000..7ecaca2 --- /dev/null +++ b/safari-pinned-tab.svg @@ -0,0 +1,23 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..4af6694 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Isaac's Website", + "short_name": "Isaac's Website", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/style.css b/style.css new file mode 100644 index 0000000..738a1b1 --- /dev/null +++ b/style.css @@ -0,0 +1,28 @@ +.text { + font-family: 'Trebuchet MS', sans-serif; + margin: 0 auto; + max-width:300px; + width: 50%; + line-height:1.6; + font-size:18px; + color:#444; + padding:010px; + left: 50%; + top: 50%; +} +h1 { + line-height:1.2; +} +html { + cursor:url(troll.cur),url(glaceon.gif),auto; +} + +.image { + padding-top: 10px; + padding-bottom: 10px; + max-width: none; + margin-left: auto; + margin-right: auto; + object-fit: contain; + display: block; +} diff --git a/troll.cur b/troll.cur new file mode 100644 index 0000000..8f3283a Binary files /dev/null and b/troll.cur differ