Thu, 02 Jan 2020 03:55:00 -0700
- Add Features index properly
- Set tool icons to float right
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta name="description" content="Source 2 Documentation"> <link rel="stylesheet" href="style.css"> <link rel="icon" type="image/png" href="/s2favicon.png"> </head> <body> <div class="main" > <div id="header"> <img class="headerlogo" src="source2_new.svg" title="Source 2"> <nav> <ul class="buttons"> <a href="home.html"><li>Home</li></a> <a href=""><li class="active">Features</li></a> <a href=""><li>Wiki</li></a> <a href="about.html"><li>About</li></a> </ul> </nav> </div> <div class="content"> <h1>Source 2 Engine Features</h1> <p> The Next-Gen S2 Engine is a significant departure to the legacy Source engine, running DX11 and Vulkan natively on their respective platforms. </p> <hr> <nav> <ul class="featuresNav"> <div class="contentSection"> <a href="features_tools.html"><li><h1 id="toolsSectionH1">- <u>Tools</u> </h1></li></a> <!-- <div class="featureShowcaseContainer"><img class="featureShowcase" src="features/tools/toolsbar.png"></div> --> <p> <i>Asset Browser</i>, <i>Level Editor</i>, <i>Material Editor</i>, <i>Model Editor</i>, <i>Particle Editor</i>, and <i>Film Maker</i>. <br> </p> </div> <div class="contentSection"> <a href=""><li><h1 id="toolsSectionH1">- <u>Rendering</u></h1></li></a> <p id="textNotice"><b>Notice: </b> Not created yet.</p> </div> </ul> </nav> </div> <div class="footer"> <p class="copyright">Source Creator Collective - 2020</p> </div> </div> </body> </html>