Initial Commit
This commit is contained in:
107
views/w3m-index.html
Normal file
107
views/w3m-index.html
Normal file
@@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Kleinpanic - W3M Version</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: monospace;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
pre {
|
||||
color: #fff;
|
||||
}
|
||||
a {
|
||||
color: #1e90ff;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Title -->
|
||||
<h1>Kleinpanic</h1>
|
||||
|
||||
<!-- ASCII Art Header -->
|
||||
<div>
|
||||
<pre>
|
||||
_ ___ _ _____ _
|
||||
| |/ / | (_) | __ \ (_)
|
||||
| ' /| | ___ _ _ __ | |__) |_ _ _ __ _ ___
|
||||
| < | |/ _ \ | '_ \| ___/ _` | '_ \| |/ __|
|
||||
| . \| | __/ | | | | | | (_| | | | | | (__
|
||||
|_|\_\_|\___|_|_| |_|_| \__,_|_| |_|_|\___|
|
||||
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<!-- Navigation Section for Projects -->
|
||||
<h2>Projects</h2>
|
||||
<div>
|
||||
<pre>
|
||||
+ ------------------------------------------------------------ +
|
||||
| Check out all of my open-source, and licenced, projects. |
|
||||
| I do a little bit of everything, or I try to, but I love low |
|
||||
| level coding, system interactions, scripting, things of that |
|
||||
| nature. All open-source, personal code. MIT Open sourced. |
|
||||
+ ------------------------------------------------------------ +
|
||||
</pre>
|
||||
<a href="/projects">Visit Projects</a>
|
||||
</div>
|
||||
|
||||
<!-- Navigation Section for Blog -->
|
||||
<h2>Blog</h2>
|
||||
<div>
|
||||
<pre>
|
||||
+ ------------------------------------------------------------ +
|
||||
| Read, or even subscribe to my blogs. Includes my thoughts on |
|
||||
| Neuro, Linux, my coding projects, and other topics! Blogs |
|
||||
| include tutorials, insights, and more! |
|
||||
+ ------------------------------------------------------------ +
|
||||
</pre>
|
||||
<a href="/blog">Visit Blog</a>
|
||||
</div>
|
||||
|
||||
<!-- Navigation Section for Contact -->
|
||||
<h2>Contact</h2>
|
||||
<div>
|
||||
<pre>
|
||||
+ ------------------------------------------------------------ +
|
||||
| Reach out to me, learn about my socials, and get in touch! |
|
||||
| Discuss open-source projects, or tell me about an issue with |
|
||||
| a project of mine! |
|
||||
+ ------------------------------------------------------------ +
|
||||
</pre>
|
||||
<a href="/contact">Visit Contact</a>
|
||||
</div>
|
||||
|
||||
<!-- Navigation Section for Monitor -->
|
||||
<h2>Monitor</h2>
|
||||
<div>
|
||||
<pre>
|
||||
+ ------------------------------------------------------------ +
|
||||
| This page will feature project monitoring tools and stats. |
|
||||
| Under maintenance, coming soon! |
|
||||
+ ------------------------------------------------------------ +
|
||||
</pre>
|
||||
<a href="/monitor">Visit Monitor</a>
|
||||
</div>
|
||||
|
||||
<!-- Navigation Section for About Me -->
|
||||
<h2>About Me</h2>
|
||||
<div>
|
||||
<pre>
|
||||
+ ------------------------------------------------------------ +
|
||||
| A page about Klein Panic. Learn about me, and background, my |
|
||||
| hobbies, my skills, and the projects that inspire me. |
|
||||
+ ------------------------------------------------------------ +
|
||||
</pre>
|
||||
<a href="/about">Visit About Me</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user