-
Notifications
You must be signed in to change notification settings - Fork 0
/
robo-ce.html
167 lines (136 loc) · 6.38 KB
/
robo-ce.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wilson A. Rawlings</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="icon" href="img/wilson.jpg">
<link href="http://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link href="css/stylesheet.css" rel="stylesheet">
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Wilson A. Rawlings</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li ><a href="resume.html">RESUME</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">ROBOTICS
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">FIRST FTC</li>
<li class="active"><a href="#">Cascade Effect 2014-2015</a></li>
<li><a href="robo-rq.html">Res-Q 2015-2016</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Red Shift Robotics</li>
<li><a href="robo-mt.html">About My Team</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Other</li>
<li><a href="robo-is-1516.html">Independent Study 2015-2016</a></li>
</ul>
</li>
<li><a href="http://portfolio.wilsonrawlings.com">PORTFOLIO</a></li>
<!--
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">PORTFOLIO
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">ART</li>
<li><a href="art-gd.html">Graphic Design</a></li>
<li><a href="art-pho.html">Photography</a></li>
<li><a href="art-sa.html">Studio Art</a></li>
<li><a href="art-sculp.html">Sculpture</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">DESIGN</li>
<li><a href="cad-stu.html">Structures</a></li>
<li><a href="cad-mec.html">Mechanisms and Parts</a></li>
</ul>
</li>
-->
<li><a href="contact.html">CONTACT</a></li>
<li><a href="#"><span class=""></span></a></li>
</ul>
</div>
</div>
</nav>
<!-- Container (The Band Section) -->
<div id="band" class="container">
<h2>FIRST FTC - SAAS Robotics</h2><h1>Cascade Effect 2014-2015</h1><h2>Team 5619 - RoboCardinals - JV</h2>
<br>
<p><strong>Game Description</strong></p>
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/ABmBxCwHV94" frameborder="0" allowfullscreen></iframe>
<p><strong>Our Robot</strong></p>
<div class="row form-group">
<div class="col-xs-12 col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Scissor Lift</h2>
</div>
<div class="panel-image hide-panel-body">
<img src="img/56191.jpg" class="panel-image-preview" alt="5919 1st pic" />
</div>
<div class="panel-footer text-center">
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">5619</h2>
</div>
<div class="panel-image hide-panel-body">
<img src="img/56192.jpg" class="panel-image-preview" alt="5919 2nd pic" />
</div>
<div class="panel-footer text-center">
</div>
</div>
</div>
</div>
<p><strong>My Contributions</strong></p>
<p>I became a team leader for 5619. I helped by building the chassis for the robot and cordinating how every other component went together. I also worked a lot on the scissor lift mechanism alongside a mentor and another student.</p>
<p>After 5619's season ended I was asked, by out club's lead mentor, to join the Varsity team, 2856, for their next level competition of Super Regionals in Oakland, California. While there I helped fix the robot, helped outreach to other teams, and present our work to the competition judges.</p>
<p><strong>5619's Accomplishments</strong></p>
<p>We Competed in our league matches, inter-league matches, and traveled to the Idaho State Competition to compete.</p>
<br>
</div>
<!-- Footer -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2016 Wilson A. Rawlings
</footer>
<script>
$(document).ready(function(){
// Initialize Tooltip
$('[data-toggle="tooltip"]').tooltip();
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
});
})
</script>
</body>
</html>