diff options
author | venomade <venomade@venomade.com> | 2025-08-11 21:16:43 +0100 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-08-11 21:16:43 +0100 |
commit | 189e8c37b0ff5655d472fa0a0226ee940281c5c9 (patch) | |
tree | 4e4284e7f2d2d894202de340721731105133e666 /index.html | |
parent | 91b64f5127befe36974e6c9b69e8f5563f9fbf0e (diff) |
Switch to Hugo and add Portuguese
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index b33a688..0000000 --- a/index.html +++ /dev/null @@ -1,81 +0,0 @@ -<!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"> - - <index-body> - <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> - <ul> - <li><a href="articles/switch-to-colemak.html">Colemak Review</a> - </ul> - - <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> - </index-body> |