diff --git a/CNAME b/CNAME deleted file mode 100644 index 807027a..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wade.oldgate.org \ No newline at end of file diff --git a/LICENSE b/LICENSE index ca7d5e3..b662c09 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Wade +Copyright (c) 2023 Wade Waters Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 7ee85fd..0000000 --- a/_config.yml +++ /dev/null @@ -1,6 +0,0 @@ -theme: jekyll-theme-hacker - -plugins: - - jemoji - - jekyll-sitemap - - jekyll-seo-tag diff --git a/img/0356-166.webp b/img/0356-166.webp new file mode 100644 index 0000000..1b54121 Binary files /dev/null and b/img/0356-166.webp differ diff --git a/img/avatar.webp b/img/avatar.webp new file mode 100644 index 0000000..7fc1f69 Binary files /dev/null and b/img/avatar.webp differ diff --git a/img/favicon-128.webp b/img/favicon-128.webp new file mode 100644 index 0000000..ad8e0ce Binary files /dev/null and b/img/favicon-128.webp differ diff --git a/img/favicon-16.webp b/img/favicon-16.webp new file mode 100644 index 0000000..3467387 Binary files /dev/null and b/img/favicon-16.webp differ diff --git a/img/favicon-32.webp b/img/favicon-32.webp new file mode 100644 index 0000000..e8f7249 Binary files /dev/null and b/img/favicon-32.webp differ diff --git a/img/favicon-64.webp b/img/favicon-64.webp new file mode 100644 index 0000000..801c1d1 Binary files /dev/null and b/img/favicon-64.webp differ diff --git a/index.html b/index.html index 4f1d538..f38b26e 100644 --- a/index.html +++ b/index.html @@ -1,27 +1,30 @@ - - Wade Waters - + + + Wade Waters - - - - + + + + + - - - -
- Avatars -

Email

-

Github

-

Twitter

-

Twitch

-

Youtube

-
- - + + +
+ Avatar +

Email

+

Gitea

+

Mastodon

+

Youtube

+
+ + + \ No newline at end of file diff --git a/main.css b/main.css index ad1161f..67103c6 100644 --- a/main.css +++ b/main.css @@ -1,64 +1,43 @@ /* Sophia Darkmode, (Basic As Shit) -MIT License +https://sophia.wtf +CC BY-NC 4.0 */ +@import url("https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"); +@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400&display=swap'); body { - background: #0D1117; + background: #141729; } - -h1 a, -h2 a, -h3 a, -h4 a, -h5 a, -h6 a { +::-webkit-scrollbar { + display: none; +} +h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #fff; text-decoration: none; } - -h1 { +embed, +iframe, +object { + max-width: 100%; +} +h1,h2,h3,h4,h5,h6 { color: #fff; font-family: monospace, monospace; font-size: 2em; line-height: 1.5em; } - -h2 { - color: #fff; - font-family: monospace, monospace; - font-size: 1.5em; - line-height: 1.5em; +img.avatar{ + width: 200px; + height: 200px; + margin-top: 5px; + max-width: 100%; + max-height: 100%; } - -h3 { - color: #fff; - font-family: monospace, monospace; - font-size: 1.25em; - line-height: 1.5em; +div.footer{ + max-width: 100%; + max-height: 100%; } - -h4 { - color: #fff; - font-family: monospace, monospace; - font-size: 1.1em; - line-height: 1.5em; -} - -h5 { - color: #fff; - font-family: monospace, monospace; - font-size: 0.9em; - line-height: 1.5em; -} - -h6 { - color: #fff; - font-family: monospace, monospace; - font-size: 0.7em; - line-height: 1.5em; -} - sub { color: #fff; font-family: monospace, monospace; @@ -133,9 +112,12 @@ a { text-decoration: none; } - a:hover { + a:hover, + a:focus, + a:active + { border-bottom-color: transparent; - color: #7289DA !important; + color: #1BA965 !important; text-decoration: none; } strong, b {