38 lines
1.9 KiB
HTML
38 lines
1.9 KiB
HTML
{% extends 'content_base.html' %}
|
|
|
|
{% block pageTitle %}Student Robotics 2014{% endblock %}
|
|
|
|
{% block header_image %}<div class="image" style="background-image: url(https://farm9.staticflickr.com/8806/17113612128_0f51767744_k_d.jpg);"></div>{% endblock %}
|
|
|
|
{% block content%}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<img class="img-rounded" src="https://c2.staticflickr.com/8/7670/17115168179_1ef30ac6e9_b.jpg" />
|
|
</div>
|
|
<div class="col-sm-8">
|
|
<p>Welcome to the homepage of Collyer's Student Robotics 2014 team. Originally, this page was a part of the competition, but due to 3 different site rewrites, the original content and formatting has been lost.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<h2>The Competition</h2>
|
|
<p>The game for this year was called <em>Slots</em>. Teams compeated to get as many of their tokens into a scoring zone in 3 minutes. Teams would also get extra points if they could get the token into a zones 'slot', an area the size of a token, raised by around 3 cm. </p>
|
|
<p>To see a copy of the rules from the competition, <a href="https://www.studentrobotics.org/resources/2014/rulebook.pdf">Click Here!</a></p>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<div class="list-group">
|
|
<a class="list-group-item active h4">Quick Links</a>
|
|
<a href="https://github.com/SR-CLY/2014" class="list-group-item">The Code</a>
|
|
<a href="https://www.flickr.com/photos/theorangeone/albums/72157651820386449" class="list-group-item">Gallery</a>
|
|
<a href="http://collyers-robotics14.tumblr.com/" class="list-group-item">Blog</a>
|
|
<a href="https://www.studentrobotics.org/schools/game#2014" class="list-group-item">Competition Information</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|