Initial commit
This commit is contained in:
107
home/index.html
Normal file
107
home/index.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
[ Home | easthighNerd ]
|
||||
</title>
|
||||
<link href="/res/css/default.css" rel="stylesheet">
|
||||
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
|
||||
<link rel="me" href="https://raru.re/@easthighNerd">
|
||||
</head>
|
||||
<body class="desktop">
|
||||
<div class="desktop_buttons" style="text-align: center;">
|
||||
<div>
|
||||
<p>
|
||||
<a href="/about/">
|
||||
<p>
|
||||
<img src="/res/img/about.png" width="64px" height="64px" alt="About">
|
||||
<br>
|
||||
About
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<a href="/blog/">
|
||||
<p>
|
||||
<img src="/res/img/blog.png" width="64px" height="64px" alt="Blog">
|
||||
<br>
|
||||
Blog
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<a href="/buttons/">
|
||||
<p>
|
||||
<img src="/res/img/buttons/easthighnerd-2.gif" width="64px" height="64px" alt="Buttons">
|
||||
<br>
|
||||
Buttons
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<a href="mailto:contact@easthighnerd.net">
|
||||
<p>
|
||||
<img src="/res/img/email.png" width="64px" height="64px" alt="Email">
|
||||
<br>
|
||||
Email
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<a href="/social/" target="_blank">
|
||||
<p>
|
||||
<img src="/res/img/social.png" width="64px" height="64px" alt="Social">
|
||||
<br>
|
||||
Fediverse
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<a href="/links/">
|
||||
<p>
|
||||
<img src="/res/img/links.png" width="64px" height="64px" alt="Links">
|
||||
<br>
|
||||
Links
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<a href="/pgp/">
|
||||
<p>
|
||||
<img src="/res/img/pgp.png" width="64px" height="64px" alt="PGP">
|
||||
<br>
|
||||
PGP
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<a href="xmpp:easthighnerd@bebopfederation.org?message">
|
||||
<p>
|
||||
<img src="/res/img/chat.png" width="64px" height="64px" alt="XMPP">
|
||||
<br>
|
||||
XMPP
|
||||
</p>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="taskbar">
|
||||
<img src="/res/img/start-large.png" width="97px" height="30px" alt="Start">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user