57 lines
1.7 KiB
HTML
57 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf8">
|
|
<title>~yosh</title>
|
|
<link rel="stylesheet" href="style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>~yosh@unix.dog</h1>
|
|
</header>
|
|
<section id="lbartop">
|
|
<div class="titlebar tb-pink" aria-hidden="true">
|
|
<span class="tbl" title="navigation"></span>
|
|
<span class="tbr"></span>
|
|
</div>
|
|
<nav>
|
|
<h2>navigation</h2>
|
|
<ul>
|
|
<li><a href="index.html">home</a>
|
|
<li><a href="info.html">information</a>
|
|
<li><a href="thoughts.html">thoughts</a>
|
|
<li><a href="software.html">software, scripts</a>
|
|
<li><a href="links.html">links</a>
|
|
<li><a href="credits.html">credits</a>
|
|
</ul>
|
|
</nav>
|
|
</section>
|
|
<section id="lbarbot">
|
|
<div class="titlebar tb-lblue" aria-hidden="true">
|
|
<span class="tbl" title="miscellaneous!!"></span>
|
|
<span class="tbr"></span>
|
|
</div>
|
|
<hr>
|
|
<ul class="displist sbgridlist" aria-hidden="true">
|
|
<li><img src="img/buttons/tosviolation.gif" alt="this page is a tos violation">
|
|
<li><img src="img/buttons/anybrowser.gif" alt="best viewed with any browser">
|
|
</ul>
|
|
</section>
|
|
<main>
|
|
<div class="titlebar tb-green" aria-hidden="true">
|
|
<span class="tbl" title="welcome!"></span>
|
|
<span class="tbr"></span>
|
|
</div>
|
|
<h2>welcome!</h2>
|
|
<p>yo what up. welcome to my unix.dog page<br>
|
|
take a look around!</p>
|
|
<p><img alt="under construction" src="img/construction.gif"><br>
|
|
very, very much under construction</p>
|
|
</main>
|
|
<footer>
|
|
<p>this site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a><br>
|
|
see the <a href="https://git.unix.dog/yosh/website">source code repository</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|