aboutsummaryrefslogtreecommitdiff
path: root/html/faq.tmpl.html
blob: 2c92050fb3517838a89845c5a49cf7c317117bd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ define "title" }}FAQ{{end}}
{{ define "description" }}Frequently asked questions.{{end}}
{{ define "keywords" }}info{{end}}

{{ define "main" }}
      <section class="main-bg">
        <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. The site runs on a go webserver for template functionality. Dynamic features like tags and masonry layout on the gallery will be coming soon.</p>
      </section>
{{ end }}