-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTOPBOT.html
90 lines (77 loc) · 3.67 KB
/
TOPBOT.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML>
<!--
Tessellate by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Alex Bondarenko</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!-- Second -->
<section id="second" class="main">
<div class="content dark style2">
<div class="container">
<div class="row">
<div class="4u">
<section>
<h3>Top Bot</h3>
<p>
This is a project I undertook with a team of friends back in grade 12, it was our 2012 entry for the <a href="http://www.robofest.net">Robofest robotics competition</a> hosted by Lawrence Technological University.
</p>
<p>
The project was an investigation in the viability of implementing Hemispherical Omnidirectional Gymbal Drive in a small scale vehicle.
</p>
</section>
</div>
<div class="8u">
<div class="row no-collapse">
<div class="6u"><a href="3dPrinter.html" class="image fit"><img src="https://farm3.staticflickr.com/2865/9906565525_7b5dc9e6ca_z.jpg" alt="" /></a></div>
<div class="6u"><a href="ReflowOven.html" class="image fit"><img src="https://farm8.staticflickr.com/7398/9906607365_73710346a7_z.jpg" alt="" /></a></div>
</div>
<div class="row no-collapse">
<div class="6u"><a href="LOST.html" class="image fit"><img src="https://farm6.staticflickr.com/5483/9906607263_5113c53c4d_z.jpg" alt="" /></a></div>
<div class="6u"><a href="CNCController.html" class="image fit"><img src="https://farm8.staticflickr.com/7294/9906557493_3bb9c2f1f3_z.jpg" alt="" /></a></div>
</div>
<div class="row no-collapse">
<div class="6u"><a href="TOPBOT.html" class="image fit"><img src="https://farm4.staticflickr.com/3802/9906422254_1bc8682e4a_z.jpg" alt="" /></a></div>
<div class="6u"><a href="Quadrocopter.html" class="image fit"><img src="https://farm8.staticflickr.com/7293/9906382055_22b0189e6f_z.jpg" alt="" /></a></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</body>
</html>