-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcredits.html
257 lines (207 loc) · 7.64 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" class="no-js">
<!-- Start Head -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="text" content="">
<meta name="author" content="">
<!-- description -->
<meta name="description"
content="UHS Robotics is a highly successful robotics team from Unionville High School located in Markham, Ontario, Canada. Our mission is to spark youth's interest in STEM and robotics.">
<!-- keywords -->
<meta name="keywords" content="Robotics, Markham, Unionville, 7721, 849, wolfpack, Canada, FIRST">
<title>Team 7721/849 | UHS Robotics Credits</title>
<!-- Start Favicon -->
<link rel="shortcut icon" href="images/logo/wolf-favicon.ico">
<link rel="icon" href="images/logo/wolf-favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- END Favicon -->
<!-- Hack to fix weird animation&white flash onload -->
<link rel="stylesheet" href="css/preload.css" />
<!-- Uikit Framework -->
<link rel="stylesheet" href="css/uikit.min.css" media="print" onload="this.media='all'" />
<!-- Bootstrap Framework -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/b9dbf42872.js" crossorigin="anonymous"></script>
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css" />
<!-- Responsive -->
<link rel="stylesheet" href="css/responsive.css" media="print" onload="this.media='all'">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800;900&family=Raleway:wght@300;400;500;800;900&family=Roboto:wght@100;300;400;500;900&display=swap"
rel="stylesheet" media="print" onload="this.media='all'">
<!-- Fonts that are visible at the top of the page loads first -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Raleway:wght@600;700&family=Roboto:wght@300;700&family=Roboto+Mono:wght@300&display=swap"
rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169776504-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-169776504-1');
</script>
</head>
<!-- End Head -->
<!-- Main Body -->
<body class="preload bg-black" data-spy="scroll" data-target="#nav-placeholder" data-offset="300">
<a href="javascript:" id="return-to-top"><svg class="bi bi-arrow-up-short" width="1em" height="1em"
viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5z" clip-rule="evenodd" />
<path fill-rule="evenodd"
d="M7.646 4.646a.5.5 0 01.708 0l3 3a.5.5 0 01-.708.708L8 5.707 5.354 8.354a.5.5 0 11-.708-.708l3-3z"
clip-rule="evenodd" />
</svg></a>
<!--Navigation bar-->
<!-- The contents of the navbar are in nav.html -->
<nav id="nav-placeholder" class="navbar navbar-expand-md navbar-dark fixed-top">
</nav>
<section class="padding-bottom-150px">
<div class="credits-gradient-background"></div>
<div class="container" id="top">
<div class="row">
<div class="col flexbox-aligncenter margin-bottom-100px sm-margin-bottom-50px">
<h1 class="page-title">
Credits
</h1>
</div>
</div>
</div>
<!--Credits List Start-->
<div id="credit">
<div class="container" data-uk-scrollspy="cls:uk-animation-fade; target: > div > div;">
<div id="names">
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Nicolas Chan</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>2022-2025 Web Development Lead</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Davis Liu</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>2023-2024 Web Development Lead</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Emily Su</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>2020-2021 Web Development Lead</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Kevin Huang</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>2019-2020 Web Development Lead</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Frank Ye</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>2019-2020 Graphic Design Lead</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Peter Jiang</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>2019-2020 Media Lead</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Peter Ma</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>Web Development Mentor</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Brandon Kui</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>Graphic Designer</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Derrick Yang</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>Web Designer</h5>
</div>
</div>
<div class="row">
<div class="credit-name col-md-4 col-xs-12 col-sm-12">
<h5>Justin Zhou</h5>
</div>
<div class="credit-role col-md-8 col-xs-12 col-sm-12">
<h5>Photographer</h5>
</div>
</div>
</div>
<div class="github-repo">
<div>
<h4>
<a href="https://github.com/UHSRobotics/UHSRobotics.github.io" target="_blank">Github Repo</a>
</h4>
</div>
</div>
</div>
</div>
<!--Credits List End -->
</section>
<!-- End Credits Section -->
<!--Footer to be filled in with javascript-->
<div id="contact">
</div>
<!-- jQuery Library -->
<script src="js/jquery.min.js"></script>
<!-- Lozad -->
<script src="js/lozad.min.js"></script>
<!-- Uikit Framework -->
<script src="js/uikit.min.js"></script>
<!-- Bootstrap Framework -->
<script src="js/bootstrap.min.js"></script>
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Pie Charts -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- Contact Form Validation -->
<script src="js/contact.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Counter Loader -->
<script src="js/jquery.appear.js"></script>
<!-- Retina Ready -->
<script src="js/retina.min.js"></script>
<!-- Custom Scripts -->
<script src="js/custom/custom.js"></script>
<!-- Custom Scripts -->
<script src="js/custom/lozad.js"></script>
</body>
</html>