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
|
<?php include 'header_membership.php';?>
<div class="clearfix"></div>
<!-- content start ======================================== -->
<div class="clearfix"></div>
<div class="container content">
<?php include 'membership_categorie.php';?>
<div class="right_block fr"> <h2 class="block_img_tit"> <img src="../images/img_list_tit_11.png" alt="" class="tit_img"> <small>成為會員 / </small> <span class="value">小巨人讀書會</span> </h2><!-- /.list_img_tit -->
<div class="clearfix mt_10p"></div>
<div> <img src="../images/online/LittleGiant_webcontent_header.jpg" width="100%" height="auto" /></div> <br /><br /><span style="font-size: 18pt; color: #993300;"><b>小巨人讀書會</b></span> <h2><span style="font-size: 14pt; color: #993300;"><b>"培育小巨人,閱讀大世界!"</b></span></h2> <div><br /><br /><span style="font-size: 12pt;">小巨人讀書會旨在推廣和分享閱讀樂趣,希望透過分享各地的優質兒童讀物,讓更多孩子愛上閱讀,從圖書中汲取成長所需的養分,使身、心、靈均能健全,茁壯地成長,成為巨人<span lang="EN-US"> – </span>向世界出發,望得更高更遠,因為我們堅信每位小朋友天生都具備成為巨人的潛能特質!</span></div><br /> <p><span style="font-size: 12pt;">抱著培育孩子走更長的路的宗旨,新雅文化成立小巨人讀書會,旨在推廣閱讀的樂趣,並分享如何適得其法,讓孩子透過閱讀得到最大的裨益。</span><br /><br /></p> <p><span style="font-size: 12pt;">小巨人讀書會會每學期發出兩次推薦書單,由閱讀專家設定閱讀主題,並從海內外出版社挑選優質、有趣味而又符合主題的圖書去作介紹。我們更會給不同年級的小巨人,揀選適合他們程度的圖書,務求讓小巨人們的閱讀經驗有樂趣之餘,更有系統,更有效益!</span><br /><br /></p> <p><span style="font-size: 12pt;">為豐富閱讀經驗,我們更會不定期舉辦各類型的閱讀活動,如作者見面會、閱讀專家分享會、講故事活動和藝術工作坊等,一眾小巨人們可優先報名參加!</span><br /><br /></p> <p><span style="font-size: 12pt;">現凡訂購小巨人推薦書單內的圖書即可自動成為小巨人讀書會會員 – 往後可優先收到最新的小巨人讀書會的閱讀通訊及享有精選圖書購買優惠。<br /><br /><br /></span></p> <div style="padding: 5px; border: 5px outset #FFAC55;"><span style="font-size: 14pt;"><span style="font-size: 14pt;"><span style="color: #993300;"><b><b><b>小巨人讀書會 <br /><span>第一期</span>(電子版)</b></b></b><span style="text-decoration: underline;"><strong><span style="color: #0000ff; text-decoration: underline;"><a href="../../../uploader/upload/file/LittleGiant_201511.pdf" target="_blank"><span style="color: #0000ff; text-decoration: underline;">PDF 下載<br /></span></a></span></strong></span></span></span></span> <p><span style="font-size: 12pt;"><br />第一期推薦書單的主題,我們邀請到資深出版人及親子閱讀推動者馬鎮梅老師為各位選定為「閱讀友情」,家長們趕快為你的小巨人下載書單,讓他們揀選心愛圖書,踏出成為巨人的第一步!<br /><br /></span></p> <span style="font-size: 14pt;"><span style="color: #993300;"><b><img src="../images/online/LittleGiant_201511-p1-100px.jpg" alt="" width="101" height="142" /><b> </b><img src="../images/online/LittleGiant_201511-p2-100px.jpg" alt="" width="101" height="142" /><b> </b><img src="../images/online/LittleGiant_201511-p3-100px.jpg" alt="" width="101" height="142" /> <img src="../images/online/LittleGiant_201511-p4-100px.jpg" alt="" width="101" height="142" /><br /></b></span></span></div> <div style="text-align: center;"><span style="color: #993300; font-size: 16pt;"><b><img src="../images/online/LittleGiant_webcontent_benefit.jpg" alt="" width="100%" height="auto" /></b><b>關注小巨人讀者會 facebook 專頁 <a href="http://www.facebook.com/sy.littlegiant" target="_blank"><img src="../../../uploader/upload/image/LittleGiant/LittleGiant_fblikebutton-.jpg" alt="" width="78" height="25" /></a>,緊貼我們最新動態!</b><b><br /></b></span></div> <div><span><br /><br /></span> </div> <div class="clearfix dashed"></div>
</div><!-- //.right_block// ends -->
<div class="clearfix"></div>
</div><!-- //.container.content ends -->
<div class="clearfix"></div>
<!-- content end ======================================== -->
<div class="clearfix"></div>
<?php include 'footer.php';?>
<!-- some support ======================================== --> <script type="text/javascript"> $(document).ready(function() { /*reset NAV PRIMARY current item ======== */ $('#nav_primary .lv01 > li:nth-child(5)').addClass('current'); $('#nav_primary .lv01 > li:nth-child(5) .lv02 > li:nth-child(3)').addClass('current');
}); </script>
|