-
Notifications
You must be signed in to change notification settings - Fork 1
/
gallery.html
85 lines (83 loc) · 5.09 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="keywords" content="phoenixhospital,hospital.com,phoenixhospital website,Medican,phoenixgallery">
<meta name="author" content="hospital.com">
<link rel="icon" href="images/icon5.png" type="image/x-icon">
<title>Gallery</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/gallery.css">
</head>
<body>
<div style="background-color: #DF691A; padding-bottom: 10px;padding-top: 10px;text-align: center;">
<header>
<a href="index.html" style="font-size: 30px;">Phoenix Hospital</a>
<a href="index.html" style="font-size: 15px;"><img src="images/logo6.jpg" width="20px" height="20px">Home</a>
<a href="register.html" target="_blank" style="font-size: 15px;">Register</a>
<a href="gallery.html" target="_blank" style="font-size: 15px;">Gallery</a>
<a href="appointment.html" target="_blank" style="font-size: 15px;">Book Appointment</a>
</header>
</div>
<section>
<div class="w-80" >
<div class="form-box" style="color: black; text-align: center;"><h1>Hospital Gallery</h1><br>
<div class="gallery">
<div> <img src="images/1.jpg" width="100%" height="100%" ></div>
<div> <img src="images/2.jpg" width="100%" height="100%" ></div>
<div> <img src="images/3.jpg" width="100%" height="100%" ></div>
<div> <img src="images/4.jpg" width="100%" height="100%" ></div>
</div>
<div class="gallery">
<div> <img src="images/5.jpg" width="100%" height="100%" ></div>
<div> <img src="images/6.jpg" width="100%" height="100%" ></div>
<div> <img src="images/7.jpg" width="100%" height="100%" ></div>
<div> <img src="images/8.jpg" width="100%" height="100%" ></div>
</div>
<div class="gallery">
<div> <img src="images/4.jpg" width="100%" height="100%" ></div>
<div> <img src="images/6.jpg" width="100%" height="100%" ></div>
<div> <img src="images/2.jpg" width="100%" height="100%" ></div>
<div> <img src="images/9.jpg" width="100%" height="100%" ></div>
</div>
</div>
</div><br><br>
</section>
<footer> <div class="w-80">
<div class="footer-box">
<h2>Services</h2>
<a href="#">HEPATILOGY</a>
<a href="#">MEDICAL DRESSAGE</a>
<a href="#">LABORATORY</a>
<a href="#">VACCINATIONS</a>
<a href="#">WHITENING</a>
</div>
<div class="footer-box">
<h2>Aboutr us</h2>
<a href="#">COMPANY OVERVIEW</a>
<a href="#">MANAGEMENT</a>
<a href="#">INITIATIVES</a>
<a href="#">CARRERS</a>
<a href="#">OURS DOCTERS ACHIEVE</a>
</div>
<div class="footer-box">
<h2>Contact us</h2>
<a href="#">POST A QUERY</a>
<a href="#">APOLLO CLINICS</a>
<a href="#">REACH HOSPITALS</a>
<a href="#">APOLLO CRADLE</a>
<a href="#">ASK QUESTIONS</a>
</div>
<div class="footer-box">
<h2>Facilities</h2>
<a href="#">HEPATILOGY</a>
<a href="#">MEDICAL DRESSAGE</a>
<a href="#">LABORATORY</a>
<a href="#">VACCINATIONS</a>
<a href="#">WHITENING</a>
</div>
</div>
</div></footer>
</body>
</html>