-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeely_reflection.html
45 lines (41 loc) · 1.96 KB
/
keely_reflection.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
<!doctype html>
<html>
<head>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles -->
<link rel="stylesheet" href="style/style.css" type="text/css" media="screen, projection" />
</head>
<body>
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand"><img src="images/eer-logo-2lines.png" alt="Eastern Edge Robotics"</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="missions.html">Missions</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<br>
<div class="subheader">
<p>
Employee Reflection
</p>
</div>
<hr class="teamline">
<div class="text">
<p>
After moving halfway across the country to start my post-secondary education, I joined EER thisyear without knowing anything about underwater vehicles. Being a first year in the Remotely Operated Vehicle Technician program, I was eager to obtain experience that would help me with my studies. Through EER I have learned valuable skills such as patience, communication, and problem solving. Previously having no experience in mechanical, software, electrical, payload, or piloting, senior mentors were eager to help me learn. Piloting was intimidating, but through practice and tool evolution, my piloting techniques have improved. Collaboration with other team members on the tool design process has allowed me to contribute to the ROV’s payload from a piloting perspective. My knowledge of the components inside ROVs has also improved; even with smaller scale vehicles, the same concepts are applied to work class vehicles, greatly helping my studies.
</p>
<p>
Keely Lullwitz, new member
</p>
</div>
</body>
</html>