-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
929 lines (881 loc) · 37.2 KB
/
index.html
File metadata and controls
929 lines (881 loc) · 37.2 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
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>W.E Bridge Technologies | About Us</title>
<meta name="description"
content="W.E Bridge Technologies - Providing Quality IT Services and Solutions to Cambodia and the World."/>
<meta name="keywords"
content="W.E Bridge Technologies, IT Services, Solutions, Agile"/>
<meta name="author" content="Thomas Barthelemy"/>
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/webridge.css">
</head>
<body>
<nav class="navbar navbar-dark bg-inverse bg-inverse-custom navbar-fixed-top">
<div class="container">
<a class="navbar-toggler hidden-md-up pull-right" data-toggle="collapse"
href="#collapsingNavbar" aria-expanded="false"
aria-controls="collapsingNavbar">
☰
</a>
<div id="collapsingNavbar" class="collapse navbar-toggleable-custom"
role="tabpanel" aria-labelledby="collapsingNavbar">
<ul class="nav navbar-nav pull-right">
<li class="nav-item nav-item-toggable active">
<a class="nav-link" href="#">
About Us <span class="sr-only">(current)</span>
</a>
</li>
<li class="navbar-divider hidden-sm-down"></li>
<li class="nav-item nav-item-toggable">
<a class="nav-link goToServices" href="#">
Services
</a>
</li>
<li class="navbar-divider hidden-sm-down"></li>
<li class="nav-item nav-item-toggable">
<a class="nav-link goToProducts" href="#">
Products
</a>
</li>
<li class="navbar-divider hidden-sm-down"></li>
<li class="nav-item nav-item-toggable">
<a class="nav-link" href="careers.html">
Careers
</a>
</li>
<li class="navbar-divider hidden-sm-down"></li>
<li class="nav-item nav-item-toggable">
<a class="nav-link goToContact"
href="#">
Contacts
</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron home bg-inverse text-center center-vertically" role="banner">
<div class="container">
<h1 class="display-3">W.E Bridge Technologies</h1>
<h2 class="m-b-lg">
Providing Quality <em>IT Services</em>
and <em>Solutions</em> to Cambodia and the World.
</h2>
<button id="discover"
class="btn btn-secondary-outline m-b-md"
>
<span class="fa fa-caret-down"></span>
Discover
</button>
<ul class="list-inline social-share">
<li>
<a class="nav-link" href="https://github.com/we-bridge">
<span class="fa fa-github"></span>
</a>
</li>
<li>
<a class="nav-link" href="https://twitter.com/webridgecambo">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a class="nav-link"
href="https://www.facebook.com/WE-Bridge-Technologies-1496633390571937/"
>
<span class="fa fa-facebook"></span>
</a>
</li>
<li>
<a class="nav-link"
href="https://www.linkedin.com/company/w-e-bridge-technologies"
>
<span class="fa fa-linkedin"></span>
</a>
</li>
<li>
<a href='https://www.glassdoor.com/Overview/Working-at-W-E-Bridge-Technologies-EI_IE1124276.11,34.htm'>
<img
src='https://www.glassdoor.com/static/img/partnerCenter/badges/eng_CIRCLE_50x50.png'>
</a>
</li>
</ul>
</div>
</header>
<section id="section-intro" class="bg-faded text-center hidden-overflow">
<div class="container">
<h3 class="wp wp-1">
Better Solutions for all
</h3>
<p class="lead wp wp-2">
Spend less time managing and dealing with paperwork now: <br/>
Our solutions make it <em>simple</em> for you make <em>great things</em>.
</p>
<img src="img/mock.png" alt="Surface mock" class="img-responsive wp wp-3">
</div>
</section>
<section id="section-features" class="bg-inverse text-center">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-block">
<span class="fa fa-lock display-1"></span>
<h4 class="card-title">SaaS</h4>
<h6 class="card-subtitle">Cloud Services</h6>
<p class="card-text">
Premium Hosted Solutions in our Secure Cloud.
Save time and hassle, we take care of it for you.
We also provide on-premise solution for all our products.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-block">
<span class="fa fa-lightbulb-o display-1"></span>
<h4 class="card-title">Perfect Fit</h4>
<h6 class="card-subtitle">Just for You</h6>
<p class="card-text">
W.E Bridge provides more than the listed products,
whether you want a custom version of our products or
a brand new solution,
we look forward creating your perfect product.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card m-b-0">
<div class="card-block">
<span class="fa fa-heart display-1"></span>
<h4 class="card-title">Quality</h4>
<h6 class="card-subtitle">In Code and Design</h6>
<p class="card-text">
We take a point to make things right,
that's why we enforce strong code quality and focus on both
beautiful UI design and great User Experience.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="section-services" class="bg-faded text-center">
<div class="container">
<h3>Our Services</h3>
<div class="row p-y-lg">
<div class="col-md-4 p-t-md wp wp-5">
<div class="card services-box">
<div class="card-header text-uppercase">
Web Development
</div>
<div class="card-block">
<h4 class="card-text">
Fully Responsive websites with the right technology
<br>to match your business needs.
</h4>
</div>
<ul class="list-group list-group-flush p-x">
<li class="list-group-item">Landing Pages</li>
<li class="list-group-item">Business Website</li>
<li class="list-group-item">Showcase</li>
</ul>
<button class="btn btn-primary-outline goToContact">Get Started
</button>
</div>
</div>
<div class="col-md-4 stacking-top">
<div class="card services-box services-best p-x-0">
<div class="card-header text-uppercase">
Custom Solutions
</div>
<div class="card-block">
<h4 class="card-text">
What your company really need, the right solution to increase
productivity, visibility and support your business growth
the right way.
</h4>
</div>
<ul class="list-group list-group-flush p-x">
<li class="list-group-item">Desktop Business Applications</li>
<li class="list-group-item">Content Management Systems</li>
<li class="list-group-item">Client Relationship Management</li>
<li class="list-group-item">E-Commerce</li>
</ul>
<button class="btn btn-primary-outline goToContact">Get Started
</button>
</div>
</div>
<div class="col-md-4 p-t-md wp wp-6">
<div class="card services-box">
<div class="card-header text-uppercase">
Mobile Development
</div>
<div class="card-block">
<h4 class="card-text">
Be part of the all-mobile revolution and provide your services
on mobile with amazing User Experience.
</h4>
</div>
<ul class="list-group list-group-flush p-x">
<li class="list-group-item">Native Applications</li>
<li class="list-group-item">Cross-Platform Apps</li>
<li class="list-group-item">iOS, Android, Windows 10</li>
</ul>
<button class="btn btn-primary-outline goToContact">Get Started
</button>
</div>
</div>
</div>
</div>
</section>
<!--<section class="section-team text-center bg-inverse">
<div class="container">
<h3 class="sr-only">Testimonials</h3>
<div id="carousel-team" class="carousel slide" data-ride="carousel"
data-interval="0">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<blockquote class="blockquote">
<img src="http://placehold.it/80x80?text=+"
height="80" width="80"
alt="Avatar"
class="img-circle">
<p class="h3">Good design at the front-end suggests that
everything is in order at the back-end, whether or not that is
the case.</p>
<footer>Dmitry Fadeyev</footer>
</blockquote>
</div>
<div class="carousel-item">
<blockquote class="blockquote">
<img src="http://placehold.it/80x80?text=+"
height="80" width="80"
alt="Avatar"
class="img-circle">
<p class="h3">It’s not about knowing all the gimmicks and photo
tricks. If you haven’t got the eye, no program will give it to
you.</p>
<footer>David Carson</footer>
</blockquote>
</div>
<div class="carousel-item">
<blockquote class="blockquote">
<img src="http://placehold.it/80x80?text=+"
height="80" width="80"
alt="Avatar"
class="img-circle">
<p class="h3">There’s a point when you’re done simplifying.
Otherwise, things get really complicated.</p>
<footer>Frank Chimero</footer>
</blockquote>
</div>
<div class="carousel-item">
<blockquote class="blockquote">
<img src="http://placehold.it/80x80?text=+"
height="80" width="80"
alt="Avatar"
class="img-circle">
<p class="h3">Designing for clients that don’t appreciate the
value of design is like buying new tires for a rental car.</p>
<footer>Joel Fisher</footer>
</blockquote>
</div>
<div class="carousel-item">
<blockquote class="blockquote">
<img src="http://placehold.it/80x80?text=+"
height="80" width="80"
alt="Avatar"
class="img-circle">
<p class="h3">Every picture owes more to other pictures painted
before than it owes to nature.</p>
<footer>E.H. Gombrich</footer>
</blockquote>
</div>
</div>
<ol class="carousel-indicators">
<li class="active">
<img src="http://placehold.it/80x80?text=+"
alt="Navigation avatar"
data-target="#carousel-team"
data-slide-to="0"
class="img-responsive img-circle">
</li>
<li>
<img src="http://placehold.it/80x80?text=+"
alt="Navigation avatar"
data-target="#carousel-team"
data-slide-to="1"
class="img-responsive img-circle">
</li>
<li>
<img src="http://placehold.it/80x80?text=+"
alt="Navigation avatar"
data-target="#carousel-team"
data-slide-to="2"
class="img-responsive img-circle">
</li>
<li>
<img src="http://placehold.it/80x80?text=+"
alt="Navigation avatar"
data-target="#carousel-team"
data-slide-to="3"
class="img-responsive img-circle">
</li>
<li>
<img src="http://placehold.it/80x80?text=+"
alt="Navigation avatar"
data-target="#carousel-team"
data-slide-to="4"
class="img-responsive img-circle">
</li>
</ol>
</div>
</div>
</section>-->
<section id="section-products" class="bg-inverse section section-padded">
<div class="container">
<div class="row text-center title">
<h2>Products</h2>
<h4 class="light muted">
All that you need to reach maximum efficiency with a wide range of
customizations available!
</h4>
</div>
<!--start boxproduct-->
<div class="row products">
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/easylinks.svg"
alt="EasyLinks Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Bring Your Team Together
</h4>
<p class="description">
Easylinks makes it easy to quickly bring your team members
(internal or external stakeholder) together so they can have
conversations, collaboration, and more.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/mautic.png"
alt="Mautic Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">Marketing Automation</h4>
<p class="description">
Mautic is an Open-Source platform that
enables to effortlessly manage campaigns,
nurture and engage leads through email marketing,
monitor social media, build dynamic landing pages and forms,
and execute advanced drip marketing campaigns.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/processmaker.png"
alt="Process Maker Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">Business Process Management</h4>
<p class="description">
ProcessMaker is an open source platform designed to automate
workflows and improve business efficiency.
Business analysts can create process maps, build web forms,
set email notifications, build reports, and more.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/canvas_red.png"
alt="Canvas Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
E-Learning Done Right
</h4>
<p class="description">
Canvas LMS is the new, open-source learning management system
that’s revolutionizing the way we educate. Easy to learn, easy
to use.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/1.png"
alt="Aircity Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Financial Management System
</h4>
<p class="description">
Financial Report is a part of Shipper Company(AirCity company) system which handle the Financial
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/2.png"
alt="ElementFresh logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Ordering Food Online
</h4>
<p class="description">
This project make for ordering food online in china and separate to many components. We are using cake for backend, Phalconphp for api and Open Card for display product and client can pay by Alipay
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/3.jpg"
alt="Canvas Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Ordering Food Online
</h4>
<p class="description">
allow client to order pizza online with can pay by paypal and credit card
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/4.png"
alt="Canvas Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Cambodia Migration Service
</h4>
<p class="description">
Immigration Consultant Service, that display information about immigration service for each country, Visa type and can apply visa online too.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/5.png"
alt="Canvas Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Traffic Management System In Shanghai
</h4>
<p class="description">
This system to controll traffic in shanghai. Beable to make car penalty,
search car history and penalty payment
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/6.png"
alt="Canvas Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Indola Education
</h4>
<p class="description">
This project allow students can do quiz online and display color techniques Perm techniques and Hair master
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>
</div>
<a href="#">
<h4 class="heading">
Media Management System in China
</h4>
<p class="description">
Media Management System create for Journalists to publish news and
have many editor to check and edit new before it published
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<!--<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>-->
</div>
<a href="#">
<h4 class="heading">
EF Promo
</h4>
<p class="description">
To show information about shop and to post article, create them and choose them to display content accordingly.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<!--<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>-->
</div>
<a href="#">
<h4 class="heading">
HVMS
</h4>
<p class="description">
To create api for MMS system to use.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<!--<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>-->
</div>
<a href="#">
<h4 class="heading">
MVMS
</h4>
<p class="description">
This system develop for manage video and be able to cut video with
watermak before to show in web site
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<!--<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>-->
</div>
<a href="#">
<h4 class="heading">
Scarlet
</h4>
<p class="description">
This website to display about information in a condominium which admin can post news, gallery and construction update with 3 languages
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<!--<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>-->
</div>
<a href="#">
<h4 class="heading">
ACP Shipping
</h4>
<p class="description">
is the warehouse part(Stock management)
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<!--<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>-->
</div>
<a href="#">
<h4 class="heading">
Even Generator CMS
</h4>
<p class="description">
This project use for create event and post even dynamic form. It's using by google.
</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="product">
<div class="icon-holder">
<!--<img src="img/7.png"
alt="Canvas Logo"
class="icon"
>-->
</div>
<a href="#">
<h4 class="heading">
ACP Finance
</h4>
<p class="description">
Financial Report is a part of Shipper Company(AirCity company) system which handle the Financial
</p>
</a>
</div>
</div>
</div>
<!--end boxproduct-->
<div class="cut cut-bottom"></div>
</div>
</section>
<section id="section-contact" class="bg-faded text-center section-padding contact-wrap">
<div class="container">
<div class="row section-title">
<div class="col-md-12">
<h1>Drop us a line</h1>
<i class="fa fa-arrow-down"></i>
</div>
</div>
<div class="row">
<form action="http://formspree.io/contact@webridge.asia"
method="post"
>
<div class="col-md-6">
<div class="form-group has-icon-left form-control-name">
<label class="sr-only" for="inputName">Your name</label>
<i class="icon fa fa-user"></i>
<input type="text"
class="form-control form-control-lg"
id="inputName"
placeholder="Your name"
name="name"
>
</div>
</div>
<div class="col-md-6">
<div class="form-group has-icon-left form-control-email">
<label class="sr-only" for="inputEmail">Email address</label>
<i class="icon fa fa-envelope-o"></i>
<input type="email"
class="form-control form-control-lg"
id="inputEmail"
placeholder="Email address"
name="_replyto"
autocomplete="off"
>
</div>
</div>
<div class="col-md-12">
<div class="form-group has-icon-left form-control-message">
<label class="sr-only" for="inputMessage">
Enter a Message
</label>
<i class="icon fa fa-file-text"></i>
<textarea class="form-control form-control-lg"
id="inputMessage"
name="message"
placeholder="Message"
rows="5"
></textarea>
</div>
</div>
<div class="col-md-12">
<div class="form-group submit">
<button type="submit" class="btn btn-primary btn-block">
Submit
</button>
</div>
</div>
<input type="hidden"
name="_next"
value="http://webridge.asia/thanks.html"
/>
<input type="hidden"
name="_subject"
value="Website Contact Request (Form)"
/>
<input type="text"
name="_gotcha"
title="_gotcha"
hidden
/>
</form>
</div>
</div>
</section>
<footer id="section-footer" class="bg-inverse" role="contentinfo">
<div class="container">
<div class="row contact-details">
<div class="col-md-4">
<a href="https://goo.gl/maps/aXjuvLk5abS2"
target="_blank"
>
<div class="light-box box-hover">
<h2><i class="fa fa-map-marker"></i><span>Address</span></h2>
<p>#20 St. 51 Phnom Penh, Cambodia</p>
</div>
</a>
</div>
<div class="col-md-4">
<a href="mailto:contact@webridge.asia?subject=Website Contact Request">
<div class="light-box box-hover">
<h2><i class="fa fa-paper-plane"></i><span>Email</span></h2>
<p>
contact@webridge.asia
</p>
</div>
</a>
</div>
<div class="col-md-4">
<div class="light-box box-hover">
<h2><i class="fa fa-share"></i><span>Social Networks</span></h2>
<ul>
<li>
<a class="nav-link" href="https://github.com/we-bridge">
<span class="fa fa-github"></span>
</a>
</li>
<li>
<a class="nav-link" href="https://twitter.com/webridgecambo">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a class="nav-link"
href="https://www.facebook.com/WE-Bridge-Technologies-1496633390571937/"
>
<span class="fa fa-facebook"></span>
</a>
</li>
<li>
<a class="nav-link"
href="https://www.linkedin.com/company/w-e-bridge-technologies"
>
<span class="fa fa-linkedin"></span>
</a>
</li>
<li>
<a href='https://www.glassdoor.com/Overview/Working-at-W-E-Bridge-Technologies-EI_IE1124276.11,34.htm'>
<img
src='https://www.glassdoor.com/static/img/partnerCenter/badges/eng_CIRCLE_50x50.png'>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-5">
<div class="media">
<div class="media-left">
<span class="media-object icon-logo display-1"></span>
</div>
<small class="media-body media-bottom">
© W.E Bridge Technologies 2015.
</small>
</div>
</div>
<div class="col-md-6 col-lg-7">
<ul class="list-inline m-b-0">
<li>
<a href="careers.html">Careers</a>
</li>
<li>
<button class="scroll-top">
Back to top
<i class="fa fa-caret-up"></i>
</button>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/jquery.scrollTo/jquery.scrollTo.min.js"></script>
<script src="js/bootstrap/util.js"></script>
<script src="js/bootstrap/carousel.js"></script>
<script src="js/bootstrap/collapse.js"></script>
<script src="js/bootstrap/dropdown.js"></script>
<script src="js/plugins/jquery.waypoints.min.js"></script>
<script src="js/plugins/jquery.placeholder.js"></script>
<script src="js/plugins/chart.js"></script>
<script src="js/webridge.js"></script>
<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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-55377980-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>