updated site

This commit is contained in:
2023-01-25 16:57:10 -08:00
parent b3a06ba405
commit 8e3d5b7d5c
11 changed files with 53 additions and 75 deletions

View File

@ -1,27 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Wade Waters
</title>
<head>
<title>Wade Waters</title>
<meta charset="utf-8" />
<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" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Wade Waters">
<meta property="og:url" content="https://wade.oldgate.org">
<link rel="icon" type="image/png" href="/img/favicon-16.webp" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32.webp" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-64.webp" sizes="64x64">
<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:title" content="Wade Waters">
<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">
</head>
<center>
<img src="https://avatars.githubusercontent.com/u/89798181?v=4" alt="Avatars"style="width:200px;height:200px;" >
<h2><a href="mailto:lol@danklin.xyz">Email</a></h2>
<h2><a href="https://sop.wtf/wwgithub">Github</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>
</center>
</body>
</html>
<link rel="stylesheet" href="/main.css">
</head>
<div class="align-center">
<img src="/img/avatar.webp" alt="Avatar" class="avatar">
<h2><a href="mailto:waterwade@protonmail.com">Email</a></h2>
<h2><a href="https://sop.wtf/wwgit">Gitea</a></h2>
<h2><a href="https://sop.wtf/wwmas">Mastodon</a></h2>
<h2><a href="https://sop.wtf/wwyoutube">Youtube</a></h2>
</div>
<div class="footer">
<p class="align-center">&copy;2023 Wade Waters</p>
<p class="align-center">Developed by <a href="https://sophia.wtf">Sophia Atkinson</a></p>
</div>
</body>
</html>