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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title> Charity Fund - 慧妍雅集, 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"> Charity Fund </p>
<div class="breadcrumbLink whiteFont">
<a href="index.php" class="whiteFont"> Home</a> / <span class="whiteFont"> Charity Fund </span>
</div>
</div>
</div>
<section class="mainWrap">
<div class="container"> <h1 class="mb-4">WAI YIN ASSOCIATION 2020/2021 CHARITY FUND</h1> <h3>Charity Theme and Objectives:</h3> <p>“Together We Shine for a Better Tomorrow” – We aim to be responsive to the needy in overcoming difficulties and bring positive energy to our society through charity works by providing funds to Hong Kong Non-Government Organizations (NGOs).</p> <p>Organizations exempted from tax section 88 of the Inland Revenue Ordinance of the HKSAR are preferred.</p>
<h3>Application:</h3> <p>Please email to<a href="mailto:funding@waiyin.org.hk" class="link">funding@waiyin.org.hk</a> </p>
<h3>Application Timeline:</h3>
<table class="table"> <tbody> <tr> <td width="274"><b>Application Submission:</b></td> <td width="265"><b>On or before 19 June 2020</b></td> </tr> <tr> <td width="274">Selection Period:</td> <td width="265">June – July 2020 </td> </tr> <tr> <td width="274">Confirmation of Selected Projects:</td> <td width="265">August 2020</td> </tr> <tr> <td width="274">Announcement of 2020/2021 Beneficiaries:</td> <td width="265">September 2020 </td> </tr> <tr> <td width="274">Funding Allocation:</td> <td width="265">December 2020 – January 2021</td> </tr> </tbody> </table> <h3>Enquiries:</h3> <p>For any enquiries, please feel free to contact Ms. Yan Wu at 2155-4180, or email to <a href="mailto:funding@waiyin.org.hk" class="link">funding@waiyin.org.hk</a></p>
</div> </section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php'; ?>
</body>
</html>
|