diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png deleted file mode 100644 index ae471f8..0000000 Binary files a/android-chrome-192x192.png and /dev/null differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png deleted file mode 100644 index 4f12795..0000000 Binary files a/apple-touch-icon.png and /dev/null differ diff --git a/browserconfig.xml b/browserconfig.xml deleted file mode 100644 index b3930d0..0000000 --- a/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #da532c - - - diff --git a/favicon-16x16.png b/favicon-16x16.png deleted file mode 100644 index b770438..0000000 Binary files a/favicon-16x16.png and /dev/null differ diff --git a/favicon-32x32.png b/favicon-32x32.png deleted file mode 100644 index 4014d5c..0000000 Binary files a/favicon-32x32.png and /dev/null differ diff --git a/android-chrome-512x512.png b/favicon.png similarity index 100% rename from android-chrome-512x512.png rename to favicon.png diff --git a/safari-pinned-tab.svg b/favicon.svg similarity index 91% rename from safari-pinned-tab.svg rename to favicon.svg index 7ecaca2..354dca3 100644 --- a/safari-pinned-tab.svg +++ b/favicon.svg @@ -7,8 +7,7 @@ Created by potrace 1.14, written by Peter Selinger 2001-2017 - + - - - - - - + - - + - Isaac's Website - - - -
+ +

Isaac's Homepage

-
-

Dark Mode

-
- -
-
+
+
+
List of things on this domain!
+ +
+
+
Link tree
+
-

List of things on this domain!

-
- - -
- Biden's America - It's ok little minion - It's the crazy frog! -
- \ No newline at end of file diff --git a/mstile-144x144.png b/mstile-144x144.png deleted file mode 100644 index 4fa67c5..0000000 Binary files a/mstile-144x144.png and /dev/null differ diff --git a/mstile-150x150.png b/mstile-150x150.png deleted file mode 100644 index 2fe077a..0000000 Binary files a/mstile-150x150.png and /dev/null differ diff --git a/mstile-310x150.png b/mstile-310x150.png deleted file mode 100644 index a497757..0000000 Binary files a/mstile-310x150.png and /dev/null differ diff --git a/mstile-310x310.png b/mstile-310x310.png deleted file mode 100644 index 12fdd7f..0000000 Binary files a/mstile-310x310.png and /dev/null differ diff --git a/mstile-70x70.png b/mstile-70x70.png deleted file mode 100644 index ceab46e..0000000 Binary files a/mstile-70x70.png and /dev/null differ diff --git a/site.webmanifest b/site.webmanifest deleted file mode 100644 index 4af6694..0000000 --- a/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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/stream.html b/stream.html deleted file mode 100644 index ed97066..0000000 --- a/stream.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - Isaac's Stream - - - - - - - \ No newline at end of file diff --git a/style.css b/style.css deleted file mode 100644 index 8e58309..0000000 --- a/style.css +++ /dev/null @@ -1,125 +0,0 @@ -.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; */ - display: none; -} -/* -#dark-mode{ - text-align: center; -} - -#dark-mode #button-1 { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} -*/ - -/* Button css */ -#button-1 .knobs:before { - content: ''; - position: absolute; - top: 4px; - left: 4px; - width: 20px; - height: 10px; - color: #fff; - font-size: 10px; - font-weight: bold; - text-align: center; - line-height: 1; - padding: 9px 4px; - background-color: #fff; - border-radius: 50%; - transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all; - box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.35), 0 10px 10px -5px rgba(0, 0, 0, 0.20); -} - -#button-1 .checkbox:checked+.knobs:before { - content: ''; - left: 32px; - background-color: #fff; -} - -#button-1 .checkbox:checked~.layer { - background-color: #1f1f1f; -} - -#button-1 .knobs, -#button-1 .knobs:before, -#button-1 .layer { - transition: 0.3s ease all; -} - -.knobs, -.layer { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; -} - -.button { - position: relative; - top: 50%; - width: 65px; - height: 36px; - margin: -20px auto 0 auto; - overflow: hidden; - margin: 0; -} - -.button.r, -.button.r .layer { - border-radius: 100px; -} - -.checkbox { - position: relative; - width: 100%; - height: 100%; - padding: 0; - margin: 0; - opacity: 0; - cursor: pointer; - z-index: 3; -} - -.knobs { - z-index: 2; -} - -.layer { - width: 100%; - background-color: #d3d3d3; - transition: 0.3s ease all; - z-index: 1; -} \ No newline at end of file