/var/www/hkosl.com/waiyin/tc/view/inc/footer_bkbkbk.php


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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<footer>
    <div class="mainSmallWrapper">
        <div class="row">
            <div class="col-lg-4">
                <div class="footerLogo">
                    <h3 class="whiteFont">SUBSCRIBE:</h3>
                </div>

                <div class="footerMenu mb-4 socialMedia">
                    <?php foreach($subscribe as $item): ?>
                    <?php if($item['path']):?>
                    <a target="_blank" href="<?= $item['url_'.get_lang()] ?>" class="whiteFont subscribeIcon" title="<?= $item['title_'.get_lang()] ?>">
                        <img src="<?= assets_url($item['path']) ?>" style="width: 100%; height: 100%;"> 

                    </a>
                    <?php endif; ?>
                    <?php endforeach; ?>
                </div>
            </div>

            <?php foreach($nav as $key => $item): ?>
            <?php if(!$item['parent_id'] && $item['id'] != && $item['id'] != 3): ?>
            <?php if(array_search($item['id'],array_column($nav'parent_id')) !== false || $item['id'] == 6): ?>
            <div class="col-lg-2 mb-4 pl-4 ml-auto <?= $key!=2?'mobileBorderTop':'' ?>">
                <h4 class="blod fontUppercase whiteFont"><?= $item['title_'.get_lang()] ?> </h4>
                <?php if($item['id']==6): ?>
                    <a href="<?= front_url($item['link']) ?>" class="d-block whiteFont" title="<?= ucfirst($item['title_'.get_lang()]) ?>"><?= ucfirst($item['title_'.get_lang()]) ?>
                <?php endif; ?>
                <?php foreach($nav as $sub_item): ?>
                <?php if($item['id'] == $sub_item['parent_id']): ?>
                <a href="<?= front_url($sub_item['link']) ?>" class="d-block whiteFont" title="<?= ucfirst($sub_item['title_'.get_lang()]) ?>"><?= ucfirst($sub_item['title_'.get_lang()]) ?>
                </a>
                <?php endif; ?>
                <?php endforeach; ?>
            </div>
            <?php endif; ?>
            <?php endif; ?>
            <?php endforeach; ?>
        <?php if(false): ?>
            <div class="col-lg-2 mb-4 pl-4 ml-auto">
                <h4 class="blod fontUppercase whiteFont">About </h4>
                <a href="about.php" class="d-block whiteFont" title="About Us">About Us
                </a>
                <a href="team.php" class="d-block whiteFont" title="Honorary Advisors">Honorary Advisors
                </a>
                <a href="presidential.php" class="d-block whiteFont" title="President Message">
                President Message

                </a>

                <a href="presidential_old.php" class="d-block whiteFont" title="Honorary Life President"> Honorary Life President
                </a>

                <a href="trustees.php" class="d-block whiteFont" title="Board of Trustees"> Board of Trustees
                </a>
                <a href="executive.php" class="d-block whiteFont" title="Executive Committee"> Executive Committee
                </a>
                <a href="presidential_history.php" class="d-block whiteFont" title="Past President"> Past President
                </a>
                <a href="member.php" class="d-block whiteFont" title="Members">Members Corner
                </a>
            </div>
            <div class="col-lg-2 mobileBorderTop mb-4 pl-4">
                <h4 class="blod fontUppercase whiteFont" title="News">News</h4>
                <a href="tes.php" class="d-block whiteFont" title="TES">TES</a>
                <a href="event_list.php" class="d-block whiteFont" title="Events">Events
                </a>

                <a href="tree.php" class="d-block whiteFont" title="Beneficiaries">Beneficiaries
                </a>

                <a href="langfund.php" class="d-block whiteFont" title="Study Tour Scholarship">Study Tour Scholarship

                </a>
                <a href="dream.php" class="d-block whiteFont" title="'Dream Big' Charity Sales">'Dream Big' Charity Sales
                </a>
                <a href="fund.php" class="d-block whiteFont" title="Charity Fund">Charity Fund
                </a>
            </div>
            <div class="col-lg-2 mobileBorderTop mb-4 pl-4">
                <h4 class="blod fontUppercase whiteFont" title="Support Us">Support Us</h4>
                <a href="sponsorway.php" class="d-block whiteFont" title="Corporate Sponsorship">Corporate Sponsorship</a>
                <a href="donate.php" class="d-block whiteFont" title="Donation">Donation

                </a>

                <a href="sponsor.php" class="d-block whiteFont" title="Our Sponsors">Our Sponsors
                </a>

            </div>
            <div class="col-lg-2 mobileBorderTop mb-4 pl-4">
                <h4 class="blod fontUppercase whiteFont">Contact US</h4>

                <a href="contact.php" class="d-block whiteFont" title="Careers">Contact Us</a>

            </div>
        <?php endif; ?>
        </div>

        <div class="ci text-center whiteBgColor flex-md-row flex-column d-flex justify-content-between align-items-center">

            <div class="small blackFont">
                &copy; <script>
                    document.write(new Date().getFullYear())
                </script> <?= $site_info['copyright_'.get_lang()] ?>

            </div>
            <div>
                <?php if(!empty($privacy)): ?><a href="privacy?<?= $privacy['id'?>" class="small">Privacy Policy</a><?php endif; ?> | <?php if(!empty($privacy)): ?><a href="legal?<?= $legal['id'?>" class="small">Legal Terms</a><?php endif; ?>
            </div>
        </div>

    </div>


</footer>




<!-- Modal 
<div class="modal fade" id="Enrol" tabindex="-1" role="dialog" aria-labelledby="Enrol" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered modal-lg" role="document">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body text-center">

                <p class="h1 mb-4">Please Select Your Service
                </p>
                <div class="form-group">
                    <select name="selectService" class="custom-select form-control halfWidth">
                        <option selected disabled>Service</option>
                        <option value="Individual">Individual Services</option>
                        <option value="Groups">For Group </option>
                        <option value="Event">For Event & Partnership
                        </option>
                    </select>
                </div>
                <button class="roundBtn btn-primary big mt-4 halfWidth mb-4" onclick="window.open('https://www.google.com/drive/','_blank')">Submit</button>


            </div>

        </div>
    </div>
</div>


-->



<a href="javascript:void(0);" class="scrollToTop" title="To Top"><i class="fas fa-chevron-up"></i></a>
<script type="text/javascript" src="<?= assets_url('js/custom.js'?>?<?= rand(110000) / 7?>"></script>

<!-- custom JS -->

<script>
    $(window).scroll(function() {
        if ($(this).scrollTop() >= 50) {
            // If page is scrolled more than 50px
            $(".scrollToTop").fadeIn(200); // Fade in the arrow
        } else {
            $(".scrollToTop").fadeOut(200); // Else fade out the arrow
        }
    });

    $(".scrollToTop").click(function() {
        $("html, body").animate({
            scrollTop: 0
        }, 800);
        return false;
    });
</script>