-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (192 loc) · 9.72 KB
/
index.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
<html>
<head>
<title>HOME | FINDOC</title>
<link rel="icon" href="img/main.jpeg">
<style>
*{
margin: 0px;
}
#imgtop{
padding: 10px;
width: 180px;
border-radius: 20px;
}
#imgtd{
width :200px;
}
#name{
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 100px;
width: 1100px;
}
label{
font-size: 20px;
color: darkblue ;
}
#sign{
/* text-align: center; */
line-height: 30px;
}
#tab1{
background-color: rgb(174, 209, 255);
}
.nb{
text-align: center;
font-size: 35px;
}
.link{
text-decoration: none;
color: black;
}
.nb:hover{
background-color: white;
border-radius: 20px;
font-weight: bolder;
}
#t{
background-color: rgb(69, 147, 255);
height:80px;
}
#si{
background-color: red;
color: white;
width: 100px;
height: 30px;
}
f{
color: white;
}
.f:hover{
background-color: white;
border-radius: 20px;
color: blue;
font-size: 18px;
font-weight: bolder;
}
#name:hover{
text-decoration: underline;
}
</style>
</head>
<body>
<table width="100%" id="tab1">
<tr>
<td id="imgtd"><img src="img/main.jpeg" alt="Icon" id="imgtop"></td>
<td id="name"><a href="#" style="text-decoration: none;color: blue;">FINDOC</a> </td>
<td style="text-align: center; " width=20%><a href="signup.html"
style="text-decoration:none ; color:black;font-weight: 900;font-size: 22px;color: white;background-color: blue;padding:50px 70px; border-radius: 300px 0px 0px 300px;"> SIGN IN | JOIN </a></td>
</tr>
</table>
<table width="100%" id="t">
<tr>
<td class="nb" style="background-color: white; border-radius:20px"><a href="index.html" class="link">Home</a></td>
<td class="nb"><a href="navigation.html" class="link">Navigation</a></td>
<td class="nb"><a href="emergency.html" class="link">Emergency</a></td>
<td class="nb"><a href="aboutus.html" class="link">About Us</a></td>
</tr>
</table>
<div style="background-color: rgb(255, 255, 231);">
<br>
<marquee behavior="alternate" direction="">If you use this site regularly and would like to help keep the site on the Internet, please consider giving feedback to us so that future improvements can be done according to your convenience.
</marquee>
<br><br>
<hr>
<br><br><br><br><br><br>
<table>
<tr>
<td style="font-size:30px;line-height: 40px;padding: 50px 40px 50px 80px; background-color: rgba(255, 139, 101, 0.363); border-radius:0px 90px 90px 0px;">FINDOC is an health technology application which provides the medical services to its patients with shortest route possible.
Patients will be provided with real time data on availability of beds and medical service provided by hospital near them.
in case of emergency any patient can easily use the app to call the ambulance too.</td>
<td width="40%"><center><img src="img/main.jpeg" width="300px" style="border: 10px solid rgba(255, 139, 101, 0.363) ;border-radius: 20px;"></center></td>
</tr>
</table>
<br><br><br>
<h1 style="margin: 20px;">Hospitals & Doctors : </h1><hr><br><br>
<table WIDTH="100%">
<tr>
<td width="30%"><center><img src="img/hos1.jpg" width="400px" style="border:5px black solid ;"></center></td>
<td width="30%"><center><img src="img/hos2.webp" width="400px" style="border:5px black solid ;" ></center></td>
<td width="30%"><center><img src="img/hos3.jpg" width="400px" style="border:5px black solid ;" ></center></td>
</tr>
<tr>
<td width="30%"><center><img src="img/doc1.webp" width="400px" style="border:5px black solid ;"></center></td>
<td width="30%"><center><img src="img/doc2.avif" width="400px" style="border:5px black solid ;" ></center></td>
<td width="30%"><center><img src="img/doc3.jpg" width="400px" style="border:5px black solid ;" ></center></td>
</tr>
</table>
<br><br><br><hr><br><br><br><br><br><br><br><br><br>
<table border="0" width="100%">
<tr>
<td width="30%"></td>
<td style="text-align: center;background-color: rgba(21, 0, 255, 0.792);" >
<from ><br>
<label style="color: white; font-size: 25px;">For Future Updates :</label><br><br><br>
<input type="email" placeholder="Enter Email" style="width: 400px; height:30px"><br><br>
<input type="submit" value="Subscribe" style="width: 100px; height: 30px;"><br><br>
</from>
</td>
<td width="30%"></td>
</tr>
</table>
<br><br><br><br><br><br><br><br>
</div>
<!-- footer -->
<footer>
<table border="2" style="background-color :rgb(69, 147, 255); width: 100% ;border-color: aliceblue;">
<tr>
<td width="20%" align="center">
<a href="#" style="text-decoration:none ; color:white"><img src="img/main.jpeg" border="3" width="150px"
style="margin: 10px; padding: 10px; border-color: white;"></a></td>
<td width="10%" style="color :white; line-height: 3em; padding: 20px;">
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">ABOUT FINDOC</a><br>
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">HELP/FAQS</a><br>
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">CAREERS</a><br>
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">INTERNSHIPS</a>
</td>
<td align="center" width="15%"style="color :white; line-height: 3em; padding: 20px;">
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">ADVERTISING</a> <br>
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">DOCTORS LIST</a><br>
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">HOSPITALS</a><br>
<a href="#" class="f" style="text-decoration:none ;padding: 20px 80px;">CONTACT US</a>
</td>
<td align="center" width="20%" style="color :white; line-height: 2em; padding: 10px;">
<b style="font-size: 25px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande'">FOLLOW US :</b><br><br>
<a href="#"><img src="img/fbicon.jpg" width="35px" style="padding:10px"></a>
<a href="#"> <img src="img/twittericon.png" width="35px" style="padding:10px"></a>
<a href="#"> <img src="img/instaicon.png" width="35px" style="padding:10px"></a><br>
<a href="#"> <img src="img/youtubeicon.png" width="35px" style="padding:10px"></a>
<a href="#"> <img src="img/snapicon.png" width="35px" style="padding:10px"></a>
<a href="#"> <img src="img/pinicon.png" width="35px" style="padding:10px"></a>
</td>
</tr>
</table>
<table style="background-color :rgb(174, 209, 255); width: 100% ;border-color: aliceblue;">
<tr>
<td align="center" width="20%" style="color :grey; line-height: 2em; padding: 10px;">
License Agreement Interest-Based Ads
Marvel Insider Terms ©2022 FINDOC
<p style="color: black;">--Created by : <span style="font-size: 30px; font-weight: bold;">
Akshat Jain , Abhinav Maheshvari , Faraz Khan , Siddharth Gupta
</span></p>
</td>
</tr>
</table>
</footer>
<script type="text/javascript"
src="https://studio.alan.app/web/lib/alan_lib.min.js"></script>
<script>
var alanBtnInstance = alanBtn({
key: "2f82d4afb7aacc04af5a7a77ca5e54352e956eca572e1d8b807a3e2338fdd0dc/stage",
onCommand: function (commandData) {
if (commandData.command === "go:back") {
//call client code that will react on the received command
}
},
rootEl: document.getElementById("alan-btn"),
bottom: '50px',left: '50px',zIndex: 10
});
</script>
<script src="//code.tidio.co/cerhgyciqnd2dghbxj27hstypbjdy9bn.js" async></script>
</body>
</html>