From c5c82d30bb7eb89e72d750a1b1c858326c8444fe Mon Sep 17 00:00:00 2001 From: Imabanana80 Date: Mon, 18 Sep 2023 13:25:59 +0800 Subject: [PATCH] format with prettier --- 404.html | 68 +++++---- index.html | 144 ++++++++++--------- licenses/CC-BY-NC-SA-4.0/index.html | 51 ++++--- licenses/CC-BY-SA-4.0/index.html | 50 ++++--- licenses/GPLv3/index.html | 2 +- licenses/GPLv3/notice/index.html | 42 +++--- licenses/MIT/index.html | 43 +++--- redirect/index.html | 62 +++++---- static/css/cursor.css | 10 +- static/css/font_rem.css | 6 +- static/css/footer.css | 28 ++-- static/css/hide_scrollbars.css | 4 +- static/css/link.css | 28 ++-- v2/index.html | 208 ++++++++++++++++++---------- v2/static/css/footer.css | 34 ++--- v2/static/css/navbar.css | 38 ++--- v2/static/css/scrollbar.css | 8 +- v2/static/css/zero.css | 8 +- 18 files changed, 486 insertions(+), 348 deletions(-) diff --git a/404.html b/404.html index 62da7e4..e69a4e1 100644 --- a/404.html +++ b/404.html @@ -1,28 +1,46 @@ + + + + + + + + + + + + 404 Not Found + - - - - - - - - - - - - 404 Not Found - - - -

404 Not Found

