site/home.html

Wed, 26 Feb 2020 00:06:06 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Wed, 26 Feb 2020 00:06:06 -0700
changeset 13
29c252b93909
parent 11
7dfd6ac82d72
child 14
e61659f0b0be
permissions
-rw-r--r--

- Actually fix Arimo remote font

<!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">
	<title>Source 2 Documentation Project</title>

	<!--Fonts-->
	<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Arimo&display=swap" rel="stylesheet">
</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>- 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>
		<!-- <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