-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
436 lines (402 loc) · 23.5 KB
/
portfolio.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Clients | ACT-International</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/pe-icons.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<script src="js/jquery.js"></script>
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/images/ico/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57x57.png">
<script type="text/javascript">
jQuery(document).ready(function($){
'use strict';
jQuery('body').backstretch([
"http://placehold.it/800x600/1A1919",
"http://placehold.it/800x600/1A1919",
"http://placehold.it/800x600/1A1919"
], {duration: 5000, fade: 500});
$("#mapwrapper").gMap({ controls: false,
scrollwheel: false,
markers: [{
latitude:40.7566,
longitude: -73.9863,
icon: { image: "images/marker.png",
iconsize: [44,44],
iconanchor: [12,46],
infowindowanchor: [12, 0] } }],
icon: {
image: "images/marker.png",
iconsize: [26, 46],
iconanchor: [12, 46],
infowindowanchor: [12, 0] },
latitude:40.7566,
longitude: -73.9863,
zoom: 14 });
});
</script>
</head><!--/head-->
<body>
<div id="preloader"></div>
<header class="navbar navbar-inverse navbar-fixed-top opaqued" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<h1> ACT International</h1>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Clients</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
</div>
</header><!--/header-->
<section id="single-page-slider" class="no-margin">
<div class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="center gap fade-down section-heading">
<h2 class="main-title">Our Clients</h2>
<hr>
</div>
</div>
</div>
</div>
</div><!--/.item-->
</div><!--/.carousel-inner-->
</div><!--/.carousel-->
</section><!--/#main-slider-->
<div id="content-wrapper">
<section id="testimonial-carousel" class="white">
<div class="gap"></div>
<div class="container">
<div class="row">
<div class="center gap fade-down section-heading">
<h2 class="main-title">What They Have Been Saying</h2>
<hr>
<!-- <p>Of an or game gate west face shed. no great but music too old found arose.</p> -->
<div class="gap"></div>
</div>
<div class='col-md-offset-2 col-md-8 fade-up'>
<div class="carousel slide" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators ">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
<li data-target="#quote-carousel" data-slide-to="2"></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner mb-2">
<!-- Quote 1 -->
<div class="item active">
<blockquote class="">
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-responsive" src="images/test/1.jpg"
style="width: 200px;height:200px;">
</div>
<div class="col-sm-9">
<p>I would like to express gratitude on the behalf of Parle Biscuits
Pvt. Ltd. - Nashik for outstanding contributions made by "Act
International" to the development of our company Environment &
Occupational Health and Safety Management System.
At that time, the EMS & OHSAS process is very new to our company and
wishing to obtain certification with the actual implementation by
involving all the Employees.
Mr. Basu's Broad Expertise, Strong,"down -to - earth" leadership
style helped in-depth understanding of all management system
requirements and their complete implementation in realistic way.
"We achieved qualitative result within 1 year!"
He is consummate professional, subject matter expert, exceptionally
well connected, active listener and asks insightful questions that
help quantify the business need and solidify the criteria for a
successful solution.
Thanks again for your responsiveness and reliable assistance!</p>
<small><b>Sanjay K Gahlawat</b></small>
<small>Plant Head, Parle Biscuits Pvt Ltd. Nashik</small>
</div>
</div>
</blockquote>
</div>
<!-- Quote 2 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-responsive" src="images/test/2.jpg"
style="width: 200px;height:200px;">
</div>
<div class="col-sm-9">
<p>We are delighted with the audit that ACT Intrrnational Services has
carried out for our Mumbai office and Project site in customizing
ISO 9001:2015 Quality Systems & OHSAS 18001:2007. We are into
tranformation preparation stage from OHSAS to ISO 45001.
We would like to express our appreciation for the services that ACT
offer overall , specially for the work of Mr. Pradipto Basu Roy who
exhibits a high degree of professionalism and technical capability.
My attribute to ISO 9001 quality systems has completely changed as a
result of my experience with ACT International.
Our systems were made to suit & support our business operations in
structured way.
Mr. Prodipto reviewed & redesigned our system through several
changes to scope and business objectives. His attitude is solution
focused.
We would recommend ACT International to any company going through
the implementation of a Quality Management System to obtain an
accredited certification.
</p>
<small><b>Anoop Kumar Dasgupta</b></small>
<small>Vice President - Operations at Ex-Buzz Fire & Security Pvt Ltd.,
Mumbai</small>
</div>
</div>
</blockquote>
</div>
<!-- Quote 3 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-responsive" src="images/test/3.jpg"
style="width: 200px;height:200px;">
</div>
<div class="col-sm-9">
<p>Act International is very professional company for implementation of
all kinds Management System, I have been working with the company
since last 4 years and having very excellent experience with Mr.
Prodipto Basu Roy Director of the company. He is personally also
very technical and knowledgeable person. He has wide experience in
all type of Management system implementation. Wish you all the best
for your professional journey.</p>
<small><b>Bhavesh Rami</b></small>
<small>Deccan Chemicals</small>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="gap"></div>
</div>
</section>
<section id="portfolio" class="white">
<div class="container">
<div class="gap"></div>
<div class="center gap fade-down section-heading">
<h2 class="main-title">Clients we have served</h2>
<hr>
</div>
<div id="meet-the-team" class="row mb-2">
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/1.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/2.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/3.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/4.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
</div>
<div id="meet-the-team" class="row mb-2">
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/5.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/6.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/7.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/8.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
</div>
<div id="meet-the-team" class="row mb-2">
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/9.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/10.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/11.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/12.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
</div>
<div id="meet-the-team" class="row mb-2">
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/13.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/14.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/15.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
<div class="col-md-3 col-xs-6 col-sm-6">
<div class="team-image">
<img class="img-responsive img-thumbnail bounce-in" src="images/clients/16.jpeg" alt="">
<div class="overlay">
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div id="footer-wrapper">
<section id="bottom" class="">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 about-us-widget">
<h4>Global Coverage</h4>
<p>We offer our services to countries around the globe</p>
</div>
<!--/.col-md-3-->
<div class="col-md-4 col-sm-6">
<h4>Company</h4>
<div>
<ul class="arrow">
<li><a href="about-us.html">Company Overview</a></li>
<li><a href="about-us.html">Meet The Team</a></li>
<li><a href="services.html">Our Skills</a></li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<h4>Registered Office</h4>
<address>
<strong> 801, Emerald, Kritika Jewels </strong><br>
Sector-18,Ulwe Node<br>
Navi Mumbai<br>
Maharashtra-410206<br>
<abbr title="Phone"><i class="fa fa-phone"></i></abbr> +91-9323581847<br>
<abbr title="Phone"><i class="fa fa-phone"></i></abbr> +91-7977161374
</address>
</div>
<!--/.col-md-3-->
</div>
</div>
</section>
<!--/#bottom-->
<footer id="footer" class="">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
© 2020 ACT International.
</div>
<div class="col-sm-12 text-center">
All Rights Reserved.
</div>
</div>
<div class="row">
<div class="col-sm-12">
<ul class="pull-right">
<li><a id="gototop" class="gototop" href="#"><i class="fa fa-chevron-up"></i></a></li>
<!--#gototop-->
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/plugins.js"></script>
<script src="js/init.js"></script>
</body>
</html>