- Whoops! The page you are looking for has either moved or does not exist. :( -
- Go Home - - - - \ No newline at end of file + +

404 Not Found

+ Whoops! The page you are looking for has either moved or does not exist. :( +
+ Go Home + + + diff --git a/index.html b/index.html index 5e7db80..b0eaa67 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + Imabanana80 + + + + - - gtag("config", "G-DX5XNGQ778"); - + +

hello there

+ yes i own this domain +
+ no im not gonna make this look better +
+ maybe i will... if i feel like it +
+

Find me on

+ Twitch + Github + YouTube + Modrinth +
+
+ I am also a member of + Gerald +
+
+ feel free to dm me on discord @imabanana80 (#0001) +
+ Or you can + email + me too but like who still uses email. - -

hello there

- yes i own this domain -
- no im not gonna make this look better -
- maybe i will... if i feel like it -
-

Find me on

- Twitch - Github - YouTube - Modrinth -
-
- I am also a member of - Gerald -
-
- feel free to dm me on discord @imabanana80 (#0001) -
- Or you can - email - me too but like who still uses email. - -
- - - - - \ No newline at end of file +
+ + + + diff --git a/licenses/CC-BY-NC-SA-4.0/index.html b/licenses/CC-BY-NC-SA-4.0/index.html index 26d5095..65011ad 100644 --- a/licenses/CC-BY-NC-SA-4.0/index.html +++ b/licenses/CC-BY-NC-SA-4.0/index.html @@ -1,26 +1,39 @@ - - - - - - - - - - - - + + + + + + + + + + + Creative Commons BY-NC-SA License 4.0 - + - -
+  
+    
 Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. 
 
 To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/
 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
- - - \ No newline at end of file + + diff --git a/licenses/CC-BY-SA-4.0/index.html b/licenses/CC-BY-SA-4.0/index.html index 1d307bb..60880f1 100644 --- a/licenses/CC-BY-SA-4.0/index.html +++ b/licenses/CC-BY-SA-4.0/index.html @@ -1,25 +1,39 @@ - - - - - - - - - - - - + + + + + + + + + + + Creative Commons BY-SA License 4.0 - + - -
+  
+    
 Licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
 
 To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/
 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
- - - \ No newline at end of file + + diff --git a/licenses/GPLv3/index.html b/licenses/GPLv3/index.html index 597fd99..c21d885 100644 --- a/licenses/GPLv3/index.html +++ b/licenses/GPLv3/index.html @@ -23,7 +23,7 @@ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preambless The GNU General Public License is a free, copyleft license for software and other kinds of works. diff --git a/licenses/GPLv3/notice/index.html b/licenses/GPLv3/notice/index.html index 72ff5e5..6172499 100644 --- a/licenses/GPLv3/notice/index.html +++ b/licenses/GPLv3/notice/index.html @@ -1,21 +1,30 @@ - - - - - - - + + + + + + - - - - + + + + GNU General Public License v3 - + - -
+  
+    
 Copyright (C) 2023 Imabanana80
 
 This program is free software: you can redistribute it and/or modify
@@ -30,6 +39,5 @@
 
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <https://www.gnu.org/licenses/>.
- - - \ No newline at end of file + + diff --git a/licenses/MIT/index.html b/licenses/MIT/index.html index 193a87d..52f1ff0 100644 --- a/licenses/MIT/index.html +++ b/licenses/MIT/index.html @@ -1,20 +1,29 @@ - - - - - - - + + + + + + - - - + + + MIT License - + - -
+  
+    
 MIT License
 
 Copyright (c) 2023 Imabanana80
@@ -35,7 +44,7 @@
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
- - - \ No newline at end of file +SOFTWARE.
+ + diff --git a/redirect/index.html b/redirect/index.html index 27aab20..9f4e782 100644 --- a/redirect/index.html +++ b/redirect/index.html @@ -1,36 +1,44 @@ - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + Imabanana80 - + - + redirecting... (javascript needs to be enabled for this to work) -
Go Home +
Go Home - - - \ No newline at end of file + + diff --git a/static/css/cursor.css b/static/css/cursor.css index 0488141..12bface 100644 --- a/static/css/cursor.css +++ b/static/css/cursor.css @@ -1,15 +1,15 @@ html { - cursor: url('/static/assets/others/cursor.png'), none; + cursor: url("/static/assets/others/cursor.png"), none; } a:link { - cursor: url('/static/assets/others/cursor.png'), none; + cursor: url("/static/assets/others/cursor.png"), none; } a:visited { - cursor: url('/static/assets/others/cursor.png'), none; + cursor: url("/static/assets/others/cursor.png"), none; } a:active { - cursor: url('/static/assets/others/cursor.png'), none; -} \ No newline at end of file + cursor: url("/static/assets/others/cursor.png"), none; +} diff --git a/static/css/font_rem.css b/static/css/font_rem.css index 5a6c081..651dffc 100644 --- a/static/css/font_rem.css +++ b/static/css/font_rem.css @@ -1,5 +1,5 @@ -@import url('https://fonts.googleapis.com/css2?family=REM&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=REM&display=swap"); body { - font-family: 'REM', sans-serif; -} \ No newline at end of file + font-family: "REM", sans-serif; +} diff --git a/static/css/footer.css b/static/css/footer.css index b91eda6..70dc59e 100644 --- a/static/css/footer.css +++ b/static/css/footer.css @@ -1,21 +1,21 @@ .footer { - background-color: #222; - display: flex; - padding: 10px; - position: fixed; - left: 0; - bottom: 0; - width: 100%; - justify-content: left; + background-color: #222; + display: flex; + padding: 10px; + position: fixed; + left: 0; + bottom: 0; + width: 100%; + justify-content: left; } .footer a { - color: #fff; - text-decoration: none; - margin: 0; - transition: 0.3s; + color: #fff; + text-decoration: none; + margin: 0; + transition: 0.3s; } .footer a:hover { - color: #bdbdbd; -} \ No newline at end of file + color: #bdbdbd; +} diff --git a/static/css/hide_scrollbars.css b/static/css/hide_scrollbars.css index f9688c7..022306f 100644 --- a/static/css/hide_scrollbars.css +++ b/static/css/hide_scrollbars.css @@ -1,3 +1,3 @@ body { - overflow: hidden; -} \ No newline at end of file + overflow: hidden; +} diff --git a/static/css/link.css b/static/css/link.css index 1fbc065..f2c9f6e 100644 --- a/static/css/link.css +++ b/static/css/link.css @@ -1,16 +1,16 @@ - a:link { - color: rgb(135, 135, 241); - background-color: transparent; - text-decoration: none; - } +a:link { + color: rgb(135, 135, 241); + background-color: transparent; + text-decoration: none; +} - a:visited { - color: rgb(135, 135, 241); - background-color: transparent; - text-decoration: none; - } +a:visited { + color: rgb(135, 135, 241); + background-color: transparent; + text-decoration: none; +} - a:active { - color: rgb(103, 103, 241); - background-color: transparent; - } \ No newline at end of file +a:active { + color: rgb(103, 103, 241); + background-color: transparent; +} diff --git a/v2/index.html b/v2/index.html index 772a458..827f465 100644 --- a/v2/index.html +++ b/v2/index.html @@ -1,7 +1,6 @@ - - + @@ -12,11 +11,18 @@ - + - + @@ -24,94 +30,144 @@ Imabanana80 - - - - + + - +
- + - +
-
-

- Under Construction -

-

(omg fancy colors)

-
+
+

+ Under Construction +

+

(omg fancy colors)

+
- - - \ No newline at end of file + + diff --git a/v2/static/css/footer.css b/v2/static/css/footer.css index 269f41b..8ec0aa4 100644 --- a/v2/static/css/footer.css +++ b/v2/static/css/footer.css @@ -1,27 +1,27 @@ footer { - background-color: #222; - position: fixed; - left: 0; - bottom: 0; - width: 100%; + background-color: #222; + position: fixed; + left: 0; + bottom: 0; + width: 100%; } .footer_container { - width: 100%; - padding: 10px 25px 10px; - padding-left: 0; - display: flex; + width: 100%; + padding: 10px 25px 10px; + padding-left: 0; + display: flex; } .footer_icons { - display: flex; - align-content: center; - padding-left: 10%; + display: flex; + align-content: center; + padding-left: 10%; } .footer_icon { - display: flex; - align-items: center; - text-decoration: none; - padding: 4px 20%; -} \ No newline at end of file + display: flex; + align-items: center; + text-decoration: none; + padding: 4px 20%; +} diff --git a/v2/static/css/navbar.css b/v2/static/css/navbar.css index e5f3af9..9995cc0 100644 --- a/v2/static/css/navbar.css +++ b/v2/static/css/navbar.css @@ -1,32 +1,32 @@ .header { - position: relative; - top: 0; - left: 0; - width: 100%; - padding: 15px 10%; - background-color: #222; - display: flex; - justify-content: space-between; - align-items: center; - z-index: 100; + position: relative; + top: 0; + left: 0; + width: 100%; + padding: 15px 10%; + background-color: #222; + display: flex; + justify-content: space-between; + align-items: center; + z-index: 100; } .logo { - font-size: 25px; + font-size: 25px; } .logo:hover { - font-size: 25px; - color: #adadad; - transition: 0.3s; + font-size: 25px; + color: #adadad; + transition: 0.3s; } .navbar a { - font-size: 18px; - margin-left: 20px; - transition: 0.3s; + font-size: 18px; + margin-left: 20px; + transition: 0.3s; } .navbar a:hover { - color: #bdbdbd; -} \ No newline at end of file + color: #bdbdbd; +} diff --git a/v2/static/css/scrollbar.css b/v2/static/css/scrollbar.css index a98c2b5..340f826 100644 --- a/v2/static/css/scrollbar.css +++ b/v2/static/css/scrollbar.css @@ -1,11 +1,11 @@ ::-webkit-scrollbar { - width: 5px; + width: 5px; } ::-webkit-scrollbar-track { - box-shadow: inset 0 0 5px rgba(128, 128, 128, 0); + box-shadow: inset 0 0 5px rgba(128, 128, 128, 0); } ::-webkit-scrollbar-thumb { - background: #faff86; -} \ No newline at end of file + background: #faff86; +} diff --git a/v2/static/css/zero.css b/v2/static/css/zero.css index 45f760e..cca57b3 100644 --- a/v2/static/css/zero.css +++ b/v2/static/css/zero.css @@ -1,5 +1,5 @@ * { - margin: 0; - padding: 0; - box-sizing: border-box; -} \ No newline at end of file + margin: 0; + padding: 0; + box-sizing: border-box; +}