/var/www/hkosl.com/alphastep/view/careers_detail.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
<!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> / <a href="careers.php">Careers</a>/ <span class="blueFont">Careers
                    Detail</span>

            </div>

        </div>

    </div>


    <section class="mainSmallWrapper">
        <p class="h1 blueFont">Project Engineer, Electrical & Mechanical - (200516)</p>
        <p class="bold">This is a fixed-term contract position of minimum 2 years with possibility for renewal subject
            to
            organization need and individual performance.
        </p>
        <p class="bold mb-2">Position:</p>
        <ul class="list mb-4">
            <li> Providing technical assistance in the design management and site supervision of E&M works;
            </li>
            <li> Ensuring that the consultants/contractors' proposals and works are technically sound and safe;
            </li>
            <li> Undertaking interface/coordination related to E&M works;
            </li>
        </ul>
        <p class="bold mb-2">Resonsibilities:</p>
        <ul class="list mb-4">
            <li> Providing technical assistance in the design management and site supervision of E&M works;
            </li>
            <li> Ensuring that the consultants/contractors' proposals and works are technically sound and safe;
            </li>
            <li> Undertaking interface/coordination related to E&M works;
            </li>
        </ul>
        <p class="bold mb-2">Reurements:</p>
        <ul class="list mb-4">
            <li> Providing technical assistance in the design management and site supervision of E&M works;
            </li>
            <li> Ensuring that the consultants/contractors' proposals and works are technically sound and safe;
            </li>
            <li> Undertaking interface/coordination related to E&M works;
            </li>
        </ul>
        <p class="mb-4">Those interested can contact us at <a href="mailTo:recruit@alphastep.com.hk"
                class="link">recruit@alphastep.com.hk</a>.
            Shortlisted candidates will be invited for
            interview.)
        </p>
        <button type="button" class="btn btn-light noborder" onclick="location.href='careers.php';">Back</button>
    </section>












    <!-- end #section -->





    <!-- footer -->

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





</body>







</html>