-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
95 lines (93 loc) · 4.56 KB
/
home.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
<section id="Home">
<div class="container carousel-container">
<div class="carousel slide carousel-fade" id="carouselId" data-ride="carousel">
<div class="carousel-inner">
<ul class="carousel-indicators">
<li data-target="#carouselId" data-slide-to="0" class="active"></li>
<li data-target="#carouselId" data-slide-to="1"></li>
<li data-target="#carouselId" data-slide-to="2"></li>
<li data-target="#carouselId" data-slide-to="3"></li>
<li data-target="#carouselId" data-slide-to="4"></li>
<li data-target="#carouselId" data-slide-to="5"></li>
</ul>
<div class="carousel-item active">
<img src="./assets/pics/Ash Handling system.jpg" class="d-block w-100 h-50">
</div>
<div class="carousel-item">
<img src="./assets/pics/factory.jpg" class="d-block w-100 h-50">
</div>
<div class="carousel-item">
<img src="assets/pics/factory1.jpg" class="d-block w-100 h-50">
</div>
<div class="carousel-item">
<img src="assets/pics/wetscrubber.jpg" class="d-block w-100 h-50">
</div>
<div class="carousel-item">
<img src="assets/pics/chimney.jpg" class="d-block w-100 h-50">
</div>
<div class="carousel-item">
<img src="assets/pics/Can be used for corrousal.jpg" class="d-block w-100 h-50">
</div>
</div>
<a class="carousel-control-prev" href="#carouselId" role="button" data-slide="prev">
<span aria-hidden="true"><i class="fa fa-angle-double-left fa-3x" aria-hidden="true" style="color:black;"></i></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselId" role="button" data-slide="next">
<span aria-hidden="true"><i class="fa fa-angle-double-right fa-3x" aria-hidden="true" style="color:black;"></i></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="container home">
<p>MHP Thermal Engineers is a leading name in thermal industry. The company
manufactures the heavy system of boilers such as chimney, APH, WPH etc.
Along with this company too manufacture the boiler pollution control
system, boiler material handling system, MS & SS storage tanks. The company
has worked in 100+ companies not nationally only but internationally too.</p>
</div>
<div class="container home">
<div class="row">
<div class="col-md-4 home-columns">
<div class="card home-cards">
<div class="card-body">
<div class = "card-heading">
<h3>Our Objective</h3>
</div>
<p>To become a service provider of choice to clients
through competent and efficient Practices, by achieving the highest of
quality standards, to help clients meet Business goals.
</p>
</div>
</div>
</div>
<div class="col-md-4 home-columns">
<div class="card home-cards">
<div class="card-body">
<div class = "card-heading">
<h3>Quality</h3>
</div>
<p>The effective deployment of our Quality Assurance and
Management Systems is the key to achieving excellence in all technologies,
products, systems and services.
</p>
</div>
</div>
</div>
<div class="col-md-4 home-columns" >
<div class="card home-cards">
<div class="card-body ">
<div class = "card-heading">
<h3>People's Power</h3>
</div>
<p>A strong thread of quality that runs through the very fabric of MTE is it's people's strength.
A dynamic strong team of engineers, supervisors and technicians led by a techno-savvy
management with over years of rich experience which is large enough to deliver excellence.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="body"></div>