updated site
This commit is contained in:
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2022 Wade
|
Copyright (c) 2023 Wade Waters
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
theme: jekyll-theme-hacker
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- jemoji
|
|
||||||
- jekyll-sitemap
|
|
||||||
- jekyll-seo-tag
|
|
BIN
img/0356-166.webp
Normal file
BIN
img/0356-166.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 MiB |
BIN
img/avatar.webp
Normal file
BIN
img/avatar.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
img/favicon-128.webp
Normal file
BIN
img/favicon-128.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
img/favicon-16.webp
Normal file
BIN
img/favicon-16.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
img/favicon-32.webp
Normal file
BIN
img/favicon-32.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
img/favicon-64.webp
Normal file
BIN
img/favicon-64.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
41
index.html
41
index.html
@ -1,27 +1,30 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
<title>Wade Waters
|
<head>
|
||||||
</title>
|
<title>Wade Waters</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<link href="https://cdn.statically.io/icon/g/w.png" rel="icon" type="image/png" />
|
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
|
||||||
<meta name="twitter:title" content="Wade Waters">
|
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
|
||||||
<meta property="og:url" content="https://wade.oldgate.org">
|
<link rel="icon" type="image/png" href="/img/favicon-128.webp" sizes="128x128">
|
||||||
|
<meta property="og:url" content="https://wade.sop.wtf">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:title" content="Wade Waters">
|
<meta property="og:title" content="Wade Waters">
|
||||||
<meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg">
|
<meta property="og:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg">
|
||||||
<meta name="twitter:image" content="https://cdn.statically.io/og/theme=dark/Wade%20Waters.jpg">
|
<link rel="stylesheet" href="/main.css">
|
||||||
<link rel="stylesheet" href="main.css">
|
</head>
|
||||||
</head>
|
<div class="align-center">
|
||||||
<center>
|
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
|
||||||
<img src="https://avatars.githubusercontent.com/u/89798181?v=4" alt="Avatars"style="width:200px;height:200px;" >
|
<h2><a href="mailto:waterwade@protonmail.com">Email</a></h2>
|
||||||
<h2><a href="mailto:lol@danklin.xyz">Email</a></h2>
|
<h2><a href="https://sop.wtf/wwgit">Gitea</a></h2>
|
||||||
<h2><a href="https://sop.wtf/wwgithub">Github</a></h2>
|
<h2><a href="https://sop.wtf/wwmas">Mastodon</a></h2>
|
||||||
<h2><a href="https://sop.wtf/wwtwitter">Twitter</a></h2>
|
|
||||||
<h2><a href="https://sop.wtf/wwtwitch">Twitch</a></h2>
|
|
||||||
<h2><a href="https://sop.wtf/wwyoutube">Youtube</a></h2>
|
<h2><a href="https://sop.wtf/wwyoutube">Youtube</a></h2>
|
||||||
</center>
|
</div>
|
||||||
</body>
|
<div class="footer">
|
||||||
</html>
|
<p class="align-center">©2023 Wade Waters</p>
|
||||||
|
<p class="align-center">Developed by <a href="https://sophia.wtf">Sophia Atkinson</a></p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
76
main.css
76
main.css
@ -1,64 +1,43 @@
|
|||||||
/*
|
/*
|
||||||
Sophia Darkmode, (Basic As Shit)
|
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 {
|
body {
|
||||||
background: #0D1117;
|
background: #141729;
|
||||||
}
|
}
|
||||||
|
::-webkit-scrollbar {
|
||||||
h1 a,
|
display: none;
|
||||||
h2 a,
|
}
|
||||||
h3 a,
|
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
|
||||||
h4 a,
|
|
||||||
h5 a,
|
|
||||||
h6 a {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
embed,
|
||||||
h1 {
|
iframe,
|
||||||
|
object {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
h1,h2,h3,h4,h5,h6 {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: monospace, monospace;
|
font-family: monospace, monospace;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
img.avatar{
|
||||||
h2 {
|
width: 200px;
|
||||||
color: #fff;
|
height: 200px;
|
||||||
font-family: monospace, monospace;
|
margin-top: 5px;
|
||||||
font-size: 1.5em;
|
max-width: 100%;
|
||||||
line-height: 1.5em;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
div.footer{
|
||||||
h3 {
|
max-width: 100%;
|
||||||
color: #fff;
|
max-height: 100%;
|
||||||
font-family: monospace, monospace;
|
|
||||||
font-size: 1.25em;
|
|
||||||
line-height: 1.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
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 {
|
sub {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: monospace, monospace;
|
font-family: monospace, monospace;
|
||||||
@ -133,9 +112,12 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover,
|
||||||
|
a:focus,
|
||||||
|
a:active
|
||||||
|
{
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
color: #7289DA !important;
|
color: #1BA965 !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
strong, b {
|
strong, b {
|
||||||
|
Reference in New Issue
Block a user