-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
858 lines (746 loc) · 49.6 KB
/
index.html
File metadata and controls
858 lines (746 loc) · 49.6 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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
<!doctype html>
<html>
<head>
<title>Aestrea Software Development</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width" width="1062px, user-scaleable=yes">
<link rel="stylesheet" href="dist/css/bootstrap.css">
<link rel="stylesheet" href="dist/css/themes/default/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="dist/css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="dist/css/flexslider.css">
<link rel="stylesheet" href="dist/css/animate.css">
<link rel="shortcut icon" type="image/ico" href="/images/favicon.ico" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="dist/js/wow.min.js"></script>
<script type="text/javascript">
wow = new WOW(
{
boxClass: 'wow', // default
animateClass: 'animated', // default
offset: 100, // default
mobile: true, // default
live: true // default
}
)
wow.init();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35534015-2']);
_gaq.push(['_setDomainName', 'aestrea.com']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
// $('#about').scroll(function() {
// var x = $(this).scrollTop();
// $(this).css('background-position', '0% ' + parseInt(-x / 10) + 'px');
// console.log("Hello!");
// });
</script>
</head>
<body>
<div id="top"></div>
<header id="ha-header" class="ha-header ha-header-large">
<div class="container">
<div class="row">
<nav class="navbar navbar-default text-center" role="navigation">
<!-- 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-ex1-collapse">
<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="#top"><span class="helper"></span><img src="images/aestrea-logo.png"/></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<div class="container">
<ul class="nav navbar-nav navbar-right">
<li><a href="#services">services</a></li>
<li><a href="#clients">clients</a></li>
<li><a href="#technologies">technologies</a></li>
<!--<li><a href="#portfolio">portfolio</a></li>-->
<li><a href="#about">about</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</div>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</div>
</header>
<!--BODY STARTS HERE-->
<div class="container">
<div class="row">
<div id="lets-work" class="container">
<div class="content-container">
<div class="lets-work-text">
<div class="lets-work-header wow fadeInDown">
Let's work together and create something awesome!
</div>
<div class="lets-work-sub-header wow fadeInLeft" data-wow-delay="500ms">
<!--Experts in our field, we design and custom-build-->
<!--eye-catching and user-friendly web apps that achieve-->
<!--the results that our clients want them to.-->
Experienced in our craft, we exist to synergistically build and provide high quality
software consulting and development services to our clients that helps improve
business efficiency and productivity seamlessly by leveraging cutting-edge technologies.
</div>
</div>
</div>
<div class="wow fadeIn" data-wow-delay="1000ms">
<img src="images/lets-work.png">
</div>
</div>
<div id="tagline" class="slider-wrapper theme-default wow fadeInUpBig">
<div id="slider" class="nivoSlider">
<img src="images/plane3.jpg" data-thumb="images/plane3.jpg" alt="" title="#driven-by-power" />
<img src="images/plane2.jpg" data-thumb="images/plane2.jpg" alt="" title="#burning-with-passion" />
<img src="images/plane.jpg" data-thumb="images/plane.jpg" alt="" title="#desire-to-create" />
</div>
<div id="driven-by-power" class="nivo-html-caption">
<h1>Driven by Power.</h1>
<p> Power is what we need to move things around. It is our catalyst.
What lies in our will is the creative power to make a positive and significant change to the world.
</p>
</div>
<div id="burning-with-passion" class="nivo-html-caption">
<h1>Burning with Passion.</h1>
<p> Passion energizes us. It is what carries our team to the top with boundless enthusiasm.
It is the fire that fuels us to keep moving forward and to do our best.
</p>
</div>
<div id="desire-to-create" class="nivo-html-caption">
<h1>Desire to Create.</h1>
<p> Our desire for creation and success can never be satisfied. When we desire, we aspire with our whole heart.
We create with quality and we deliver with character.
</p>
</div>
</div>
<section class="ha-waypoint" data-animate-down="ha-header-small" data-animate-up="ha-header-large">
<!--... -->
</section>
<div id="services" class="container wow fadeInUp">
<div class="content-container">
<div class="header wow fadeIn" data-wow-delay="500ms">what we do</div>
<div class="subheader text-center wow fadeIn" data-wow-delay="600ms">
<p>Currently in the business world, we are witnessing a fact that the Internet is essential to modern living.
It is hard to think how businesses can communicate and operate fast without the Internet.
Companies nowadays use the web to perform their business processes efficiently and allow them to expand easily.
It gives them the edge and the ability to connect with other businesses and organizations and promote their products and
services. These services we offer are just about it and we have proven to deliver them with quality and excellence.</p>
</div>
<div class="centerwrapper">
<div class="service-row">
<div class="service-item wow fadeInLeft">
<div class="service-icon rotate">
<div class="wow rotateIn"><img src="images/icon-gear.jpg"/></div>
</div>
<div class="service-content">
<h4>Enterprise Application Development</h4>
<p>We are built to build web solutions that can help execute business processes efficiently.</p>
</div>
</div>
<div class="service-item wow fadeInRight">
<div class="service-icon rotate">
<img src="images/icon-design.jpg"/>
</div>
<div class="service-content">
<h4>Graphics and Web Design</h4>
<p>We help create unique web personalities and make brands completely stand out and make things attractive.</p>
</div>
</div>
</div>
<div class="service-row">
<div class="service-item wow fadeInLeft">
<div class="service-icon rotate">
<img src="images/icon-mobile.jpg"/>
</div>
<div class="service-content">
<h4>Mobile Application Development</h4>
<p>We are readily equipped to implement various innovative mobile apps for any reason.</p>
</div>
</div>
<div class="service-item wow fadeInRight">
<div class="service-icon rotate">
<img src="images/icon-motion.jpg"/>
</div>
<div class="service-content">
<h4>Motion Graphics Animation</h4>
<p>We can fashion effective videos that are fresh, slick, groundbreaking and revolutionary.</p>
</div>
</div>
</div>
<div class="service-row">
<div class="service-item wow fadeInUp" data-wow-offset="300">
<div class="service-icon rotate">
<img src="images/icon-embedded.jpg"/>
</div>
<div class="service-content">
<h4>Embedded Systems</h4>
<p>We fabricate automation, sensor, and wireless control systems by coupling hardware with software.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="clients" class="container wow fadeInUp">
<div class="content-container">
<div class="header wow fadeIn" data-wow-delay="500ms">what we are working on</div>
<div class="subheader text-center wow fadeIn" data-wow-delay="600ms">
<p>
We are privileged to work with companies who have passion for technology and entrepreneurs who want to bring
something new to the world. We are engaged in different ways and we don't take this lightly. We help them solve
business and real world problems by bringing innovation that help them succeed and create value in a networked world.
</p>
</div>
<div class="clients-flexslider carousel centerwrapper">
<ul class="client-items clearfix slides">
<li class="item wow rollIn" data-wow-delay="700ms">
<a href="https://www.rocketmiles.com" target="_blank"><img src="images/rocketmiles-logo.jpg" class="img-circle"></a>
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">Rocketmiles</div>
<div class="client-description">Earn thousands of miles on hotel bookings. With Rocketmiles, you earn thousands of miles per night.
</div>
</div>
</div>
<!--<p class="text-center">Rocketmiles</p>-->
</li>
<li class="item wow rollIn" data-wow-delay="800ms">
<a href="http://www.ship.com.ph" target="_blank"><img src="images/ship-logo.jpg" class="img-circle"></a>
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">Ship Hotel Cruise Institute of the Philippines, Inc.</div>
<div class="client-description">Professional company website with an online enrollment and inquiry system.
</div>
</div>
</div>
</li>
<li class="item wow rollIn" data-wow-delay="900ms">
<a href="http://www.msm.com.ph" target="_blank"><img src="images/msm-logo.jpg" class="img-circle"></a>
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">Multinational Ship Management Inc.</div>
<div class="client-description">MSM provides management, consultancy services and technical management to water vessels for ship management companies.
</div>
</div>
</div>
</li>
<li class="item wow rollIn" data-wow-delay="500ms">
<a href="http://www.laiyacocogrove.com" target="_blank"><img src="images/lcg-logo.jpg" class="img-circle"></a>
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">Laiya Coco Grove</div>
<div class="client-description">Developed a professional website for a resort. Laiya Coco Grove Resort Complex is unusually spacious.
</div>
</div>
</div>
</li>
<li class="item wow rollIn" data-wow-delay="600ms">
<img src="images/rsvrd-logo.jpg" class="img-circle">
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">RSVRD</div>
<div class="client-description">A proof of concept bar table reservation app.
</div>
</div>
</div>
</li>
<li class="item wow rollIn" data-wow-delay="700ms">
<a href="http://www.foxconnbuilders.com" target="_blank"><img src="images/foxconn-logo.jpg" class="img-circle"></a>
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">Foxconn Builders Inc.</div>
<div class="client-description">Informational website about the DAYU floodgate made with the finest and most durable aluminum material.
</div>
</div>
</div>
</li>
<li class="item wow rollIn" data-wow-delay="500ms">
<img src="images/adapp-logo.jpg" class="img-circle"></a>
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">AdApp</div>
<div class="client-description">An online platform suitable for the out-of-home media industry. Monitors and manages media.
</div>
</div>
</div>
</li>
<li class="item wow rollIn" data-wow-delay="600ms">
<a href="http://www.again.sg" target="_blank"><img src="images/again-logo.jpg" class="img-circle"></a>
<div class="client-description-container">
<div class="client-description-holder">
<div class="client-name">aGain</div>
<div class="client-description">Prestashop-based eCommerce site for a Singapore online clothing store.
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div id="technologies" class="container wow fadeInUp">
<div class="content-container">
<div class="header wow fadeIn" data-wow-delay="500ms">tools we use</div>
<div class="subheader text-center wow fadeIn" data-wow-delay="600ms">
<p>
Our team uses a wide range of tools to bring the best software to our clients. Through continuous learning, we make sure we don't get left behind with technology.
</p>
</div>
<div class="centerwrapper">
<div class="tool-container">
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/grails-logo.png" alt="Grails"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/groovy-logo.png" alt="Groovy" /> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/html5-logo.png" alt="HTML5"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/css3-logo.png" alt="CSS3"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/jquery-logo.png" alt="jQuery"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/jquery-mobile-logo.png" alt="jQuery Mobile"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/java-logo.png" alt="Java"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/spring-logo.png" alt="Spring"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/hibernate-logo.png" alt="Hibernate"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/ajax-logo.png" alt="Ajax"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/javascript-logo.png" alt="Javascript"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/git-logo.png" alt="Git"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/google-map-logo.jpg" alt="Google Maps"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/bootstrap-logo.png" alt="Twitter Bootstrap"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/android-logo.png" alt="Android"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/ios-logo.png" alt="iOS"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/django-logo.png" alt="Django"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/adobe-logo.png" alt="Adobe"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/zigbee-logo.png" alt="Zigbee"/> </div></div>
<div class="tool-item wow fadeInDown"><div class="image-holder img-circle"> <img src="images/tools/scrum-logo.png" alt="Scrum"/> </div></div>
</div>
</div>
</div>
</div>
<!--<div id="portfolio" class="container">-->
<!--<div class="header">what we have done</div>-->
<!--<div id="portfolio-container">-->
<!--<div class="grid-sizer"></div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/creditcard.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Edhance</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A deals and discounts company that promotes merchants to students around the US, through credit card linking technology.</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/bcode.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Bcode</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A touch screen kiosk app connected to a bCode reader.</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/admap.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Admap POC</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A proof of concept for displaying outdoor advertisements on a map for easy management and booking. (http://admap.aestrea.com)</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/veeou.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Veeou</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A system that allows the user to view the TV shows currently showing in local and cable channels, then extended to allow the user to remotely switch the TV to the appropriate channel through the use of ZigBee wireless networking and infrared technologies. (veeou.com)</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/salpakan.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Salpakan</h5>-->
<!--<div class="divider"></div>-->
<!--<p>An online version of the Game of the Generals board game; developed as a project for a Java course. (SalpakanOnline.com)</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/teesph.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">TEES.PH</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A site showcasing custom t-shirt designs. (tees.ph)</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/kiosk.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Smart Kiosk</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A touch screen kiosk app for mobile/broadband plan customization</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/registration.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Run Registration App</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A web application that is viewed through an iPad allowing users to register for a run event.</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/gas.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Gas Station Price and Volume Monitoring</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A proof-of-concept gas price and volume monitoring web application aimed for users to be able to plan for sales and operation.</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail clearfix">-->
<!--<img src="images/portfolio/fieldengineer.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Field Engineer Deployment App POC for an Electric Power Distribution Company</h5>-->
<!--<div class="divider"></div>-->
<!--<p>A proof-of-concept Android app allowing field engineers to respond to a trouble spot, perform the necessary actions, then update the app of the field order, which then gets transmitted back to HQ. HQ then gets to see how everything is through a Google Earth client.</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/email.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Email Blasting Apps</h5>-->
<!--<div class="divider"></div>-->
<!--<p>Applications aimed for blasting promotional emails triggered on a per-event basis.</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/graphics.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Graphic Design</h5>-->
<!--<div class="divider"></div>-->
<!--<p>Graphic Designs for enhancing company brand identity http://creatives.aestrea.com</p>-->
<!--</div>-->
<!--</div>-->
<!--<div class="thumbnail">-->
<!--<img src="images/portfolio/motion.jpg"/>-->
<!--<div class="content">-->
<!--<h5 class="text-center">Motion Graphics</h5>-->
<!--<div class="divider"></div>-->
<!--<p>Explainer Videos and Advertisements for promoting company product and brand http://vimeo.com/aestrea</p>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<div id="about" class="container wow fadeInUp" data-stellar-background-ratio="0.3">
<div class="content-container">
<div class="header wow fadeIn" data-wow-delay="500ms">who we are</div>
<div class="subheader text-center wow fadeIn" data-wow-delay="600ms">
<p>We are a bunch of crazy geeks and artists with one common passion, the love for design and code.
We decided to start a company with a single vision in mind - that through teamwork, great attitude and good appearance,
we'll ascend above the circumstances and burst beyond the limits set by men in order to provide service that is excellent,
remarkable, and awesome and allows our clients to prevail against the challenges of the competitive market.</p>
</div>
<div class="centerwrapper">
<div class="about-container">
<div class="member-row wow fadeIn" data-wow-delay="700ms" data-wow-offset="200">
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/bryan.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/bryan2.png"/>
</div>
</div>
</div>
<h5>Bryan Chug</h5>
<p>The Movie Junkie</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/josan.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/josan2.png"/>
</div>
</div>
</div>
<h5>Josan Dometita</h5>
<p>The Art Enthusiast</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/arvin.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/arvin2.png"/>
</div>
</div>
</div>
<h5>Arvin Del Rosario</h5>
<p>The Skater</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/dino.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/dino2.png"/>
</div>
</div>
</div>
<h5>Dino Poblete</h5>
<p>The Musician</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
</div>
<div class="member-row wow fadeIn" data-wow-delay="800ms" data-wow-offset="350">
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="500ms">
<div class="face front img-circle">
<img src="images/about/hans.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/hans2.png"/>
</div>
</div>
</div>
<h5>Hansel Lastima</h5>
<p>The Resident DJ</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="500ms">
<div class="face front img-circle">
<img src="images/about/chester.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/chester2.png"/>
</div>
</div>
</div>
<h5>Chester Baluyo</h5>
<p>The Tinker</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="500ms">
<div class="face front img-circle">
<img src="images/about/francis.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/francis2.png"/>
</div>
</div>
</div>
<h5>Francis Malit</h5>
<p>The Daddy</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="500ms">
<div class="face front img-circle">
<img src="images/about/aldrin.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/aldrin2.png"/>
</div>
</div>
</div>
<h5>Aldrin Lozano</h5>
<p>The Video Game Fanatic</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
</div>
<div class="member-row wow fadeIn" data-wow-delay="900ms" data-wow-offset="550">
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/siena.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/siena2.png"/>
</div>
</div>
</div>
<h5>Siena Abaya</h5>
<p>The Selfie</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/alexis.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/alexis2.png"/>
</div>
</div>
</div>
<h5>Alexis Balderama</h5>
<p>The Magic Card Player</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/princess.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/princess2.png"/>
</div>
</div>
</div>
<h5>Princess Retaga</h5>
<p>The Fashionista</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
<div class="member">
<div class="name text-center">
<div class="flip">
<div class="photo wow flip" data-wow-delay="600ms">
<div class="face front img-circle">
<img src="images/about/spock.png"/>
</div>
<div class="face back img-circle">
<img src="images/about/spock.png"/>
</div>
</div>
</div>
<h5>This could be you!</h5>
<p>Your passion</p>
<div class="icon-container">
<div class="icon img-circle"></div><div class="icon img-circle"></div><div class="icon img-circle"></div>
</div>
</div>
</div>
</div>
<div class="member-row wow fadeIn" data-wow-delay="1000ms" data-wow-offset="800">
</div>
</div>
</div>
</div>
</div>
<div id="contact">
<div class="contact-container wow fadeInUp">
<div class="info-holder">
<div class="info">
<div class="info-item">
<img src="images/phone.png"/>
<p>(632) 551 6196</p>
</div>
<div class="info-item">
<img src="images/email.png"/>
<p>info@aestrea.com</p>
</div>
<div class="info-item">
<img src="images/address.png"/>
<p>UPH-G Burgundy Corporate Tower<br/>252 Senator Gil Puyat Avenue</br/>Makati City 1200</p>
</div>
<div class="info-item">
<p><a target="_blank" href="https://maps.google.com/maps?q=Burgundy+Corporate+Tower,+Makati+City,+Metro+Manila,+Philippines&hl=en&sll=37.0625,-95.677068&sspn=55.981213,135.263672&oq=burgundy+c&t=m&z=17&iwloc=A">view map</a></p>
</div>
</div>
</div>
<div class="description">
We are located in a listed Building in Makati, which means we
work in a lovely place. We also have a meeting place nearby that is fully
accessible. Just let us know if you would prefer to meet there.
</div>
<div class="get-in-touch">
<div class="email-link">
<img src="images/bubble.png"/>
<p><a href="mailto:info@aestrea.com">get in touch</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--BODY ENDS HERE-->
<footer>
<div class="container">
<div class="row">
<div class="copyright">
<p> Copyright © 2012 Aestrea Software Development. All rights reserved. </p>
</div>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script>
<script src="dist/js/waypoints.min.js"></script>
<script src="dist/js/jquery-ui-1.10.3.custom.min.js"></script>
<script type="text/javascript" src="dist/js/jquery.nivo.slider.js"></script>
<script>window.jQuery || document.write('<script src="assets/jquery/jquery.js"><\/script>')</script>
<script defer src="dist/js/jquery.flexslider.js"></script>
<script src="assets/js/jquery.stellar.js"></script>
<script src="assets/js/masonry.pkgd.min.js"></script>
<script src="dist/js/application.js"></script>
</body>
</html>