Add files via upload

This commit is contained in:
Sophia Atkinson 2021-11-04 06:09:18 -07:00 committed by GitHub
parent 7a0968ef91
commit 62a621e3dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 120 additions and 0 deletions

120
index.html Normal file
View File

@ -0,0 +1,120 @@
<!DOCTYPE HTML>
<!--
Minimaxing by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Project Firewatch</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body>
<div id="page-wrapper">
<!-- Banner -->
<div id="banner-wrapper">
<div class="container">
<h1>Project Firewatch Is Currently under development. Some pages may not work properly or may not look the same as other pages. If you are curious about what we are doing please pay attention to our news page or Twitter (@PFirewatch)</h1>
<div id="banner">
</div>
</div>
</div>
<!-- Main -->
<div id="main">
<div class="container">
<div class="row main-row">
<section>
<h2>What is Firewatch?</h2>
<h3>Firewatch is a single-player first-person mystery set in the Wyoming wilderness, where your only emotional lifeline is the person on the other end of a handheld radio.</h3>
</div>
<div class="col-4 col-6-medium col-12-small">
<section>
<center><a href=""><img src="https://camo.githubusercontent.com/612c403f0241d9c1edf9ea44167dc013cb6de7457457f6e7c0a1373b3b5db65c/68747470733a2f2f686974732e736565796f756661726d2e636f6d2f6170692f636f756e742f696e63722f62616467652e7376673f75726c3d68747470732533412532462532466769746875622e636f6d253246536f7068696141746b696e736f6e2532464669726577617463682d477569646526636f756e745f62673d253233323532353235267469746c655f62673d2532333235323532352669636f6e3d2669636f6e5f636f6c6f723d253233453745374537267469746c653d436c69636b61726f6f7326656467655f666c61743d74727565"/></a></center>
<h2>Table Of Contents</h2>
<div>
<div class="row">
<div class="col-6 col-12-small">
<ul class="link-list">
<li><a href="/achievements/">Achievements</a></li>
<li><a href="/shoshonewildlifenotes/">Shoshone Wildlife Notes</a></li>
<li><a href="/shoshonebookclub/">Shoshone Book Club</a></li>
<li><a href="/gallery/">Gallery</a></li>
<li><a href="/info/">Misc Info</a></li>
</ul>
</div>
<div class="col-6 col-12-small">
<ul class="link-list">
<li><a href="/playthrough/">Firewatch Playthrough</a></li>
<li><a href="/cdn/FirewatchAudioTour.pdf">Audio Tour Transcription</a></li>
</ul>
</div>
</div>
</div>
</section>
</div>
<div class="col-6 col-12-medium">
<section>
<center><img src="/cdn/10-3-21/20211003084110_1.jpg" alt="" width="649" height="365"><center>
<img src="/cdn/10-3-21/20211003084128_1.jpg" alt="" width="649" height="365">
<img src="/cdn/10-3-21/20211003084239_1.jpg" alt="" width="649" height="365">
<img src="/cdn/10-3-21/20211003084245_1.jpg" alt="" width="649" height="365">
<img src="/cdn/10-3-21/20211003084338_1.jpg" alt="" width="649" height="365">
<img src="/cdn/10-3-21/20211003084434_1.jpg" alt="" width="649" height="365">
<img src="/cdn/10-3-21/20211003090936_1.jpg" alt="" width="649" height="365">
<img src="/cdn/20200701135646_1.jpg" alt="" width="649" height="365">
<img src="/cdn/20200701135654_1.jpg" alt="" width="649" height="365">
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<div class="container">
<div class="row">
<div class="col-8 col-12-medium">
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div id="copyright">
&copy;2022 Project Firewatch, Licensed under the GNU General Public License v3.0 | Designed By: <a href="http://html5up.net">HTML5 UP</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>