/var/www/hkosl.com/alphastep/view/careers.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
<!DOCTYPE html>

<html lang="en-HK" prefix="og: http://ogp.me/ns#">



<head>

    <title>ALPHASTEP - Careers</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....">

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

            <div class="breadcrumbLink">

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

            </div>

        </div>

    </div>


    <section class="mainSmallWrapper">
        <p class="h1 blueFont">Join Us</p>
        <p>AlphaStep is always searching for driven talent who are dedicated to improving the health and fitness of
            children. Find career opportunities with us today by contacting <a href="mailto:recruit@alphastep.com.hk"
                class="link"> recruit@alphastep.com.hk</a>.
        </p>

        <div class="row">
            <div class="col-md-6 mb-4">
                <div class="d-flex boxWrap">
                    <div class="mr-4">
                        <p class="big">Assistant Coach</p>
                        <p class="bold">Qualifications:</p>
                        <ul class="list">
                            <li> NASM Certified Trainer
                            </li>
                            <li>ACE Certified Trainer
                            </li>
                            <li> ACE Youth Fitness Certification
                            </li>
                        </ul>
                    </div>
                    <button class="btn btn-primary ml-auto" onclick="location.href='careers_detail.php';" type="button"
                        title="Apply">Learn more</button>
                </div>
            </div>
            <div class="col-md-6 mb-4">
                <div class="d-flex boxWrap">
                    <div class="mr-4">
                        <p class="big">Assistant Coach</p>
                        <p class="bold">Qualifications:</p>
                        <ul class="list">
                            <li> NASM Certified Trainer
                            </li>
                            <li>ACE Certified Trainer
                            </li>
                            <li> ACE Youth Fitness Certification
                            </li>
                        </ul>
                    </div>
                    <button class="btn btn-primary ml-auto" onclick="location.href='careers_detail.php';" type="button"
                        title="Apply">Learn more</button>
                </div>
            </div>
            <div class="col-md-6 mb-4">
                <div class="d-flex boxWrap">
                    <div class="mr-4">
                        <p class="big">Assistant Coach</p>
                        <p class="bold">Qualifications:</p>
                        <ul class="list">
                            <li> NASM Certified Trainer
                            </li>
                            <li>ACE Certified Trainer
                            </li>
                            <li> ACE Youth Fitness Certification
                            </li>
                        </ul>
                    </div>
                    <button class="btn btn-primary ml-auto" onclick="location.href='careers_detail.php';" type="button"
                        title="Apply">Learn more</button>
                </div>
            </div>
        </div>
    </section>












    <!-- end #section -->





    <!-- footer -->

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





</body>







</html>