-
Notifications
You must be signed in to change notification settings - Fork 0
/
AYurbot.html
192 lines (163 loc) · 5.01 KB
/
AYurbot.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('pbitphy8wzw8');
</script>
<!-- End of Async Drift Code -->
</head>
<body>
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}
header {
background-color: #ff5733;
text-align: center;
padding: 20px;
color: #fff;
}
h1 {
margin: 0;
padding: 0;
}
nav a {
margin: 0 10px;
text-decoration: none;
color: #fff;
transition: color 0.3s ease-in-out;
}
nav a:hover {
color: #f0f0f0;
}
section {
margin: 20px;
background-color: #fff;
border-radius: 8px;
padding: 20px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
section h2 {
color: #ff5733;
}
footer {
background-color: #ff5733;
text-align: center;
padding: 10px;
color: #fff;
position: fixed;
bottom: 0;
width: 100%;
}
.chat-bot {
position: fixed;
right: 20px;
bottom: 20px;
border: none;
z-index: 1000;
}
.container {
margin: 0 auto;
max-width: 1200px; /* or any other value */
padding: 0 20px; /* adding 20px of padding */
}
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
text-align: center;
}
section img {
display: block;
margin: auto;
width: 100%;
height: auto;
}
</style>
<div class="container">
<header>
<nav>
<a href="#home">HOME</a> |
<a href="#menu">Facilities</a> |
<a href="#details">Patient Details</a> |
<a href="#location">LOCATION</a> |
<a href="#aboutus">ABOUT US</a> |
<a href="#contactus">CONTACT US</a>
</nav>
</header>
<section id="home">
<img src="ayurbot2.jpg" >
<!-- Add images here -->
</section>
<section id="menu">
<h2>We Provide</h2>
<div class="grid-container">
<img src="image.jpg" alt="Free Doctor">
<img src="image2.jpg" alt="Menu item 2"><br>
<h1>1. Doctor Facilities</h1><br>
<h1>2. Online Medical Tips</h1><br>
<h1>3. Nursing Tips</h1>
</div>
</section>
<section id="details">
<h2>Patient Information</h2>
<body>
<form>
<label for="username">Username: </label>
<input type="text" name="username" id="username">
<input type="submit" Value="Submit"><br>
<br><label for="dateofbirth">Date of Birth: </label>
<input type="date" id="date"><br><br>
<label for="username">Sex: </label>
<label for="Male"> Male</label>
<input type="radio" name="Gender" id="Female">
<label for="Female">Female</label>
<input type="radio" name="Gender" id="female"><br><br>
<label for="contact">Contact No.: </label>
<input type="number" name="number" id="number">
<input type="submit" Value="Submit">
</form>
</body>
</section>
<section id="location">
<h2>Location</h2>
<p> AGARTALA,TRIPURA</p>
<!-- Add map widget here -->
</section>
<section id="contactus">
<h2>Contact Us</h2>
<p>Got questions? Want to contact a Doctor? Call us at +9179123 or email us at [email protected]</p>
</section>
<iframe width="350" height="430" allow="microphone;" src="https://console.dialogflow.com/api-client/demo/embedded/c32f8ff5-eb94-4bda-8064-804d68570238"></iframe>
</div>
</body>
</html>