leilukin-site/Leilukins-Hub/mycreations/index.html

86 lines
3.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/mycreations">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="My Creations | Leilukin's Hub">
<meta property="og:description" content="Links to my works not are not featured on this website.">
<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
2024-02-07 13:47:09 +00:00
<script src="/js/main-components.js" defer></script>
2023-06-15 09:18:46 +00:00
<title>My Creations | 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> -->
2023-06-15 09:18:46 +00:00
<div class="content-container">
<section class="content-section">
2023-06-15 09:18:46 +00:00
<h1>My Creations</h1>
<p>Here is a list of things I have created.</p>
</section>
<section class="content-section">
<h2>My Drawings</h2>
2023-06-15 09:18:46 +00:00
<p>My drawings can be found on my art blog on Tumblr:</p>
<a class="link-btn" href="https://leilukinart.tumblr.com/" target="_blank">🎨 Leilukin's Art Blog</a>
</section>
<section class="content-section">
<h2>My Video Game Mods</h2>
<a href="./kotor1mods">
<img src="./my-kotor1-mods-header.png" alt="Banner of Leilukin's mods for Star Wars: Knights of the Old Republic">
</a>
<p class="center-text"><a href="./kotor1mods" class="index-link">Star Wars: Knights of the Old Republic</a></p>
2024-02-07 13:47:09 +00:00
<a href="./kotor2mods">
<img src="./my-kotor2-mods-header.png" alt="Banner of Leilukin's mods for Star Wars: Knights of the Old Republic II: The Sith Lords">
</a>
<p class="center-text"><a href="./kotor2mods" class="index-link">Star Wars: Knights of the Old Republic II: The Sith Lords</a></p>
</section>
<section class="content-section">
<h2>My Playlists</h2>
<p>You can check out the playlists I have made on <a href="./playlists/">my dedicated page</a>.</p>
</section>
2024-02-07 13:47:09 +00:00
<section class="content-section">
<h2>My Characters</h2>
<p>I have created my own characters for various pieces of media. <a href="https://www.notion.so/leilukin/Leilukin-s-Characters-b377e277f01b4474945e85cf4cb15ada?pvs=4" target="blank">You can check out my characters here</a>.</p>
</section>
2023-06-15 09:18:46 +00:00
</div>
<!-- <aside class="right-sidebar">
Right sidebar content here
</aside> -->
</main>
<footer class="main-footer"></footer>
2023-06-15 09:18:46 +00:00
</body>
</html>