leilukin-site/shrines/starwarskotor/resources/index.html

98 lines
5.5 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/shrines/starwarskotor/resources">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:title" content="Resources | Star Wars: Knights of the Old Republic Shrine">
<meta property="og:description" content="List of Star Wars: Knights of the Old Republic resources I have compiled myself.">
<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">
2023-06-15 09:18:46 +00:00
<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>
2023-06-15 09:18:46 +00:00
<title>Resources | Star Wars: Knights of the Old Republic Shrine | Leilukin's Hub</title>
</head>
<body>
<header-component></header-component>
<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">
<h1><em>Star Wars: Knights of the Old Republic</em> Resources</h1>
<p>Here are resources for the <em>Star Wars: Knights of the Old Republic</em> series I have compiled myself.</p>
</section>
2023-06-15 09:18:46 +00:00
<section class="content-section">
<h2>My Mods</h2>
<p>Here are the modifications for the <em>KotOR</em> series I have created.</p>
<ul>
<li><a href="/mymods/kotor1mods/" target="_blank"><em>Star Wars: Knights of the Old Republic</em></a></li>
<li><a href="/mymods/kotor2mods/" target="_blank"><em>Star Wars: Knights of the Old Republic II: The Sith Lords</em></a></li>
</ul>
</section>
2023-06-15 09:18:46 +00:00
<section class="content-section">
<h2>My Modder's Resource</h2>
<ul>
<li><a href="https://deadlystream.com/files/file/2249-missing-k1-party-member-ports-for-tsl-modders-resource/" target="_blank">Missing K1 Party Member Ports for TSL</a></li>
</ul>
</section>
2023-06-15 09:18:46 +00:00
<section class="content-section">
<h2>My Save Files</h2>
<ul>
<li><a href="https://deadlystream.com/files/file/2180-light-side-female-saves-with-kotor-1-community-patch-and-all-romances/" target="_blank">Light Side Female Saves with KOTOR 1 Community Patch and All Romances</a></li>
<li><a href="https://deadlystream.com/files/file/2213-kotor-2-light-side-female-saves-with-tslrcm-and-partyswap/" target="_blank">KotOR 2 Light Side Female Saves with The Sith Lords Restored Content Mod and PartySwap</a></li>
</ul>
</section>
2023-06-15 09:18:46 +00:00
<section class="content-section">
<h2>My Mod Lists</h2>
<ul>
<li><a href="./kotor-same-gender-romance-mods.html">List of Same-Gender Romance Mods for the <em>KotOR</em> Series</a></li>
<li><a href="./kotor2-female-exile-recruit-handmaiden-mods.html">List of <em>KotOR 2</em> Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member</a></li>
</ul>
</section>
2023-06-15 09:18:46 +00:00
<section class="content-section">
<h2>References</h2>
<ul>
<li><a href="./tslrcm-m478ep-modules-music.html">The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview</a></li>
</ul>
</section>
2023-06-15 09:18:46 +00:00
<section class="content-section">
<h2>My Mod Builds</h2>
<p>Lists of modifications for the <em>KotOR</em> games I use for my own playthroughs.</p>
<ul>
<li><a href="https://docs.google.com/document/d/1BTMJ1c-NOjU9q7qNftZac6jkOPluyucILglovcHtiaI/edit" target="_blank">Star Wars: Knights of the Old Republic</a></li>
<li><a href="https://docs.google.com/document/d/15HbD-k-D8WHrp10IjIryAguhq7k2W94pkuGys7Z7xNM/edit" target="_blank">Star Wars: Knights of the Old Republic II: The Sith Lords</a></li>
</ul>
</section>
2023-06-15 09:18:46 +00:00
</div>
<aside class="right-sidebar">
<right-sidebar-component></right-sidebar-component>
</aside>
</main>
<footer-component></footer-component>
2023-06-15 09:18:46 +00:00
</body>
</html>