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

<head>
    <title>Andrew's Contact Info</title>
    <meta charset="utf-8">
    <meta name="description" content="Contact information for 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 Contact Info</h1>
        <nav>
            <div>
                <a 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 class="page-header-selected" href="contact.html">Contact</a>
                <a href="logbook.html">Logbook</a>
            </div>
            <div>
                <a href="https://github.com/andrewlalis">GitHub</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>
            <p>
                You can contact me in a few ways:
            </p>
            <ul>
                <li>My email address is andrewlalisofficial at gmail dot com. <em>This is my preferred means of communication. I usually check emails at least once a day.</em></li>
                <li>My Discord username is <code>____andrew____</code></li>
                <li>My phone number can be determined by reversing this text: 7564-017, using area code seven-two-seven, country code 1.</li>
            </ul>
            <p>
                Sorry for the convoluted contact information, but presenting it like that helps keep spam bots from identifying emails and phone numbers automatically.
            </p>
        </article>
    </main>
</body>

</html>