-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkwithus.html
373 lines (342 loc) · 20.8 KB
/
workwithus.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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<!-- ==============================
Project: Metronic "Asentus" Frontend Freebie - Responsive HTML Template Based On Twitter Bootstrap 3.3.4
Version: 1.0
Author: KeenThemes
Primary use: Corporate, Business Themes.
Email: [email protected]
Follow: http://www.twitter.com/keenthemes
Like: http://www.facebook.com/keenthemes
Website: http://www.keenthemes.com
Premium: Premium Metronic Admin Theme: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
================================== -->
<html lang="en" class="no-js">
<!-- BEGIN HEAD -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-79634131-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-79634131-2');
</script>
<meta charset="utf-8"/>
<title>ICDSS</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="ICDSS" name="author"/>
<meta name="description" content="ICDSS is constantly looking for sponsors to help support our goal of building a data science community and bridging the skill gap.">
<meta property="og:title" content="ICDSS Work With Us">
<meta property="og:image" content="img\logos\LOGO edited.png">
<link rel="canonical" href="https://www.icdss.club/workwithus.html">
<!-- GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<!-- PAGE LEVEL PLUGIN STYLES -->
<link href="css/animate.css" rel="stylesheet">
<!-- THEME STYLES -->
<link href="css/layout.css" rel="stylesheet" type="text/css"/>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico"/>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<!-- END HEAD -->
<!-- BODY -->
<body>
<!--========== HEADER ==========-->
<header class="header navbar-fixed-top">
<!-- Navbar -->
<nav class="navbar" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="menu-container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="toggle-icon"></span>
</button>
<!-- Logo -->
<div class="logo">
<a class="logo-wrap" href="index.html">
<img class="logo-img logo-img-main" src="img/logos/LOGO white.png" alt="ICDSS Logo">
<img class="logo-img logo-img-active" src="img/logos/LOGO dark.png" alt="ICDSS Logo">
</a>
</div>
<!-- End Logo -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-collapse">
<div class="menu-container">
<ul class="navbar-nav navbar-nav-right">
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="events.html">Events</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="workshops.html">Workshops</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="aihack.html">AIHack</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover" href="joinus.html">Join Us</a></li>
<li class="nav-item"><a class="nav-item-child nav-item-hover active" href="workwithus.html">Work with Us</a></li>
</ul>
</div>
</div>
<!-- End Navbar Collapse -->
</div>
</nav>
<!-- Navbar -->
</header>
<!--========== END HEADER ==========-->
<!--========== PARALLAX ==========-->
<div class="parallax-window" data-parallax="scroll" data-image-src="img/1920x1080/training.jpg">
<div class="parallax-content container">
<div class="extra_layer_black">
<h1 class="carousel-title">Work With Us</h1>
<p style="color: white;">If you would like to engage with talented STEM students who are interested in using data <br>
to add value to your company, consider sponsoring ICDSS, the largest data science focused <br>
society in the UK! </p>
</div>
</div>
</div>
<!--========== PARALLAX ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- Sponsorship Intro -->
<div class="content-lg container">
<div class="row margin-b-50">
<div class="col-sm-8">
<h2>Sponsoring ICDSS</h2>
<p>At ICDSS, we highly value our industrial partnerships and the contribution they
bring to our members. We invite organisations involved in all industries to join us
and engage with our community to train the next generation of top data scientists.</p>
</div>
</div>
<div class="row margin-b-50">
<!-- Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".3s">
<h3>Recruitment</h3>
<p>Consistently ranked amongst one of the top universities in the world, our members
are amongst the brightest in their fields. We offer our industry partners the
opportunity to engage with our members and access their profiles and CVs.</p>
</div>
</div>
<!-- End Contact List -->
<!-- Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".3s">
<h3>Marketing</h3>
<p>With a reach of almost 3,000 students from various backgrounds at Imperial College
London, we can provide sponsors with access to our mailing list, provide brand
visibility on our media, fixed advertisements on our website and weekly emails,
opportunities for presentations to students and more.</p>
</div>
</div>
<!-- End Contact List -->
<!-- Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".3s">
<h3>AI Hack</h3>
<p>Our flagship event of the year, AI Hack, invites over 350 universiy students from
Imperial as well as other universities to take part in an overnight Data Hackathon.
Sponsors of this event can enjoy their logo on the event, have recruitment booths,
and even suggest datasets and later judge submissions.</p>
</div>
</div>
<!-- End Contact List -->
</div>
<div class="row margin-b-50">
<!-- Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".3s">
<h3><a href="#">Sponsorship packages 📦</a> </h3>
<p>There are a number of ways your company can sponsor our society.
We have tailored our sponsorship packages to suit <b>your needs</b> and make the most
of supporting a society from one of the world’s leading universities. <br><br>
Please send us an email to express interest and our Head of Corporate
Relations will be in touch! </p>
<ul class="list-unstyled contact-list">
<!--<li><i class="margin-r-10 color-base icon-call-out"></i> 1 012 3456 7890</li>-->
<li></li>
</ul>
</div>
</div>
<!-- End Contact List -->
<!-- Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".3s">
<h3><a href="#">Education partnership 🤝</a> </h3>
<p>In the upcoming academic year we aim to expand our workshop series
by inviting relevant companies to teach essential data science skills.
Your company can get involved in the following ways: <br>
- Give <b>training workshops</b> targeting members with various technical backgrounds <br>
- Bring insights into how data science brings value to your business by
presenting <b>real-world projects</b> and applications of data-centric solutions</p>
<!--<ul class="list-unstyled contact-list">
<li><i class="margin-r-10 color-base icon-call-out"></i> 44 77 3456 7890</li>
<li><i class="margin-r-10 color-base icon-envelope"></i> [email protected]</li>
</ul>-->
</div>
</div>
<!-- End Contact List -->
<!-- Contact List -->
<div class="col-sm-4 sm-margin-b-50">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".3s">
<h3><a href="#">Opportunities💡</a> </h3>
<p>If there are any opportunites you wish to explore, standard requests such as an internship advertisement
or wild ideas such as a joint-society conference,
a demo day or other exciting plans, pop us an email and we'll follow up!</p>
<!--<ul class="list-unstyled contact-list">
<li><i class="margin-r-10 color-base icon-call-out"></i> 50 012 456 7890</li>
<li><i class="margin-r-10 color-base icon-envelope"></i> [email protected]</li>
</ul>-->
</div>
</div>
<!-- End Contact List -->
</div>
<!--// end row -->
</div>
<!-- End of Sponsorship Intro -->
<!-- Corporate Relations -->
<div class="bg-color-sky-light" data-auto-height="true">
<div class="content-lg container">
<!-- Team -->
<div class="center">
<h2>Sponsorship Packages</h2>
<p>For further inquiry, please contact our Corporate Relations Team</p>
<!-- Team -->
<div class="col-sm-2 col-sm-offset-2 sm-margin-b-50">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\chris.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Chris Huang</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/bobweasel/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\terry.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Terry Peng</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/terry-peng-415752171/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\jenn.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Jenn Tan</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/jenn-tan-21775818b/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
<!-- Team -->
<div class="col-sm-2 sm-margin-b-50 center">
<div class="bg-color-sky-light margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive col-center" src="img\team\jenny.jpg" alt="Team Image" width="200">
</div>
</div>
<h4>Jenny Pan</h4>
<p>Head of Corporate Relations</p>
<a href="mailto:[email protected]" class="fa fa-with-padding fa-envelope"></a>
<a href="https://www.linkedin.com/in/pan-jenny-/" class="fa fa-with-padding fa-linkedin"></a>
</div>
<!-- End Team -->
</div>
</div>
</div>
<!-- End of Corporate Relations -->
<!--========== END PAGE LAYOUT ==========-->
<!--========== FOOTER ==========-->
<footer class="footer">
<!-- Links -->
<div class="footer-seperator">
<div class="content-lg container">
<div class="row">
<div class="col-sm-4 sm-margin-b-50">
<!-- List -->
<h2 class = "footer-list-link" >Overview</h2>
<ul class="list-unstyled footer-list">
<li class="footer-list-item"><a class="footer-list-link" href="index.html">Home</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="events.html">Events</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="workshops.html">Workshops</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="aihack.html">AI Hack</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="joinus.html">Join Us</a></li>
<li class="footer-list-item"><a class="footer-list-link" href="workwithus.html">Work With Us</a></li>
</ul>
<!-- End List -->
</div>
<div class="col-sm-4 sm-margin-b-30">
<!-- List -->
<h2 class = "footer-list-link">Contact Us</h2>
<p class="footer-list-item">
Email: [email protected]
</p>
<!-- End List -->
<a href="https://www.facebook.com/icdatasoc/" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/company/imperial-college-data-science-society/" class="fa fa-linkedin"></a>
<a href="https://github.com/Imperial-College-Data-Science-Society" class="fa fa-github"></a>
</div>
<div class="col-sm-4 sm-margin-b-30">
<!-- List -->
<h2 class = "footer-list-link">Location</h2>
<p class="footer-list-item">Imperial College London,<br>South Kensington Campus,<br>Exhibition Road,<br>SW7 2AZ</p>
<!-- End List -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Links -->
<!-- Copyright -->
<div class="content container">
<div class="row">
<div class="col-xs-6">
<img class="footer-logo" src="img/logos/LOGO white.png" alt="ICDSS Logo">
</div>
</div>
<!--// end row -->
</div>
<!-- End Copyright -->
</footer>
<!--========== END FOOTER ==========-->
<!-- <div class="col-sm-5 sm-margin-b-30">
<h2 class="color-white">Send Us A Note</h2>
<input type="text" class="form-control footer-input margin-b-20" placeholder="Name" required>
<input type="email" class="form-control footer-input margin-b-20" placeholder="Email" required>
<input type="text" class="form-control footer-input margin-b-20" placeholder="Phone" required>
<textarea class="form-control footer-input margin-b-30" rows="6" placeholder="Message" required></textarea>
<button type="submit" class="btn-theme btn-theme-sm btn-base-bg text-uppercase">Submit</button>
</div> -->
<!-- Back To Top -->
<a href="javascript:void(0);" class="js-back-to-top back-to-top">Top</a>
<!-- JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- CORE PLUGINS -->
<script src="vendor/jquery.min.js" type="text/javascript"></script>
<script src="vendor/jquery-migrate.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL PLUGINS -->
<script src="vendor/jquery.easing.js" type="text/javascript"></script>
<script src="vendor/jquery.back-to-top.js" type="text/javascript"></script>
<script src="vendor/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="vendor/jquery.wow.min.js" type="text/javascript"></script>
<script src="vendor/jquery.parallax.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL SCRIPTS -->
<script src="js/layout.min.js" type="text/javascript"></script>
<script src="js/components/wow.min.js" type="text/javascript"></script>
<script src="js/components/gmap.min.js" type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBsXUGTFS09pLVdsYEE9YrO2y4IAncAO2U&callback=initMap" async defer></script>
</body>
<!-- END BODY -->
</html>