-
Notifications
You must be signed in to change notification settings - Fork 0
/
course.html
615 lines (529 loc) · 14.9 KB
/
course.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
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
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!DOCTYPE html>
<html lang="en" dir="ltr" id='main'>
<head>
<script src="https://code.jquery.com/jquery-3.4.0.js" integrity="sha256-DYZMCC8HTC+QDr5QNaIcfR7VSPtcISykd+6eSmBW5qo=" crossorigin="anonymous"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- <link href="index.css" rel="stylesheet"> -->
<meta charset="utf-8">
<title>高雄市觀音線協談中心</title>
<style lang="">
/* config */
html {
/* overflow: hidden; */
}
div {
/* box-shadow: 0 0 0 1px silver; */
background-position: center; /* Cente image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: contain; /* Resize the background image to cover the entire container */
}
.bb {
opacity: 1;
background: rgba(48,48,48, 0.9)!important;
box-shadow: 0 1px 2px 0 silver;
}
/* config */
/* header */
#nav {
/* background: rgb(239,239,239)!important; */
background: transparent;
display: flex;
width: 100%;
transition: .3s;
color: #000;
opacity: 1;
background: rgb(236,236,236) !important;
box-shadow: 0 1px 2px 0 silver;
}
nav > a, nav > div {
min-width: 50%;
flex: 1;
}
.logo {
background-image: url('./asset/course/P2.png');
flex: 1;
}
.collapse.navbar-collapse {
height: 100%;
}
.banner {
background: transparent;
color: #fff;
width: 100%;
height: 12vh;
display: flex;
}
.navbar-nav {
width: 100%;
display: flex;
padding-right: 15px;
}
.nav-link {
color: rgba(48,48,48, 0.9)!important;
/* color: #fff; */
text-align: center;
font-size: 1.2em;
transition: .2s;
/* cursor: pointer; */
}
.nav-link:hover {
color: rgba(48,48,48, 0.5)!important;
cursor: pointer;
}
.nav-item {
flex: 1;
}
.ls-1e {
letter-spacing: 1em;
}
/* header */
/* body */
.main-container {
/* overflow: auto;
height: 100vh; */
overflow-X: hidden;
}
.main-container::-webkit-scrollbar {
width: 10px;
}
.main-container::-webkit-scrollbar-thumb {
background: #666;
border-radius: 20px;
}
.main-container::-webkit-scrollbar-track {
background: rgba(48,48,48, 0.1);
/* border-radius: 20px; */
}
section {
width: 100%;
position: relative;
}
.section-1 {
/* background-image: url('./asset/index/P1_1.png'); */
/* overflow: hidden; */
margin-top: 114px;
height: 33vh;
}
.section-1 .bg {
width: 100%;
/* transform: scale(2) translate(130px, 130px); */
}
.section-1 .logo {
display: none;
position: absolute;
top: 20px;
right: 10vw;
transform: scale(0.7);
}
.section-2 {
height: 100vh;
background-color: rgb(239,239,240);
display: flex;
justify-content: center;
align-self: center;
position: relative;
}
.section-3 {
height: 130vh;
background-color: rgb(239,239,240);
position: relative;
}
.p1 {
right: 0;
top: 10vh;
z-index: 1;
}
.p1 img {
width: 50vw;
}
.p2 {
top: 11vh;
left: 25vw;
width: 30vw;
min-width: 450px;
height: 30vw;
min-height: 450px;
background: #fff;
padding: 25px;
z-index: 1;
color: #666;
font-size: 1.1em;
}
.p3 {
top: 25vh;
}
.p3 img {
width: 73% ;
}
.p4 {
width: 55vw;
height: 40vh;
top: 85vh40vh;
}
.p4 img {
width: 100%;
transform: scale(1.3);
margin-top: 6vh;
}
.p5 {
transform: scale(0.8);
width: 35vw;
height: 32vh;
top: 86vh;
right: 13vw;
background: #fff;
padding: 25px;
z-index: 1;
color: #666;
font-size: 1.4em;
z-index: 2;
}
.p6 {
right: 0;
top: 90vh;
}
.section-3 > div {
position: absolute;
}
.section-4 {
height: 35vh;
display: flex;
justify-content: center;
align-items: center;
background-image: url('./asset/index/pp.png');
font-size: 1.5em;
color: #a9a9a9b8;
line-height: 2em;
letter-spacing: 1px;
background: #2d3d46;
min-height: 340px
}
.section-4 div {
padding-top: 60px;
}
.p2, .p5, .p4 img, .p1 img {
box-shadow: 0px 0px 10px 1px silver;
border-radius: 3px;
}
/* body */
.section-3 img, .section-2 img {
transition: .3s;
}
.section-3 img:hover, .section-2 img:hover {
transform: scale(1.3);
z-index: 1000!important;
box-shadow: 1px 1px 10px 3px gray;
}
</style>
</head>
<body>
<div class="main-container" id='main-container'>
<div class='banner fixed-top'>
<nav class="navbar navbar-expand-lg navbar-light" id='nav'>
<a class="navbar-brand" href="./index.html">
<img src="./asset/course/BLOGO.png" alt="home">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link ls-1e" href="./index.html">首頁<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./course.html">課程活動</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./femalejail.html">女子監獄</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./growth.html">成長育樂營</a>
</li>
</ul>
</div>
</nav>
</div>
<section class='section-1' id='s1'>
<img class='bg' src="./asset/course/P2.png" alt="" />
<img class='logo' src="./asset/course/P2.png" alt="">
</section>
<section class='section-2' id='s2'>
<div class='main-panel'>
<h2 style="text-align: center;margin: 15px 0;" >Music word</h2 >
<h2 style="text-align: center;margin: 15px 0;" >音樂點字推廣</h2 >
緣起:<br/>
辜進心老師畢業於文藻外語大學日文系,從小因為眼癌而全盲,2012年帶著導盲犬瑞斯到日本,2013年進入筑波大學附屬特別<br/>
支援教育視覺障礙學校音樂科研讀。<br/>
視障朋友因為視力上的限制,所以學習音樂的過程中,須要靠許多人錄音,指導,然後自己在私下慢慢靠著耳朵還有記憶一點一<br/>
滴的把樂譜記起來,慢慢完成曲子,非常的辛苦。然而,在日本卻有一群非常熱心的志工幫忙視障朋友,將一般人閱讀的五線譜<br/>
轉譯成視障者可以閱讀的點字樂譜。<br/>
回國之後,辜進心老師希望在台灣推廣盲人點字樂譜,期望藉此讓視障者靠自己的能力完成演奏,突破眼睛無法閱讀樂譜或忘記<br/>
旋律節奏的困擾。<br/>
</div>
<div class='lightgreen-box'></div>
<div class='white-box'></div>
<div class='darkgreen-box'></div>
<img class='P3_1' src="./asset/course/P3_1.png" alt="">
<img class='P3_2' src="./asset/course/P3_2.png" alt="">
<style>
.section-2 img {
position: absolute;
z-index: 2;
box-shadow: 0px 0px 10px 3px silver;
}
.P3_1 {
top: 63vh;
left: 25vw;
}
.P3_2 {
top: 54vh;
left: 58vw;
}
.section-2 .main-panel {
min-width: 1360px;
height: 448px;
background: white;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 30vh;
font-size: 1.3em;
line-height: 1.8em;
padding: 10px 50px;
z-index: 1;
border-radius: 2px;
}
.section-2 .white-box {
min-width: 1174px;
height: 396px;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 80vh;
z-index: 2;
border-radius: 2px;
background: #fff;
}
.section-2 .lightgreen-box {
position: absolute;
top: 25vh;
min-width: 630px;
height: 220px;
background: rgb(171, 182, 123);
left: 0;
}
.section-2 .darkgreen-box {
width: 975px;
height: 340px;
background: rgb(94, 110, 105);
top: 64vh;
z-index: 1;
position: absolute;
left: 50vw;
}
</style>
</section>
<section class='section-3' id='s3'>
<div class="white-box">
貳目標:<br>
1.希望透過推廣音樂點字,讓視障者可以改善只能依賴聽覺學習音樂的限制。<br>
2.藉此聚會課程,讓社會大眾更認識音樂點字,進而加以推廣應用於教學工具上。<br><br>
主辦單位:高雄市正信佛教青年會觀音線協談中心<br><br>
上課時間:週三晚上06:30~08:00。<br><br>
上課地點:高雄市苓雅區中正二路58號9樓<br>
(元大銀行樓上)<br>
</div>
<div class="white-box2">
參加對象:<br>
對音樂點字轉譯、推廣有興趣之民眾。<br><br>
課程內容: <br>
1.認識視障者的生活與限制<br>
2.點字的意義與概念認識<br>
3.五線譜基本認識與介紹<br>
4.點字樂譜學習<br>
5.點字轉譯說明-電腦文書編輯<br><br>
報名方式:<br>
高雄觀音線協談中心<br>
週一至週六下午2:30~5:30<br>
行政電話:07-2248948 <br>
行動電話:0905-369-855(辜進心)<br>
電子信箱:[email protected] <br>
</div>
<div class="darkgreen-box"></div>
<div class="lightgreen-box"></div>
<div class="green-box"></div>
<div class="darkgreen-bg-box"></div>
<img class="P3_3" src="./asset/course/P3_3.png" alt="">
<img class="P3_4" src="./asset/course/P3_4.png" alt="">
<style>
.section-3 .white-box {
min-width: 1015px;
height: 450px;
position: absolute;
font-size: 1.3em;
line-height: 1.8em;
background: #fff;
z-index: 2;
padding: 20px 100px;
top: 3vh;
left: 8vw;
}
.section-3 .green-box {
position: absolute;
top: 20vh;
left: 0;
background: rgb(74, 88, 84);
width: 433px;
height: 340px;
}
.section-3 .white-box2 {
min-width: 1015px;
height: 667px;
position: absolute;
font-size: 1.3em;
line-height: 1.8em;
padding: 10px 20px 10px 596px;
background: #fff;
top: 50vh;
left: 28vw;
z-index: 1;
}
.section-3 img {
box-shadow: 0px 0px 10px 3px silver;
position: absolute;
z-index: 2;
}
.P3_3 {
top: 61vh;
left: 18.5vw;
}
.P3_4 {
top: 22vh;
left: 39vw;
z-index: 3;
}
.darkgreen-bg-box {
width: 25vw;
height: 67vh;
background: rgb(131, 148, 141);
position: absolute;
top: 43vh;
left: 74vw;
z-index: 0;
}
@media only screen and (max-width: 1600px) {
.section-1 {
height: 30vh;
margin-top: 110px;
}
.section-2 .white-box {
top: 83vh;
}
.P3_2 {
top: 55vh !important;
}
.P3_1 {
left: 17vw;
}
.section-3 .white-box {
top: 6vh;
}
.P3_4 {
top: 27vh;
left: 45vw;
}
.section-3 .white-box2 {
top: 57vh;
left: 30vw;
}
.P3_3 {
top: 67vh;
}
.section-3 {
height: 140vh;
}
}
@media only screen and (max-width: 1440px) {
.nav-link {
font-size: 1em;
}
.section-2 .main-panel {
min-width: 1280px !important;
}
.section-2 .white-box {
top: 84vh
}
.P3_2 {
top: 58vh !important;
}
.P3_1 {
left: 12vw;
}
.section-3 .white-box {
top: 8vh;
}
.section-3 .white-box2 {
top: 61vh;
}
.section-3 img {
transform: scale(0.9);
}
.P3_4 {
left: 47vw;
top: 22vh;
}
.P3_3 {
top: 74vh;
transform: scale(1.1)!important;
}
.darkgreen-bg-box {
top: 54vh;
}
}
@media only screen and (max-width: 1281px) {
.section-2 .white-box {
top: 90vh
}
.P3_1 {
left: 8vw;
}
.section-3 img {
transform: scale(0.7);
}
.section-3 .white-box {
top: 16vh;
}
.P3_4 {
top: 24vh;
left: 50vw;
}
.section-3 .white-box2 {
top: 73vh;
left: 18vw;
}
.P3_3 {
top: 88vh;
transform: scale(1.1)!important;
left: 26.5vw;
}
.section-3 {
height: 160vh;
}
}
</style>
</section>
<section class='section-4'>
<img src="./asset/index/PPLOGO.png" alt="">
<div>
協談專線: 224-7181 行政專線: 224-8948<br/>
電 郵: [email protected]<br/>
服務時間: 每週一至週六 下午2:30 - 5:30 睌上6:30 - 9:30<br/>
帳號 : 元大銀行806-苓雅分行00108100175014<br/>
歡迎贊助 : 戶名:高雄市正信佛教青年會<br/>
</div>
</section>
</div>
</body>
</html>