-
Notifications
You must be signed in to change notification settings - Fork 69
/
worldquant.html
454 lines (424 loc) · 18.3 KB
/
worldquant.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
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
444
445
446
447
448
449
450
451
452
453
454
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="96x96" href="images/gcd-favicon-96x96.png" />
<title>Girls Coding Day WorldQuant</title>
<!-- Plugins style -->
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
<link href="plugins/owl-carousel/owl.carousel.css" rel="stylesheet" />
<link href="plugins/owl-carousel/owl.theme.css" rel="stylesheet" />
<link href="plugins/owl-carousel/owl.transitions.css" rel="stylesheet" />
<link href="plugins/pe-icon-7-stroke/css/pe-icon-7-stroke.css" rel="stylesheet" />
<link href="plugins/lightbox2/dist/css/lightbox.min.css" rel="stylesheet" />
<!--template style-->
<link href="css/style.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function (i, s, o, g, r, a, m) {
i["DaoVoiceObject"] = 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;
a.charset = "utf-8";
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
("https:" == document.location.protocol ? "https:" : "http:") +
"//widget.daovoice.io/widget/925c1fb3.js",
"daovoice"
);
daovoice("init", {
app_id: "8b3d964e",
});
daovoice("update");
</script>
<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp"></script>
</head>
<body data-spy="scroll" data-offset="70" data-target=".navbar">
<nav class="navbar navbar-inverse navbar-sticky navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<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="./index.html">Girls Coding Day</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right smooth-scroll">
<li class="active navlink"><a href="./index.html">Home</a></li>
<li class="city-dropdown">
<a data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
活动 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="worldquant.html">WorldQuant</a></li>
<li><a href="wuhan.html">武汉</a></li>
<li><a href="shanghai.html">上海</a></li>
<li><a href="guangzhou.html">广州</a></li>
<li><a href="hangzhou.html">杭州</a></li>
<li><a href="chengdu.html">成都</a></li>
<li><a href="xian.html">西安</a></li>
<li><a href="beijing.html">北京</a></li>
<li><a href="shenzhen.html">深圳</a></li>
<li><a href="nanjing.html">南京</a></li>
<li><a href="chongqing.html">重庆</a></li>
<!-- <li><a href="daleintech.html">DaleInTech</a></li> -->
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.container-fluid -->
</nav>
<div class="container chapter-container">
<div class="chapter-intro">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="chapter-intro__content">
<div class="row">
<div class="col-md-8 col-sm-12">
<h1 class="danger">
Girls Coding Day @WorldQuant
</h1>
</div>
<!-- <a href="https://jinshuju.net/f/gBVYEJ" target="_blank">
<button class="btn btn-lg btn-danger">
押金班报名(20天内学完退款)
</button>
</a> -->
<div class="col-md-4 col-sm-6">
<a href="https://jinshuju.net/f/J2vl8c" target="_blank">
<button class="btn btn-lg btn-success">免费报名(原价800)</button>
</a>
</div>
</div>
<br />
<p>
Hello World!
</p>
<p>
Coding Girls Club(CGC) 自2017年6月1日成立伊始,全国范围已经有数千人参与Girls Coding Day 编程科普公益活动。我们携手全球知名企业 WorldQuant 为全球编程爱好者提供一个全新的编程科普公益活动。
</p>
<p>
之前线下活动受限于教练资源,我们的活动只允许女性参与。本次编程入门活动采用线上模式,男女均可报名参与。
</p>
<p>
本次活动获得 WorldQuant 大力支持,带领零编程基础背景人群入门 Web 开发,学习如何制作和部署一个静态网站。可参考之前
<a href="http://girlscodingday.org/portfolios.html">部分学生作品</a>
</p>
<br />
<div class="row">
<h3 class="chapter-intro__sub-header">说明</h3>
<div class="col-md-6 col-sm-12">
<p>
本次活动不需要任何编程基础。我们假设你
<li>完全不了解编写代码</li>
<li>基本掌握了如何操作计算机</li>
<li>有一台联网的电脑</li>
<li>有20个小时自学</li>
</p>
</div>
<div class="col-md-6 col-sm-12">
<p>
本次的学习提供的教学服务有:
<li>
Agile Education学习平台 + 10张阅读任务卡
</li>
<li>13个练习和一个大项目</li>
<li>导师和助教批改作业</li>
<li>微信群助教即时答疑</li>
</p>
</div>
</div>
<br />
<div class="row">
<div class="col-md-6 col-sm-12">
<h3 class="chapter-intro__sub-header">联系方式</h3>
<div class="chapter-awesome__content row">
<ul>
<li class="chapter-awesome__item">
<span class="chapter-awesome__icon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</span>
<span>
<a href="mailto:[email protected]">[email protected]</a>
</span>
</li>
<li class="chapter-awesome__item">
<span class="chapter-awesome__icon">
<i class="fa fa-weixin" aria-hidden="true"></i>
</span>
<span>
<a href="" data-toggle="modal" data-target=".chapter-share--wechat">
codingirls
</a>
<div class="modal fade chapter-share--wechat" tabindex="-1" role="dialog"
aria-labelledby="mySmallModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-body chapter-share__qrcode">
<img src="images/codingirls-wechat.jpg" />
</div>
</div>
</div>
</span>
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<h3 class="chapter-intro__sub-header">您需要</h3>
<div class="chapter-awesome__content row">
<ul>
<li class="chapter-awesome__item">
<span class="chapter-awesome__icon">
<i class="fa fa-laptop" aria-hidden="true"></i>
</span>
<span>
笔记本电脑
</span>
</li>
<li class="chapter-awesome__item">
<span class="chapter-awesome__icon">
<i class="fa fa-heart" aria-hidden="true"></i>
</span>
<span>
乐于学习乐于分享的心态
</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<hr />
<div class="col-md-6 col-sm-12 schedule">
<h3 class="chapter-intro__sub-header">日程安排</h3>
<h4>Girls Coding Day - 直播授课</h4>
<table>
<tbody>
<tr>
<th>2022年6月4日 <br>
8:00 - 09:30 PM</th>
<td>
介绍Girls Coding Day
活动、开发环境预装、活动资料发放、以及预习知识,直播讲解制作在线网页。
</td>
</tr>
</tbody>
</table>
<hr />
<h4>Girls Coding Day - 自学日程</h4>
<table>
<tbody>
<tr>
<th>冲刺1: 搭建开发环境</th>
<td>
<ul>
<li>1.1 安装Visual Studio Code</li>
<li>1.2 初识VS Code</li>
<li>1.3 VS Code快捷操作</li>
</ul>
</td>
</tr>
<tr>
<th>冲刺2: Markdown 语法</th>
<td>
<ul>
<li>2.1 Markdown语法</li>
<li>2.2 Markdown 基础语法</li>
<li>2.3 Markdown 高级语法</li>
<li>2.4 谷歌浏览器调试工具</li>
</ul>
</td>
</tr>
<tr>
<th>冲刺3: 神奇的 Git</th>
<td>
<ul>
<li>3.1 走进Git</li>
<li>3.2 版本控制系统</li>
<li>3.3 Git的基本操作</li>
<li>3.4 Github</li>
</ul>
</td>
</tr>
<tr>
<th>冲刺4:大作业: 在线网站</th>
<td>
<ul>
<li>4.1 在线简历</li>
</ul>
</td>
</tr>
</tbody>
</table>
<!--
<div class="chapter-intro__item">
<h3 class="chapter-intro__sub-header">
战略合作伙伴
</h3>
<div class="chapter-partner">
<a href="https://github.com/" target="_blank">
<img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png">
</a>
</div>
</div> -->
<!-- <div class="chapter-intro__item">
<h3 class="chapter-intro__sub-header">
社区合作伙伴
</h3>
<div class="chapter-partner" style="display: inline-block; margin: 1em;">
<a href="http://https://juejin.im/" target="_blank ">
<img src="images/partners/juejin_logo.png" alt="掘金" width="250">
</a>
</div>
</div> -->
<!-- <div class="chapter-intro__item">
<h3 class="chapter-intro__sub-header">
合作伙伴
</h3>
<div class="chapter-partner">
<a href="https://www.thoughtworks.com/">
<img src="images/partners/th-logo.png" target="_blank">
</a>
</div>
</div> -->
</div>
<div class="col-md-6 col-sm-12">
<!-- <div class="chapter-intro__item">
<h3 class="chapter-intro__sub-header">地点</h3>
<p>地点待定</p>
</div> -->
<!-- <div id="wrap" class="my-map">
<div id="container" style="width:500px; height:300px"></div>
</div> -->
<div class="chapter-intro__item">
<h3 class="chapter-intro__sub-header">合作伙伴</h3>
<div class="chapter-partner">
<a href="https://www.weareworldquant.com/en/home" target="_blank">
<img src="/images/partners/WorldQuant_Logo.jpg" />
</a>
<p>
<a href="https://www.weareworldquant.com/en/home"><b>WorldQuant</b></a>
是一家成立于2007年的量化资产管理公司。公司现有员工700余人,于14个国家和地区设有23个办公室。中国研究办公室员工均毕业于国内及世界顶尖高校,专业方向包括数理、金融、工程类等。WorldQuant开发、配置应用于全球市场各类资产的系统化金融策略。我们依托独有的研究平台构建高质量预测信号(alphas),组成金融策略,并以此充分挖掘市场的无效性。
</p>
</div>
<div class="chapter-partner">
<a href="https://www.hackerstart.cn/" target="_blank">
<img src="/images/partners/hackerstart.png" />
</a>
<p>
<a href="https://www.hackerstart.cn/"><b>开黑</b></a>
采用敏捷教学法设计课程,小规模限制性在线课堂(SPOC)模式、一线讲师小班直播教学,助教助学,全球顶尖软件咨询公司合作研发课程,400学时让你成为web全栈工程师!
已经帮助500名非计算机背景学员从零开启科技人生新篇章。
</p>
</div>
<!-- <p>
合作意向咨询请联系
<a href="mailto:[email protected]"
>
</p> -->
</div>
</div>
</div>
<!-- <hr> -->
</div>
</div>
</div>
</div>
<footer id="footer" class="footer footer__copyright">
<div class="container">
<div class="col-sm-8">
<ul class="list-inline">
<li>
Hosted by
<a href="http://www.codingirlsclub.com/">Coding Girls Club</a>
</li>
</ul>
</div>
<div class="col-sm-4 text-right">
<span>© Copyright 2020. Coding Girls Club</span>
</div>
</div>
</footer>
<!-- jQuery-->
<script src="plugins/jquery/dist/jquery.min.js"></script>
<script src="js/jquery-migrate.min.js"></script>
<script src="plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="plugins/lightbox2/dist/js/lightbox.min.js"></script>
<script src="js/custom.js"></script>
<script>
function init() {
var center = new qq.maps.LatLng(30.49212, 114.41048);
var myOptions = {
zoom: 12,
center: center,
mapTypeId: qq.maps.MapTypeId.ROADMAP,
scrollwheel: false,
};
var map = new qq.maps.Map(
document.getElementById("container"),
myOptions
);
var marker = new qq.maps.Marker({
position: center,
map: map,
});
var info = new qq.maps.InfoWindow({
map: map,
});
//获取标记的可拖动属性
info.open();
qq.maps.event.addListener(marker, "click", function () {
info.open();
info.setContent(
'<div style="text-align:center;white-space:nowrap;' +
'margin:10px;">洪山区关山大道332号保利国际中心20层<br/> ThoughtWorks 武汉分公司</div>'
);
info.setPosition(marker.getPosition());
});
}
function loadScript() {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://map.qq.com/api/js?v=2.exp&callback=init";
document.body.appendChild(script);
}
window.onload = loadScript;
</script>
<script src="https://wx.duohui.co/js/embed.js"></script>
<!-- 多会 -->
</body>
</html>