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

<head>
    <title>Andrew's Articles</title>
    <meta charset="utf-8">
    <meta name="description" content="Articles written by Andrew Lalis.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <link rel="stylesheet" href="styles/font.css" type="text/css">
    <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">
</head>

<body>
    <header class="page-header">
        <h1>Andrew's Articles</h1>
        <nav>
            <div>
                <a href="index.html">Home</a>
                <a class="page-header-selected" href="articles.html">Articles</a>
                <a href="projects.html">Projects</a>
                <a href="training.html">Training</a>
                <a 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>
            <h2>About</h2>
            <p>
                Although I don't generally write much, sometimes I'll find something interesting, or something that I notice a significant number of people could benefit from reading about. In that case, it'll most likely end up on this page as an article.
            </p>
        </article>

        <table class="basic-table">
            <thead>
                <tr>
                    <th>Date</th>
                    <th>Article</th>
                </tr>
            </thead>
            <tbody>
                <!-- Note: Add a new row here for each article. Sorted with newest first. -->
                <tr>
                    <td><time datetime="2023-02-06" style="white-space: nowrap;">February 6<sup>th</sup>, 2023</time></td>
                    <td><a href="articles/beginner-guide-to-apache-lucene.html">A Beginner's Guide to Searching with Lucene</a></td>
                </tr>
                <tr>
                    <td><time datetime="2022-05-05" style="white-space: nowrap;">May 5<sup>th</sup>, 2022</time></td>
                    <td><a href="articles/dsh-easier-scripting-in-d.html">DSH - Easier Scripting in D</a></td>
                </tr>
                <tr>
                    <td><time datetime="2022-03-26" style="white-space: nowrap;">March 26<sup>th</sup>, 2022</time></td>
                    <td><a href="articles/d-prospects-for-future.html">The D Programming Language: Does it have a future?</a></td>
                </tr>
                <tr>
                    <td><time datetime="2021-05-09" style="white-space: nowrap;">May 9<sup>th</sup>, 2021</time></td>
                    <td><a href="articles/spring-osiv-transactions.html">Spring's Open-Session-in-View & Transactions</a></td>
                </tr>
                <tr>
                    <td><time datetime="2021-05-09" style="white-space: nowrap;">May 9<sup>th</sup>, 2021</time></td>
                    <td><a href="articles/java-swing-2d-game.html">2D Games with Java & Swing</a></td>
                </tr>
            </tbody>
        </table>
    </main>
</body>

</html>