fortressforever-web/index.html

140 lines
5.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<!--
*****************************************************************
Fluid Baseline Grid v1.0.0
Designed & Built by Josh Hopkins and 40 Horse, http://40horse.com
Licensed under Unlicense, http://unlicense.org/
*****************************************************************
-->
<title>Fortress Forever</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="description" content="" />
<meta name="author" content="">
<meta name="keywords" content="" />
<!-- Optimized mobile viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Place favicon.ico and apple-touch-icon.png in root directory -->
<link href="css/style.css" rel="stylesheet" />
<style>
ul { margin-top: 1em; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
nav { position:relative; clear:both; margin-bottom: .75em; }
nav ul { list-style: none; background: #333; margin: 0; }
nav ul li { float: left; position: relative; margin:0 .5em; }
nav > ul > li:first-child { margin-left: 0; }
nav ul li a { display: block; padding:.55em .55em; background: #eee; margin-bottom: .5em; }
header nav { font-size: 120%; margin-top: .75em; }
div.top { margin-bottom: 2em; }
div.bottom { }
.article h4 { margin-bottom: .25em; }
.article .author { margin-bottom: 1em; }
.article .info { margin-bottom: .25em; }
.pull-right { float:right; }
.pull-left { float:left; }
</style>
</head>
<body>
<div class="top cf">
<header>
<div class="g1">
<h1>Fortress Forever</h1>
<p>A free Team Fortress mod on the Source Engine</p>
<h3><a href="#" id="download">Download</a></h3>
<div class="embed-container" style="margin-bottom: 1.5em"><iframe src="http://www.youtube.com/embed/-0-6wdDyGLI" frameborder="0" allowfullscreen></iframe></div>
</div>
<div class="g2">
<nav class="cf">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Wiki</a></li>
</ul>
</nav>
</div>
</header>
<div class="g2">
<div class="article">
<h4>A Long Overdue Update</h4>
<div class="author">
<span>Posted 4 days, 2 hours ago</span> <span class="pull-right">by Fortress Forever Team</span>
</div>
<div class="info">
It's been nearly a year since Fortress Forever was Greenlit, and there's been a total lack of updates since then. To remedy that, here are two things that will be happening in the coming weeks:
<ul>
<li>The current version of Fortress Forever will be released on Steam</li>
<li>The Fortress Forever code will be made open source on Github</li>
</ul>
<b>Why did it take a year for this to happen?</b>
<br />We didn't think it was possible to release the current version of FF on Steam because we thought that the version of the Source SDK that FF uses was too old. <a href="http://neotokyohq.com/" target="_blank">Neotokyo</a> proved otherwise, and we are able to follow their lead and finally release FF on Steam.
<br />
<br /><b>What does 'released on Steam' mean?</b>
<br />It means that you'll be able to install Fortress Forever directly through Steam and that you will receive updates automatically. As always, Fortress Forever will be completely free.
<br />
<br /><b>Why go open source?</b>
<br />Fortress Forever's development has been largely opaque for a huge majority of the playerbase for a very long time, and the reason for that opaqueness has not always been intentional; attempting to keep everyone informed can be pretty labor intensive. By moving our development entirely into public view, it will be easier for everyone to stay in the loop with what will be happening with the game, and will give everyone a chance to participate directly in the development process.
</div>
<a href="http://alpha.fortress-forever.com/forum/showthread.php?t=24485" class="pull-left">Discuss on the forums →</a>
<a href="http://www.fortress-forever.com/?a=archive" class="pull-right">View all news posts</a>
</div>
</div>
</div>
<div class="bottom cf">
<div class="g1">
<h3>Contribute</h3>
<ul>
<li>Our code is open source on Github. Submit a pull request!</li>
<li>Report any bugs you find</li>
<li>Suggest features</li>
</ul>
</div>
<div class="g2">
<h3>Activity</h3>
<ul>
<li>Github: Commit 'Fix everything' pushed to branch 'beta' by Darn <small>2 hours ago</small></li>
<li>Github: Issue 'Everything is broken' created by DumboJones <small>3 hours ago</small></li>
<li>Twitter: Thing and stuff <small>4 days ago</small></li>
<li>Dev Journal: squeek. <small>7 days ago</small></li>
</ul>
</div>
</div>
<footer class="g3 cf">
<nav class="cf">
<ul>
<li><a href="#">Github</a></li>
<li><a href="#">Youtube</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Steam</a></li>
</ul>
</nav>
</footer>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Minimized jQuery from Google CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<!-- HTML5 IE Enabling Script -->
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- CSS3 Media Queries -->
<script src="js/respond.min.js"></script>
<!-- Optimized Google Analytics. Change UA-XXXXX-X to your site ID -->
<script>var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script>
</body>
</html>