<!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/links">
        <meta property="og:type" content="website">
        <meta property="og:site_name" content="Leilukin's Hub">
        <meta property="og:title" content="Links">
        <meta property="og:description" content="A collection of links.">

        <link rel="stylesheet" href="/css/style-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="/js/main-components.js" defer></script> 

        <title>Links | Leilukin's Hub</title>
    </head>
    <body>
        <header class="main-header">
            <noscript>
                JavaScript is disabled in your browser. To get the best user experience on
                this website, it is recommended that you enable it.
            </noscript>
        </header>
        <nav class="navbar"></nav>
        <main>
            <!-- <aside class="left-sidebar">
                Left sidebar content here
            </aside> -->

            <div class="content-container">
                <section class="content-section">
                    <h1>Links</h1>

                    <p>Networks between webmasters or people who share similar interests.</p>
                </section>

                <section class="content-section">
                    <h2>Link to My Website</h2>
    
                    <p>You can link to my website with this button:</p>

                    <div class="site-btn__container">
                        <div>
                            <a href="https://leilukin.neocities.org/" target="_blank"><img src="/assets/Leilukins-Hub-button.png" alt="Button of Leilukin's Hub" title="Leilukin's Hub"></a>
                        </div>
                        <textarea class="site-btn__textarea textarea-for-copy"><a href="https://leilukin.neocities.org/" target="_blank"><img src="https://leilukin.neocities.org/assets/Leilukins-Hub-button.png" alt="Button of Leilukin's Hub" title="Leilukin's Hub"></a></textarea>
                        <button class="copy-txt-btn">Copy HTML</button>
                        <script>
                            document.querySelector(".copy-txt-btn").onclick = () => {
                                document.querySelector(".textarea-for-copy").select();
                                document.execCommand('copy');
                            }
                        </script>
                    </div>

                    <p>Credit to <a href="https://github.com/hekate2" target="_blank">hekate2</a> for their <a href="https://hekate2.github.io/buttonmaker/" target="_blank">88x31 Web Button Maker</a>!</p>

                </section>

                <section class="content-section">
                    <h2>Webrings I Have Joined</h2>

                    <div style="border: none; padding: 5px; display: inline-flex"><a href="https://isaacfish.neocities.org/webring/25.html" target="_blank"><img src="./webrings/queercoded-left.png" alt="left arrow"></a>&nbsp;<a href="https://isaacfish.neocities.org/webring/" target="_blank"><img src="./webrings/queercoded.png" alt="queer coded webring" title="The Queer Coded Webring"></a>&nbsp;<a href="https://isaacfish.neocities.org/webring/27.html" target="_blank"><img src="./webrings/queercoded-right.png" alt="right arrow"></a></div>
                </section>

                <section class="content-section">
                    <h2>Fanlistings I Have Joined</h2>

                    <div class="web-btn-wrapper">
                        <a href="https://glitterskies.org/kotor/" target="_blank"><img src="./fanlistings/kotor-100x50.png" alt="A website button of a Star Wars: Knights of the Old Republic fanlisting" title="Erased Identity - Star Wars: Knights of the Old Republic fanlisting"></a>
                        <a href="https://glitterskies.org/kotor2/" target="_blank"><img src="./fanlistings/kotor2-100x50.jpg" alt="A website button of a Star Wars: Knights of the Old Republic 2 fanlisting" title="Mysteries of Malachor - Star Wars: Knights of the Old Republic 2: The Sith Lords fanlisting"></a>
                        <a href="https://inspirationally.net/jedi/" target="_blank"><img src="./fanlistings/jedi-100x50.png" alt="A website button of a Jedi fanlisting" title="Keepers of the Peace // the Star Wars: [+] Jedi fanlisting"></a>
                    </div>
                </section>
            </div>

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