/var/www/hkosl.com/alphastep/view/contact.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
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>ALPHASTEP - Contact Us</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">Contact Us</p>
            <div class="breadcrumbLink">
                <a href="index.php"> Home</a> / <span class="blueFont">Contact Us</span>
            </div>

        </div>

    </div>

    <section class="mainSmallWrapper">

        <div class="row align-items-center align-items-stretch">


            <div class="col-lg-6">
                <p class="h1 blueFont mb-4">AlphaStep</p>
                <!-- <h4>Science and Technology Ave W, Pak Shek Kok</h4> -->
                <div class="row">
                    <div class="col-md-12 mb-4">
                        <i class="fas fa-map-marker-alt"></i> G20 & G21A, Ground Floor, Monterey Place, 23 Tong Chun St,
                        Tseung Kwan O
                    </div>
                    <div class="col-md-12 mb-4">
                        <i class="far fa-clock"></i> 10:00am to 10:00pm

                    </div>
                    <div class="col-md-6 mb-4">
                        <i class="fas fa-phone"></i> (852) 3791 2626
                    </div>
                    <div class="col-md-6 mb-4">
                        <i class="fas fa-fax"></i> (852) 3791 2059
                    </div>
                    <div class="col-md-6 mb-4">
                        <a href="https://wa.me/63681045" target="_blank" class="link"><i class="fab fa-whatsapp"></i>
                            6368 1045
                        </a>
                    </div>
                    <div class="col-md-6 mb-4">
                        <a href="mailTo:info@alphastep.com.hk" class="link"><i class="fas fa-envelope"></i>
                            info@alphastep.com.hk</a>
                    </div>
                    <div class="col-md-6 mb-4">
                        <a href="#" class="link"> <i class="fab fa-instagram"></i> @alphastephk</a>
                    </div>
                    <div class="col-md-6 mb-4">
                        <a href="index.php" class="link"> <i class="fas fa-globe-asia"></i> www.alphastep.com.hk</a>
                    </div>


                    <div class="col-md-6 mb-4">
                        <a href="#" class="link"><i class="fab fa-facebook-square"></i> @AlphaStepHK</a>
                    </div>
                </div>

            </div>

            <div class="col-lg-6">

                <iframe
                    src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d118115.2327828012!2d114.18664950893799!3d22.312018756738293!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x340403ecd33ff82f%3A0xf98e141e8f9b9620!2sMonterey!5e0!3m2!1szh-TW!2shk!4v1607421401393!5m2!1szh-TW!2shk"
                    width="100%" height="100%" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
                    tabindex="0"></iframe>
            </div>

        </div>
        <hr class="mt-4 mb-4" />
        <div class="row align-items-center align-items-stretch">
            <div class="col-lg-12">
                <form id="contact-form" method="post" action="contact_controler.php" role="form">

                    <div class="messages"></div>
                    <div class="row">
                        <div class="col-md-12">
                            <p class="h1 blueFont">Contact Us</p>
                        </div>
                        <div class="col-md-4">
                            <div class="form-group">
                                <label for="contactName">Name</label>
                                <input type="text" class="form-control" id="contactName" name="name" required="required"
                                    data-error="Name is required." aria-describedby="contactName"
                                    placeholder="Please enter your Name">

                                <div class="help-block with-errors"></div>
                            </div>
                        </div>
                        <div class="col-md-4">
                            <div class="form-group">
                                <label for="contactEmail">Email</label>
                                <input type="email" class="form-control" id="contactEmail" name="email"
                                    required="required" data-error="Valid email is required."
                                    aria-describedby="contactEmail" placeholder="Please enter your email">
                                <div class="help-block with-errors"></div>
                            </div>
                        </div>
                        <div class="col-md-4">
                            <div class="form-group">
                                <label for="contactTitle">Title</label>
                                <input type="text" class="form-control" id="contactTitle" name="title"
                                    required="required" data-error="Please enter your Title"
                                    aria-describedby="contactTitle" placeholder="Please enter your title">
                                <div class="help-block with-errors"></div>
                            </div>
                        </div>
                        <div class="col-md-12">

                            <div class="form-group">
                                <label for="contactMessage">Message</label>
                                <textarea class="form-control" id="contactMessage" name="message" rows="3"
                                    required="required" data-error="Please, leave us a message."></textarea>
                                <div class="help-block with-errors"></div>
                            </div>
                            <fieldset class="mt-4 mb-4">
                                <div class="captchInput">

                                    <div class="g-recaptcha" id="recaptcha" data-callback="verifyRecaptchaCallback"
                                        data-expired-callback="expiredRecaptchaCallback"
                                        data-sitekey="6LdT5M8ZAAAAAP0_7cMIlj924GJdEf8nD0rT0ndC"></div>
                                    <input class="form-control d-none" data-recaptcha="true" required
                                        data-error="Please complete the Captcha">
                                    <div class="help-block with-errors"></div>


                                </div>

                            </fieldset>
                            <button type="submit" class="btn btn-primary" value="Send message">Submit
                            </button>

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

        </div>
    </section>







    <!-- end #section -->


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

    <script type="text/javascript" src='https://www.google.com/recaptcha/api.js?hl=tc'></script>

    <!-- custom JS -->
    <script>




    </script>
</body>



</html>