<!DOCTYPE html>
<html lang="en" dir="ltr" id="page-top">
    <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 property="og:url" content="https://leilukin.neocities.org/changelog/layouts.html">
        <meta property="og:type" content="article">
        <meta property="og:site_name" content="Leilukin's Hub">
        <meta property="og:title" content="Website Layout Archive">
        <meta property="og:description" content="An archive for the page layout designs mt website has used.">

        <link rel="stylesheet" href="/main.css" type="text/css" media="all">
        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">

        <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
        <link rel="manifest" href="/assets/favicon/site.webmanifest">

        <script src="/components/header.js" defer></script>
        <script src="/components/navbar.js" defer></script>
        <script src="/components/footer.js" defer></script>

        <title>Website Layout Archive | Leilukin's Hub</title>
    </head>
    <body>
        <header></header>
        <nav></nav>
        <main>
            <!-- <aside class="left-sidebar">
                Left sidebar content here
            </aside> -->

            <article>
                <h1>Website Layout Archive</h1>

                <p class="center-text">
                    Archive: <a href="../changelog/">Latest</a> | <a href="./2022.html">2022</a> | <strong>Website Layouts</strong>
                </p>

                <h2>June 23, 2023</h2>
                <img src="./layouts/Leilukins-Hub-layout-2023-06.png" alt="A screenshot of Leilukin's Hub home page, with its layout design released on January 26, 2023" width="100%">
                
                <h2>January 26, 2023</h2>
                <img src="./layouts/Leilukins-Hub-layout-2023-01.png" alt="A screenshot of Leilukin's Hub home page, with its layout design released on January 26, 2023" width="100%">

                <h2>September 11, 2023 (Site Launch)</h2>
                <img src="./layouts/Leilukins-Hub-layout-2022-index.png" alt="A screenshot of Leilukin's Hub home page, with its layout design released on the site's launch on September 11, 2023" width="100%">
                <img src="./layouts/Leilukins-Hub-layout-2022-page.png" alt="A screenshot of Leilukin's Hub website's My Creation page, with its layout design released on the site's launch on September 11, 2023" width="100%">
            </article>

            <!-- <aside class="right-sidebar">
                Right sidebar content here
            </aside> -->
        </main>
        <footer></footer>
    </body>
</html>