forked from GDGouravDey/Arogya-Sampark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (168 loc) · 6.22 KB
/
index.html
File metadata and controls
171 lines (168 loc) · 6.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arogya Sampark</title>
<link rel="icon" type="image/png" href="./assets/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./styling/style.css">
<link rel="stylesheet" href="./styling/home.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-transparent">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./department.html">Departments</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./appointment.html">Appointment</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">About Us</a>
</li>
<a class="navbar-brand" href="#">
<img src="./assets/favicon.png" width="35" height="35" class="d-inline-block align-top" alt="icon">
Arogya Sampark
</a>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./login.html">Log In / Sign Up</a>
</li>
<li class="nav-item-emergency">
<a class="nav-link" href="./emergency.html">Emergency</a>
</li>
</ul>
</div>
</nav>
<div id="chatbot">
<h3>Hello, What do you want to Search?</h3>
<div class="search">
<div class="search_box">
<input type="text" class="input" placeholder="Ask me Anything...">
<button type="submit" class="btn">
<img src="./assets/icons8-discord.svg" alt="bot" width="30px">
<p>Search</p>
</button>
</div>
</div>
</div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="false">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" height="400px" width="auto" src="./assets/Doctor Appointment.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" height="400px" width="auto" src="./assets/Get Help from the Best Doctors.png"
alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" height="400px" width="auto" src="./assets/Customize your Appointment.png"
alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" height="400px" width="auto" src="./assets/1.png" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="services">
<h2>Our Services</h2>
<p>Services we provide for the General Public</p>
</div>
<div id="images">
<a href="appointment.html">
<div class="image-container">
<img src="./assets/b1.jpg" alt="Image 1" height="280px">
<div class="overlay">
<div class="text">Appointment</div>
</div>
</div>
</a>
<a href="emergency.html">
<div class="image-container">
<img src="./assets/b4.jpg" alt="Image 4" height="280px">
<div class="overlay">
<div class="text">Emergency</div>
</div>
</div>
</a>
<a href="department.html">
<div class="image-container">
<img src="./assets/b2.jpg" alt="Image 2" height="280px">
<div class="overlay">
<div class="text">Departments</div>
</div>
</div>
</a>
<a href="contact.html">
<div class="image-container">
<img src="./assets/b3.jpg" alt="Image 3" height="280px">
<div class="overlay">
<div class="text">About Us</div>
</div>
</div>
</a>
</div>
<div id="consult">
<h2>Consult top doctors for any health concern</h2>
<p>Private online consultations with verified doctors in all specialists</p>
<figure>
<img src="./assets/a1.png" data-tilt>
<figcaption>Reproductive Disorders</figcaption>
</figure>
<figure>
<img src="./assets/a2.png" data-tilt>
<figcaption>Skin Diseases</figcaption>
</figure>
<figure>
<img src="./assets/a3.png" data-tilt>
<figcaption>Common Health Issues</figcaption>
</figure>
<figure>
<img src="./assets/a4.png" data-tilt>
<figcaption>Child Health</figcaption>
</figure>
<figure>
<img src="./assets/a5.png" data-tilt>
<figcaption>Mental Health Disorders</figcaption>
</figure>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/js/bootstrap.min.js"></script>
<script src="./tilt/tilt.jquery.min.js"></script>
<script>
$(document).ready(function () {
$('#carouselExampleIndicators').carousel({
interval: 8000 /*This is set to 8s */
});
});
</script>
</body>
</html>