-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobots_page.html
More file actions
71 lines (69 loc) · 2.32 KB
/
robots_page.html
File metadata and controls
71 lines (69 loc) · 2.32 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
layout: default
title: Robots from R@M
tagname: robots
currenttab: robots-tab
description: Check out our robots!
jquery: false
---
<!--For RoboSub Bots-->
<div class="hero is-dark">
<div class="hero-body">
<div class="container">
<h1 class="title is-1 is-spaced upper">
<a href="//www.robonation.org/competition/robosub" target="_blank" rel="noreferrer noopener">RoboSub</a> Robots
</h1>
<h2 class="subtitle is-5">
Autonomous Undewater Vehicles for the <a href="//www.robonation.org/competition/robosub" target="_blank" rel="noreferrer noopener">RoboSub Competition</a>
</h2>
</div>
</div>
</div>
<section class="section">
<div class="columns has-text-centered">
<div class="column qubo-section">
<h3 class="subtitle is-3 upper">2016 - Present</h3>
<figure class="image is-2by1">
<img id="qubo-image">
</figure>
<a class="button is-large is-primary is-outlined title is-1" href="./qubo.html">
Qubo
</a>
</div>
<div class="column tortuga-section">
<h3 class="subtitle is-3 upper">2008 - 2016</h3>
<figure class="image is-2by1">
<img id="tortuga-image">
</figure>
<a class="button is-large is-primary is-outlined title is-1" href="./tortuga.html">
Tortuga
</a>
</div>
</div>
</section>
<!--Educational Bots-->
<div class="hero is-dark">
<div class="hero-body">
<div class="container">
<h1 class="title is-1 is-spaced upper">
Educational Robots
</h1>
<h2 class="subtitle is-5">
Robots for fun, learning, experimentation, and onboarding purposes.
</h2>
</div>
</div>
</div>
<section class="section">
<div class="columns has-text-centered">
<div class="column testudog-section">
<h3 class="subtitle is-3 upper">2021 - Present</h3>
<figure class="image is-2by1">
<img id="testudog-image">
</figure>
<a class="button is-large is-primary is-outlined title is-1" href="./testudog.html">
Testudog
</a>
</div>
</div>
</section>