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
|
<!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"> <h3>致贊助商:</h3> <p>慧妍雅集2021/2022年的慈善主題為《LOVE 愛》。本年度籌得的善款將用以捐助給有關的受惠機構或慈善項目。我們很榮幸有您的支持,亦歡迎活動場地、產品、印刷、設備或其他的贊助,如閣下有意商討,請聯絡慧妍雅集作進一步的了解。我們期待與您合作,一起創造不一樣的香港!</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>
|