-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLesson.html
104 lines (91 loc) · 4.36 KB
/
Lesson.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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Lessons Learned</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="home.html">EGR Robotics</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Videos.html">Videos</a></li>
<li><a href="construction.html">Sponsors</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="Lesson.html">Lessons Learned</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>Lessons Learned</h2>
<p>FRC Team #5980</p>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>For Rookie Teams</h3>
<p><b>Head Coach:</b> Elizabeth Neubig <br /><b>Team website:</b><a href="home.html">East Grand Rapids Robotics</a>
<br /> <b>Form of sponsor recognition:</b> To recognize our sponsors we put them on our T-shirts, have a page on our website dedicated to them, and we have a poster in our pit with all of our sponsors. We keep them informed about how we are doing through email communication.</p>
<br />
<p><b>Lessons Learned and Student Quotes:</b></p>
<ol>
<li><b>"It's Not About The Robot"</b>-James Ludwig mentor</li>
<li><b>"Always wear safety glasses"</b>-Maggie Benham '18</li>
<li><b>"Don't eat pita bread and hold the robot"</b>-Ben Strauss '16 dropped robot while holding it with one hand.</li>
<li><b>"Don't stand over scissor lift face first while adjusting it"</b>-Nathan Strodtbeck '19 had the scissor lift explode on him nearly hitting his head.</li>
<li><b>"When you are sawing and hear an annoying noise, you attach a clamp further down the metal to lessen the noise"</b>-Ben Strauss '16</li>
<li><b>"Lift up the robot after putting in new code, so it doesn't run into a wall"</b>-Anton Ludwig '19</li>
<li><b>Have fun getting to know each other</b></li>
<li><b>Have answers prepared for judges and anticipate questions</b></li>
<li><b>Before matches talk with your alliance partners, make sure your battery is charged, and check your connections</b></li>
</ol>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="http://twitter.com/EGRRobotics?s=09" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/EastGrandRapidsRobotics/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://i.instagram.com/egrrobotics/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.youtube.com/channel/UC96GA9RVs23wMiLSLEAZuxg" class="icon fa-youtube"><span class="label">youtube</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<p>Site by Nathan Strodtbeck 2016</p>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>