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
|
<div class="footer"> <div class="container"> <div class="footerGrid"> <img src="../img/elements/logo-white.png"> <div class="footerAddress">45th Floor, The Lee Gardens,<br> 33 Hysan Avenue, Causeway Bay, Hong Kong, SAR </div> <div class="footerAddress">Phone Number: +852 8202 6038</div> <div class="footerSocialMedia"> <img src="../img/elements/facebook-white.png"> <img src="../img/elements/twitter-white.png"> <img src="../img/elements/linkin-white.png"> </div> </div>
<div class="footerGrid"> <h3>About Us</h3> <a href="aboutus-WhoWeAre.php">Who We Are</a> <a href="aboutus-WhatWeDo.php">What We Do</a> <a href="whycrowdfuning-WhyCrowdfunding.php">Why Crowdfunding</a> <a href="whywinnamore-Peer.php">Why Winnamore Street</a> <a href="whatmembership.php">What Our Membership Provides</a> </div>
<div class="footerGrid"> <h3>Get Started</h3> <a href="whatmembership.php">Pricing and Fees</a> <a href="faq.php">Q&A</a> <a href="membership-application.php">Become a Member</a> <a data-fancybox data-src="#hidden-content" href="javascript:;">Login</a> </div>
<div class="footerGrid"> <h3>Conditions of Membership Application and Renewal</h3> <a href="TermsConditions-Introduction.php">Terms of Use</a> <a href="Privacy-Introduction.php">Privacy Policy</a> </div> </div> </div> <div class="Copyright"> <div class="container"> <div class="CopyrightLink"> <a href="index.php" id="activeLink">Home</a> <a href="aboutus-WhoWeAre.php">About Us</a> <a href="whycrowdfuning-WhyCrowdfunding.php">Why Crowdfunding</a> <a href="whywinnamore-Peer.php">Why Winnamore Street</a> <a href="whatmembership.php">What Membership Provides</a> <a href="faq.php">Q&A</a> </div> <div class="Rights"> © Copyright 2017 • Winnamore Street • All Rights Reserved <br> <a href="Privacy-Introduction.php">Privacy Policy</a> | <a href="TermsConditions-Introduction.php">Terms of Use</a> </div> <div id="toTop"> <a href="#"><img src="../img/elements/backtop.png"> </a> </div> </div>
</div>
|