diff options
author | venomade <venomade@venomade.com> | 2025-02-28 14:18:54 +0000 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-02-28 14:18:54 +0000 |
commit | a8b772376cd49a80c763e2861ab52e4c36bab637 (patch) | |
tree | 3b680ec7fe8d5b40d61364f9381f29320c028088 | |
parent | efef6e37e000d83d2323cdfa1ee7424e4274444b (diff) |
Dotfiles and Centering
Add dotfiles link in the NSFAQ Center all pages to 117ch except the index
-rw-r--r-- | css/style.css | 9 | ||||
-rw-r--r-- | index.html | 112 | ||||
-rw-r--r-- | nsfaq.html | 5 |
3 files changed, 69 insertions, 57 deletions
diff --git a/css/style.css b/css/style.css index c27bbda..fbb0be5 100644 --- a/css/style.css +++ b/css/style.css @@ -44,7 +44,7 @@ tt { /* sidebar layout */ -body { +index-body { height: 100%; max-width: 100%; position: absolute; @@ -57,6 +57,13 @@ body { margin: 0; } +body { + height: auto; + max-width: 117ch; + margin: 0 auto; + display: block; +} + nav, article, figure, diff --git a/index.html b/index.html index 9a47136..af62ac7 100644 --- a/index.html +++ b/index.html @@ -6,72 +6,74 @@ <link rel="stylesheet" href="css/style.css"> <link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon"> - <main> - <nav> + <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>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>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>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> + <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> + </nav> - <article> - <div class=box><div class=inner> + <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> + <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> + <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 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> + 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! + <p> + For anything else, just use the sidebar and have a good rest of your day! - </div></div> - </article> + </div></div> + </article> - </main> + </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> + <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> diff --git a/nsfaq.html b/nsfaq.html index 3bf8c6c..51d393e 100644 --- a/nsfaq.html +++ b/nsfaq.html @@ -102,7 +102,10 @@ Can I copy your configs? </strong> <blockquote> - Dotfiles coming soon, promise. + Sure! You can find my current dotfiles here: + <a href="https://git.venomade.com/dotfiles">dotfiles</a><br> + I also have an archive of my old dotfiles here: + <a href="https://git.venomade.com/dotfiles-archive">dotfiles-archive</a> </blockquote> |