diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..9a47136 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ +<!doctype html> +<html lang=en> + <meta charset=utf-8> + <title>venomade.com - home</title> + <meta name="description" content="Venomade's Personal Site"> + <link rel="stylesheet" href="css/style.css"> + <link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon"> + + <main> + <nav> + + <header>Site Sections</header> + <ul> + <li><a href="nsfaq.html">NSFAQ</a> + <li><a href="projects.html">Projects</a> + <li><a href="articles.html">Articles</a> + </ul> + + <header>Articles</header> + <p> <!-- Nothing Yet --> + + <header>Other</header> + <ul> + <li><a href="startpage.html">Startpage [JS]</a> + <li><a href="credits.html">Credits</a> + </ul> + + <header>Services</header> + <ul> + <li><a href="https://git.venomade.com">Git</a> + <li><a href="https://cloud.venomade.com">Nextcloud [JS]</a> + <li><a href="https://iv.venomade.com">Invidious</a> + </ul> + + </nav> + + <article> + <div class=box><div class=inner> + + <a href="res/venomade_pfp.jpg"> + <img src="res/venomade_pfp_small.jpg" alt="[terry davis petting a cat]" class="inline-image"> + </a> + + <p> + <strong> + Welcome to venomade.com! + </strong> + + <p> + I am <strong>Venomade</strong>, a Student and Junior Software Engineer currently working with C and Common Lisp. + You can read more about me in my <a href="nsfaq.html">NSFAQ</a>. + + <p> + I'm always working on some personal project, however none of them are currently fit for public release. + When that changes you'll be able to find them <a href="projects.html">here</a>. + + <p> + For anything else, just use the sidebar and have a good rest of your day! + + </div></div> + </article> + + </main> + + <footer> + <figure> + </figure> + <aside> + <div class=footer-box><div class=inner> + Links: + <a href="https://github.com/venomade">GitHub</a>, + <a href="https://mas.to/@venomade">Mastodon</a>, + <a href="https://bsky.app/profile/venomade.bsky.social">Bluesky</a>, + <a href="mailto:venomade@venomade.com">Email</a> + </div></div> + </aside> + </footer> |