/var/www/hkosl.com/alphastep/view/service.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>



    <title>ALPHASTEP - Services</title>

    <meta name="description"
        content="Our team share the core belief that it is essential for children to engage in physical exercise from an early age. We were alarmed by the lack of emphasis on children’s fitness in Hong Kong, as physical education at local schools is currently significantly below the recommended WHO standard. At AlphaStep, we were inspired to change....">

    <?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 m-0 pt-4 h3 text-uppercase">Services</p>

            <div class="breadcrumbLink">

                <a href="index.php"> Home</a> / <span class="blueFont">Services</span>

            </div>

        </div>

    </div>

    <div class="mainSmallWrapper" style="background-image:url(../assets/images/sub_bg.jpg)">
        <h1 class="blueFont">Individual Services</h1>
        <p>AlphaStep offers 20+ courses, across seven categories which include; Foundational, Ninja Warrior, Mind &
            Body, Strength & Conditioning, Sports Specific, Parent-child, and Play & Learn.
        </p>


        <?php include 'inc/sub_menu.php';?>

        <div class="cmsContent">

        </div>



    </div>






    <!-- end #section -->


    <!-- footer -->
    <?php include 'inc/footer.php';?>

    <!-- Modal -->
    <div class="modal fade" id="CourseDetail" tabindex="-1" role="dialog" aria-labelledby="CourseDetail"
        aria-hidden="true">
        <div class="modal-dialog modal-dialog-centered modal-lg" role="document">
            <div class="modal-content">
                <div class="modal-header">
                    <h2 class="modal-title">Course details:</h2>
                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                        <span aria-hidden="true">&times;</span>
                    </button>
                </div>
                <div class="modal-body">
                    <table class="table">
                        <thead>
                            <tr>
                                <th scope="col">Course</th>
                                <th scope="col" class="text-center">Age group</th>
                                <th scope="col" class="text-center">Number of modules</th>
                                <th scope="col" class="text-center"></th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td scope="row">Intermediate(Basketball)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U16</div>
                                    <div>U19</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"><button class="sbutton btn-primary">Enrol Now</button></td>
                            </tr>
                            <tr>
                                <td scope="row">Intermediate(Rugby)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U16</div>
                                    <div>U19</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"><button class="sbutton btn-primary">Enrol Now</button></td>
                            </tr>
                            <tr>
                                <td scope="row">Intermediate(Football)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U16</div>
                                    <div>U19</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"><button class="sbutton btn-primary">Enrol Now</button></td>
                            </tr>
                            <tr>
                                <td scope="row">Intermediate(Swimming)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U16</div>
                                    <div>U19</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"><button class="sbutton btn-primary">Enrol Now</button></td>
                            </tr>
                            <tr>
                                <td scope="row">Intermediate(Badminton)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U16</div>
                                    <div>U19</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"><button class="sbutton btn-primary">Enrol Now</button></td>
                            </tr>
                            <tr>
                                <td scope="row">Intermediate(Volleyball)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U16</div>
                                    <div>U19</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"><button class="sbutton btn-primary">Enrol Now</button></td>
                            </tr>
                            <tr>
                                <td scope="row">Intermediate(Golf)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U21</div>
                                    <div>21+</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"></td>
                            </tr>
                            <tr>
                                <td scope="row">Intermediate(Tennis)</td>
                                <td class="text-center">
                                    <div>U14</div>
                                    <div>U21</div>
                                    <div>21+</div>
                                </td>
                                <td class="text-center">12</td>
                                <td class="text-center"><button class="sbutton btn-primary">Enrol Now</button></td>
                            </tr>
                        </tbody>
                    </table>
                </div>

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

    <script src="../assets/js/loadpage.js"></script>
    <script>
    $(function() {
        $(".cmsContent").load("page/foundational.html");
    });
    </script>



</body>







</html>