leilukin-site/links/index.html

88 lines
4.9 KiB
HTML
Raw Normal View History

2023-06-15 09:18:46 +00:00
<!DOCTYPE html>
<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.">
<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">
2023-06-15 09:18:46 +00:00
<script src="/js/header.js" defer></script>
<script src="/js/footer.js" defer></script>
2023-06-15 09:18:46 +00:00
<title>Links | Leilukin's Hub</title>
</head>
<body>
2023-06-27 14:57:47 +00:00
<header></header>
<nav></nav>
<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>
<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">
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">
<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>
<!-- <aside class="right-sidebar">
Right sidebar content here
</aside> -->
</main>
2023-06-27 14:57:47 +00:00
<footer></footer>
2023-06-15 09:18:46 +00:00
</body>
</html>