-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (194 loc) · 8.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Varela&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles1.css">
<title>MHP thermal engineers</title>
</head>
<body>
<div id="container">
<nav class="navbar navbar-inverse navbar-custom navbar-expand-lg bg-secondary">
<!-- Links -->
<a class="navbar-brand nav-link index" href="#">
<img src="./assets/pics/transparentlogo.png" alt="Logo" style="padding:3px 0px;">
</a>
<a class="nav-link text-brand index" href="#">
<h2>MHP </h2>
<div>
<h3>Thermal Engineers</h3>
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item links">
<span class = "span-class index">
<a class="nav-link" class="index" href="#"><i class="fa fa-home"> </i> Home</a>
</span>
</li>
<li class = "nav-item links dropdown">
<a class = "nav-link" href = "#" data-toggle = "dropdown"><i class="fa fa-gift" aria-hidden="true"> </i> Products</a>
<div class = "dropdown-menu">
<a class = "nav-link dropdown-item boileraux" href = "#">Boiler Auxiliary</a>
<a class = "nav-link dropdown-item boilerpcs" href = "#">Boiler pollution control system</a>
<a class = "nav-link dropdown-item boilerfcs" href = "#">Boiler fuel control system</a>
<a class = "nav-link dropdown-item storagetanks" href = "#">Storage Tanks</a>
</div>
</li>
<li class="nav-item links dropdown">
<a class="nav-link services" href="#" data-toggle = "dropdown"><i class="fa fa-wrench" aria-hidden="true"> </i> Services</a>
<div class = "dropdown-menu">
<a class = "nav-link dropdown-item boilerass" href = "#">Boiler Assembly and maintenance</a>
<a class = "nav-link dropdown-item boilerint" href = "#">Boiler internal house work</a>
<a class = "nav-link dropdown-item boilerfluid" href = "#">Thermic fluid heater</a>
<a class = "nav-link dropdown-item boilerstruc" href = "#">Structure installation</a>
</div>
</li>
<li class = "nav-item links">
<a class = "nav-link about" href = "#"><i class="fa fa-id-card-o" aria-hidden="true"> </i> About us</a>
</li>
<li class="nav-item links">
<a class="nav-link careers" href="#"><i class="fa fa-user-plus" aria-hidden="true"> </i> Careers</a>
</li>
<li class="nav-item links">
<a class="nav-link contact" href="#"><i class="fa fa-mobile" aria-hidden="true"> </i> Contact </a>
</li>
<li class = "nav-item links dropleft">
<a class = "nav-link dropdown-toggle" href = "#" data-toggle = "dropdown"><i class="fa fa-user" aria-hidden="true"></i></a>
<div class = dropdown-menu>
<a class = "nav-link dropdown-item login" href = #>Login</a>
</div>
</li>
</ul>
</div>
</nav>
<div id="ajax-cont"></div>
<footer class="page-footer">
<div class="container">
<div class="row">
<ul style="text-align: center; margin : 0px auto; padding : 0px; ">
<li class="footer-link">
<a class="about" href="#">About Us</a>
</li>
<li class="footer-link">
<a class="contact" href="#">Contact Us</a>
</li>
<li class="footer-link">
<a class="careers" href="#">Careers</a>
</li>
</ul>
</div>
<div class="row">
<div class="col-md-4 footer-second text-center"><i class="fa fa-telegram" aria-hidden="true"> </i><br>
customercare@mhpthermals.in </div>
<div class="col-md-4 footer-second text-center"><i class="fa fa-address-book" aria-hidden="true">
</i><br>FCA-14/B, Gali no.1,
Near Kesav nursing home, Yadav colony, Ballabgarh, Faridabad - 121004
</div>
<div class="col-md-4 footer-second text-center"><i class="fa fa-phone-square" aria-hidden="true"> </i><br>
9311217004</div>
</div>
</div>
<div class="row">
<div class="col-md-4" style="margin-left : auto; margin-right : auto; text-align : center;">
<a href="https://www.facebook.com/mhpengineers/?ref=bookmarks"><i class="fa fa-facebook-official fa-lg social" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/mhp-thermal-engineers2015/"><i class="fa fa-linkedin fa-lg social" aria-hidden="true"></i></a>
</div>
</div>
<p class="text-center copyright"><i class="fa fa-copyright" aria-hidden="true"> </i> Copyright 2000</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#ajax-cont').load('home.html');
$('#ajax-cont').show();
$('.boileraux').click(function(){
$('#Home').hide();
$('#ajax-cont').load('boilerAuxiliary.html');
$('#ajax-cont').show();
})
$('.about').click(function(){
$('#Home').hide();
$('#ajax-cont').show();
$('#ajax-cont').load('about.html');
})
$('.index').click(function(){
$('#ajax-cont').load('home.html');
$('#Home').show();
$('#ajax-cont').show();
})
$('.contact').click(function(){
$('#Home').hide();
$('#ajax-cont').load('ContactUs.html');
$('#ajax-cont').show();
})
$('.boileraux').click(function(){
$('#Home').hide();
$('#ajax-cont').load('boilerAuxiliary.html');
$('#ajax-cont').show();
})
$('.boilerfcs').click(function(){
$('#Home').hide();
$('#ajax-cont').load('BoilerFCS.html');
$('#ajax-cont').show();
})
$('.boilerpcs').click(function(){
$('#Home').hide();
$('#ajax-cont').load('BoilerPCS.html');
$('#ajax-cont').show();
})
$('.boilerass').click(function(){
$('#Home').hide();
$('#ajax-cont').load('Boileraux.html');
$('#ajax-cont').show();
})
$('.boilerint').click(function(){
$('#Home').hide();
$('#ajax-cont').load('Boilerint.html');
$('#ajax-cont').show();
})
$('.boilerfluid').click(function(){
$('#Home').hide();
$('#ajax-cont').load('Boilerfluid.html');
$('#ajax-cont').show();
})
$('.boilerstruc').click(function(){
$('#Home').hide();
$('#ajax-cont').load('Boilerstruc.html');
$('#ajax-cont').show();
})
$('.storagetanks').click(function(){
$('#Home').hide();
$('#ajax-cont').load('Storagetanks.html');
$('#ajax-cont').show();
})
$('.careers').click(function(){
$('#Home').hide();
$('#ajax-cont').load('Careers.html');
$('#ajax-cont').show();
});
})
</script>
<script src="jquery.flip.min.js"></script>
</body>
</html>