-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofile.html
225 lines (187 loc) · 9.81 KB
/
profile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>Profile - WITCO Construction & Development Corporation</title>
<!-- favicon -->
<link rel="icon" type="image/gif/png" href="assets/images/WITCO-08.png">
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Fjalla+One|Noto+Sans:400,700|Open+Sans:300" rel="stylesheet">
<!-- fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- animate css -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- external css -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- jquery -->
<script type="text/javascript" src="assets/js/jquery-3.3.1.min.js"></script>
<!-- popper js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<!-- external bootstrap js -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid mx-0 px-0">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="navbar">
<a class="navbar-brand" href="index.html"><img class="thumb" src="assets/images/WITCO-06.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse pt-1" id="navbar-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item px-2 text-center">
<a class="nav-link" href="index.html#home">Home</a>
</li>
<li class="nav-item px-2 text-center">
<a class="nav-link active" href="profile.html">Profile</a>
</li>
<li class="nav-item px-2 text-center">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item px-2 text-center">
<a class="nav-link" href="careers.html">Careers</a>
</li>
<li class="nav-item px-2 text-center">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="heading" class="container col-12">
<img id="heading-img" src="assets/images/header.jpg">
</div>
<div class="row">
<div id="title" class="container col-12">
<h2>Our Team</h2>
<h5>Work with experts</h5>
</div>
</div>
<div id="article" class="row pt-5">
<div class="col-lg-1"></div>
<div class="col-lg-10">
<p>The company was initially recognized for its expertise in the field of welding and quality control in steel construction projects. WITCO has established a name in the field of general construction as a result of proper planning and sound project cost management. The company has undertaken projects such as storage tanks, warehouse workshop facilities and gold processing plants. In November 1994, WITCO Construction & Development Corporation was registered to deliver quality services in the field of construction.</p>
<p class="mb-5">WITCO Construction & Development Corporation is a progeny of WITCO Inspection & Testing Corporation (formerly Welding Inspection & Testing Corporation, which was established in 1991). The company's main business revolves around the expertise of its Founder & President Marcelo B. Villanueva whose qualifications and experiences were obtained through thirty five years in the quality assurance and steel construction industry.</p>
<!-- CAROUSEL -->
<!-- <div class="card py-3 px-2 mb-3">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner px-0">
<div class="carousel-item active">
<div class="row thumb-post">
<div class="col-sm px-2"><img class="d-block thumb-post" src="assets/images/gallery-1.jpg" alt="1 slide"></div>
<div class="col-sm px-2"><img class="d-block thumb-post" src="assets/images/gallery-2.jpg" alt="2 slide"></div>
<div class="col-sm px-2"><img class="d-block thumb-post" src="assets/images/gallery-3.jpg" alt="3 slide"></div>
</div>
</div>
<div class="carousel-item">
<div class="row thumb-post">
<div class="col-sm px-2"><img class="d-block thumb-post" src="assets/images/gallery-4.jpg" alt="4 slide"></div>
<div class="col-sm px-2"><img class="d-block thumb-post" src="assets/images/gallery-5.jpg" alt="5 slide"></div>
<div class="col-sm px-2"><img class="d-block thumb-post" src="assets/images/gallery-6.jpg" alt="6 slide"></div>
</div>
</div>
</div>
<a class="carousel-control-prev ml-0" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next mr-0" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div> -->
<!-- END CAROUSEL -->
<div id="temp-mb" class="card-deck leadership col-12 px-0 mx-0">
<div class="card">
<img class="card-img-top" src="assets/images/guy-1.jpg">
<div class="card-block px-3 pb-3 text-center">
<h4 class="card-title mt-4">Marcelo Villanueva</h4>
<p class="card-text">President and Founder</p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/images/girl-1.jpg">
<div class="card-block px-3 pb-3 text-center">
<h4 class="card-title mt-4">Ma. Cristina Azana</h4>
<p class="card-text">Vice President for Finance and Administration</p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/images/girl-2.jpg">
<div class="card-block px-3 pb-3 text-center">
<h4 class="card-title mt-4">Ma. Eliza Mendez</h4>
<p class="card-text">Quality Assurance and Control Manager</p>
</div>
</div>
</div>
<div class="card-deck leadership col-12 px-0 mb-5 mx-0">
<div class="card">
<img class="card-img-top" src="assets/images/guy-3.jpg">
<div class="card-block px-3 pb-3 text-center">
<h4 class="card-title mt-4">Mark Gregory Villanueva</h4>
<p class="card-text">Business Development Manager</p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/images/guy-2.jpg">
<div class="card-block px-3 pb-3 text-center">
<h4 class="card-title mt-4">Ronie L. Mascarenas</h4>
<p class="card-text">Engineering Manager</p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="assets/images/girl-3.jpg">
<div class="card-block px-3 pb-3 text-center">
<h4 class="card-title mt-4">Rowena Tatlonghari</h4>
<p class="card-text">Project Manager</p>
</div>
</div>
</div>
</div>
<!-- <div class="container col-lg-3 col-sm-12 mb-3">
<div class="card px-3 pt-3 mb-4 mx-3">
<h6 class="pt-1">Expertise</h6>
<p>The company has organized itself to train, qualify, motivate and maintain a pool of highly trained and qualified personnel to be able to respond to the growing demand of industries.</p>
<p>Welding and Quality Control has always been the forte of the company. The company prides itself in delivering projects with high quality that complies with the high standards of the international market.</p>
</div>
<div class="card px-3 pt-3 mb-4 mx-3">
<h6 class="pt-1">Mission</h6>
<p>WITCO Construction and Development Corporation provides various works in the field of construction, ensuring all projects are of the highest standards in terms of quality and safety while providing cost-effective projects on schedule by employing and supporting motivated, flexible, and focused teams.</p>
</div>
<div class="card px-3 pt-3 mb-4 mx-3">
<h6 class="pt-1">Vision</h6>
<p>To achieve and meet our client’s expectations through hard work and ethical business practices while ensuring the growth of our employees to reach their full potential.</p>
</div>
</div> -->
<div class="col-lg-1"></div>
</div>
<div class="footer1 clear col-12">
<div class="container col-lg-3 col-md-4 col-sm-12 px-3 py-5 mx-0 px-0">
<!-- <h4>WITCO Construction & Development Corporation</h4> -->
</div>
<div class="container col-lg-6 col-md-4 col-sm-12 my-5 mx-0 px-0 text-center">
<img class="foo-img" src="assets/images/WITCO-06.png">
<small>
<a id="foolinks" href="index.html#home">Home</a> |
<a id="foolinks" href="profile.html">Profile</a> |
<a id="foolinks" href="projects.html">Projects</a> |
<a id="foolinks" href="careers.html">Careers</a> |
<a id="foolinks" href="contact.html">Contact</a>
</small>
</div>
<div id="foot-right" class="container col-lg-3 col-md-4 col-sm-12 px-3 py-5">
<!-- <h4>Follow Us</h4> -->
<!-- <a href="https://www.facebook.com/WITCO-Construction-590391207801346/" target="_blank"><i class="fab fa-facebook-f"></i></a> -->
</div>
</div>
<div class="footer2 col-12">
<small>Copyright © 2018 Tuitt Bootcamp - Don Dilidili</small>
<p id="disclaimer" class="mt-2">All images and texts are free to use and non-strict for attribution. All other rights regarding concept and layout are reserved.</p>
</div>
</div>
</body>
</html>