added station to station project page
This commit is contained in:
parent
c5252e3045
commit
83e4018c58
32
projects/station-to-station.html
Normal file
32
projects/station-to-station.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
||||
<link rel="stylesheet" href="../shared/style.css">
|
||||
|
||||
<div id="site-header">
|
||||
<script>$(function(){$("#site-header").load("../shared/header.html");});</script>
|
||||
</div>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Station to Station</h1>
|
||||
<section class="project">
|
||||
<h2>Info</h2>
|
||||
<div indented>
|
||||
<p>Project Type: Unreal Engine Management Game</p>
|
||||
<p>Project Timeframe: In Progress</p>
|
||||
</div>
|
||||
<h2>Steam</h2>
|
||||
<iframe id="steam embed" src="https://store.steampowered.com/widget/2272400/" frameborder="0" width="646" height="190"></iframe>
|
||||
|
||||
<h2>Announcement Trailer</h2>
|
||||
<iframe
|
||||
id="youtube embed"
|
||||
src="https://www.youtube.com/embed/e-FuDjteXxs?mute=1&loop=1&autoplay=1"
|
||||
class="embed" youtube>
|
||||
</iframe>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue