<!DOCTYPE html>
<html lang="en">

<head>
    <title>Andrew's Homepage</title>
    <meta charset="utf-8">
    <meta name="description" content="The Homepage of Andrew Lalis.">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <script src="scripts/themes.min.js"></script>
    <noscript><style>.jsonly{display: none !important;}</style></noscript>
    <link rel="stylesheet" href="styles/style.css" type="text/css">
    <script src="scripts/sitestat.js?remote-url=sitestat.andrewlalis.com" async></script>
</head>

<body>
    <header class="page-header">
        <h1>Andrew's Homepage</h1>
        <nav>
            <div>
                <a class="page-header-selected" href="index.html">Home</a>
                <a href="articles.html">Articles</a>
                <a href="projects.html">Projects</a>
                <a href="training.html">Training</a>
                <a href="garden.html">Garden</a>
                <a href="contact.html">Contact</a>
                <a href="logbook.html">Logbook</a>
            </div>
            <div>
                <a href="https://git.andrewlalis.com">Git</a>
                <a href="https://www.linkedin.com/in/andrew-lalis/">LinkedIn</a>
                <a href="https://www.youtube.com/channel/UC9X4mx6-ObPUB6-ud2IGAFQ">YouTube</a>
            </div>
        </nav>
        <button id="themeToggleButton" class="jsonly">Change Color Theme</button>
        <hr>
    </header>
    <main>
        <article>
            <h2>About Andrew</h2>
            <p>
                I (Andrew) am a software engineer by education and profession, but I also do a few other things in my spare time. That includes some combination of running, lifting, computer gaming, and cooking.
            </p>
        </article>

        <article>
            <h2>About this Site</h2>
            <p>
                This page was hand-written by me, Andrew Lalis, to be my personal website on the world-wide-web. It's got all the usual stuff that a personal site should have, like important links and contact details, plus a little series of articles I've written about my experiences with programming, lifting, gaming, or anything else of interest.
            </p>
            <p>
                As you can see, I'm a fan of the <em>"plain HTML is responsive"</em> school of thought. This website is intentionally very simple in its structure, styling, and interactivity. This is because I believe that the vast majority of the internet's most popular websites sacrifice usability and accessibility to make a flashier product. By using a simpler design, we can help to make the internet more accessible to all, regardless of their physical ability or device's processing power.
            </p>
            <p style="font-size: smaller;">
                <a href="https://github.com/andrewlalis/sitestat">Sitestat</a> is included on most pages of this website, which is a simple, anonymous, open-source analytics tracker that works by opening a websocket connection and transmitting anonymized, limited data about your visit to this site. I use this just out of curiosity, to see if people actually visit and read the stuff I write here. No data is ever sent to third-parties. Contact me if you have any questions about it!
                
                <!--<span id="sitestat-toggle">Click here to disable sitestat.</span>-->
            </p>
        </article>
    </main>
</body>

</html>