|
|
@ -3,7 +3,7 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<meta charset="UTF-8"> |
|
|
|
<title>About Chordia</title> |
|
|
|
<title>Chordia</title> |
|
|
|
<link rel="stylesheet" href="main.css"> |
|
|
|
</head> |
|
|
|
|
|
|
@ -12,30 +12,39 @@ |
|
|
|
<div id="topBar" class="hBar"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="botBar" class="hBar"> |
|
|
|
<a href="https://github.com/orpheusui" target="_blank" style="border-right: none;">© 2021 orpheusui</a> |
|
|
|
<a href="https://itch.io/jam/top-jam-1" target="_blank">TOP Jam-1</a> |
|
|
|
<a href="about.html" class="currentPage">About</a> |
|
|
|
<a href="index.html">Chordia</a> |
|
|
|
<div id="centerRow"> |
|
|
|
<div id="leftBar" class="vBar"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<gamewindow style="text-align: center;"> |
|
|
|
<h1 style="color: aqua;">chordia.io</h1> |
|
|
|
<p style="color: aqua;">------------------------------------------------</p> |
|
|
|
<p><b>Programming:</b></p> |
|
|
|
<p>Derek Olsen (orpheusui)</p> |
|
|
|
<p>Ben Zah (ZahBenjamin)</p> |
|
|
|
<p>Alex Swanson (EyYoTony)</p> |
|
|
|
|
|
|
|
<p><b>Storyboarding:</b></p> |
|
|
|
<p>Brandon Weed</p> |
|
|
|
|
|
|
|
<p style="color: aqua;">------------------------------------------------</p> |
|
|
|
|
|
|
|
<p>COPYRIGHT © 2021 Team Chordia</p> |
|
|
|
|
|
|
|
<p>All rights reserved.</p> |
|
|
|
</gamewindow> |
|
|
|
|
|
|
|
<div id="rightBar" class="vBar"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="botBar" class="hBar"> |
|
|
|
<a href="https://git.andrewzah.com/dolsen/chordia/" target="_blank">© 2021 chordia.io</a> |
|
|
|
<a href="https://itch.io/jam/top-jam-1" target="_blank">TOP Jam-1</a> |
|
|
|
<a href="about.html" class="currentPage">About</a> |
|
|
|
<a href="index.html" style="border-left: aqua;">Chordia</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="leftBar" class="vBar"></div> |
|
|
|
<div id="rightBar" class="vBar"></div> |
|
|
|
|
|
|
|
<gamewindow style="text-align: center;"> |
|
|
|
<h1 style="color: aqua;">Chordia</h1> |
|
|
|
<p style="color: aqua;">------------------------------------------------</p> |
|
|
|
<p><b>Programming:</b></p> |
|
|
|
<p>Derek Olsen (orpheusui), Ben Zah (ZahBenjamin), and Alex Swanson (EyYoTony)</p> |
|
|
|
<p><b>Storyboarding:</b></p> |
|
|
|
<p>Brandon Weed</p> |
|
|
|
|
|
|
|
<p style="color: aqua;">------------------------------------------------</p> |
|
|
|
|
|
|
|
<p>COPYRIGHT © 2021 The Chordia Team</p> |
|
|
|
|
|
|
|
<p>All rights reserved.</p> |
|
|
|
</gamewindow> |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |