-
Notifications
You must be signed in to change notification settings - Fork 79
/
index.html
335 lines (318 loc) · 13.6 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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="images/Logo.png" sizes="16x16" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>MEDICO</title>
<link rel="stylesheet" href="home.css">
<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=Spartan:wght@300&display=swap" rel="stylesheet">
<script src="https://www.gstatic.com/firebasejs/ui/4.4.0/firebase-ui-auth.js"></script>
<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=Lato:wght@300&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/4.4.0/firebase-ui-auth.css" />
</head>
<style>
span {
color: #05386B;
font-weight: bold;
}
#navLinks {
width: 100%;
top: 0;
position: fixed;
top: -4%;
z-index: 1000;
justify-content: space-between;
height: 6rem;
background: rgba(208, 210, 216, 0.15);
backdrop-filter: blur(5px);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.993);
text-align: center;
display: inline-block;
vertical-align: top;
}
</style>
<body>
<section class="header">
<br>
<nav>
<div class="nav-links" id="navLinks">
<a href="#"><img width="130" height="130" src="images/Logo.png" alt="" align="left"
style="padding:13px"></a>
<i class="fas fa-times" onclick="hideMenu()"></i>
<ul>
<li><a style="border-radius: 10px; padding: 10px; background-color: rgb(204, 207, 211,-0.3);"
href="ocr.html"><i class="uil uil-capture"></i>Upload</a></button></li>
<li><a style="border-radius: 10px; padding: 10px; background-color: rgb(204, 207, 211,-0.3);"
href="offers.html"><i class="lni lni-offer"></i>Offers</a></li>
<li><button style="border-radius: 10px; padding: 10px; background-color: rgb(204, 207, 211,-0.3);"
class="gbtn" onclick="loginWithGoogle()"><i class="fa fa-fw fa-user"></i>Login/
Sign-up</button></li>
<li><a style="border-radius: 10px; padding: 10px; background-color: rgb(204, 207, 211,-0.3);"
href="cart.html"><i class="uil uil-shopping-cart"></i>Cart</a></li>
</ul>
</div>
<script type="text/javascript">
function sign() {
console.log("sign");
}
</script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-storage.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyCmuvv_ew03FKSvxtVLIc_9OWcH6GjbO1w",
authDomain: "tcetdev.firebaseapp.com",
projectId: "tcetdev",
storageBucket: "tcetdev.appspot.com",
messagingSenderId: "323333761920",
appId: "1:323333761920:web:0c1ef126c2f6b301c0ef65",
measurementId: "G-0KHX2EJ3BR"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>
<script src="./scripts/auth.js"></script>
<script src="./scripts/firestore-db.js"></script>
<script src="./scripts/suggestions.js"></script>
<script src="./scripts/script.js"></script>
<i class="fas fa-bars" onclick="showMenu()"></i>
</nav>
<div class="wrapper">
<div class="search-input">
<a href="" target="_blank" hidden></a>
<input type="text" placeholder="Type to search......">
<div class="autocom-box">
<!-- here list are inserted from javascript -->
</div>
<div class="icon"><i class="fas fa-search"></i></div>
</div>
</div>
<script src="js/suggestions.js"></script>
<script src="js/script.js"></script>
<div id="intro-discription">
<p id="intro-discription">
<span class="text-slider-items">
<p style="font-family: 'Lato', sans-serif;">Making you better,</p>
</span>
<strong class="text-slider"></strong>
</p>
</div>
</section>
<!--Javascript for toggle menu-->
<script>
var navLinks = document.getElementById("navLinks")
function showMenu() {
navLinks.style.right = "-500";
}
function hideMenu() {
navLinks.style.right = "-500px";
}
</script>
<!--Order-->
<section class="order">
<div class="row">
<div class="order-col">
<img src="images/Order medicines.png" alt="">
<a href="shop.html" class="buymedbtn">Order now</a>
</div>
<div class="order-col">
<img src="images/2.png" class="trust" alt="">
<a href="hcp.html" class="buyhcbtn">Order now</a>
</div>
<div class="order-col">
<img src="images/3.png" class="trust" alt="">
<a href="labtest.html" class="buyltbtn">Book now</a>
</div>
</div>
</section>
<!--Flash-Cards-->
<section class="flashcards">
<div class="row">
<div class="cards-col">
<img src="images/sale.png" class="trust" alt="">
<a href="#" class="btn">Read More</a>
</div>
<div class="cards-col">
<img src="images/secure delivery.png" class="trust" alt="">
<a href="#" class="btn">Read More</a>
</div>
<div class="cards-col">
<img src="images/trust.png" class="trust" c alt="">
</div>
<div class="cards-col">
<img src="images/free shipping.png" class="trust" alt="">
<a href="#" class="btn">Read More</a>
</div>
</div>
</section>
<!--Products-->
<section class="product">
<h2 class="product_logo"><i class="fas fa-cart-arrow-down"></i>Products</h2>
<div class="row">
<div class="prdct-col">
<span title="Essential Items">
<a href="shop.html#essentials">
<img src="images/p1.png" class="trust" alt="">
</a>
</span>
</div>
<div class="prdct-col">
</span>
<span title="lotions Items">
<a href="shop.html#essentials">
<img src="images/lotion 1.jpg" class="trust" alt="">
</a>
</span>
</div>
<div class="prdct-col">
<span title="Babycare Products">
<a href="shop.html#mom&care">
<img src="images/babycare.jpg" class="trust" alt="">
</a>
</span>
</div>
<div class="prdct-col">
<span title="Ayurvedic">
<a href="shop.html#Ayurvedic">
<img src="images/ayur.png" class="trust" alt="">
</a>
</span>
</div>
<div class="prdct-col">
<span title="Emergency Kit">
<a href="hcp.html#Emergency">
<img src="images/EmergencyKit.jpg" class="trust" alt="">
</a>
</span>
</div>
</div>
</section>
<section class="flashcards2">
<div class="row">
<div class="cards-col2">
<img class="trust" src="images/appointment.png" alt="">
<a href="#" class="btn2">Read More</a>
</div>
<div class="cards-col2">
<img src="images/best deals of the week!.png" class="trust" alt="">
<a href="#" class="btn3">Read More</a>
</div>
</div>
<!-- Badge Code - Do Not Change The Code -->
<a class="hitCounter" target="_blank" title="Hit counter"
data-name="9df4e4d1da956df04f98a628ffe58f93|5|page|1|#ea5050|#ffffff|small|s-hit">Hit Counter</a>
<script>document.write("<script type='text/javascript' src='https://visitorshitcounter.com/js/hitCounter.js?v=" + Date.now() + "'><\/script>");</script>
<!-- Badge Code End Here -->
</section>
<section style="background: rgba(125, 228, 125, 0.733); padding: 2rem;">
<center>
<p><big>Full Body Check-Up Drive - We care for your health..!!</big></p>
<br>
By Doctor: To be updated soon.<br>
Date: To be updated soon.<br>
Venue: To be updated soon.<br> <br>
<a href="bodycheckup.html"><button type="button" style="padding: 0.5rem; border-radius: 5px;"> Register Now
</button></a>
</center>
</section>
<!--Customers-->
<section class="customers">
<div class="feedbcover"><img src="images/Feedback.png" alt=""></div>
<div class="row">
<div class="feedb">
<img src="images/f1.png" alt="">
</div>
<div class="feedb">
<img src="images/f2.png" alt="">
</div>
<div class="feedb">
<img src="images/f3.png" alt="">
</div>
</div>
</section>
<section class="footer">
<div class="foot">
<div class="foot-content">
<div class="foot-shop">
<h3>Home</h3><br><br>
<ul>
<li><a href="shop.html#essentials">Covid-19 Essentials</a></li><br>
<li><a href="shop.html#mom&care">Mom & Baby Health care</a></li><br>
<li><a href="shop.html#Ayurvedic">Ayurvedic</a></li><br>
<li><a href="hcp.html#Emergency">Emergency Kits</a></li><br>
</ul>
</div>
<div class="foot-company">
<h3>Company</h3><br><br>
<ul>
<li><a href="#">Careers</a></li><br>
<li><a href="#">Blog</a></li><br>
<li><a href="#">Partner with medico</a></li><br>
<li><a href="#">Sell at medico</a></li><br>
</ul>
</div>
<div class="foot-help">
<h3>Need Help?</h3><br><br>
<ul>
<li><a href="FAQs.html">FAQs</a></li><br>
<li><a href="contact.html">Contact us</a></li><br>
<li><a href="about.html">About us</a></li><br>
</ul>
</div>
<div class="icons">
<h3>Follow us</h3>
<a href="https://www.instagram.com/medicopharma360/" target="blank"><i
class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.facebook.com/profile.php?id=100073159119796" target="blank"><i
class="fab fa-facebook-square fa-2x"></i></a>
<a href="https://twitter.com/MedicoPharma" target="blank"><i class="fab fa-twitter-square fa-2x"></i></a>
<a href="http://linkedin.com/in/medico-pharma-58843b221" target="blank"><i
class="fab fa-linkedin fa-2x"></i></a>
</div>
<!-- AddToAny BEGIN -->
<div class="a2a_kit a2a_kit_size_32 a2a_default_style a2a_space">
<h3>Share!</h3>
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
<a class="a2a_button_facebook"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_email"></a>
</div>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
</div>
<div class="foot-bottom">
© medico.com | Made with <i class="lni lni-heart"></i> by TCETDEV | <span>Hare Krishna</span>
</div>
</div>
</section>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/614e21dcd326717cb6833553/1fgcj8hn4';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="typed.js-master/lib/typed.min.js"></script>
<script src="app.js"></script>
</body>
</html>