-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgeneric.html
80 lines (73 loc) · 4.52 KB
/
generic.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
<!DOCTYPE HTML>
<html>
<head>
<title>作品詳介 | 篆來篆去</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">篆來篆去</a></div>
<a href="#menu"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">首頁</a></li>
<li><a href="generic.html">作品詳介</a></li>
<li><a href="index.html#two">開始學習</a></li>
</ul>
</nav>
<!-- Content -->
<!--
Note: To show a background image, set the "data-bg" attribute below
to the full filename of your image. This is used in each section to set
the background image.
-->
<section id="post" class="wrapper bg-img" data-bg="banner2.jpg">
<div class="inner">
<article class="box">
<header align="center">
<h2 style="font-size:30px;">作品詳介</h2>
<h2 style="font-size:24px;">學習小篆的好幫手</h2>
</header>
<div class="content" style="font-size: 14pt;">
<p style="font-size:18px;">小篆是由春秋戰國時代的秦國文字演變而來,字形規整勻稱。秦始皇統一六國後,李斯等人整理、統一撰《倉頡》篇,進行「書同文」工作,以當時的秦國小篆作為通用文字,消滅了「文字異形」現象,在漢字發展史上有重要意義。中國文字發展到小篆階段,逐漸定型,文字更加符號化。漢代時,隸書取代小篆成為主要字體,之後小篆主要用來刻印章、銘金石。《說文》是東漢許慎所編的文字工具書,全書分為540個部首、收錄9353字,收錄字體以小篆為主,也收錄古文、籀文,說解著重於本形本義,在文字學、訓詁學中有重要價值。
<p>小篆是研究漢字演變的重要材料,識篆能直接閱讀古文物,獲得第一手資料或看懂新出土的文字資料;篆書線條單純、用筆簡單,用筆以中鋒為主,書法初學者能藉由習寫篆書鍛鍊對空間、線條質感的控制能力,並學習文字知識,因此適合書法初學者。對於設計領域的學生而言,小篆字形規整勻稱,不少店家招牌、商標使用小篆書寫,印章刻印也使用小篆,學習小篆能增加設計作品的人文思考。對普羅大眾而言,識篆、用篆能感受中國文字之美,增進人文素養。</p>
<h3 style="font-size:20px;">「篆來篆去」不僅結合人文與數位工具,提供更完整的查詢功能,更將資料遊戲化,讓使用者可以用有趣的方式學習小篆。</h3>
本網站提供以下服務
<ul>
<li><b>單字查詢</b>:可輸入楷體查詢對應之小篆字體</li>
<li><b>遊戲化學習</b>:分為單字學習、部件學習兩部分,幫助使用者記憶小篆各部件。
<p>
(1) 單字學習:由<b>速成開天眼、直接試身手、古代練功坊</b>三個小遊戲(不同學習模式)組成,每個遊戲依照漢字的常用度分為20關,每關100字。<br>
(2) 部件學習:題目為五張小篆字體圖片,共分為三種難度,由簡單到困難依序為找出五個字共同的部首或共同的部件,使用者可<b>發揮觀察力來學習小篆字體的構成。</b><br>
</p>
</li>
</ul>
本網站之資料來源為
<ul>
<li>小篆資料:<a href="http://xiaoxue.iis.sinica.edu.tw/" style="color:rgba(255, 255, 255, 0.589)">中研院小學堂</a></li>
<li>網頁設計:<a href="https://templated.co/" style="color:rgba(255, 255, 255, 0.589)">Templated</a>,並加以修改</li>
<li>背景圖片:<a href="https://pngtree.com/free-backgrounds" style="color:rgba(255, 255, 255, 0.589)">pngtree.com</a></li>
</ul>
</div>
<footer>
<ul class="actions" align="center">
<a href="index.html" class="button alt icon">回首頁</a>
</ul>
</footer>
</article>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>