-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
443 lines (409 loc) · 20 KB
/
index.html
File metadata and controls
443 lines (409 loc) · 20 KB
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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title></title>
<!-- font -->
<link rel="stylesheet" type="text/css" href="addOn/cdnLocalCopy/fonts/openSans.css">
<!-- Bootstrap 3.3.4 css file -->
<link rel="stylesheet" href="addOn/cdnLocalCopy/Bootstrap/bootstrap.css">
<!-- Font Awesome 4.3.0 css file -->
<link rel="stylesheet" href="addOn/cdnLocalCopy/Font-awesome/font-awesome.css">
<!--<!– font –>-->
<!--<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800" rel="stylesheet" type="text/css" />-->
<!--<!– Latest compiled and minified CSS –>-->
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">-->
<!--<!– Font Awesome 4.3.0 css file –>-->
<!--<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">-->
<!-- Customer css file -->
<link rel="stylesheet" href="css/main.css">
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body data-spy="scroll" data-target="#navbar-example">
<!-- Start of navigation bar fixed top -->
<nav id="navbar-example" class="nav navbar-default navbar-fixed-top navbar-brilent">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" role="tablist">
<li class="active">
<a class="scroll-go-to" data-target="#main-header">
<i class="fa fa-home"></i>
Home<span class="sr-only">(current)</span>
</a>
</li>
<li>
<a class="scroll-go-to" data-target="#gettingStart">
<i class="fa fa-play"></i>
Getting Start
</a>
</li>
<li>
<a class="scroll-go-to" data-target="#mid">
<i class="fa fa-cogs"></i>
Middle
</a>
</li>
<li>
<a class="scroll-go-to" data-target="#contact">
<i class="fa fa-gamepad"></i>
Bottom
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- End of navigation bar fixed top -->
<!-- Start of cover -->
<section id="main-header" class="section-block cover">
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">Focus</h1>
<p class="page-description">description about this web page</p>
<div>
<label class="btn button scroll-go-to" data-target="#gettingStart">
<span class="line line-top"></span>
<span class="line line-left"></span>
<span class="line line-bottom"></span>
<span class="line line-right"></span>
Getting Start
</label>
<label class="btn button scroll-go-to" data-target="#mid">
<span class="line line-top"></span>
<span class="line line-left"></span>
<span class="line line-bottom"></span>
<span class="line line-right"></span>
Go to middle
</label>
</div>
</div>
</div>
<a class="scroll-down scroll-go-to" data-target="#gettingStart" role="button"><i
class="fa fa-angle-down"></i></a>
</section>
<!-- End of cover -->
<!-- Start of first temp section -->
<section id="gettingStart" class="section-block section-1">
<div class="container">
<div class="row">
<div class="page-title">
<h1>Getting Start</h1>
<h2 class="sub-title subTitle">Request an Application</h2>
</div>
<div class="content">
<center>
<p class="col-xs-12 col-md-4 col-md-offset-4">Sign up here to get infomation about future
sessions</p>
<form method="post" action="#contact" class="contactForm" id="generalApplyForm" role="form">
<div class="row">
<div class="col-xs-12 col-md-4 col-md-offset-4">
<div class="form-group">
<label for="contactEmailApply" class="col-xs-12 col-md-4"
id="emailLabel">Email</label>
<div class="alert alert-danger" role="alert" id="errorEmailApply">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only error">Error:</span>
Please enter a valid Email
</div>
<input type="email" class="form-control" name="contactEmailApply"
id="contactEmailApply" placeholder="Enter email"
title="Please enter a valid email address"/>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-4 col-md-offset-4">
<div id="submitGroupApply" class="form-group">
<center>
<button id="applySubmit" class="homeBtn btn btn-lg">submit</button>
</center>
</div>
</div>
</div>
</form>
</center>
</div>
</div>
</div>
</section>
<!-- End of first temp section -->
<!--employee section-->
<section id="employee" class="section-block">
<div class="container">
<div class="row">
<div class="page-title">
<h1>Employees</h1>
<h2 class="sub-title">Our awesome team!</h2>
</div>
</div>
<div class="row">
<div class="filter col-xs-12">
<ul class="pull-right">
<li>
<a>All</a>
</li>
<li class="data">
<a>Data</a>
</li>
<li class="engineering">
<a>Engineering</a>
</li>
<li class="career">
<a>Career</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div id="empContainer">
<div class="data col-lg-3 col-md-4 col-sm-6 col-xs-12 emp-show">
<div class="emp">
<div class="pic">
<img src="images/diablo.jpg" alt="Mr. Liu">
<p>This is a good guy</p>
</div>
<h2 class="name">Haizhou Liu</h2>
<div class="linkedin"></div>
</div>
</div>
<div class="engineering col-lg-3 col-md-4 col-sm-6 col-xs-12 emp-show">
<div class="emp">
<div class="pic">
<img src="images/diablo.jpg" alt="Miss. Shao">
</div>
<h2 class="name">Krystal Shao</h2>
<div class="linkedin"></div>
</div>
</div>
<div class="data col-lg-3 col-md-4 col-sm-6 col-xs-12 emp-show">
<div class="emp">
<div class="pic">
<img src="images/diablo.jpg" alt="Mr. Li">
</div>
<h2 class="name">Leonard Li</h2>
<div class="linkedin"></div>
</div>
</div>
<div class="career col-lg-3 col-md-4 col-sm-6 col-xs-12 emp-show">
<div class="emp">
<div class="pic">
<img src="images/diablo.jpg" alt="Mr. Yu">
</div>
<h2 class="name">Albert Yu</h2>
<div class="linkedin"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End of employee section -->
<!-- Start of second temp section -->
<section id="mid" class="section-block section-2 cover">
<div class="container">
<div class="row">
<div class="page-title">
<h1><i class="fa fa-bolt"></i></h1>
</div>
<div class="content">
<blockquote>Data are becoming the new raw material of business<br>
<small>The Economist</small>
</blockquote>
</div>
</div>
</div>
</section>
<!-- End of second temp section -->
<!--start of clinet section-->
<section id="client" class="section-block">
<div class="container">
<div class="row">
<h2 class="sub-title">Our clinet:</h2>
</div>
<div class="">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<img class="client-logo img-responsive" src="images/IBM.png" data-toggle="tooltip" data-placement="top"
data-original-title="IBM">
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<img class="client-logo img-responsive" src="images/Microsoft.png" data-toggle="tooltip"
data-placement="top" data-original-title="Microsoft">
</div>
<div class="col-lg-3 col-md-3 col-sm-6 hidden-sm hidden-xs">
<img class="client-logo img-responsive" src="images/Apple.png" data-toggle="tooltip"
data-placement="top" data-original-title="Apple">
</div>
<div class="col-lg-3 col-md-3 col-sm-6 hidden-sm hidden-xs">
<img class="client-logo img-responsive" src="images/Samsung.png" data-toggle="tooltip"
data-placement="top" data-original-title="Samsong">
</div>
</div>
</div>
</section>
<!--end of client section-->
<section id="faq" class="section-block section-3 ">
<div class="container">
<div class="row">
<div class="page-title">
<div>
<h1>FREQUENTLY ASKED QUESTIONS</h1>
<h2 class="subTitle"></h2>
</div>
</div>
<div class="content">
<div class="col-md-10 col-md-offset-1">
<div class="panel-group accordion">
<!--question 1-->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">What is a data scientist?</h4>
</div>
<div class="panel-body">
<p>Ninety percent of all the world's data was generated in the last two years. Every
2 days, we generate as much data as all of humanity did up to 2003. Data
scientists have the analytical and programming skills needed to extract valuable
knowledge out the data. The unique combination of skills that data scientists
have are used across many industries for projects such as:</p>
<ul>
<li>Parsing unstructured electronic medical records to detect new risk factors
for cancer
</li>
<li>Poring through educational app data to glean insights on how students
learn
</li>
<li>Form personalized recommendation for restaurants and bars for millions of
users
</li>
<li>Predicting crime based on social network data</li>
<li>Crawling through stock market data for hidden price signals</li>
</ul>
</div>
</div>
<!--question 2-->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
What are you looking for in an application?
</h4>
</div>
<div class="panel-body">
<p>We are looking for people with strong scientific training who are able to work
with data programatically and can make valid real-world inferences based on
data. Applicants usually have a strong background in probability, statistics,
and experience with programming, scripting, or statistical packages.</p>
</div>
</div>
<!--question 3-->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
What is the price for fellows? Are there hidden costs?
</h4>
</div>
<div class="panel-body">
The program is completely free and the tuition fee is paid for by hiring employers.
The only cost for in-person fellows is their room and board during the fellowship
and we can assist fellows in finding housing in New York City. The only cost for
online fellows is the cost of hosting a server in the cloud which is required for
running the course material.
</div>
</div>
<!---->
</div>
</div>
</div>
</div>
</div>
</section>
<div style="margin-bottom: -70px;height: 100px;"></div>
<!-- Start of third temp section -->
<section id="contact" class="section-block section-4 color1">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1>CONTACT US</h1>
<h2 class="subTitle">Do you have a question unaswered by the <a href="#faq">FAQ</a>? Write us!</h2>
<div class="content">
<form method="post" action="#contact" class="contactForm" id="generalContactForm" role="form">
<div class="row">
<div class="col-xs-12 col-md-4">
<div class="form-group">
<label for="contactName">Name</label>
<div class="alert alert-danger" role="alert" id="errorName">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only error">Error:</span>
Please enter your name (at least 3 characters)
</div>
<input type="text" class="form-control" name="contactName" id="contactName"
placeholder="Enter name"
title="Please enter your name (at least 3 characters)"/>
</div>
<div class="form-group">
<label for="contactEmailContact">Email</label>
<div class="alert alert-danger" role="alert" id="errorEmailContact">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only error">Error:</span>
Please enter a valid Email
</div>
<input type="email" class="form-control" name="contactEmailContact"
id="contactEmailContact"
placeholder="Enter email" title="Please enter a valid email address"/>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="form-group">
<label for="contactComment">Comments</label>
<textarea name="contactComment" class="form-control" id="contactComment" cols="3" rows="5"
placeholder="Enter your message"></textarea>
</div>
</div>
<div class="col-xs-12 col-md-4">
<label for="recaptcha_div">Recaptcha</label>
<div id="recaptcha_div" class="g-recaptcha"
data-sitekey="6LcE8gUTAAAAAKhpxfgb7SNWxYgtsm6jkf4vaLbz"></div>
</div>
</div>
<div class="row mt15">
<div class="col-xs-12 col-md-4 col-md-offset-4">
<div id="submitGroup" class="form-group">
<button id="contactSubmit" class="homeBtn btn btn-lg">submit</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- End of third temp section -->
<!-- JavaScript files -->
<!-- jQuery 2.1.3 -->
<script src="addOn/cdnLocalCopy/jQuery/jquery-2.1.3.js"></script>
<!-- ArcText -->
<script src="addOn/arcText/jquery.arctext.js"></script>
<!-- Bootstrap js file 3.3.4 -->
<script src="addOn/cdnLocalCopy/Bootstrap/bootstrap.js"></script>
<!--<!– jQuery 2.1.3 –>-->
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
<!--<!– Latest compiled and minified JavaScript –>-->
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>-->
<!-- Customer js file -->
<script src="javascript/main.js"></script>
</body>
</html>