-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmate_rov.html
More file actions
26 lines (26 loc) · 983 Bytes
/
mate_rov.html
File metadata and controls
26 lines (26 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title : MATE ROV
layout: default
categories : [projects]
stylesheets : [projects]
---
<div id="project">
<a href="https://materovcompetition.org/" target="_blank"><img class="logo" src="res/mate_rov/MATE_ROV.png"/></a>
<!-- <h1>MATE ROV Competition</h1> -->
<div class="division"></div>
<p class="text-block">
The MATE ROV Competition is an international competition hosted by the Marine Advanced Technology Education center in which teams design an underwater Remotely Operated Vehicle (ROV) capable of performing a variety water-related tasks.
</p>
<h1>Our Robots</h1>
<div class="division"></div>
<div class="subproj_cont">
{% for post in site.categories.mate_rov_robot %}
<div class="subproj">
<a href="{{post.url}}">
<img src="{{post.imgurl}}"/>
<span class="subproj_txt"><b>{{post.title}}</b></span>
</a>
</div>
{% endfor %}
</div>
</div>