-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
449 lines (404 loc) · 17.8 KB
/
index.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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ascalonic Technologies | Website and Mobile App Developers in Kerala</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Ascalonic Technologies - website and mobile app development, analytics company in Kerala">
<meta name="keywords" content="website design, mobile app development, analytics, internship, ascalonic, web hosting, website maintenance">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/main_styles.css">
<link rel="stylesheet" type="text/css" href="styles/responsive.css">
</head>
<body>
<div class="super_container">
<!-- Home -->
<div class="home">
<div class="home_slider_container">
<!-- Home Slider -->
<div class="owl-carousel owl-theme home_slider">
<!-- Slider Item -->
<div class="owl-item">
<div class="slider_background" style="background-image:url(images/1.jpg)"></div>
<div class="home_slider_content text-center">
<h1>Ascalonic Technologies</h1>
<div class="home_slider_text">Innovators, Designers and Developers, decentralizing technology for the last 5 years</div>
<div class="link_button home_slider_button"><a href="index.html">read more</a></div>
</div>
</div>
<!-- Slider Item -->
<div class="owl-item">
<div class="slider_background" style="background-image:url(images/2.jpg)"></div>
<div class="home_slider_content text-center">
<h1>We got 'em All</h1>
<div class="home_slider_text">Web Development, Mobile Development, Analytics, Blockchain Development, Tech Skill Workshops - You name it, We Got it</div>
<div class="link_button home_slider_button"><a href="#services">read more</a></div>
</div>
</div>
<div class="owl-item">
<div class="slider_background" style="background-image:url(images/3.jpg)"></div>
<div class="home_slider_content text-center">
<h1>Transforming Business</h1>
<div class="home_slider_text">We constantly develop platforms to upgrade your business with technology - from vegetable markets to super markets</div>
<div class="link_button home_slider_button"><a href="#services">read more</a></div>
</div>
</div>
</div>
<div class="home_slider_nav home_slider_prev d-flex flex-column align-items-center justify-content-center"><img src="images/arrow_l.png" alt=""></div>
<div class="home_slider_nav home_slider_next d-flex flex-column align-items-center justify-content-center"><img src="images/arrow_r.png" alt=""></div>
</div>
<!-- Header -->
<header class="header">
<!-- Top Bar -->
<div class="top_bar">
<div class="container">
<div class="row">
<div class="col">
<div class="top_bar_container d-flex flex-row align-items-center justify-content-start">
<div class="logo_container">
<div class="logo">
<a href="#">
<div class="logo_line_1">ASCALONIC</div>
<div class="logo_line_2">Technologies</div>
<div class="logo_img"><img src="images/logo.png" alt=""></div>
</a>
</div>
</div>
<div class="burger">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Main Menu -->
<div class="main_menu">
<div class="container">
<div class="row">
<div class="col">
<div class="main_menu_container d-flex flex-row align-items-center justify-content-start">
<div class="main_menu_content">
<ul class="main_menu_list">
<li class="active">
<a href="#">home
</a>
</li>
<li><a href="about.html">about us
<svg version="1.1" id="Layer_4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="9px" height="5px" viewBox="0 0 9 5" enable-background="new 0 0 9 5" xml:space="preserve">
<g>
<polyline class="arrow_d" fill="none" stroke="#FFFFFF" stroke-miterlimit="10" points="0.022,-0.178 4.5,4.331 9.091,-0.275 "/>
</g>
</svg>
</a></li>
<li><a href="contact.html">contact
<svg version="1.1" id="Layer_16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="9px" height="5px" viewBox="0 0 9 5" enable-background="new 0 0 9 5" xml:space="preserve">
<g>
<polyline class="arrow_d" fill="none" stroke="#FFFFFF" stroke-miterlimit="10" points="0.022,-0.178 4.5,4.331 9.091,-0.275 "/>
</g>
</svg>
</a></li>
</ul>
</div>
<div class="main_menu_contact ml-auto">
<div class="main_menu_phone"><img src="images/phone-call.svg" alt=""><span>+91 9400346491</span></div>
<div class="main_menu_email"><img src="images/envelope.svg" alt=""><span>frontdesk@ascalonic.com</span></div>
<div class="main_menu_search">
<div class="main_menu_search_button">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 512 512" enable-background="new 0 0 512 512" width="15px" height="15px">
<g>
<path class="mag_path" d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5 S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9 C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z" fill="#f4f4f8"/>
</g>
</svg>
</div>
<div class="main_menu_search_content">
<form action="#">
<input class="search_input" type="search" placeholder="Keyword" required="required">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Menu -->
<div class="menu">
<ul class="menu_list">
<li class="menu_item">
<div class="container">
<div class="row">
<div class="col">
<a href="#">home</a>
</div>
</div>
</div>
</li>
<li class="menu_item">
<div class="container">
<div class="row">
<div class="col">
<a href="about.html">about us</a>
</div>
</div>
</div>
</li>
<li class="menu_item">
<div class="container">
<div class="row">
<div class="col">
<a href="contact.html">contact</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</header>
</div>
<!-- Intro -->
<div class="intro">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="intro_image text-lg-right text-center"><img src="images/intro.png" style="width: 50%;" alt=""></div>
</div>
<div class="col-lg-6">
<div class="intro_content">
<div class="intro_title_container">
<div class="intro_subtitle">with 4 years of experience</div>
<h1 class="intro_title">Mobile Development</h1>
</div>
<div class="intro_text">
<p>Over the past 4 years we have developed a variety spectrum of mobile applications for Android - Projects outsourced by startups wishing to
realize their ideas <b>&</b> Our own Products we built to upgrade reatil sector. <br/>We are always ready to tackle complex problems that are handed us
and deliver products with <b>Quality and Perfection</b>. </br><br/>With assured <b>lifelong product support</b>, we will always be, by your side</p>
</div>
<div class="link_button intro_button"><a href="contact.html">Get a Quote</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- Services -->
<div class="services" id="services">
<div class="container">
<div class="row">
<div class="col">
<!-- Testimonials Slider -->
<div class="services_slider_container">
<div class="owl-carousel owl-theme services_slider">
<!-- Services Item -->
<div class="owl-item">
<div class="services_item d-flex flex-column align-items-center justify-content-center">
<div class="services_item_bg"></div>
<div class="services_icon"><img class="svg" src="images/services_1.svg" alt=""></div>
<div class="services_title">Mobile Development</div>
<p class="services_text">We have 4 years of experience in android development, building complex applications for the market. We develop
your dream into a reality - at cost you can afford, with quality you can't say no</p>
</div>
</div>
<!-- Services Item -->
<div class="owl-item">
<div class="services_item d-flex flex-column align-items-center justify-content-center">
<div class="services_item_bg"></div>
<div class="services_icon"><img class="svg" src="images/services_2.svg" alt=""></div>
<div class="services_title">Web Development</div>
<p class="services_text">Ascalonic's first work was a website! Still we do each website as it is our first one - that's the dedication and care
we put into developing your business website. We handle everything from SEO to hosting</p>
</div>
</div>
<!-- Services Item -->
<div class="owl-item">
<div class="services_item d-flex flex-column align-items-center justify-content-center">
<div class="services_item_bg"></div>
<div class="services_icon"><img class="svg" src="images/services_3.svg" alt=""></div>
<div class="services_title">Business Upgrade</div>
<p class="services_text">Upgrade your business with technology. Website development, internal automation, map listing,
digital assistant, analytics... everything you will ever need to checkmate your competitor</p>
</div>
</div>
<!-- Services Item -->
<div class="owl-item">
<div class="services_item d-flex flex-column align-items-center justify-content-center">
<div class="services_item_bg"></div>
<div class="services_icon"><img class="svg" src="images/services_4.svg" alt=""></div>
<div class="services_title">Blockchain development</div>
<p class="services_text">You have something to decentralize - we got it. We do blockchain development on Etherium and Fabric. We have products that
are built on blockchain backbone revolutionizing the industries around you</p>
</div>
</div>
<!-- Services Item -->
<div class="owl-item">
<div class="services_item d-flex flex-column align-items-center justify-content-center">
<div class="services_item_bg"></div>
<div class="services_icon"><img class="svg" src="images/services_5.svg" alt=""></div>
<div class="services_title">Tech Skill Workshops</div>
<p class="services_text">Upgrade your tech skills with our workshops - from web and mobile development, to Deep Learning, NLP, Digital Assistant
IoT workshops. You can also do internships with us and get paid!</p>
<div class="services_link"><a href="alphageek.html">Read More</a></div>
</div>
</div>
</div>
<div class="services_nav services_prev d-flex flex-column align-items-center justify-content-center"><img src="images/arrow_l.png" alt=""></div>
<div class="services_nav services_next d-flex flex-column align-items-center justify-content-center"><img src="images/arrow_r.png" alt=""></div>
</div>
</div>
</div>
</div>
</div>
<!-- News -->
<div class="news">
<div class="container">
<div class="row">
<div class="col">
<div class="section_title_container text-center">
<div class="section_subtitle">take a look at our</div>
<div class="section_title">What's Hot in Ascalonic</div>
</div>
</div>
</div>
<div class="row news_row">
<!-- News Item -->
<div class="col-lg-4 news_col">
<div class="news_item">
<div class="news_image">
<img src="images/news_1.jpg" alt="https://unsplash.com/@silverhousehd">
</div>
<div class="news_content">
<div class="news_title">We are Officially Official</div>
<div class="news_text">
<p>On January 30, 2019, Ascalonic has been duly incorporated into a Private Limited Company with 2 directors</p>
</div>
</div>
<div class="news_button"><a href="news.html">read more</a></div>
</div>
</div>
<!-- News Item -->
<div class="col-lg-4 news_col">
<div class="news_item">
<div class="news_image">
<img src="images/news_2.jpg" alt="https://unsplash.com/@silverhousehd">
</div>
<div class="news_content">
<div class="news_title">Ascalonic for banking Security</div>
<div class="news_text">
<p>With an unexpected turn, we have entered Banking Security sector developing crucial security applications</p>
</div>
</div>
<div class="news_button"><a href="news.html">read more</a></div>
</div>
</div>
<!-- News Item -->
<div class="col-lg-4 news_col">
<div class="news_item">
<div class="news_image">
<img src="images/news_3.jpg" alt="https://unsplash.com/@silverhousehd">
</div>
<div class="news_content">
<div class="news_title">Project EduHash Incubated</div>
<div class="news_text">
<p>Blockchain based Project EduHash has been incubated by Muthoot Institute of Technology and Science</p>
</div>
</div>
<div class="news_button"><a href="news.html">read more</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<!-- Footer Column -->
<div class="col-lg-3 footer_col">
<div class="footer_about">
<div class="logo_container footer_logo">
<div class="logo">
<a href="#">
<div class="logo_line_1">ASCALONIC</div>
<div class="logo_line_2">Technologies</div>
<div class="logo_img"><img src="images/logo.png" alt=""></div>
</a>
</div>
</div>
<p class="footer_about_text">Ascalonic Technologies Private Limited, <br/>Pezhakkappilly, Muvattupuzha<br/>Kerala, India - 686673<br/>frontdesk@ascalonic.com</p>
</div>
</div>
<!-- Footer Column -->
<div class="col-lg-3 footer_col">
<div class="footer_links">
<div class="footer_title">Useful Links</div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="alphageek.html">AlphaGeek</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<!-- Footer Column -->
<div class="col-lg-6 footer_col">
<div class="footer_newsletter">
<div class="footer_title">Subscribe to our newsletter</div>
<form action="#" class="footer_newsletter_form">
<input type="email" class="footer_newsletter_input" placeholder="Your E-mail" required="required">
<button class="footer_newsletter_button" type="submit">subscribe</button>
</form>
<div class="footer_newsletter_text">For Daily Updates on Ascalonic and inside news, subscribe to our newsletter. Your mailing address will
be safe with us. You can also find us through the following platforms:</div>
<div class="footer_social">
<ul>
<li><a href="https://plus.google.com/u/1/108108301356100987780"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/Ascalonic"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://facebook.com/Ascalonic"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/company/13353531"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-4 order-md-1 order-2">
<div class="copyright_content d-flex flex-row align-items-center justify-content-start">
<div class="cr"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> Ascalonic Technologies Pvt. Ltd. All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></div>
</div>
</div>
</div>
<div class="col-md-8 order-md-2 order-1">
<nav class="footer_nav d-flex flex-row align-items-center justify-content-md-end">
<ul>
<li><a href="#">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/parallax-js-master/parallax.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>