<!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>WIP - Scerba.org</title> <meta name="description" content="Work in progress" /> <meta name="keywords" content="wip"> <link rel="canonical" href="https://www.scerba.org/wip.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>Work In Progress</h1> <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>