Tue, 27 Sep 2022 14:25:41 -0600
- Add HLA news
- Add font linking in HTML
<!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="stylesheet" href="font.css"> <link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet"> <link rel="icon" type="image/png" href="s2favicon.png"> <title>Source 2 Documentation Project</title> </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 class="active">Home</li></a> <a href="features.html"><li>Features</li></a> <a href=""><li>Wiki</li></a> <a href="about.html"><li>About</li></a> </ul> </nav> </div> <div class="content"> <h1>Welcome to the Source 2 Documentation Project!</h1> <h4>This site is dedicated to documents, tutorials, and resources for the Source 2 engine.</h4> <hr> <h1>News:</h1> <div class="contentSection"> <h3>- Half-Life: Alyx (2020-03-21)</h3> <p> Today marks the release of HLA and the first look at what Source 2 can really achieve. </p> </div> <div class="contentSection"> <h3>- Hello World (2020-01-01)</h3> <p> The S2DP was created in anticipation of the release of Half-Life: Alyx. Our purpose is to be a central location for Source 2 information. <br> As part of this, we'll be launching a Wiki, meant to be a cleaner and updated version of the old Valve Developer Wiki, without mixing Source and Source 2 information. <br> <br> This website is currently in-dev, with the Features section being the focus of efforts. </p> </div> <!-- <h1>Talk with us:</h1> <div class="contentSection"> <h4>- Matrix</h4> <h4>- Forums</h4> <h4>- Mailing List</h4> </div> --> </div> <div class="footer"> <p class="copyright">Source Creator Collective – 2020</p> </div> </div> </body> </html>