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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>“Dream Big” 慈善項目 - 慧妍雅集, WAI YIN ASSOCIATION </title>
<!-- css --> <?php include 'inc/headlinks.php'; ?> <!-- js --> <?php include 'inc/link-js.php'; ?> </head>
<body> <!-- header --> <?php include 'inc/navbar.php'; ?> <!-- end of header-->
<!-- breadcrumb -->
<div class="breadcrumb" style="background-image:url(../../assets/images/breadcrumbbg.jpg);">
<div class="breadcrumbWrapper text-center">
<p class="breadcrumbTitle mb-2 pt-4 h3 text-uppercase whiteFont">“Dream Big” 慈善項目 </p>
<div class="breadcrumbLink whiteFont">
<a href="index.php" class="whiteFont"> 首頁</a> / <span class="whiteFont">“Dream Big” 慈善項目 </span>
</div>
</div>
</div>
<section class="mainWrap">
<div class="container"> <h1>“Dream Big” 慈善項目</h1> <p>由慧妍雅集會員之作品併合而成的「百家被」、抱枕及環保袋,為社會帶來愛心及正能量,義賣活動所得淨收益將會用作支持與慧妍雅集年度慈善主題 “用愛閃耀明天 Together We Shine For a Better Tomorrow” 相關的慈善項目。慈善義賣所得淨收入將用以支持與慧妍雅集慈善主題「用愛閃耀明天 」相關之慈善項目。</p>
<div class="row mb-4"> <div class="col-md-6"> <img src="../../assets/images/Design_A_productshots_highres_chopped.jpg" class="img-fluid boxshardow">
</div> <div class="col-md-6"> <img src="../../assets/images/Design_B_productshots_highres.jpg" class="img-fluid boxshardow" >
</div> </div>
<h3 class="text-center mb-4">參加會員</h3> <table class="table text-center"> <tbody> <tr> <td width="265">趙雅芝</td> <td width="265">向海嵐</td> <td width="265">周麗明</td> <td width="265">歐陽妙芝</td> <td width="265">林嘉曼</td> </tr> <tr> <td width="265">王殷廷</td> <td width="265">王愛倫</td> <td width="265">蔡淑好</td> <td width="265">袁彩雲</td> <td width="265">林泳妤</td> </tr> <tr> <td width="265">莫可欣</td> <td width="265">寇鴻萍</td> <td width="265">宋愛儀</td> <td width="265">林詩慧</td> <td width="265">趙翠儀</td> </tr> <tr> <td width="265">唐麗球</td> <td width="265">何艷娟</td> <td width="265">文健儀</td> <td width="265">朱玲玲</td> <td width="265">周美欣</td> </tr> <tr> <td width="265">李慕潔</td> <td width="265">曹敏莉</td> <td width="265">原子鏸</td> <td width="265">林麗薇</td> <td width="265">李秀媚</td> </tr> <tr> <td width="265">陳法蓉</td> <td width="265">梁麗翹</td> <td width="265">鄭文雅</td> <td width="265">傅楚惠</td> <td width="265">戚黛黛</td> </tr> <tr> <td width="265">劉倩婷</td> <td>鄧上文</td> <td>張雪玲</td> <td>楊思琦</td> <td>郭羨妮</td> </tr> <tr> <td>蘇文</td> <td>翁嘉穗</td> <td>張夢夏</td> <td>夏淑玲</td> <td>林穎嫻</td> </tr> </tbody> </table>
</div> </section>
<?php /*?><section class="mainSmallWrapper"> <p class="h1 blueFont">Partner</P> <p class="text-justify mb-4">We have the privilege of working with a diverse range of organisations and enterprises. We view our clients and sponsors as our partners and work collaboratively with them to achieve results they can measure. </p> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"> <img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> <div class="swiper-slide"><img src="/assets/images/logo.png" class="img-fluid"></div> </div> </div> </section><?php */ ?> <!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php'; ?>
</body>
</html>
|