-
Notifications
You must be signed in to change notification settings - Fork 0
/
careers.html
344 lines (232 loc) · 12 KB
/
careers.html
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- META DATA -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!--font-family-->
<link href="https://fonts.googleapis.com/css?family=Rufina:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--location search-->
<link rel="stylesheet" href="location.css" />
<link rel="stylesheet" href="accor.css" />
<script type="text/javascript" src="https://gc.kis.v2.scr.kaspersky-labs.com/22CF66D4-3A7B-2749-A374-05CB299DFBB1/main.js" charset="UTF-8"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
.bs-example{
margin: 20px;
}
</style>
<!-- TITLE OF SITE -->
<title>ASK ME Trip</title>
<!-- favicon img -->
<link rel="shortcut icon" type="image/icon" href="assets/logo/favicon.png"/>
<!--font-awesome.min.css-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!--animate.css-->
<link rel="stylesheet" href="assets/css/animate.css" />
<!--hover.css-->
<link rel="stylesheet" href="assets/css/hover-min.css">
<!--datepicker.css-->
<link rel="stylesheet" href="assets/css/datepicker.css" >
<!--owl.carousel.css-->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css"/>
<!-- range css-->
<link rel="stylesheet" href="assets/css/jquery-ui.min.css" />
<!--bootstrap.min.css-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- bootsnav -->
<link rel="stylesheet" href="assets/css/bootsnav.css"/>
<!--style.css-->
<link rel="stylesheet" href="assets/css/style.css" />
<!--footer-->
<link rel="stylesheet" href="final.css" />
<!--offers-->
<link rel="stylesheet" href="trying.css" />
<!--responsive.css-->
<link rel="stylesheet" href="assets/css/responsive.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade
your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- main-menu Start -->
<header class="top-area">
<div class="header-area">
<div class="container">
<div class="row">
<div class="col-sm-2">
<div class="logo">
<a href="index.html">
AskMeTrip
</a>
<p>Trip with Learning</p>
</div><!-- /.logo-->
</div><!-- /.col-->
<div class="col-sm-10">
<div class="main-menu">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-bars"></i>
</button><!-- / button-->
</div><!-- /.navbar-header-->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">HOME</a></li>
<li><a href="abnew.html">ABOUT US</a></li>
<li><a href="pwu.html">Partner with us</a></li>
<li><a href="">Gallery</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.main-menu-->
</div><!-- /.col-->
</div><!-- /.row -->
<div class="home-border"></div><!-- /.home-border-->
</div><!-- /.container-->
</div><!-- /.header-area -->
</header><!-- /.top-area-->
<!-- main-menu End -->
<body>
<div class="container-full">
<div class="row">
<img src="ab.jpg" alt="pic" width=1500px height=500px style="border:5px solid black;margin:5px 5px 10px 20px"></div></div>
<div class="container">
<div class="row" style="padding:20px 20px 20px 20px">
<h2>
<font color="white">Career:</font>
</h2>
<p><font color="black">Hopefully you’ve caught a glimpse into the level of complexity we are working with – both through the site experience and our intent & approach mentioned elsewhere. To accomplish our mission, we are looking for some of the most talented and driven people to join us. Not for a job. But to make us a part of their Careers – the word ‘job’ has a very task-oriented connotation and we believe that mission-oriented individuals cannot be governed by tasks.
It's not easy working with us. We work hard. Cash salary is often below "market standards". This is not a great place if you want certainty and your Saturdays off. There's no compromise between hard work and smart work - you can do the latter only if you're willing to do the former. We look for intelligence while seeking thoughtfulness, humility and empathy.
</font></p><br>
<p><font color="black"><b>
If you're still interested, these are the positions we are looking to hire for at most times:</b></font></p><br>
<p><font color="black">- Sales Person (or Images Image)</font></p><br>
<p><font color="black">-Interns in UI/UX design, Data Science and Software Development</font></p><br>
<p><font color="black">- Interns in Digital Marketing</font></p><br>
<p><font color="black">- Interns in Full Stack Developer</font></p><br>
<p><font color="black">- Interns in Designing</font></p><br>
<p><font color="black">If you would like to play the long game and build a meaningful product, do write in at [email protected]. It's also not hard to find us online.</font></p>
</div><!--/.about-us-txt-->
</div><!--/.single-about-us-->
</div><!--/.col-->
<div class="container-full" style="background-color:black;>
<div class="container">
<div class="row" style="padding-left:150px;">
<div class="col-sm-2" style="padding-top:10px">
<img src="Logo.png" height=100px width=100px>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"><a href="compantfooter.html"> COMPANY </a></p>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"><a href="careers.html"> CAREERS</a>
</p>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"><a href="">CONTACT US</a></p>
</div>
<div class="col-sm-2">
<p style="padding-left:15px;padding-top:50px;"> <a href="">BLOGS</a></p>
</div>
</div>
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-2" "><!-- start of social links -->
<div class="foot-icons">
<ul class="footer-social-links list-inline list-unstyled">
<li><a href="https://www.facebook.com/askmetrip/" target="_blank" class="foot-icon-bg-1"><i class="fa fa-facebook"></i></a></li>
<!-- <li><a href="#" target="_blank" class="foot-icon-bg-2"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/askmetrip_/" target="_blank" class="foot-icon-bg-3"><i class="fa fa-instagram"></i></a></li>
--></ul>
</div>
</div>
<div class="col-sm-2"><!-- start of social links -->
<div class="foot-icons">
<ul class="footer-social-links list-inline list-unstyled">
<!-- <li><a href="https://www.facebook.com/askmetrip/" target="_blank" class="foot-icon-bg-1"><i class="fa fa-facebook"></i></a></li>
--> <li><a href="#" target="_blank" class="foot-icon-bg-2"><i class="fa fa-twitter"></i></a></li>
<!-- <li><a href="https://www.instagram.com/askmetrip_/" target="_blank" class="foot-icon-bg-3"><i class="fa fa-instagram"></i></a></li>
--></ul>
</div>
</div>
<div class="col-sm-2"><!-- start of social links -->
<div class="foot-icons">
<ul class="footer-social-links list-inline list-unstyled">
<!-- <li><a href="https://www.facebook.com/askmetrip/" target="_blank" class="foot-icon-bg-1"><i class="fa fa-facebook"></i></a></li>
<li><a href="#" target="_blank" class="foot-icon-bg-2"><i class="fa fa-twitter"></i></a></li>
--> <li><a href="https://www.instagram.com/askmetrip_/" target="_blank" class="foot-icon-bg-3"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div> <!-- end of social links -->
<div class="row" style="padding-top:15px; color:white;">
<center>© 2018 <a href="https://www.themesine.com">
<font-family="Clan Pro Narrbold">AskMeTrip</a></center></p>
</div>
<div class="row">
<p ><center style="color:white;padding-bottom:10px;">All Right Reserved</center></p>
</div>
<!--<div class="col-sm-3"></div><!-- end of 3rd part -->
<!-- <p style="padding-right:20px;"><center>© 2018 <a href="https://www.themesine.com"><font-family="Clan Pro Narrbold">AskMeTrip</a>.</center></p>
<p><center>All Right Reserved</center></p>-->
</div><!--/.foot-icons-->
</div>
</div><!--/.row-->
</div><!--/.footer-content-->
</div>
</div>
</div>
<div id="scroll-Top">
<i class="fa fa-angle-double-up return-to-top" id="scroll-top" data-toggle="tooltip" data-placement="top" title="" data-original-title="Back to Top" aria-hidden="true"></i>
</div><!--/.scroll-Top-->
</div><!-- /.container-->
</footer><!-- /.footer-copyright-->
<!-- footer-copyright end -->
<script src="assets/js/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!--modernizr.min.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--offers-->
<script src="trying.js"></script>
<!--bootstrap.min.js-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- bootsnav js -->
<script src="assets/js/bootsnav.js"></script>
<!-- jquery.filterizr.min.js -->
<script src="assets/js/jquery.filterizr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!--jquery-ui.min.js-->
<script src="assets/js/jquery-ui.min.js"></script>
<!-- counter js -->
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--owl.carousel.js-->
<script src="assets/js/owl.carousel.min.js"></script>
<!--location search.js-->
<script src="location.js"></script>
<script src="dynamicheader.js"></script>
<!-- jquery.sticky.js -->
<script src="assets/js/jquery.sticky.js"></script>
<!--datepicker.js-->
<script src="assets/js/datepicker.js"></script>
<!--Custom JS-->
<script src="assets/js/custom.js"></script>
<!--location search.js-->
<script src="accor.js"></script>
<script src="adddest.js"></script>
<script src="location.js"></script>
</body>
</html>