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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>慈善基金 - 慧妍雅集, 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">慈善基金 </p>
<div class="breadcrumbLink whiteFont">
<a href="index.php" class="whiteFont"> 首頁</a> / <span class="whiteFont">慈善基金 </span>
</div>
</div>
</div>
<section class="mainWrap">
<div class="container"> <h1 class="mb-4">慧妍雅集慈善基金2020/2021</h1> <h3>慈善主題及目標:</h3> <p>「用愛閃耀明天」 – 慧妍希望透過支援不同慈善機構推行的項目,能幫助社會上各個階層有需要的人士,發放正能量,齊心協力跨過逆境,創造美好將來。</p> <p>申請者必需為本港非牟利機構。根據《稅務條例》第88條認可的慈善機構可獲優先考慮。</p>
<h3>申請方法:</h3> <p>請電郵至<a href="mailto:funding@waiyin.org.hk" class="link">funding@waiyin.org.hk</a> 索取申請表格。</p>
<h3>申請流程:</h3>
<table class="table"> <tbody> <tr> <td width="274"><b>截止日期:</b></td> <td width="265"><b>2020年6月19日或之前</b></td> </tr> <tr> <td width="274">審核:</td> <td width="265">2020年6月 - 7月 </td> </tr> <tr> <td width="274">申請結果:</td> <td width="265">2020年8月 </td> </tr> <tr> <td width="274">宣佈慧妍雅集2020/2021的受惠機構:</td> <td width="265">2020年9月 </td> </tr> <tr> <td width="274">基金撥款:</td> <td width="265">2020年12月 – 2021年1月</td> </tr> </tbody> </table> <h3>申請流程:</h3> <p>如有任何疑問,請致電2155-4180或電郵至 <a href="mailto:funding@waiyin.org.hk" class="link">funding@waiyin.org.hk</a>與胡小姐聯絡。</p>
</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'; ?>
<script type="text/javascript" src="/assets/js/ajax.js"></script>
</body>
</html>
|