<!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/shrines/starwarskotor">
        <meta property="og:type" content="website">
        <meta property="og:site_name" content="Leilukin's Hub">
        <meta property="og:title" content="Articles | Star Wars: Knights of the Old Republic Shrine">
        <meta property="og:description" content="List of my articles for the Star Wars: Knights of the Old Republic series">

        <link rel="stylesheet" href="/shrines/starwarskotor/starwarskotor.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="/shrines/starwarskotor/img/kotor-icon.png">
        <link rel="icon" type="image/png" sizes="32x32" href="/shrines/starwarskotor/img/kotor-icon.png">
        <link rel="icon" type="image/png" sizes="16x16" href="/shrines/starwarskotor/img/kotor-icon.png">
        <link rel="manifest" href="/assets/favicon/site.webmanifest">

        <script src="/shrines/starwarskotor/components/header.js" defer></script>
        <script src="/shrines/starwarskotor/components/navbar.js" defer></script>
        <script src="/shrines/starwarskotor/components/sidebar-content.js" defer></script>
        <script src="/shrines/starwarskotor/components/footer.js" defer></script>

        <title>Articles | Star Wars: Knights of the Old Republic Shrine | Leilukin's Hub</title>
    </head>
    <body>
        <header></header>
        <nav></nav>
        <main>
            <!-- <aside class="left-sidebar">
                Left sidebar content here
            </aside> -->

            <div class="content-container">
                <section class="content-section">
                    <h1>My <cite>Star Wars: Knights of the Old Republic</cite> Articles</h1>
                    <p>Here is a list of articles I have written for the <cite>Star Wars: Knights of the Old Republic</cite> series.</p>
                </section>

                <section class="content-section">
                    <h2>Both Games</h2>
                    <ul>
                        <li><a href="./faq-same-gender-romance-mods.html">Frequently Asked Questions (FAQ) for My Same-Gender Romance Mods for <cite>Star Wars: Knight of the Old Republic</cite> Series</a></li>
                    </ul>
                </section>

                <section class="content-section">
                    <h2><cite>KotOR 1</cite></h2>
                    <ul>
                        <li><a href="./juhani-lesbian-evidence.html">Evidence of Juhani being a Lesbian from <cite>Star Wars: Knights of the Old Republic's</cite> Game Files</a></li>
                        <li><a href="./juhani-hostility-towards-canderous.html">How to Access Juhani's Conversaion about Canderous without Restoration Mods</a></li>
                        <li><a href="./keep-juhani-a-lesbian.html">Keep Juhani a Lesbian and Keep Juhani's Romance Exclusive to Female Characters</a></li>
                    </ul>
                </section>

                <section class="content-section">
                    <h2><cite>KotOR 2</cite></h2>
                    <ul>
                        <li><a href="./arren-kae-kreia-theory.html">Why I Personally Do Not Subscribe to the “Arren Kae is Kreia” Theory</a></li>
                        <li><a href="./handmaiden-sisters-mother.html">Where is the Mother of the Handmaiden’s Sisters?</a></li>
                    </ul>
                </section>
            </div>

            <aside class="right-sidebar"></aside>
        </main>
        <footer></footer>
    </body>
</html>