2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
2023-06-22 18:05:23 +00:00
< html lang = "en" dir = "ltr" id = "page-top" >
2023-06-15 09:18:46 +00:00
< 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." >
2023-07-26 08:17:24 +00:00
< link rel = "stylesheet" href = "/css/style-main.css" type = "text/css" media = "all" >
2023-06-22 18:05:23 +00:00
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.15.1/css/all.css" >
2023-06-15 10:47:30 +00:00
< 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" >
2023-06-15 09:18:46 +00:00
2023-08-13 11:57:38 +00:00
< script src = "/js/main-components.js" defer > < / script >
2023-06-15 09:18:46 +00:00
< title > Links | Leilukin's Hub< / title >
< / head >
< body >
2023-08-13 11:57:38 +00:00
< 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 >
2023-06-22 18:05:23 +00:00
< main >
<!-- <aside class="left - sidebar">
Left sidebar content here
< / aside > -->
< div class = "content-container" >
< section class = "content-section" >
2023-06-15 09:18:46 +00:00
< h1 > Links< / h1 >
2023-07-27 03:03:47 +00:00
< p > Networks between webmasters or people who share similar interests.< / p >
< / section >
< section class = "content-section" >
2023-07-26 07:02:46 +00:00
< h2 > Link to My Website< / h2 >
2023-07-27 03:03:47 +00:00
< 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 >
2023-07-26 07:02:46 +00:00
< / div >
2023-07-27 03:03:47 +00:00
< 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 >
2023-07-26 08:29:53 +00:00
2023-07-26 07:02:46 +00:00
< / section >
< section class = "content-section" >
2023-06-15 09:18:46 +00:00
< h2 > Webrings I Have Joined< / h2 >
2023-06-22 18:05:23 +00:00
< 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 > < a href = "https://isaacfish.neocities.org/webring/" target = "_blank" > < img src = "./webrings/queercoded.png" alt = "queer coded webring" title = "The Queer Coded Webring" > < / a > < 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" >
2023-06-15 09:18:46 +00:00
< h2 > Fanlistings I Have Joined< / h2 >
2023-07-27 03:03:47 +00:00
< div class = "web-btn-wrapper" >
2023-06-22 18:05:23 +00:00
< 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 >
2023-06-15 09:18:46 +00:00
< / div >
2023-06-22 18:05:23 +00:00
<!-- <aside class="right - sidebar">
Right sidebar content here
< / aside > -->
< / main >
2023-08-13 11:57:38 +00:00
< footer class = "main-footer" > < / footer >
2023-06-15 09:18:46 +00:00
< / body >
< / html >