aboutsummaryrefslogtreecommitdiff
path: root/index.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 /index.html
parent3bc4e4fafba8c7c0116e750c752d25095fc6c6a2 (diff)
Move to template system and adopt the .tmpl.html extension.
Diffstat (limited to 'index.html')
-rw-r--r--index.html63
1 files changed, 0 insertions, 63 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 6735ec4..0000000
--- a/index.html
+++ /dev/null
@@ -1,63 +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>Home - Scerba.org</title>
- <meta name="description" content="Homepage" />
- <meta name="keywords" content="home">
- <link rel="canonical" href="https://www.scerba.org/index.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>
- <div class="landing-page">
- <div class="landing-text">
- <span>Design.</span>
- <span>Make.</span>
- <span>Tinker.</span>
- </div>
- <a href="#intro" style="display: block;" class="arrow-container"><span class="down-arrow"></span></a>
- </div>
- </header>
-
- <main style="padding-top: 0;">
- <section id="intro">
- <hr style="margin-top: 0;">
- <h1 style="font-size: 2rem; margin-top: 3rem;">Scerba.org</h1>
- <p><i style="color: black;">The personal website of Alex Scerba.</i></p>
- <p>Check out my <a href="./blog.html">blog</a> where I write about various projects, adventures, and life updates.</p>
- <p>You can see an overview collection of every image in the blog on the <a href="./gallery.html">gallery</a> page and learn more about me and the site through the <a href="./about.html">about</a> and <a href="./faq.html">FAQ</a> pages.</p>
- <p>Thanks for stopping by!</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>