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
|
<!DOCTYPE html> <html lang="zh-HK">
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> <title>通告 | 國際獅子總會中國港澳三0三區</title> <link rel="shortcut icon" href="../img/pagelogo.png">
<!-- fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="../css/myicons.css?version=1.1"/> <!-- slick --> <link rel="stylesheet" type="text/css" href="../css/slick.css?version=1.1"/> <link rel="stylesheet" type="text/css" href="../css/slick-theme.css?version=1.1"/>
<!-- lightslider --> <link rel="stylesheet" href="../css/lightslider.css?version=1.1"/>
<link rel="stylesheet" href="../css/style.css?version=1.1"> <link rel="stylesheet" href="../css/responsive.css?version=1.1"> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-45123111-29"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
gtag('config', 'UA-45123111-29'); </script>
</head>
<body> <!-- start wrapper --> <div class="wrapper">
<!-- start header --> <!-- topbar --> <div class="topbar"> <div class="fl"></div> <div class="fr"> <a href="https://mylci.lionsclubs.org/Login.aspx?l=ZH" target="_blank"><img src="../img/topbar_myLCI.png"> MyLCI登入</a> <a href="comingsoon.php"><img src="../img/topbat_login.png"> 會員登入</a> <a href="download.php"><img src="../img/topbat_download.png"> 下載中心</a> <a href="https://www.facebook.com/pg/photoshare/photos/?ref=page_internal" target="_blank"><img src="../img/topbat_facebook.png"></a> </div> <div class="clear"></div> </div> <!-- end of topbar -->
<?php include 'header.php';?> <!-- end of header --> <!-- end of location --> <div class="web_locations"> <div class="container"> <a href="index.php"><i data-icon="B"></i>主頁</a>/<a href="notice.php">通告</a>/<a href="#" class="active">熱烈恭賀本年度獲行政長官授勳及嘉許的獅友 </a> </div> </div> <div class="clear"></div>
<div class="box-padding3020"> <div class="container"> <div class="box_details"> <div class="full_box"> <div class="style_h1_border">熱烈恭賀本年度獲行政長官授勳及嘉許的獅友 </div> <p>按香港特區政府2018年7月1日憲報刊登的授勳及委任太平紳士的名單,其中包括本區多位獅友,名單如下:</p> <p> 銅紫荊星章 :<br> 嚴玉麟獅兄 Lion Stanley Yim ﹝半島 PENS﹞<br> 葉榮鉅獅兄 Lion Yip Wing Kui ﹝港東 HKE﹞<br> 李鋈麟獅兄 Lion Lee Yuk Lun ﹝香港壽臣山 HKSSH﹞ </p>
<p> 榮譽勳章 :<br> 李愛平獅姐 Lion Christina Lee ﹝荃灣 TSNW﹞<br> 李碧儀獅姐 Lion Peggy Lee ﹝香港摩利臣山 HKMH﹞<br> 蕭浪鳴獅兄 Lion Siu Long Ming ﹝香港黃金海岸 HKGC﹞ </p>
<p> 行政長官社區服務獎狀 :<br> 盧應銘獅兄 Lion Thomas Lo ﹝港東 HKE﹞ </p>
<p> 上述獅友熱心服務社群,並獲得特區政府高度評價及表揚,303區實在與有榮焉,本人謹代表全區獅友向上述獅友致賀。政府憲報刊登的授勳及委任太平紳士名單逾數百位,區會辦事處查閱榜上有名的獅友,在過程中恐有疏漏,如有遺漏,煩請指正。 </p>
<p>English summary : The HKSAR Government published an honor list in its Gazette on July 1, 2018 according awards to distinguished members of the community. Among the awardees, some are Lion members (as listed above). On behalf of the District, I would like to express my heartfelt congratulations to each of the Lion awardees.</p>
<p> 國際獅子總會中國港澳303區<br>總監 郭美華獅姐 謹啟 </p>
</div> <div class="clear"></div> </div> </div> </div>
<div class="clear"></div>
<!-- scroll to top --> <a href="#"class="scrollToTop"><img src="../img/scrollTop.png"></a>
<!-- end of application --> <?php include 'footer.php';?> <!-- end of footer -->
</div> <!-- end of wrapper -->
<script src="../js/jquery.js"></script>
<!-- slick --> <script type="text/javascript" src="../js/slick.min.js"></script>
<script src="../js/lightslider.js"></script> <script src="../js/script.js"></script> <script type="text/javascript" src="../js/nav_drop.js"></script> <script type="text/javascript" src="../js/functions.js"></script> </body> </html>
|