website/index.html

155 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="cmdc's main webpage">
<meta property="og:image" content="/favicon.ico">
<meta property="og:description" content="Personal thudd1's webpage">
<title>thidd1</title>
<style>
body {
line-height: 1;
color: #6495ED;
background-color: #ffffba;
background-image: url(./bg.gif);
text-align: center;
}
p{
font-size: 110%;
line-height: 125%;
padding: 10px;
padding-top: 15px;
background-color: black;
outline: 7px solid #6495ed;
}
p a{
color: #ffffba;
text-decoration: none;
}
p a:hover{
color: #ff0000;
text-decoration: underline;
}
UL{
font-size: 110%;
font-family: Verdana;
line-height: 125%;
padding-right: 50px;
padding-left: 50px;
background-color: pink;
outline: 2px solid red;
}
</style>
</head>
<body>
<h1><marquee direction="right" scrollamount="6" behavior="alternate">Hello!</marquee></h1>
<p>
<b>About me</b>
<br>
I'm thidd1, a web traveler.
<br>
I'm mainly interested in internet, dubstep music, fan made animations, command line, simple web, and personal projects.
<br>
I don't program but I'm going to do it in the future. But I do and like simple clean HTML and CSS.
<br>
Feel free to chat with me!
</p>
<p>
<b>Friends</b>
<br>
<a href="//shabble.fun">Shabble</a>
<br>
<a href="//tsugu.space">Tsugu</a>
<br>
<a href="//milkspace.neocities.org">Milk</a>
</p>
<p>
<b>Identity</b>
<br>
Thidd1 (you're here)
<br>
Brony - Fluffy Pastel the filly (soon)
<br>
Furry - Bwah the skunk (soon)
</p>
<p>
<b>Projects</b>
<br>
<a href="//git.vern.cc/thidd1/website">This website</a>
<br>
My orginal characters (OC) (soon)
</p>
<p>
<b>Profiles</b>
<br>
<br>
<b>Fediverse</b>
<br>
<a href="//fedi.vern.cc/@thidd1">@thidd1@fedi.vern.cc</a>
<br>
<a href="//ak.vern.cc/thidd1">@thidd1@ak.vern.cc</a>
<br>
<a href="//mstdn.plus.st/@thidd1">@thidd1@mstdn.plus.st</a>
<br>
<a href="//frfsh.plus.st/@thidd1">@thidd1@frfsh.plus.st</a>
<br>
<b>Other</b>
<br>
<a href="//cohost.org/thidd1">@thidd1@cohost.org</a>
<br>
<a href="//pronouns.cc/@thidd1">@thidd1@pronouns.cc</a>
<br>
<b>Git</b>
<br>
<a href="//git.vern.cc/thidd1">@thidd1@git.vern.cc</a>
</p>
<p>
<b>Chat</b>
<br>
<a href="mailto:thidd1@danwin1210.de">mail thidd1@danwin1210.de</a>
<br>
<a href="xmpp:thidd1@plus.st">xmpp thidd1@plus.st</a>
<br>
<a href="xmpp:thidd1@vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion">XMPP Tor</a>
<br>
<a href="xmpp:thidd1@verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p">XMPP I2P</a>
<br>
<a href="//matrix.to/#/@thidd1:vern.cc">matrix @thidd1:vern.cc</a>
</p>
<p>
<b>Keys</b>
<br>
<a href="pgp.txt">PGP signature</a>
<br>
<a href="ssh.txt">SSH pubkey</a>
</p>
<p>
<b>Mirrors</b>
<br>
<a href="//thidd1.neocities.org">neocities.org</a>
<br>
<a href="//thidd1.vern.cc">vern.cc</a>
<br>
</p>
</body>
</html>