participated.html
20.1 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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<html>
<head>
<!-- META DATA -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Free Bootstrap Themes - Free Responsive Html5 Templates">
<meta name="author" content="#">
<title>Study</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- <link rel="stylesheet" href="css/bootstrap1.min.css" type="text/css"> -->
<!-- Owl Carousel Assets -->
<link href="owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="owl-carousel/owl.theme.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Custom Fonts -->
<link rel="stylesheet" href="font-awesome-4.4.0/css/font-awesome.min.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Asap:400,700' rel='stylesheet' type='text/css'>
<style>
.header-text {
padding: 0 70px;
}
.text-center {
display: flex;
}
.par-head-left-title {
flex: 1.5;
}
.par-head-left-hello {
display: flex;
padding-bottom: 20px;
}
.par-head-left-div {
display: none;
}
.par-head-right-all {
display: flex;
flex-direction: column;
flex: 1;
}
.rongYuXunZhang {
color: #66CA94;
padding-bottom: 10%;
}
.par-head-right-title1 {
flex: 1;
}
.par-head-right-title2 {
flex: 1;
}
.par-head-right-list {
display: flex;
}
.par-img1 {
width: 120px;
}
.par-img2 {
width: 120px;
}
.intro {
color: #66CA94;
text-align: left;
}
.par-learning {
padding-top: 10px;
text-align: left;
}
.par-pro-one {
display: flex;
place-content: center;
background-color: #fff;
}
.par-pro-img1 {
width: 50%;
margin-right: 5%;
}
.par-proing-title-one {
display: flex;
flex-direction: column;
}
.par-proing-title-one h5 {
color: #323232;
padding: 30px 30px 40px;
}
.par-proing-title-one p {
color: #5a5a5a;
}
.login-footer-all {
display: none;
}
.par-pro-Featured {
padding-right: 15px;
padding-left: 10%;
padding-bottom: 20px;
}
.par-pro-title1 {
display: flex;
justify-content: space-between;
}
.portfolio-post {
margin-bottom: 2%;
height: 35%
}
.par-headImg1 {
position: relative;
margin-right: 2%;
width: 25%;
}
.par-headTitle {
position: relative;
}
.par-headImg-all {
position: absolute;
bottom: 4%;
right: 2%;
line-height: 1;
display: flex;
width: 40%;
place-items: center
}
.par-headTitle1 {
font-size: 1.4em;
color: #fff;
padding-bottom: 5%
}
.par-headTitle2 {
font-size: 1.4em;
color: #fff;
}
@media (max-width: 768px) {
.header-btnL {
display: none;
}
.header-loginBtn {
display: none;
}
.header-txt1 {
margin: 25px 20px;
place-items: center;
padding: 0;
}
.text-center {
display: flex;
flex-direction: column;
}
.header-text {
margin-top: 80px;
padding: 0 0 20px 15px;
}
.par-head-left-hello {
padding-bottom: 0px;
}
.par-head-left-hello h2 {
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
.par-head-left-hello h2 {
font-size: 14px;
font-family: PingFangSC, PingFangSC-Semibold;
font-weight: 600;
text-align: left;
color: #323232;
line-height: 24px;
}
.par-head-left-title h2 {
font-size: 14px;
font-family: PingFangSC, PingFangSC-Semibold;
font-weight: 600;
text-align: left;
color: #323232;
line-height: 24px;
}
.par-head-left-title {
margin-bottom: 10px;
}
.par-head-left-div {
display: block;
font-size: 9px;
font-family: Helvetica;
text-align: justify;
color: #5a5a5a;
line-height: 20px;
margin-bottom: 40px;
}
.rongYuXunZhang {
color: #66CA94;
font-size: 9px;
font-family: PingFangSC, PingFangSC-Medium;
font-weight: 500;
text-align: left;
line-height: 16px;
}
.par-img1 {
width: 80px;
margin-bottom: 15px;
}
.par-img2 {
width: 80px;
margin-bottom: 15px;
}
.par-head-right-title1 p {
font-size: 9px;
font-family: Helvetica;
color: #5a5a5a;
}
.par-head-right-title2 p {
font-size: 9px;
font-family: Helvetica;
color: #5a5a5a;
}
header {
height: 600px;
}
.header-text p {
margin-bottom: 7px;
}
.box-content {
padding: 40px 30px;
}
.intro {
color: #66CA94;
text-align: left;
font-size: 9px;
}
.par-morebro {
display: none;
}
.par-learning {
font-size: 14px;
}
footer {
display: none;
}
.box-content.box-123 {
padding: 0px;
}
.par-pro-one {
display: flex;
place-content: center;
background-color: #fff;
}
.par-pro-img1 {
width: 50%;
margin-right: 10px;
}
.par-proing-title-one {
display: flex;
flex-direction: column;
padding-right: 10px;
}
.par-proing-title-one h5 {
padding: 10px 0 2px;
font-size: 12px;
font-family: Helvetica;
text-align: left;
color: #323232;
line-height: 24px;
}
.par-proing-title-one p {
font-size: 9px;
font-family: Helvetica;
text-align: left;
color: #5a5a5a;
line-height: 16px;
/* 单行字数隐藏变... */
/* width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border: 1px solid red */
/* 多行字数隐藏变... */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.par-pro-Featured {
padding-right: 0px;
padding-left: 0px;
padding-bottom: 20px;
}
.col-sm-60 {
margin: 3% 2%;
}
.box-content .heading {
margin-bottom: 20px
}
.login-footer-all {
display: flex;
background: #323232;
flex-direction: column;
place-items: center;
display: flex;
}
#threefield1 {
text-align: center;
font-size: 9px;
font-family: Gotham, Gotham-Medium;
font-weight: 500;
color: #66ca94;
line-height: 11px;
letter-spacing: 0px;
padding: 42px 0 13px;
}
.par-pro-title1 {
display: block;
}
#threefield2 {
font-size: 14px;
font-family: PingFangSC, PingFangSC-Regular;
font-weight: 400;
text-align: center;
color: #323232;
line-height: 24px;
}
.portfolio-items-container {
margin: 0 15px;
}
.portfolio-post {
height: 22%;
margin-bottom: 20px;
}
.portfolio-post-item {
height: 60%;
}
.portfolio-content-wrapper {
display: none;
}
.par-headImg1 {
display: none;
}
.par-headTitle {
display: flex;
flex-direction: column;
place-items: center;
width: 100%;
}
.noticeimg-head {
clip: rect(0px 148px 103px 0px);
}
.par-headImg-all {
position: absolute;
bottom: 4%;
right: 2%;
line-height: 1;
display: flex;
width: 100%;
place-items: center
}
.par-headTitle1 {
color: #fff;
font-size: 12px;
font-family: Helvetica;
text-align: center;
color: #ffffff;
line-height: 12px;
}
.par-headTitle2 {
font-size: 12px;
font-family: Helvetica;
text-align: center;
color: #ffffff;
line-height: 12px;
}
img {
max-width: none;
}
.portfolio-items-container img {
width: auto;
}
}
</style>
</head>
<body>
<header>
<nav>
<div class="header-txt1">
<div class="header-img1">
<img src="./img/portfolio/B1.png" style="width: 100%;">
</div>
<div class="header-right1">
<a class="header-btnL" style="display: flex;">
<div class="header-loginBtn" style="border: none;">
Hello,
</div>
<div class="header-loginBtn" id="header-name" style="border: none;"></div>
</a>
<a class="header-btnL" href="login.html">
<div class="header-loginBtn">退出登录</div>
</a>
<a class="header-right-btn" onclick="setPersonal()">
<img src="./img/portfolio/circle.png" style="width: 50px;height: 50px;">
</a>
</div>
</div>
</nav>
<!-- <div class="header-text hidden-xs"> -->
<div class="header-text">
<div class="col-md-12 text-center">
<div class="par-head-left-title">
<div class="par-head-left-hello">
<h2>你好,</h2>
<h2 id="title-name"></h2>
</div>
<h2>在这里开始你精彩的职场实习体验吧!</h2>
</div>
<div class="par-head-left-div">在上海国际货币经纪虚拟实习项目中,探索人民币市场最具影响力的货币经纪工作的感受,为你的职场道路开启助力。</div>
<!-- <hr> -->
<div class="par-head-right-all">
<a class="rongYuXunZhang">你的荣誉勋章</a>
<div class="par-head-right-list">
<div class="par-head-right-title1">
<div class="par-img1">
<img src='img/portfolio/13-1.png' style='width:100%;'>
</div>
<p>你已完成
<a style="color: #66CA94;" id="finish-num"></a> 个实习项目</p>
<p style="font-size: 0.5em;">完成更多项目,以获得实践经验,<br/>增加你的简历和获得你的品牌完成证书。</p>
<a style="color:#66CA94 ;" href="./completed.html">查看你完成的实习项目></a>
</div>
<div class="par-head-right-title2">
<div class="par-img2">
<img src='img/portfolio/13-2.png' style='width:100%;'>
</div>
<p>你获得了
<a style="color: #66CA94;" id="recommend-num"></a> 个推荐</p>
<p style="font-size: 0.5em;">获得来自行业前辈的推荐,让更多行业领域<br/>能看见你的出色的成果展示,以及你的简历和个人资料。</p>
<a style="color: #66CA94;" href="./recommend.html">查看获得的推荐></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="page-content" style="background-color: #f0f0f0;">
<section class="box-content box-2" id="projects" style="padding-bottom: 6%;">
<div class="container">
<div class="row heading">
<!-- <div class="col-lg-12"> -->
<div class="intro">实习流程 Intern Program Process</div>
<!-- <div style="display: flex; justify-content: space-between;"> -->
<h2 class="par-learning">进行中的实习项目</h2>
<!-- </div> -->
<!-- </div> -->
</div>
</div>
<!-- 参与项目 -->
<div class="no-gutter par-pro-list" style="display: flex;flex-wrap: wrap;" id="canyu-project">
<!-- <div class="col-lg-32 col-sm-60 par-pro-one">
<a class="portfolio-box3" style="display: flex;">
<div class="par-pro-img1">
<img src="img/portfolio/13-3.png" alt="" style="width:100%">
</div>
<div class="par-proing-title-one">
<h5>上海国际货币经济实习项目</h5>
<p>start-line虚拟实习项目均在线上进行,每个项目花费时间5-10小时不等,学生可以自由安排时间</p>
</div>
</a>
</div> -->
</div>
</section>
<!-- 企业实习项目 -->
<section class="box-content box-123" id="projects">
<div class="par-pro-Featured">
<div class="intro" id="threefield1"></div>
<div class="par-pro-title1">
<h2 id="threefield2"></h2>
<h2 class="par-morebro"><a onclick="morebro()">浏览更多></a></h2>
</div>
</div>
<!-- </div> -->
<!-- 实习项目-->
<div class="portfolio-items-container" id="enterpriseProject" href='profile.html'>
</div>
</section>
</div>
<div class="login-footer-all">
<div class="login-footer-img" style="width: 25%;margin-top: 45px;">
<img src="img/portfolio/whiteLogo.png" width="100%">
</div>
<div style="color: #fff;
font-family: PingFangSC, PingFangSC-Regular;
text-align: center;
font-size: 9px;margin-top: 12px;">成功职场第一步,从Start-Line开始</div>
<div style="color: #66CA94;font-size: 12px;font-family: PingFangSC, PingFangSC-Regular;margin: 60px 0 20px;">关注Start-Line</div>
<div style="width: 25%;margin-bottom: 200px;">
<img src="img/portfolio/EWM.png" width="100%">
</div>
</div>
<!-- FOOTER -->
<footer>
<div class="wrap-footer" style="background-color: #323232;">
<div class="container">
<div class="row" style="display: flex;justify-content: space-between;">
<div class="col-footer col-md-3" style="display: flex;flex-direction: column;place-content: center;">
<img src="img/portfolio/B2.png" width="50%">
<p class="footer-title" style="color: #fff;padding-top: 10%;font-size: 0.8em; text-transform:capitalize">成功职场第一步,从Start-Line开始</p>
</div>
<div class="col-footer col-md-3 widget_recent_entries" style="display: flex;flex-direction: column;place-items: center;place-content: center;">
<a class="footer-title" href="index.html" style="color:#66CA94">网站导航</a>
<a class="footer-title" href="index.html">网站首页</a>
<a class="footer-title" href="participated.html">实习项目</a>
</div>
<div class="col-footer col-md-3" style="display: flex;flex-direction: column;place-items: center;place-content: center;">
<a class="footer-title" href="index.html" style="color:#66CA94">关于我们</a>
<a class="footer-title" href="index.html">关于Start-Line</a>
<a class="footer-title" href="participated.html">联系我们</a>
</div>
<div class="col-footer col-md-3" style="display: flex;flex-direction: column;place-items: center;place-content: center;" id="sevenimg4">
<h2 class="footer-title" style="color: #66CA94;text-transform:capitalize">关注Start-Line</h2>
<div id='ewm-footer' style="text-align: center;">
</div>
<!-- <img src="img/portfolio/EWM.png" style="width: 50%;"> -->
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script type="text/javascript" src="js/jquery-2.1.1.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<script src="config.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="participated.js"></script>
<!-- carousel -->
<script src="owl-carousel/owl.carousel.js"></script>
<script>
$(document).ready(function() {
$("#owl-brand").owlCarousel({
autoPlay: 3000,
items: 1,
itemsDesktop: [1199, 1],
itemsDesktopSmall: [979, 2],
navigation: false,
navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>']
});
});
</script>
</body>
</html>