forked from AgnishaDe/Redox-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
facilities.html
91 lines (70 loc) · 2.48 KB
/
facilities.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<title>FACILITIES</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="facility" id="facility">
<form action="index.html">
<button type="submit"><H2>BACK</H2></button>
</form>
<div class="container">
<h1 class="heading"><span>'</span> our facilities <span>'</span></h1>
<div class="box-container">
<div class="box" data-aos="zoom-in">
<a href="facilities1.jpg" title="operating room">
<img src="facilities1.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="laboratory-2815641_960_720.jpg" title="our lab">
<img src="laboratory-2815641_960_720.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="hospital bed.jpg" title="hospital bed">
<img src="hospital bed.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="hospital equipments.jpg" title="hospital equipments">
<img src="hospital equipments.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="mri.jpg" title="MRI facility">
<img src="mri.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="labour delivery.jpg" title="labour delivery">
<img src="labour delivery.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="operation theatre.jpg" title="operation theatre">
<img src="operation theatre.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="ecg equipment.jpg" title="ECG Equipment">
<img src="ecg equipment.jpg" alt="">
</a>
</div>
<div class="box" data-aos="zoom-in">
<a href="dentist equipment.jpg" title="Dentist equipment">
<img src="dentist equipment.jpg" alt="">
</a>
</div>
</div>
</div>
</section>
</body>
</html>