New design!

This commit is contained in:
youngchief btw ツ 2021-10-04 20:33:59 +00:00 committed by GitHub
commit aafa63ca94
9 changed files with 156 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# [youngchief-btw/website](https://github.com/youngchief-btw/website)
My main website source code is stored here.

25
src/email.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<div>
<p>
Main Email: youngchief [at] altmails [dot] com<br/>
Other Emails: <a href="otherEmails.txt">here</a><br/>
PGP: <a href="pgp.html">here</a>
</p>
</div>
<hr />
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>

45
src/index.html Normal file
View File

@ -0,0 +1,45 @@
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>youngchief btw ツ</h1>
<p>Hi there 👋<br/>
I create projects that change the world!
</p>
<hr/>
<h3>👀 Find me on the net:</h3>
<div>
<code><b>Communications:</b></code>
<br/>
<ul>
<li><a href="email.html">Email</a>: youngchief [at] altmails [dot] com</li>
<li><a href="https://matrix.org/">[matrix]</a>: <a href="https://matrix.to/#/@youngchiefbtw:matrix.org">@youngchiefbtw:matrix.org</a></li>
<li><a href="https://getsession.org/">Session</a>: 05be41197decb07c015b8105f93c01593004800f3e1910e18f28dcf075c653500c</li>
<li><a href="https://en.wikipedia.org/wiki/XMPP">XMPP</a>: <a href="xmpp:youngchief@hmm.st">youngchief@hmm.st</a></li>
<li><a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>: YoungChiefBTW (on <a href="https://libera.chat/">libera.chat</a>, <a href="https://www.oftc.net/">OFTC</a>, <a href="https://snoonet.org/">Snoonet</a>, <a href="https://liberta.casa/">liberta.casa</a>, and <a href="">tilde.chat</a>)</li>
<li><a href="https://discord.com/">Discord</a>: <a href="https://discord.gg/P383jXE">Server</a> and <a href="https://discord.com/users/683552393253879829">Profile</a></li>
<li><a href="https://telegram.org/">Telegram</a>: <a href="https://t.me/@YoungChiefBTW">@YoungChiefBTW</a></li>
<li><a href="https://reddit.com/">Reddit</a>: <a href="https://reddit.com/user/YoungChiefBTW">Profile</a> and <a href="https://reddit.com/r/youngchiefbtw">Subreddit</a></li>
</ul>
<br/>
<code><b>Social Media:</b></code>
<ul>
<li><a href="https://joinmastodon.org/">Mastodon</a>: <a href="https://tilde.zone/@youngchief">@youngchief@tilde.zone</a></li>
</ul>
<br/>
<code><b>Git:</b></code>
<ul>
<li><a href="https://github.com/">GitHub</a>: <a href="https://github.com/youngchief-btw">@youngchief-btw</a></li>
<li><a href="https://gitlab.com/">GitLab</a>: <a href="https://gitlab.com/youngchief-btw">@youngchief-btw</a></li>
<li><a href="https://bitbucket.org/">BitBucket</a>: <a href="https://bitbucket.org/@youngchief-btw">@youngchief-btw</a></li>
</ul>
</div>
<hr/>
<footer>
<p><a href="sitemap.html">Sitemap</a></p>
</footer>
</body>
</html>

0
src/otherEmails.txt Normal file
View File

25
src/pgp.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<div>
<p>
Here are my PGP public keys. <br/>
They can be used to encrypt things to me, or to verify I signed something.<br/>
Key Formats: <a href="pgp/youngchief.pem">PEM</a> | <a href="pgp/youngchief.json">JSON</a> | <a href="pgp/youngchief.der">DER</a>
</p>
</div>
<hr />
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>

0
src/services.html Normal file
View File

27
src/sitemap.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<ul>
<li><a href="index.html">Main page (index.html)</a></li>
<li><a href="style.css">CSS (style.css)</a></li>
<li><a href="template.html">Template ag(template.html)</a></li>
<li><a href="sitemap.html">Sitemap (sitemap.html)</a></li>
<li><a href="email.html">Email (email.html)</a></li>
<li><a href="otherEmails.txt">Other Emails (otherEmails.txt)</a></li>
<li><a href="pgp.html">PGP (pgp.html)</a></li>
</ul>
<hr />
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>

14
src/style.css Normal file
View File

@ -0,0 +1,14 @@
* {
font-family: sans-serif;
background-color: black;
color: white;
text-align: center;
}
ul {
display: table;
margin: 0 auto;
padding: 0;
text-align: left;
list-style-position: inside;
}

17
src/template.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>youngchief btw ツ</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><a href="index.html">youngchief btw ツ</a></h1>
<hr />
<footer>
<p><a href=".">Home</a></p>
</footer>
</body>
</html>