-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
executable file
·578 lines (512 loc) · 26.7 KB
/
Copy pathindex2.html
File metadata and controls
executable file
·578 lines (512 loc) · 26.7 KB
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
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Lareina Ting </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<!-- Fonts -->
<!-- Lato -->
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<!-- Responsive Stylesheet -->
<link rel="stylesheet" href="css/responsive.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style>
.Avatar img {
border-radius: 50%;
width: 30px;
height: 30px;
}
.HeaderText {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin: 0 10px;
overflow: hidden;
}
.AvatarContainer {
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.Header {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
height: 54px;
padding: 10px;
}
.HeaderCta {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row;
-ms-flex-flow: row;
flex-flow: row;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: 15px;
}
a.ViewProfileButton, a.FollowButton {
background-color: #0095f6;
background-color: rgba(var(--d69,0,149,246),1);
border-radius: 3px;
color: #fff;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-weight: 600;
margin-left: 10px;
padding: 5px 12px;
text-decoration: none;
}
.EmbeddedMediaImage{
max-width:100%;
max-height:100%;
}
.instagram {
border: 1px solid #D3D3D3;
border-radius: 3px;
}
</style>
</head>
<body id="body">
<!--
Header start
==================== -->
<div class="modal fade" id="myModal" role="dialog" displayed="false" style="display:none;">
<div class="modal-dialog" style="width:300px;">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header" style="border:none;">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="widget-title"><h2 class="title">Let's connect!</h2></div>
<div class="instagram">
<div class="Header">
<div class="AvatarContainer">
<a class="Avatar" href="https://www.instagram.com/lareinating/" target="_blank">
<img src="https://instagram.fsin7-1.fna.fbcdn.net/v/t51.2885-19/s150x150/59998079_601686897018298_15860171762827264_n.jpg?_nc_ht=instagram.fsin7-1.fna.fbcdn.net&_nc_ohc=aeVavTM0nIsAX_eumNO&oh=5b89318047f9bbc93b2f0d669be3b593&oe=5F52A582">
</a>
</div>
<div class="HeaderText">
<a class="Username" href="https://www.instagram.com/lareinating" target="_blank" style="color:black;">
<span class="UsernameText">lareinating</span>
</a>
</div>
<div class="HeaderCta">
<a class="ViewProfileButton" href="https://www.instagram.com/lareinating" data-ios-link="user?username=lareinating" target="_blank">
Follow
</a>
</div>
</div>
<div class="Content EmbedFrame" style="">
<a class="EmbeddedMedia" href="https://www.instagram.com/p/B9yjFwHg9R1/?utm_source=ig_embed" data-ios-link="media?id=2266027889411740789" target="_blank">
<img class="EmbeddedMediaImage" alt="Instagram post shared by @lareinating" src="https://instagram.fsin7-1.fna.fbcdn.net/v/t51.2885-15/sh0.08/e35/s750x750/89741191_209391086945624_7459426096018534789_n.jpg?_nc_ht=instagram.fsin7-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=H05xYDg-FtwAX-kZ3nm&oh=a4b3e98e38908ba268473606602440e5&oe=5F534A42" srcset="https://instagram.fsin7-1.fna.fbcdn.net/v/t51.2885-15/sh0.08/e35/s640x640/89741191_209391086945624_7459426096018534789_n.jpg?_nc_ht=instagram.fsin7-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=H05xYDg-FtwAX-kZ3nm&oh=6497c56de879bdd3d2716663ab5c304f&oe=5F51F4C2 640w,https://instagram.fsin7-1.fna.fbcdn.net/v/t51.2885-15/sh0.08/e35/s750x750/89741191_209391086945624_7459426096018534789_n.jpg?_nc_ht=instagram.fsin7-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=H05xYDg-FtwAX-kZ3nm&oh=a4b3e98e38908ba268473606602440e5&oe=5F534A42 750w,https://instagram.fsin7-1.fna.fbcdn.net/v/t51.2885-15/e35/s1080x1080/89741191_209391086945624_7459426096018534789_n.jpg?_nc_ht=instagram.fsin7-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=H05xYDg-FtwAX-kZ3nm&oh=164c84e22292c2c15ba6a343c708df2a&oe=5F533977 1080w">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
$(window).scroll(function() {
if ($(document).scrollTop() > 500 && $("#myModal").attr("displayed") === "false") {
console.log("HERREEE")
$('#myModal').modal('show');
$("#myModal").attr("displayed", "true");
}
});
</script>
<div class="navbar-default navbar-fixed-top" id="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img class="logo-1" src="images/favicon.png" alt="LOGO" style="height:40px; display:inline">
<p style="display:inline;color:black;"> Lareina Ting <p>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<nav class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right" id="top-nav">
<li class="current"><a href="#body">Home</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#hackathons">Hackathons</a></li>
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</nav><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</div>
<section id="hero-area">
<div class="container">
<div class="row">
<div class="col-md-6 wow zoomIn">
<div class="block">
<div class="counter text-center">
<div id="countdown_dashboard">
Turning ideas into <br/> products
</div>
</div>
</div>
</div>
</div><!-- .row close -->
</div><!-- .container close -->
</section><!-- header close -->
<!--
Work start
==================== -->
<section id="work" class="section">
<div class="container">
<h2 style="text-align:center; margin-top:20px; margin-bottom:20px">Work / Projects</h2>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>RAKUTEN | VIKI iOS</h3>
</div>
<div class="block">
<p><b>Scope</b> | Developed new features on Soompi and Viki iOS App.</p>
<p><br/><b>Technologies</b> | Swift </p><br/>
<p><b>Soompi </b> <br/> A platform that provides the latest korean celebrities news updates. <br/> <a target="_blank" href="https://itunes.apple.com/us/app/soompi-kpop-kdrama-news/id1065452158?mt=8">Soompi App</a></p></p>
<br/>
<p><b>Viki - Learn Mode </b> <br/> Enabling users to learn languages with the integration of dictionary, pronouncation, segmentations, and subtitle pairings. <br/> <a target="_blank" href="https://itunes.apple.com/us/app/viki-asian-tv-dramas-movies/id445553058">Viki App</a><br/> <a target="_blank" href="http://bit.ly/2fqdWQP">Learn Mode on Viki Web</a></p>
</div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>VISA | INNOVATION LAB</h3>
</div>
<div class="block">
<p><b>Scope</b> | Developed Visa's Discovery Dashboard, Standardized Microservices API, Built Configuration Microservices, Facebook Chatbots & Google Home</p>
<p><br/><b>Technologies</b> | Javascript, HTML5, CSS, React, Redux, Node.js, MongoDB, Dialogflow </p><br/>
<p><b>Visa</b> <br/> Visa Inc. is a global payments technology company that connects consumers, businesses, financial institutions, and governments in more than 200 countries and territories to fast, secure and reliable electronic payments </p>
<br/>
<p><b>Visa - Discovery Dashboard </b> <br/> A presentation tool that provides users with a customized solution for interative video walls. Used across all Visa Innovation Labs. <br/> </p>
<br/>
<p><b>Visa - Visa Experiences</b> <br/> Showcasing various payment experiences on top of Visa's capabilities by integrating with customized microservices and third party services. <br/> </p>
<br/>
</div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>RAKUTEN | VIKI WEB</h3>
</div>
<div class="block">
<p><b>Scope</b> | Developed Viki's Learn Mode, Video Player timeline preview tooltip</p>
<p><br/><b>Technologies</b> | Javascript, HTML5, CSS, Jasmine.js </p><br/>
<p><b>Viki</b> <br/> Global TV site where millions of people discover, watch and subtitle global primetime shows and movies in more than 200 languages. </p>
<br/>
<p><b>Viki - Learn Mode </b> <br/> Enabling users to learn languages with the integration of dictionary, pronouncation, segmentations, and subtitle pairings. <br/> <a target="_blank" href="http://bit.ly/2fqdWQP">Learn Mode on Viki</a></p>
<br/>
<p><b>Featured on: </b> <br/> <a target="_blank" href="https://www.theverge.com/2017/9/28/16379568/viki-learn-mode-chinese-taiwanese-korean-dramas">The Verge</a> <br/>
<a target="_blank" href="https://www.soompi.com/2017/04/12/vikis-learn-mode-will-take-language-learning-new-level/">Soompi</a><br/>
<a target="_blank" href="https://blog.viki.com/learn-languages-while-watching-dramas-a50715e1282b">Viki Blog</a> </p>
<br/>
<p><b>Usage</b> | Go to Settings -> Toggle Learn Mode <br/> Check out the clickable subtitles!</p>
</div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>RAKUTEN | RIT</h3>
</div>
<div class="block">
<p><b>Scope</b> | Developed Viki's Learn Mode</p>
<p><br/><b>Technologies</b> | HTML5, CSS, Jasmine.js, React, Redux, Javascript </p><br/>
<p><b>Viki</b> <br/> Global TV site where millions of people discover, watch and subtitle global primetime shows and movies in more than 200 languages. </p>
<br/>
<p><b>Viki - Learn Mode <sup>BETA</sup></b> <br/> A feature to bring additional value to users while watching shows. Users are able to learn languages with the integration of dictionary, pronouncation and segmentations. Currently works for Chinese-English pairing. (Only on HTML5) <br/> <a target="_blank" href="http://bit.ly/2fqdWQP">Learn Mode on Viki</a></p>
<br/>
<p><b>VikiLearn Standalone</b> <br/> On top of Viki's Learn Mode, an additional 'Save Vocab' and 'Notes' feature is added to provide a complete experience for users. <br/> <a target="_blank" href="http://learn.viki.com">www.learn.viki.com</a> </p>
<br/>
<p><b>Usage</b> | Go to Settings -> Toggle Learn Mode <br/> Check out the clickable subtitles!</p>
</div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="left">
<img src="images/vakay/ss1.png" class="image">
</div>
<div class="col-md-7 col-sm-12 wow fadeInLeft right">
<div class="sub-heading">
<h3>VAKAY</h3>
</div>
<div class="block">
<p><b>Scope</b> | Designed UI From Scratch and Developed Application (Frontend & Backend)</p>
<p><br/><b>Technologies</b> | React Native, Redux, Meteor.js, AWS EC2, Node.js</p>
<br/>
<p>A React Native iOS application that allows travellers to plan their itinerary through pictures instead of the traditional way of planning trips through name of places.</p>
<br/>
</div>
<div class="center-div"><div class="design"> <a target="_blank" href="vakay.html"> Designs > </a></div></div></div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>ADCOIN</h3>
</div>
<div class="block">
<p><b>Scope</b> | Adcoin UI Revamp and Developed Various Adcoin Features</p>
<p><br/><b>Technologies</b> | Django, HTML, CSS, PostgreSQL</p>
<br/>
<p>The only ad technology that enables cashless micro transactions & verified measurable brand messaging through positive digital engagements. <br/><a target="_blank" href="http://www.adcoin.com">www.adcoin.com </a></p>
</div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>SYNQQ</h3>
</div>
<div class="block">
<p><b>Scope</b> | Automate Synqq's App Tests, Developed Synqq on Apple Watch, Synqq iOS Bugs Fixes, Synqq HTML Email Templates & Landing Page</p>
<p><br/><b>Technologies</b> | Watch OS, Objective-C, HTML, CSS, Django, D3.js</p>
<br/>
<p>Smart Collaboration around Meetings. For everyone who works with others to get work done, Synqq provides the most intelligent assistance for sharing, organizing, and retrieving the information needed to achieve results. <br/><a target="_blank" href="http://www.synqq.com">www.synqq.com </a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="hackathons" class="section" style="padding:0px">
<div >
<div class="container">
<h2 style="text-align:center; margin-top:20px; margin-bottom:20px">Hackathons</h2>
<div class="container grey">
<div class="row center-row">
<div class="left">
<img src="images/siacrew/ss1.png" class="image">
</div>
<div class="col-md-7 col-sm-12 wow fadeInLeft right">
<div class="sub-heading">
<h3>SINGAPORE AIRLINE APP CHALLENGE 2017</h3>
<div class="center-div"><div class="prize">Finalist (Top 8 Teams - Open Category)</div></div>
</div>
<div class="block">
<p><b>Scope</b> | Built 95% Of The App, Provide Design Inputs</p>
<p><br/><b>Technologies</b> | React Native, IBM Watson API</p>
<br/>
<p><b>SIACrew</b> <br/> A React Native iOS app that gamifies Cabin Crew recruitment to attract millennials onboard while using Artificial Intelligence to detect applicant's personality to cut down manual manpower required for the Cabin Crew recruitment process.
</div>
<div class="center-div"><div class="design"> <a target="_blank" href="sia2017.html"> Designs > </a></div></div></div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div>
<img src="images/krisdiscover/ss1.png" class="image">
</div>
<div class="col-md-7 col-sm-12 wow fadeInLeft right">
<div class="sub-heading">
<h3>SINGAPORE AIRLINE APP CHALLENGE 2016</h3>
<div class="center-div"><div class="prize">1st Runner Up</div></div>
</div>
<div class="block">
<p><b>Scope</b> | Sole Developer</p>
<p><br/><b>Technologies</b> | React Native, IBM Watson API</p>
<br/>
<p><b>KrisDiscover</b> <br/> A React Native iOS app that gamifies travel discovery for consumers while cutting fixed business costs of SIA and build brand loyalty by encouraging users to repeatedly come back to the application.</p><a target="_blank" href="http://bit.ly/2fOT49R">Article link</a>
</div>
<div class="center-div"><div class="design"> <a target="_blank" href="kris2016.html"> Designs > </a></div></div></div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div>
<img src="images/yolo/ss2.png" class="image">
</div>
<div class="col-md-7 col-sm-12 wow fadeInLeft right">
<div class="sub-heading">
<h3>EMIRATES TRAVEL HACKATHON 2015 SAN FRANCISCO</h3>
<div class="center-div"><div class="prize">People's Choice Award</div></div>
<p>Featured on <a target="_blank" href="https://www.youtube.com/watch?v=Fm8h6sjGexA">Russian Incubator FRISCO</a> </p>
</div>
<div class="block">
<p><b>Scope</b> | Built App With A Team of 2 Developers</p>
<p><br/><b>Technologies</b> | React Native, IBM Watson API</p>
<br/>
<p><b>YOLO</b> <br/> Web based travel destinations discovery platform through gamifications. Integrated IBM Alchemy API to analyze pictures gathered from users’ Instagram account to generate travel destinations based on users’ preferences with Sabre API. <br /> <a target="_blank" href="http://emirateshackathon.com/recap_sfo_2015"> www.emirateshackathon.com</a></p>
</div>
<div class="center-div"><div class="design"> <a target="_blank" href="emirates2015.html"> Designs > </a></div></div></div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>TECHCRUNCH DISRUPT SF HACKATHON</h3>
<div class="center-div"><div class="prize">Third prize from Sponsors - Zalando</div></div>
</div>
<div class="block">
<p><b>Scope</b> | Built App With A Team of 3 Developers</p>
<p><br/><b>Technologies</b> | Meteor, Zalando API</p>
<br/>
<p><b>FashionistaClub</b> <br/>Competed with 167 teams by developing a peer-to-peer fashion recommendation platform. Designed and coded application user interface and frontend to backend integration with Meteor. <br /> <a target="_blank" href="http://devpost.com/software/mypersonalfashion">www.devpost.com/software/mypersonalfashion</a></p>
</div>
</div>
</div>
</div>
<div class="container grey">
<div class="row center-row">
<div class="col-md-7 col-sm-12 wow fadeInLeft">
<div class="sub-heading">
<h3>AT&T Hackathon 2015</h3>
<div class="center-div"><div class="prize">Best App From an All Women Team</div></div>
</div>
<div class="block">
<p><b>Scope</b> | Sole Developer</p>
<p><br/><b>Technologies</b> | Native Android</p>
<br/>
<p><b>Selfie App</b> <br/> Created a “selfie” app on Android that can be controlled by a Myo armband. Acted as the sole developer of the application <br /> <a target="_blank" href="http://bit.ly/1AaKxCx">Article link</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--
Contact start
==================== -->
<!-- <section id="contact" class="section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="block">
<div class="heading wow fadeInUp">
<h2>Get In Touch</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et <br> dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 col-md-offset-1 wow fadeInUp" data-wow-delay="0.3s">
<div class="form-group">
<form action="#" method="post" id="contact-form">
<div class="input-field">
<input type="text" class="form-control" placeholder="Your Name" name="name">
</div>
<div class="input-field">
<input type="email" class="form-control" placeholder="Email Address" name="email">
</div>
<div class="input-field">
<textarea class="form-control" placeholder="Your Message" rows="3" name="message"></textarea>
</div>
<button class="btn btn-send" type="submit">Send me</button>
</form>
<div id="success">
<p>Your Message was sent successfully</p>
</div>
<div id="error">
<p>Your Message was not sent successfully</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section clas="wow fadeInUp">
<div class="map-wrapper">
</div>
</section>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-99999085-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script src="js/jquery.lwtCountdown-1.0.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/plugins.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>