-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVolunteering.html
70 lines (63 loc) · 2.74 KB
/
Volunteering.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>STEPHEN COPELAND</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/additional.css" />
<link rel="stylesheet" href="css/normalize.css"/>
</head>
<body>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/fastclick.js"></script>
<script src="js/foundation.min.js"></script>
<div class="contain-to-grid sticky">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="index.html">Stephen Copeland</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li><a href="projects.html">Projects</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="Volunteering.html">Volunteering</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</section>
</nav>
</div>
<div class="row">
<div class="large-3 columns panel">
<a class="th" href="img/StephenPic.JPG">
<img src="img/StephenPic.JPG"/>
</a> <hr>
<ul class="stack-for-small button-group">
<li><a href="https://www.linkedin.com/pub/stephen-copeland/68/ba/8ab" class="button">linkedin</a></li>
<li><a href="https://plus.google.com/u/0/+StephenCopeland25" class="button">google+</a></li>
</ul> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
</div>
<div class="large-6 columns">
<br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br>
<h2> Volunteer History</h2><hr>
<h3><b> Familab</b> <h3><hr>
<p> As a member of the makerspace of orlando I have had the opportunity to work with the group on several volunteer opportunities including assisting teaching classes at both the lab and the orlando science center as well as many projects with like-minded maker's all for the sake of learning and growing.<br><br>
<h3> <b> Melrose Center </b> </h3><hr>
<p> Being the first Engineering Intern at the Melrose Center I helped in developing the first arduino classes as well as worked on refurbishing a broken robot by replacing all the inerd logic of the machine with arduino</p><br><br>
</div>
<div class="large-3 columns">.</div>
</div>
<script>
$(document).foundation({
tab: {
callback: function(tab) {
console.log(tab);
}
}
});
</script>
</body>
</html>