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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>'Dream Big' Charity Sales - 慧妍雅集, 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' Charity Sales </p>
<div class="breadcrumbLink whiteFont">
<a href="index.php" class="whiteFont"> Home</a> / <span class="whiteFont">'Dream Big' Charity Sales </span>
</div>
</div>
</div>
<section class="mainWrap">
<div class="container"> <h1>“Dream Big” Charity Sales</h1> <p>Members of Wai Yin have donated their artworks for the Dream Big project. The project team has collaboratively designed some home and lifestyle products for our charity sales.</p> <p>Funds raised from the project will go to support beneficiary projects related to Wai Yin 2020 / 2021 charity theme – “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">Participating members</h3> <table class="table text-center"> <tbody> <tr> <td width="265">Angie Chiu</td> <td width="265">Anne Heung</td> <td width="265">Chloe Chow</td> <td width="265">Christine Au Yang</td> <td width="265">Dionne Lam</td> </tr> <tr> <td width="265">Edith Wong</td> <td width="265">Ellen Wong</td> <td width="265">Emmy Choi</td> <td width="265">Fiona Yuen</td> <td width="265">Hera Lam</td> </tr> <tr> <td width="265">Ho Yan Mok</td> <td width="265">Isabella Kau</td> <td width="265">Ivy Sung</td> <td width="265">Jacqueline Lam</td> <td width="265">Jessie Chiu</td> </tr> <tr> <td width="265">Joan Tong</td> <td width="265">Katherine Ho</td> <td width="265">Kitty Man</td> <td width="265">Loletta Chu</td> <td width="265">Lorretta Chow</td> </tr> <tr> <td width="265">Maggie Lee</td> <td width="265">Mandy Cho</td> <td width="265">Marsha Yuan</td> <td width="265">May Lam</td> <td width="265">May Li</td> </tr> <tr> <td width="265">Monica Chan</td> <td width="265">Nicole Leung</td> <td width="265">Olivia Cheng</td> <td width="265">Olivia Fu</td> <td width="265">Priscilla Chi</td> </tr> <tr> <td width="265">Sandy Lau</td> <td>Shermon Tang</td> <td>Shirley Cheung</td> <td>Shirley Yeung</td> <td>Sonija Kwok</td> </tr> <tr> <td>Susan Su</td> <td>Virginia Yung</td> <td>Vivian Cheung</td> <td>Wendy Ha</td> <td>Wing Lam</td> </tr> </tbody> </table>
</div> </section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php'; ?>
</body>
</html>
|