site/features.html

Wed, 26 Feb 2020 00:22:33 -0700

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

- New font linking style
- Fix favicon on local FS

<!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 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>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>
				<div class="contentSection">
					<a href=""><li><h1 id="toolsSectionH1">- <u>First Class VR</u></h1></li></a>
					<p id="textNotice"><b>Notice:</b> <br> Should old acquaintances be forgot?<br>Well, after so much <i>time</i> – some things can prove...  difficult to remember.</p>
				</div>
			</ul>
		</nav>


	</div>
	
	<div class="footer">
		<p class="copyright">Source Creator Collective – 2020</p>
	</div>

</div>

</body>

</html>

mercurial