-
Notifications
You must be signed in to change notification settings - Fork 2
/
knowledge.pages.html
675 lines (584 loc) · 17.4 KB
/
knowledge.pages.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
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
<!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.0">
<title>newsafari.knowledge</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
.my-img-block {
width: 100%;
height: 60vh;
object-fit: contain;
}
.body {
background-color: #F8F8FF
}
.page-logo {
width: 297px;
height: 268px;
}
@media(max-width:860px) {
.page-logo {
height: auto;
width: 100px;
display: inline-block;
margin-left: 20px;
}
}
.page-info {
display: inline-block;
padding-top: 80px;
padding-left: 10px;
width: 700px;
font-family: Noto Serif SC;
font-weight: 350;
font-size: 32px;
line-height: 46px;
color: #000000;
}
@media(max-width:860px) {
.page-info {
font-size: 22px;
height: 100%;
width: auto;
/* display: inline-block; */
padding-top: 10px;
}
}
.page {
width: 980px;
display: inline-block;
display: flex;
margin-left: auto;
margin-right: auto;
}
@media(max-width:860px) {
.page {
width: auto;
padding-right: 10px;
}
}
.separation-line {
width: 873px;
border-top: 0.5px solid #868484;
margin-left: auto;
margin-right: auto;
position: relative;
}
@media(max-width:860px) {
.separation-line {
max-width: 400px;
}
}
.hero-img {
width: 550px;
height: 330px;
background-size: cover;
padding-top: 15px;
padding-bottom: 15px;
object-fit: cover;
}
@media(max-width:860px) {
.hero-img {
width: 150px;
height: 130px;
/* margin-top: 50px; */
display: inline-block;
/* margin-left: auto;
margin-right: auto; */
}
}
.page-newstitle {
font-family: Noto Serif SC;
font-size: 28px;
font-weight: 900;
Line-height: 40px;
display: inline-block;
vertical-align: top;
padding-top: 8px;
width: 295px;
color: #000000;
}
@media(max-width:860px) {
.page-newstitle {
font-size: 20px;
width: 210px;
display: inline-block;
padding-left: 0px;
/* padding-left: 0.1px; */
/* display: block; */
}
}
.page-newshint {
font-family: Noto Serif SC;
font-size: 22px;
font-weight: 330;
Line-height: 30px;
display: inline-block;
vertical-align: bottom;
padding-bottom: 8px;
padding-top: 10px;
width: 295px;
color: #000000;
}
@media(max-width:860px) {
.page-newshint {
display: none;
}
}
.this {
width: 870px;
display: block;
display: flex;
margin-left: auto;
margin-right: auto;
}
@media(max-width:860px) {
.this {
/* display:block; */
width: 530px;
}
}
.page-newstitle:hover {
color: #ebc151;
}
.page-newshint:hover {
color: #3b3c36;
}
.hero-img:hover {
filter: grayscale(100%);
transition-delay: 0.2s;
}
.idk {}
@media(max-width:860px) {
.idk {
display: inline-block;
margin-left: 66px;
vertical-align: middle;
}
}
.header {
position: relative;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
background-color: #f8f8ff;
width: 100%;
}
.line {
display: block;
border-top: 1px solid black;
width: 90%;
height: 1.51px;
margin-left: auto;
margin-right: auto;
padding-bottom: 0.1px;
}
.header_font {
display: inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
line-height: 53px;
letter-spacing: 0.06em;
text-align: center;
margin-top: 42px;
z-index: 1;
position: absolute;
}
.rectangle {
width: 180px;
height: 102px;
background-color: #937D54F2;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 2;
}
.footer {
/* position: relative; */
/* white-space: nowrap; */
display: flex;
vertical-align: middle;
width: 100%;
height: 206px;
background-color: #937D54;
margin-bottom: 0px;
justify-content:space-between;
}
.footer_font {
display: inline-block;
font-family: Noto Serif SC;
font-size: 16px;
font-weight: 300;
line-height: 32px;
letter-spacing: 0.06em;
text-align: left;
white-space: pre-line;
margin-top: 41px;
/* z-index: 1; */
/* position: absolute; */
}
.link-container {
display: inline-block
}
.rectangle-hover {
position: relative;
color: black;
}
.rectangle-hover:hover {
color: white;
}
.rectangle-hover:hover::before {
content: '';
position: absolute;
text-align: center;
left: -35.5px;
top: -27px;
width: 180px;
height: 102px;
background-color: #937D54F2;
z-index: -1;
border-radius: 16px;
}
.mobileheader {
display: none;
}
.mobilefooter {
display: none;
}
@media(max-width:760px) {
.header {
display: none;
}
.mobileheader {
display: flex;
justify-content: center;
background-color: #f8f8ff;
}
.line {
display: none;
}
.container {
width: fit-content;
/* Set the width of the container */
margin: 0 auto;
/* Center the container horizontally */
display: flex;
justify-content: right;
height: fit-content;
top: 90px;
}
.mobileline {
position: relative;
display: block;
justify-content: center;
border-top: 1px solid black;
width: 90%;
height: 1.51px;
margin-left: auto;
margin-right: auto;
}
/* CSS for dropdown menu */
.dropdown-menu {
position: relative;
display: flex;
white-space: pre-line;
line-height: 10px;
height: fit-content;
margin-top: 20px;
border: none;
justify-content: flex-end;
margin-right: 10%;
background-color: #f8f8ff;
}
.dropdown-menu>a {
display: flex;
justify-content: right;
padding: 10px;
color: #333;
text-decoration: none;
}
.dropdown-menu ul {
position: absolute;
top: 100%;
left: 0;
display: none;
text-decoration: none;
background-color: #f8f8ff;
padding: 10px;
margin: 0;
list-style-type: none;
}
.dropdown-menu ul li {
margin-bottom: 5px;
text-decoration: none;
}
.dropdown-menu:hover ul {
display: block;
text-decoration: none;
color: #f8f8ff;
}
.mobilefont {
text-decoration: none;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
line-height: 53px;
letter-spacing: 0.06em;
text-align: center;
margin-top: 42px;
color: black;
}
.footer {
display: none;
}
.mobilefooter {
display: flex;
justify-content: center;
height: 206px;
background-color: #937D54;
margin-bottom: 0px;
}
.mobilefooterfont {
display: block;
font-family: Noto Serif SC;
font-size: 13px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.06em;
text-align: left;
white-space: pre-line;
margin-top: 43px;
margin-bottom:auto;
margin-right: 0px;
position: relative;
color: white
}
}
</style>
</head>
<body class="body">
<div class="header">
<a href="index.html" style="color:#f8f8ff">
<img src="resources/icon/svg/NS Logo_白_工作區域 1.svg" style="margin-left:90px;
margin-top:0px;
width:275px;
height:170px;">
</a>
<img src="resources/icon/svg/NS banner-04.svg" style="position:relative;
margin-left:132px;
margin-top:40px;
width:637px;
height:130px;">
<a href="international.pages.html" class="rectangle-hover" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:109px;
height:49px;
letter-spacing: 0.06em;
text-align: center;
margin-top:42px;
z-index:1;
position:absolute;
left:389px">國際</a>
<a href="life.pages-2.html" class="rectangle-hover" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:109px;
height:49px;
letter-spacing: 0.06em;
text-align: center;
margin-top:42px;
z-index:1;
position:absolute;
left:611px">生活</a>
<a href="art.pages.html" class="rectangle-hover" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:109px;
height:49px;
letter-spacing: 0.06em;
text-align: center;
margin-top:42px;
z-index:1;
position:absolute;
left:834px">藝文</a>
<a href="knowledge.pages.html" class="rectangle" style="display:inline-block;
font-family: Noto Serif SC;
font-size: 37px;
font-weight: 400;
text-decoration: none;
line-height: 53px;
width:180px;
height:102px;
padding-top:26px;
letter-spacing: 0.06em;
text-align: center;
vertical-align: middle;
margin-top:15px;
z-index:1;
position:absolute;
color:white;
border-radius: 16px;
left:1056px">新知</a>
</div>
<div class="line"></div>
<!--headermobile-->
<div class="mobileheader">
<a href="index.html" style="color:#f8f8ff">
<img src="resources/icon/svg/NS Logo_白_工作區域 1.svg" style="margin-left:90px;
margin-top:0px;
width:180px;
height:120px;
justify-content:flex-start;
margin-left:5%">
</a>
<div class="container"></div>
<div class="dropdown-menu" style:="margin-right:0px;">
<a href="#">____
____
____</a>
<ul>
<li><a href="international.pages.html" class="mobilefont">國際</a></li>
<li><a href="life.pages-2.html" class="mobilefont">生活</a></li>
<li><a href="art.pages.html" class="mobilefont">藝文</a></li>
<li><a href="knowledge.pages.html" class="mobilefont">新知</a></li>
</ul>
</div>
</div>
<div class="mobileline"></div>
<div class="page"> <!--page還沒置中-->
<img src="./resources/icon/svg/NS banner-08.svg" class="page-logo">
<span class="page-info">調查大學生在學術領域的傑出表現,在學習新知識的同時,讓學生的聰慧與創意更加耀眼。</span>
</div>
<div class="separation-line"></div>
<a href="page_S1.html" class="this">
<div display="inline-block" style="vertical-align: top; " class="this">
<div class="idk">
<img src="./resources/imgs/新知/龍華科大.jpg" class="hero-img">
</div>
<!--單獨用div包起來,再給位置&大小-->
<div style="width: 295px; padding-left: 32px;">
<span class="page-newstitle">龍華科大改造通風球 以室內外溫差轉出電力</span>
<span class="page-newshint">為追求環保、可自給自足的再生能源,龍華科大學生研發「通風球液壓系統發電裝置」,希望達成自家用電、自家生產的理想⋯⋯ </span>
</div>
</div>
</a>
<div class="separation-line"></div>
<a href="page_S2.html" class="this">
<div display="inline-block" style="vertical-align: top; " class="this">
<div class="idk">
<img src="./resources/imgs/新知/測心壓.png" class="hero-img">
</div>
<div style="width: 295px; padding-left: 32px;">
<span class="page-newstitle">無線電量測即察心律異常 把握就醫黃金時間</span>
<span class="page-newshint">心臟疾病在發病前無明顯病徵,若患者無法在第一時間發覺異常,可能會因延誤就醫而面臨生命危險⋯⋯ </span>
</div>
</div>
</a>
<div class="separation-line"></div>
<a href="page_S3.html" class="this">
<div display="inline-block" style="vertical-align: top; " class="this">
<div class="idk">
<img src="./resources/imgs/新知/興大.jpg" class="hero-img">
</div>
<div style="width: 295px; padding-left: 32px;">
<span class="page-newstitle">興大創傷口敷藥新配方 加速糖尿病患傷口癒合</span>
<span class="page-newshint">興大學生研發「糖尿病患傷口敷藥新配方」,望能加速傷口痊癒,同時增強免疫功能避免感染⋯⋯ </span>
</div>
</div>
</a>
<div class="separation-line"></div>
<a href="page_S4.html" class="this">
<div display="inline-block" style="vertical-align: top; " class="this">
<div class="idk">
<img src="./resources/imgs/新知/高架林電.png" class="hero-img">
</div>
<div style="width: 295px; padding-left: 32px;">
<span class="page-newstitle">大同提高架林電共生方案 盼實現環境永續</span>
<span class="page-newshint">大同大學工業設計學系學生洪博翔、鍾鎰鴻提出「高架林電共生平台」概念,設想利用山腳林地架設太陽能板,盼能克服地理條件⋯⋯ </span>
</div>
</div>
</a>
<div class="separation-line"></div>
<a href="page_S5.html" class="this">
<div display="inline-block" style="vertical-align: top; " class="this">
<div class="idk">
<img src="./resources/imgs/新知/聊愈療愈.jpg" class="hero-img">
</div>
<div style="width: 295px; padding-left: 32px;">
<span class="page-newstitle">「聊癒療鬱」學習用戶用字習慣 打造專屬聊天機器人</span>
<span class="page-newshint">為解決現代人的聊天需求,輔仁大學資訊統計學系學生團隊開發「聊癒療鬱」應用程式,針對使用者不同個性,打造量身定制的聊天機器人⋯⋯ </span>
</div>
</div>
</a>
<div class="separation-line"></div>
<a href="page_S6.html" class="this">
<div display="inline-block" style="vertical-align: top; " class="this">
<div class="idk">
<img src="./resources/imgs/新知/signlens.jpg" class="hero-img">
</div>
<div style="width: 295px; padding-left: 32px;">
<span class="page-newstitle">SignLens翻譯手語 打造無障礙溝通環境</span>
<span class="page-newshint">國立政治大學資訊管理學系學生團隊開發「SignLens——手語語音辨識於混合實境應用」,透過智慧型眼鏡進行雙向辨識,提升溝通效率⋯⋯ </span>
</div>
</div>
</a>
<div class="separation-line"></div>
<a href="page_S7.html" class="this">
<div display="inline-block" style="vertical-align: top; " class="this">
<div class="idk">
<img src="./resources/imgs/新知/書法.jpg" class="hero-img">
</div>
<div style="width: 295px; padding-left: 32px;">
<span class="page-newstitle">AI辨識手寫軌跡 生成獨有書法字體</span>
<span class="page-newshint">勤益科大「書法大師」師生團隊,開發「空中揮毫書法生成系統」,透過模擬真實手寫狀態生成獨一無二的字,同時解決商用字體的版權問題⋯⋯ </span>
</div>
</div>
</a>
<!--footerdesktop-->
<div class="footer">
<div style="display:flex;width:870px;margin-left: auto;margin-right:auto;justify-content:center;">
<div>
<img src="resources/icon/svg/NS Logo_工作區域 1.svg" style="
margin-bottom:20px;
width:275px;
height:170px;">
</div>
<div class="footer_font" style="color: white;">HUNTER|江昇 方琮翔 鄧芯怡 陳孟樺
BIG BOSS|李法賢
SHOOT|[email protected]
</div>
<div class="footer_font" style="margin-top:67px;color:#EBC151;;">copyright©2023 NEWS SAFARI
</div>
</div>
</div>
<!--footermobile-->
<div class="mobilefooter">
<img src="resources/icon/svg/NS Logo_工作區域 1.svg" style="
margin-top:auto;
margin-bottom:auto;
width:180px;
height:120px;
display:flex;
justify-content:flex-start;">
<div class="mobilefooterfont" style="color: white;width:max-content;justify-content: flex-end;">
HUNTER|江昇 方琮翔 鄧芯怡 陳孟樺
BIG BOSS|李法賢
SHOOT|[email protected]
<div style="color:#EBC151;">copyright©2023 NEWS SAFARI</div>
</div>
</body>