site/home.html

changeset 0
c1d19a9b477c
child 1
0a8d8d1522b7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/site/home.html	Wed Jan 01 21:21:10 2020 -0700
@@ -0,0 +1,63 @@
+<!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 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>
+		<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>
+			Currently only this home page exists, but eventually we'll have a MediaWiki, a Source 2 Features page, and ancilliary resources.
+		</p>
+		<!-- <h3>- The Firefall (2019-12-31)</h3>
+		<p>
+				The maternal-response opioids that Helen Keeton used to kickstart mother-love in her damaged son was inspired by recent work on attachment-deficit disorders in mice.  
+				<br>
+				<br>
+				There's a reason they call it radical hemispherectomy: half the brain thrown out with yesterday's krill, the remaining half press-ganged into double duty. 
+				Think of all the rewiring that one lonely hemisphere must have struggled with as it tried to take up the slack.
+				<br>
+				It turned out okay, obviously.
+		</p>
+		<h1>Talk with us:</h1>
+		<h4>- Matrix</h4>
+		<h4>- Forums</h4>
+		<h4>- Mailing List</h4> -->
+	</div>
+	
+	<div class="footer">
+		<p class="copyright">Source Creator Collective - 2020</p>
+	</div>
+
+</div>
+
+</body>
+
+</html>

mercurial