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>About Us - 慧妍雅集, 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">about US </p>
<div class="breadcrumbLink whiteFont">
<a href="index.php" class="whiteFont"> Home</a> / <span class="whiteFont">About Us </span>
</div>
</div>
</div>
<section class="mainWrap">
<div class="container"> <div class="row align-items-center rowMargin"> <div class="col-lg-4 mb-4"> <div class="imgWrap"> <img src="../../assets/images/about02.jpg" alt="about01-img" class="img-fluid"> </div> </div> <div class="col-lg-8 mb-4">
<p class="text-justify"> <span class="big">In 1980</span>,a group of former Miss Hong Kong Beauty Pageant titleholders and finalists talked about their dreams for Hong Kong and what they could do to touch the lives of those less fortunate. </p> <p>That dream became a reality in 1982 with the birth of the Wai Yin Club. In 1993, the Hong Kong Government certified the Club as the Wai Yin Association, a Charity Institute. </p>
</div>
<div class="col-lg-8 mb-4">
<p class="text-justify"> <span class="big">Until now</span>,Wai Yin has supported or organized countless charitable activities for individuals and institutions from Hong Kong, mainland China, Myanmar and other Asian Countries. Near hundred of non-government organizations, community centres and schools (including schools and facilities in Guizhou, Sichuan, North Thailand and Myanmar) are named after Wai Yin. Countless recipients, NGOs, charities, and individuals have reaped the rewards of its good work. With every passing year, the Association continues to thrive, serving as a model of hope as well as an inspiration of visionary leadership in social responsibility for the community of Hong Kong. </p>
</div> <div class="col-lg-4 mb-4"> <div class="imgWrap"> <img src="../../assets/images/about01.jpg" alt="about02-img" class="img-fluid"> </div> </div> <div class="col-lg-4 mb-4"> <div class="imgWrap"> <img src="../../assets/images/about03.jpg" alt="about03-img" class="img-fluid"> </div> </div> <div class="col-lg-8 mb-4">
<p class="text-justify"> <span class="big">With 40 years of philanthropic legacy</span>, the unwavering commitment to charitable giving, as well as the experience and integrity of each member have made Wai Yin Association the most highly regarded charitable organization in the world whose members are beauty pageant title-holders and finalists. The Association received the “Citation for Impact on the Community” at the “HKMA/TVB Awards for Marketing Excellence 2008” organized by the Hong Kong Management Association and sponsored by Television Broadcasts Limited, for its outstanding contribution to society with effective marketing strategies in bringing awareness and aid to the causes that we all care about. </p> <p>Wai Yin Association has shown that despite differences in aspirations and goals, all sectors, private and public can successfully work together for the greater good of society, especially when we can share a common ideal of “Making a difference for a better tomorrow”.</p> <p>Objectives:</p> <ul> <li>Contribute to charitable works</li> <li>Support community services</li> <li>Support local cultural activities</li> <li>Support artists and promote the arts in Hong Kong</li> <li>Promote the international image of Hong Kong</li> </ul> </div> </div>
</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>
|