Skip to content

Commit

Permalink
Add list of conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
skellytz committed Jul 20, 2024
1 parent 0be790c commit d5cddfa
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
}
#maindiv {
margin: 0 auto;
margin-top: -20px;
margin-top: -16px;
width: 80%;
}
#maindiv .content {
counter-increment: kman;
counter-reset: h2;
background-color: rgba(238, 238, 241, 0.9);
padding: 0 0 25px 0;
margin: 50px auto;
margin: 60px auto;
border-width: 1px 1px 4px 10px;
border-style: solid;
border-color: #781808;
Expand Down Expand Up @@ -133,7 +133,7 @@
#maindiv p.category-desc {
margin-bottom: 22px;
}
#maindiv ul.readme-list a {
#maindiv ul.mod-list a {
margin-right: 6px;
}
#maindiv address a:link {
Expand Down Expand Up @@ -360,7 +360,7 @@ <h1>Spellhold Studios</h1>
<div class="content">
<h2>Joinable NPC Mods</h2>
<p class="category-desc">All joinable NPC mods hosted by SHS.</p>
<ul class="readme-list">
<ul class="mod-list">
<li>
<strong>Adrian</strong><br>
<a href="">[Download]</a>
Expand Down Expand Up @@ -464,7 +464,7 @@ <h2>Joinable NPC Mods</h2>
<a href="">[Download]</a>
<a href="">[Readme]</a>
<a href="">[GitHub]</a>
<span class="mod-desc">A scathingly witty female necromancer!</span>
<span class="mod-desc">A scathingly witty female necromancer.</span>
</li>
<li>
<strong>Tashia</strong><br>
Expand Down Expand Up @@ -531,7 +531,29 @@ <h2>Quest and Encounter Mods</h2>
<div class="content">
<h2>Total and Partial Conversions</h2>
<p class="category-desc">All conversion projects (extensive replacement of the original game content) hosted by SHS.</p>

<ul class="mod-list">
<li>
<strong>Classic Adventures</strong><br>
<a href="">[Download]</a>
<a href="">[Readme]</a>
<a href="">[GitHub]</a>
<span class="mod-desc">A compilation of old pen and paper modules of the 70s and 80s.</span>
</li>
<li>
<strong>Epic Endeavours</strong><br>
<a href="">[Download]</a>
<a href="">[Readme]</a>
<a href="">[GitHub]</a>
<span class="mod-desc">A whole new adventure without any links to the original game.</span>
</li>
<li>
<strong>Return to Trademeet</strong><br>
<a href="">[Download]</a>
<a href="">[Readme]</a>
<a href="">[GitHub]</a>
<span class="mod-desc">Travel back to Candlekeep after finishing Throne of Bhaal.</span>
</li>
</ul>
<address>
<span class="footer">Index of Mods &gt; Conversions &#8226;</span><a href="#top">Back to Top</a>
</address>
Expand All @@ -541,7 +563,7 @@ <h2>Total and Partial Conversions</h2>
<div class="content">
<h2>Mega Modifications</h2>
<p class="category-desc">All mods that are part of the definition of mega-modification, i.e. BGT, TDD, SoS, TS, NeJ, RoT, CtB, BP and related projects hosted by SHS.</p>
<ul class="readme-list">
<ul class="mod-list">
<li>
<strong>Infinity Animations</strong><br>
<a href="https://github.com/Spellhold-Studios/Infinity-Animations/releases/latest">[Download]</a>
Expand Down

0 comments on commit d5cddfa

Please sign in to comment.