45 lines
1.7 KiB
HTML
Executable file
45 lines
1.7 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf8">
|
|
<title>~yosh</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>~yosh@unix.dog</h1>
|
|
</header>
|
|
<section id="lbar">
|
|
<nav>
|
|
<h2>navigation</h2>
|
|
<ul>
|
|
<li><a href="thoughts.html">thoughts</a>
|
|
<li><a href="contact.html">links</a>
|
|
</ul>
|
|
</nav>
|
|
</section>
|
|
<main>
|
|
<img class="titlebar" alt="welcome!" src="img/titlebar_welcome.png">
|
|
<h2>welcome!</h2>
|
|
<p>yo what up. welcome to my unix.dog page<br>
|
|
take a look around!</p>
|
|
<h2>myself</h2>
|
|
<p>I'm yosh. or yoshi. or yoshiyosh... or yoshiyoshiyosh...<br>
|
|
my names get taken a lot. wonder why.<br>
|
|
I enjoy many things. honestly don't really know where to begin<br>
|
|
always hated introductions and talking about myself<br>
|
|
I like shell scripting, linux, the look of old UI, archival, anthropomorphic animals, and music. lots of music<br>
|
|
I'm also kinda a video game junkie. I enjoy doing hard stuff in video games I like<br>
|
|
<h2>site</h2>
|
|
<p>this is probably gonna be a more "social" site ??<br>
|
|
not sure how to really explain it, but here's where I'll probably put webrings n shit connecting to a bunch of other people in the same vein. who knows<br>
|
|
the actual design is more or less something that popped into my head while messing around with twm on my computer. I like the look of it<br>
|
|
in a perfect world this site would resemble those kinda "design group" abstract-y2k websites that I adore, but that usually requires making actual visual images. I do not have that skill</p>
|
|
</main>
|
|
<footer>
|
|
<p><img alt="under construction" src="img/construction.gif"><br>
|
|
very, very much under construction</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|