-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
331 lines (310 loc) · 15.6 KB
/
gallery.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Medizin Medical </title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="Medizin Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/slider.css" type="text/css" media="all" />
<!-- Style-CSS -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome-icons -->
<!-- /Fonts -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700" rel="stylesheet">
<!-- //Fonts -->
</head>
<body>
<!-- mian-content -->
<div class="main-w3layouts-header-sec inner" id="home">
<div class="overlay inner">
<!-- header -->
<header>
<div class="container">
<div class="header d-lg-flex justify-content-between align-items-center">
<div class="header-section">
<h1>
<a class="navbar-brand logo editContent" href="index.html">
<span class="fa fa-meetup"></span>edizin
</a>
</h1>
</div>
<div class="nav_section">
<nav>
<label for="drop" class="toggle mt-lg-0 mt-1"><span class="fa fa-bars" aria-hidden="true"></span></label>
<input type="checkbox" id="drop" />
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About </a></li>
<li><a href="healthbot.html">Chat Healthbot </a></li>
<li>
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle">Dropdown <span class="fa fa-angle-down" aria-hidden="true"></span> </label>
<a href="#">Dropdown <span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" id="drop-2" />
<ul class="inner-dropdown">
<li><a href="index.html">Stats</a></li>
<li><a href="index.html">Laboratory</a></li>
<li><a href="index.html">Reviews</a></li>
</ul>
</li>
<li class="active"><a href="gallery.html">Departments</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li class="icons">
<a href="#" class="face-bk"><span class="fa fa-facebook" aria-hidden="true"></span></a></li>
<li class="icons"><a href="#" class="twitter"><span class="fa fa-twitter" aria-hidden="true"></span></a></li>
<li class="icons"><a href="#" class="dribble"><span class="fa fa-dribbble"></span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- //header -->
</div>
</div>
<!-- //header -->
<!-- /breadcrumb -->
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Departments</li>
</ol>
<!-- //breadcrumb -->
<!--/banner-bottom -->
<section class="banner-bottom py-5" id="gallery">
<div class="container py-md-5">
<div class="header-w3layouts text-center mb-5">
<h3 class="title-w3pvt mb-5">Our Departments</h3>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal1"><img src="images/g1.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal2"><img src="images/g2.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal3"><img src="images/g3.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal4"><img src="images/g4.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal3"><img src="images/g3.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal1"><img src="images/g1.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal6"><img src="images/g6.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal5"><img src="images/g5.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal4"><img src="images/g4.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal6"><img src="images/g6.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal2"><img src="images/g2.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 gal-img">
<a href="#gal5"><img src="images/g5.jpg" alt="Medizin" class="img-fluid mt-4"></a>
</div>
</div>
<!-- gallery popups -->
<!-- popup-->
<div id="gal1" class="popup-effect">
<div class="popup">
<img src="images/g1.jpg" alt="Popup image" class="img-fluid mt-4" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal2" class="popup-effect">
<div class="popup">
<img src="images/g2.jpg" alt="Popup image" class="img-fluid mt-4" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal3" class="popup-effect">
<div class="popup">
<img src="images/g3.jpg" alt="Popup image" class="img-fluid mt-4" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal4" class="popup-effect">
<div class="popup">
<img src="images/g4.jpg" alt="Popup image" class="img-fluid mt-4" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal5" class="popup-effect">
<div class="popup">
<img src="images/g5.jpg" alt="Popup image" class="img-fluid mt-4" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal6" class="popup-effect">
<div class="popup">
<img src="images/g6.jpg" alt="Popup image" class="img-fluid mt-4" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- //gallery popups -->
</div>
</section>
<!-- //banner-bottom -->
<!-- footer -->
<footer>
<div class="container">
<div class="row footer-top">
<div class="col-lg-4 footer-grid_section_w3layouts">
<h2 class="logo-2 mb-lg-4 mb-3">
<a href="index.html"><span class="fa fa-meetup"></span>edizin</a>
</h2>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<h4 class="sub-con-fo ad-info my-4">Catch on Social</h4>
<ul class="w3layouts_social_list list-unstyled">
<li>
<a href="#" class="w3pvt_facebook">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li class="mx-2">
<a href="#" class="w3pvt_twitter">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#" class="w3pvt_dribble">
<span class="fa fa-dribbble"></span>
</a>
</li>
<li class="ml-2">
<a href="#" class="w3pvt_google">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
<div class="col-lg-8 footer-right">
<div class="w3layouts-news-letter">
<h3 class="footer-title mb-lg-4 mb-3">Newsletter</h3>
<p>By subscribing to our mailing list you will always get latest news and updates from us.</p>
<form action="#" method="post" class="w3layouts-newsletter">
<input type="email" name="Email" placeholder="Enter your email..." required="">
<button class="btn1"><span class="fa fa-paper-plane-o" aria-hidden="true"></span></button>
</form>
</div>
<div class="row mt-lg-4 bottom-w3layouts-sec-nav mx-0">
<div class="col-md-4 footer-grid_section_w3layouts">
<h3 class="footer-title mb-lg-4 mb-3">Information</h3>
<ul class="list-unstyled w3layouts-icons">
<li>
<a href="index.html">Home</a>
</li>
<li class="mt-3">
<a href="about.html">About Us</a>
</li>
<li class="mt-3">
<a href="gallery.html">Departments</a>
</li>
<li class="mt-3">
<a href="services.html">Services</a>
</li>
<li class="mt-3">
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="col-md-4 footer-grid_section_w3layouts">
<!-- social icons -->
<div class="agileinfo_social_icons">
<h3 class="footer-title mb-lg-4 mb-3">Customer Service</h3>
<ul class="list-unstyled w3layouts-icons">
<li>
<a href="about.html">About Us</a>
</li>
<li class="mt-3">
<a href="#">Delivery & Returns</a>
</li>
<li class="mt-3">
<a href="#">Waranty</a>
</li>
<li class="mt-3">
<a href="#">Terms & Condition</a>
</li>
<li class="mt-3">
<a href="#">Privacy Plolicy</a>
</li>
</ul>
</div>
<!-- social icons -->
</div>
<div class="col-md-4 footer-grid_section_w3layouts my-md-0 my-5">
<h3 class="footer-title mb-lg-4 mb-3">Contact Info</h3>
<div class="contact-info">
<div class="footer-address-inf">
<h4 class="ad-info mb-2">Phone</h4>
<p>+91 098 8907 9987</p>
</div>
<div class="footer-address-inf my-4">
<h4 class="ad-info mb-2">Email </h4>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="footer-address-inf">
<h4 class="ad-info mb-2">Location</h4>
<p>bandra, Mumbai</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- //footer -->
<div class="cpy-right py-3">
<div class="container">
<div class="row">
<p class="col-md-10 text-left">© 2023 Medizin. All rights reserved | Design by
<a href="#"> Aman Vishwakarma</a>
</p>
<!-- move top icon -->
<a href="#home" class="move-top text-lg-right text-center col-md-2"><span class="fa fa-angle-double-up" aria-hidden="true"></span></a>
<!-- //move top icon -->
</div>
</div>
</div>
</body>
</html>