Upload files to ''

This commit is contained in:
thidd1 2023-07-24 12:50:27 +00:00
parent ec6757ce9b
commit 5045ec9fc9
3 changed files with 124 additions and 0 deletions

BIN
bg.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

124
index.html Normal file
View File

@ -0,0 +1,124 @@
<!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>Profiles</b>
<br>
<br>
<b>Fediverse</b>
<br>
<a href="//fedi.vern.cc/@thidd1">@thidd1@fedi.vern.cc</a>
<br>
<a href="//https://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="//matrix.to/#/@thidd1:vern.cc">matrix @thidd1:vern.cc</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>