-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteam.html
168 lines (154 loc) · 8.91 KB
/
team.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
168
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="css/base.css">
<link rel="icon" href="imgs/logos/botguy.png">
<title>NHHS Botball Team</title>
<meta name="theme-color" content="#9C27B0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<header>
<nav>
<div class="nav-wrapper purple">
<a style="padding-left:16px" href="index.html" class="brand-logo waves-effect" id="top">NHHS Botball Team</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li class="waves-effect"><a href="index.html">Home</a></li>
<!--<li class="waves-effect"><a href="team.html">Our Team</a></li>-->
<li class="waves-effect"><a href="about.html">What We Do</a></li>
<li class="waves-effect"><a href="achievements.html">Achievements</a></li>
<li class="waves-effect"><a href="join.html">Join Our Team</a></li>
<li class="waves-effect"><a href="supportus.html">Support Us</a></li>
<li class="waves-effect"><a href="contact.html">Contact</a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li class="purple"><a class="waves-effect white-text" href=""><i class="material-icons left center-vert">menu</i>NHHS Botball Team</a></li>
<li><a class="waves-effect" href="index.html"><i class="material-icons left center-vert">home</i>Home</a></li>
<!--<li class="purple lighten-3"><a class="waves-effect" href="team.html"><i class="material-icons left center-vert">group</i>Our Team</a></li>-->
<li><a class="waves-effect" href="about.html"><i class="material-icons left center-vert">help</i>What We Do</a></li>
<li><a class="waves-effect" href="achievements.html"><i class="material-icons left center-vert">star</i>Achievements</a></li>
<li><a class="waves-effect" href="join.html"><i class="material-icons left center-vert">person_add</i>Join Our Team</a></li>
<li><a class="waves-effect" href="supportus.html"><i class="material-icons left center-vert">tag_faces</i>Support Us</a></li>
<li><a class="waves-effect" href="contact.html"><i class="material-icons left center-vert">mail</i>Contact</a></li>
</ul>
</div>
</nav>
</header>
<main class="container">
<h1 class="purple-text header">Our Team</h1>
<h4 class="header">Teamwork is key to building a succesful robot. We have to work together and coordinate in order to face the time
and material restrictions placed upon us. Here is what each of our members does on our team.</h4>
<div class="row">
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Jewook Ryu - Team Captain</span>
<p class="card-text">As the team captain, Jewook decides objectives in each meeting, keeps track of any documentation
and paperwork due, directs the progress of all departments, communicates with school staff to
organize events, and makes most of the team announcements.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Aled Cuda - Head Programmer</span>
<p class="card-text">This is a message about Botball and our team and stuff that was written by the person listed above.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Nathan White</span>
<p class="card-text">This is a message about Botball and our team and stuff that was written by the person listed above.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Vishy Vasudevan</span>
<p class="card-text">This is a message about Botball and our team and stuff that was written by the person listed above.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Jonathan Liu - Head Engineer</span>
<p class="card-text">This is a message about Botball and our team and stuff that was written by the person listed above.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Aaron Opell</span>
<p class="card-text">Aaron is a programmer who also does other things for the team such as fundraising and team management
through communication and social pages. He also designed and continues to manage this website.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Jaren Mendelsohn</span>
<p class="card-text">This is a message about Botball and our team and stuff that was written by the person listed above.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Michael Kazantsev</span>
<p class="card-text">This is a message about Botball and our team and stuff that was written by the person listed above.</p>
</div>
</div>
</div>
<div class="col s12 m4">
<div class="card purple darken-3">
<div class="card-content white-text">
<span class="card-title">Ari Bermudes</span>
<p class="card-text">This is a message about Botball and our team and stuff that was written by the person listed above.</p>
</div>
</div>
</div>
</div>
</main>
<footer class="page-footer blue-grey">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">NHHS Botball Team</h5>
<p class="grey-text text-lighten-4">We are a completely student-run robotics team which builds and programs robots for the KIPR Botball competition.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3 waves-effect " href="">About</a></li>
<li><a class="grey-text text-lighten-3 waves-effect " href="supportus.html">Support Us</a></li>
<li><a class="grey-text text-lighten-3 waves-effect " href="https://materializecss.com/">Materialize CSS</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright" style="background-color:">
<div class="container">
© 2017 North Hollywood High School Botball Team
<a class="grey-text text-lighten-4 right waves-effect " href="#top">Back to Top</a>
</div>
</div>
</footer>
<script>
$( document ).ready(function(){
$(".button-collapse").sideNav();
})
</script>
</body>
</html>