aboutsummaryrefslogtreecommitdiff
path: root/faq.html
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-05-04 17:27:43 -0400
committerAlex Scerba <alex@scerba.org>2024-08-15 22:54:25 -0500
commita70bda379ed3fdd1fe421cfc2606d052f7577dfd (patch)
tree593509ee01216c7bcc749551c245ceae8e5494d1 /faq.html
parent3bc4e4fafba8c7c0116e750c752d25095fc6c6a2 (diff)
Move to template system and adopt the .tmpl.html extension.
Diffstat (limited to 'faq.html')
-rw-r--r--faq.html58
1 files changed, 0 insertions, 58 deletions
diff --git a/faq.html b/faq.html
deleted file mode 100644
index 57b537f..0000000
--- a/faq.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="author" content="Alexander Rees Scerba" />
- <title>FAQ - Scerba.org</title>
- <meta name="description" content="FAQ" />
- <meta name="keywords" content="faq">
- <link rel="canonical" href="https://www.scerba.org/faq.html">
- <link rel="stylesheet" href="./static/style.css" />
- <link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
- </head>
- <body>
- <header>
- <div class="top-bar">
- <a href="/" class="logo-w-name">
- <!--<img src="/static/logo.svg" alt="Logo" class="logo"/>-->
- <span class="name">Alex Scerba</span>
- </a>
- <div class="main-nav-position">
- <input type="checkbox" class="toggler">
- <div class="hamburger"><div></div></div>
- <nav aria-labelledby="global-navigation" class="main-nav">
- <a href="./index.html">Home</a>
- <a href="./blog.html">Blog</a>
- <a href="./gallery.html">Gallery</a>
- <a href="./about.html">About</a>
- <a href="./faq.html">FAQ</a>
- </nav>
- </div>
- </div>
- </header>
-
- <main>
- <section>
- <h1>FAQ</h1>
- <p>General information about this website and other things to know.</p>
- <h2>Purpose</h2>
- <p>This site serves as my place to share my thoughts and experiences, akin to a social media page but a bit more personal.</p>
- <p>It has gone through many revisions, and was once hosted on the <a href="https://alexscerba.com" target="_blank" rel="noopener noreferrer">alexscerba.com</a> domain. I still need to make an archive of the intermediate sites, but you can view the original as it was left at <a href="https://old.scerba.org" target="_blank" rel="noopener noreferrer">old.scerba.org</a>.</p>
- <h2>Web-Hosting</h2>
- <p>I locally host this page and its cousin, <a href="https://alexscerba.com" target="_blank" rel="noopener noreferrer">alexscerba.com</a>, on an old Dell Latitude E6500 in my basement. Currently, it is a static site served through Nginx, but it will be moved to Go in the near future.</p>
- <h2>TO-DO</h2>
- <p>You can view the <a href="./README.md">README</a> for info on site plans.</p>
- </section>
- </main>
-
- <footer>
- <!-- <img src="/static/logo.svg" alt="Logo" class="footer-logo"/> -->
- <address>
- <p>Contact: <a href="mailto:alex@scerba.org">alex@scerba.org</a></p>
- <p>Design Site: <a href="https://alexscerba.com" target="_blank" rel="noopener noreferrer">alexscerba.com</a></p>
- </address>
- </footer>
- </body>
-</html>