I'm not entirely sure what I changed here :P

This commit is contained in:
Arona Jones
2015-02-04 16:18:49 +00:00
parent b676788345
commit fef32e5044
2 changed files with 28 additions and 20 deletions

View File

@@ -25,6 +25,7 @@
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
@@ -340,20 +341,22 @@
</div>
</div>
<h2 style="background-color: #F8ECC2;">Video Recording of Clockwork Mechanisms</h2>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="420" height="315" src="http://www.youtube.com/embed/xDeC6ZB3J5g?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="420" height="315" src="http://www.youtube.com/embed/cDSUxLj--Wk?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="420" height="315" src="http://www.youtube.com/embed/Q2KymGLOH6M?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
<div class="jumbotron">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="520" height="415" src="http://www.youtube.com/embed/xDeC6ZB3J5g?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="520" height="415" src="http://www.youtube.com/embed/cDSUxLj--Wk?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="520" height="415" src="http://www.youtube.com/embed/Q2KymGLOH6M?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
</div>
</div>
</div>
</body>
</html>
</html>

View File

@@ -86,16 +86,21 @@
</nav>
<div class="container">
<div class="header starter-template">
<h2>Information on the Team:</h2>
<p class="text-justify">The BrassGoggledCoders are an internation team of hobbyist coders working to create steampunk themed mods for Minecraft.</p>
<h2>Contact Us:</h2>
<ul class="text-left">
<li><a href="mailto:brasscoders@gmail.com">Email</a>
</li>
<li><a href="https://twitter.com/brasscoders">Twitter</a>
</li>
<li><a href="https://github.com/BrassGoggledCoders">Github</a>
</li>
<li><a href="https://www.patreon.com/BrassGoggledCoders">Patreon</a>
</li>
</ul>
<div class="footer">
<div class="panel panel-primary">
<h1>Contact Us:</h1>
<ul>
<li>Email - brasscoders@gmail.com</li>
<li>Twitter - https://twitter.com/brasscoders</li>
<li>Github - https://github.com/BrassGoggledCoders</li>
<li>Patreon - https://www.patreon.com/BrassGoggledCoders</li>
</ul>
<h6>Web development by Arona Jones, with some help from Josh Page. Kindly Hosted by Github. See <a href="index.html">here</a> for other credits.</h6>
</div>
</div>