-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththanks.html
More file actions
96 lines (91 loc) · 3.48 KB
/
thanks.html
File metadata and controls
96 lines (91 loc) · 3.48 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
<!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 | Careers</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, Careers, Job, 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">
<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">
<a class="nav-link" href="index.html">
About Us
</a>
</li>
<li class="navbar-divider hidden-sm-down"></li>
<li class="nav-item nav-item-toggable">
<a class="nav-link" href="#">
Careers
</a>
</li>
<li class="navbar-divider hidden-sm-down"></li>
<li class="nav-item nav-item-toggable">
<a class="nav-link"
href="http://webridge.asia/#section-contact">
Contacts
</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron bg-inverse text-center center-vertically" role="banner">
<div class="container">
<h1 class="display-3">Thank You!</h1>
<h2 class="m-b-lg">
We received your message and we will get back to you as soon as possible!
</h2>
<a id="joinUs"
class="btn btn-secondary-outline m-b-md"
href="index.html"
>
<span class="fa fa-reply"></span>
Go Back To Our Website
</a>
<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>
</body>
</html>