-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcredits.html
257 lines (238 loc) · 14.3 KB
/
credits.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"
/>
<meta name="keywords" content="FRC, FIRST, team 2265, 2265, Fe Maidens, Iron Maidens, credits">
<meta name="description" content="Fe Maidens is an all-girls FIRST FRC robotics team from the Bronx High School of Science in Bronx, NY. Team 2265 was founded in December 2006 in an effort to encourage girls to explore and pursue the STEM field.">
<title>Credits | Fe Maidens</title>
<link rel="shortcut icon" href="images/FeMaidensGirl.png">
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600' rel='stylesheet'
type='text/css'>
<!--Google Analytics-->
<script async="" src="//www.google-analytics.com/analytics.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-78117065-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!--Dropdowns for reg navbar-->
<ul id="team-dropdown" class="dropdown-content deep-purple lighten-2 light">
<li><a href="mission.html" class="white-text">Mission</a></li>
<li><a href="history.html" class="white-text">History</a></li>
<li><a href="members.html" class="white-text">Members</a></li>
<li><a href="mentors.html" class="white-text">Mentors</a></li>
<li><a href="sponsors.html" class="white-text">Sponsors</a></li>
</ul>
<ul id="media-dropdown" class="dropdown-content deep-purple lighten-2 light">
<li><a href="photos.html" class="white-text">Photos</a></li>
<li><a href="videos.html" class="white-text">Videos</a></li>
<li><a href="publicity.html" class="white-text">Publicity</a></li>
<li><a href="resources.html" class="white-text">Resources</a></li>
<li><a class="white-text" href="calendar.html">Calendar</a></li>
<li><a href="newsletter.html" class="white-text">Newsletter</a></li>
</ul>
<div class="navbar-fixed light">
<nav class="deep-purple lighten-2">
<div class="nav-wrapper container">
<a id="logo-container" href="index.html" class="brand-logo"><img id="logo" src="images/FeMaidensLogo.png" alt="Fe Maidens"></a>
</br>
<a href="#" data-activates="nav-mobile" class="center button-collapse white-text" id="menu"><i class="material-icons">menu</i></a>
<ul id="nav-menu" class="hide-on-med-and-down">
<li><a class="dropdown-button white-text" href="#!" data-activates="team-dropdown">Team<i class="material-icons right" style="margin:0px">arrow_drop_down</i></a></li>
<li><a href="first.html" class="white-text">FIRST</a></li>
<li><a class="dropdown-button white-text" href="#!" data-activates="media-dropdown">Media<i class="material-icons right" style="margin:0px;">arrow_drop_down</i></a></li>
<li><a href="https://femaidens.wordpress.com/" class="white-text" target="_blank">Blog</a></li>
<li><a href="https://co.clickandpledge.com/sp/d2/default.aspx?wid=116262" class="white-text">Donate</a></li>
</ul>
<ul id="nav-mobile" class="side-nav deep-purple lighten-2">
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header white-text">Team<i class="material-icons right">arrow_drop_down</i></a>
<div class="collapsible-body">
<ul>
<li><a href="mission.html" class="white-text">Mission</a></li>
<li><a href="history.html" class="white-text">History</a></li>
<li><a href="members.html" class="white-text">Members</a></li>
<li><a href="mentors.html" class="white-text">Mentors</a></li>
<li><a href="sponsors.html" class="white-text">Sponsors</a></li>
</ul>
</div>
</li>
</ul>
</li>
<li><a href="first.html" class="white-text" style="height: 61px;">FIRST</a></li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header white-text">Media<i class="material-icons right">arrow_drop_down</i></a>
<div class="collapsible-body">
<ul>
<li><a href="photos.html" class="white-text">Photos</a></li>
<li><a href="videos.html" class="white-text">Videos</a></li>
<li><a href="publicity.html" class="white-text">Publicity</a></li>
<li><a href="resources.html" class="white-text">Resources</a></li>
<li><a class="white-text" href="calendar.html">Calendar</a></li>
<li><a href="newsletter.html" class="white-text">Newsletter</a></li>
</ul>
</div>
</li>
</ul>
</li>
<li><a href="https://femaidens.wordpress.com/" target="_blank" class="white-text">Blog</a></li>
</ul>
</div>
</nav>
</div>
<!-- End navbar -->
<div class="container">
<h2 class="center-align">Credits</h2>
<h4 class="left-align">FIRST</h4>
<p>FIRST, FRC, FTC, FLL, JR.FLL, COOPERTITION, AERIAL ASSIST, STRONGHOLD, RECYCLE RUSH, ULTIMATE
ASCENT, REBOUND RUMBLE, LOGOMOTION, BREAKAWAY, LUNACY, FIRST OVERDRIVE, and RACK N ROLL are
registered trademarks of United States Foundation for Inspiration and Recognition of Science
and Technology AKA US FIRST CORPORATION NEW HAMPSHIRE 200 Bedford Street Manchester NEW HAMPSHIRE
03101. USFIRST trademarks and logos used with permission as a USFIRST team.</p>
<div class="divider"></div>
<h4 class="left-align">Materialize</h4>
<p>The MIT License (MIT)
<br>
<br> Copyright (c) 2014-2015 Materialize
<br>
<br> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:
<br>
<br> The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
<br>
<br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
<div class="divider"></div>
<h4 class="left-align">jQuery</h4>
<p>Copyright 2014 jQuery Foundation and other contributors
<br>
<br> http://jquery.com/
<br>
<br> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:
<br>
<br> The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
<br>
<br> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
<div class="divider"></div>
<h4 class="left-align">Fe Maidens Logos</h4>
<p>Thank you to our sponsor Evernote for helping us create the Fe Maidens girl and text logos used
on this site.</p>
<div class="divider"></div>
<h4 class="left-align">YouTube/Google</h4>
<p>Content in YouTube videos may be protected by copyright and belong to their respective owners.</p>
<div class="divider"></div>
<h4 class="left-align">Social Media Icons</h4>
<p>Social media icons by <a href="http://tomswebspace.com/round-social-media-icons/">Tom</a>.</p>
<div class="divider"></div>
<h4 class="left-align">Flickr Slideshow</h4>
<p>Flickr slideshow by <a href="Flickr Slideshow">Flickrit</a>.</p>
<div class="divider"></div>
<h4 class="left-align">Miscellaneous</h4>
<p>Any trademarks or copyrights on this site may be owned by their respective owners.</p>
<div class="divider"></div>
</div>
<!-- Begin Footer -->
<<footer class="page-footer deep-purple lighten-2 light">
<div class="container">
<div class="row">
<!-- First Column -->
<div class="col l2 s3">
<h5 class="white-text">Team</h5>
<ul>
<li><a class="white-text" href="mission.html">Mission</a></li>
<li><a href="history.html" class="white-text">History</a></li>
<li><a class="white-text" href="members.html">Members</a></li>
<li><a class="white-text" href="mentors.html">Mentors</a></li>
<li><a class="white-text" href="sponsors.html">Sponsors</a></li>
</ul>
<h5><a class="white-text" href="first.html">FIRST</a></h5>
</div>
<!-- Second Column -->
<div class="col l2 s3">
<h5 class="white-text">Media</h5>
<ul>
<li><a class="white-text" href="photos.html">Photos</a></li>
<li><a class="white-text" href="videos.html">Videos</a></li>
<li><a class="white-text" href="publicity.html">Publicity</a></li>
<li><a class="white-text" href="resources.html">Resources</a></li>
<li><a class="white-text" href="calendar.html">Calendar</a></li>
</ul>
<h5 class="white-text"><a class="white-text" href="https://femaidens.wordpress.com/">Blog</a></h5>
</div>
<!-- Third Column -->
<div class="col l4 s6">
<h5 class="white-text">Contact Us</h5>
<p class="white-text">Address: 75 West 205th Street
<br>Bronx, NY 10468
<br>Phone: 718-817-7700
<br>Email: [email protected]</p>
</div>
<!-- Fourth Column -->
<div class="col l4 s12">
<h5 class="white-text">Connect</h5>
<div>
<a href="https://www.facebook.com/FRCTeam2265"><img class="grow" src="images/social_media_icons/Facebook.png" alt="Facebook"
style="padding-right:15px; padding-bottom:8px;"></a>
<a href="https://twitter.com/FeMaidens"><img class="grow" src="images/social_media_icons/Twitter.png" alt="Twitter" style="padding-right:15px; padding-bottom:8px;"></a>
<a href="http://www.flickr.com/people/109130586@N05/"><img class="grow" src="images/social_media_icons/Flickr.png" alt="Flickr" style="padding-bottom:8px;"></a>
<br>
<a href="https://github.com/femaidens"><img class="grow" src="images/social_media_icons/Github.png" alt="GitHub" style="padding-right:15px;"></a>
<a href="https://www.instagram.com/femaidens/"><img class="grow" src="images/social_media_icons/Instagram.png" alt="Instagram"
style="padding-right:15px;"></a>
<a href="https://www.youtube.com/channel/UCh6Eyb-Rstrllyne_4NY4YA?ab_channel=FeMaidens"><img class="grow" src="images/social_media_icons/YouTube.png" alt="YouTube"></a>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2006 - 2017 Fe Maidens | All Rights Reserved | <a href="credits.html" class="white-text">Credits</a>
</div>
</div>
</footer>
<!-- End footer -->
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>