aboutsummaryrefslogtreecommitdiff
path: root/blog.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-01-09 15:27:04 -0500
committerAlex Scerba <alex@scerba.org>2024-01-09 15:27:04 -0500
commit80ed2970a9645d5a5549481b9110807c5fd94e81 (patch)
tree00064c866b248ebe4cb79672c2f17b37d586de91 /blog.html
parent9517ece52470b12b090ff98749b85eec275263a5 (diff)
initial files
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html114
1 files changed, 57 insertions, 57 deletions
diff --git a/blog.html b/blog.html
index 4ab1ec0..b0293d1 100644
--- a/blog.html
+++ b/blog.html
@@ -1,57 +1,57 @@
-<!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>Blog - Scerba.org</title>
- <meta name="description" content="Blog" />
- <meta name="keywords" content="blog">
- <link rel="canonical" href="https://www.scerba.org/blog.html">
- <link rel="stylesheet" href="./static/style.css" />
- <link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
- </head>
- <body>
- <header>
- <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="./wip.html">Gallery</a>
- <a href="./about.html">About</a>
- <a href="./faq.html">FAQ</a>
- </nav>
- </div>
- </header>
-
- <main>
- <section>
- <h1>Blog</h1>
- <p>A collection of thoughts, life updates, projects, and images in chronological order.</p>
- <hr />
- <h2>First Post</h2>
- <p>New year, new site. Looking forward to working on it.</p>
- <img src="./static/media/bike-doodles.jpg" alt="Two pen doodles of adventure-style motorcycles." style="display: block; margin: 3rem auto;" />
- <p>Some motorcycle doodles.</p>
- <p><b>Created:</b> 2024-01-09</p>
- <hr />
- <h2 class="end">End</h2>
- </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>
+<!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>Blog - Scerba.org</title>
+ <meta name="description" content="Blog" />
+ <meta name="keywords" content="blog">
+ <link rel="canonical" href="https://www.scerba.org/blog.html">
+ <link rel="stylesheet" href="./static/style.css" />
+ <link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
+ </head>
+ <body>
+ <header>
+ <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="./wip.html">Gallery</a>
+ <a href="./about.html">About</a>
+ <a href="./faq.html">FAQ</a>
+ </nav>
+ </div>
+ </header>
+
+ <main>
+ <section>
+ <h1>Blog</h1>
+ <p>A collection of thoughts, life updates, projects, and images in chronological order.</p>
+ <hr />
+ <h2>First Post</h2>
+ <p>New year, new site. Looking forward to working on it.</p>
+ <img src="./static/media/bike-doodles.jpg" alt="Two pen doodles of adventure-style motorcycles." style="display: block; margin: 3rem auto;" />
+ <p>Some motorcycle doodles.</p>
+ <p><b>Created:</b> 2024-01-09</p>
+ <hr />
+ <h2 class="end">End</h2>
+ </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>