-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (217 loc) · 6.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- google font -->
<link
href="https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<!-- google font -->
<!-- Css File -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Css File -->
<!-- icon -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<!-- icon -->
<!-- Link Swiper's CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<!-- font awesome -->
<script
src="https://kit.fontawesome.com/094fe99ade.js"
crossorigin="anonymous"
></script>
<link href="script.js" />
<script src="css/jquery.min.js"></script>
<script type="text/javascript">
$(function () {
$("#theList a").hover(function () {
$(this).toggleClass("highlight");
});
});
</script>
<style type="text/css">
.menubar {
color: #666;
padding: 10px 45px;
text-align: center;
font-size: 19px;
border: none;
border-radius: 10px;
display: inline-block; /* To make padding and alignment work properly */
transition: background 0.3s; /* Smooth transition for background change */
}
.highlight {
background: linear-gradient(120deg, #fab2ff 40%, #663399);
color: #fff; /* Adjust text color for better visibility */
}
</style>
<title>Home Page</title>
</head>
<body>
<!-- header -->
<header class="header">
<a href="index.html" class="logo">
<img src="img/Logo.png" />
</a>
<!-- navbar -->
<div class="headbar">
<a href="index.html">Home</a>
<a href="./Pharmacy Page/Pharmacy.html">Phramacy</a>
<a href="service.html">Service</a>
<a href="./Pharmacy About Us/About Us.html">About Us</a>
<a href="./Pharmacy Contact Us/Contact Us HTML.html">Contact Us</a>
</div>
<!-- navbar -->
<div id="theList" class="p-3">
<a href="../REGISTER/REGISTER.html" class="menubar">Register</a>
</div>
</header>
<!-- header -->
<!-- main -->
<section class="main">
<div class="left">
<h2>We Are Here For Your Help</h2>
<h1>We Are The Best Phramacy</h1>
<p>We Are Here For You Care 24/7.Any Help Just Call Us</p>
<button>Contact Us</button>
</div>
<div class="right">
<img
src="img/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIzLTEyL3Jhd3BpeGVsX29mZmljZV8yMl9jcmVhdGVfYV9taW5pbWFsaXN0X3ZlY3Rvcl9pc29tZXRyaWNfaWxsdXN0cl9iNzgxYzNhMC0wNmU4LTRhNWQtYjc2MS02ZGU3M2NlODVmMmRfMS5wbmc.webp"
/>
</div>
</section>
<!-- product -->
<div id="theList">
<a href="#" class="view">View More</a>
</div>
<section class="products" id="products">
<div class="swiper-container product-slider">
<div class="swiper-wrapper">
<div class="swiper-slide box">
<img src="img/paracetamol.webp" />
<h3>Paracetoamol</h3>
<div class="price">1000 ks</div>
<div class="quantity">
<span>Quantity :</span>
<input type="number" value="1" min="1" max="1000" />
</div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="swiper-slide box">
<img src="img/paracetamol.webp" />
<h3>Paracetoamol 1</h3>
<div class="price">1000 ks</div>
<div class="quantity">
<span>Quantity :</span>
<input type="number" value="1" min="1" max="1000" />
</div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="swiper-slide box">
<img src="img/paracetamol.webp" />
<h3>Paracetoamol 2</h3>
<div class="price">1000 ks</div>
<div class="quantity">
<span>Quantity :</span>
<input type="number" value="1" min="1" max="1000" />
</div>
<a href="#" class="btn">add to cart</a>
</div>
<div class="swiper-slide box">
<img src="img/paracetamol.webp" />
<h3>Paracetoamol 3</h3>
<div class="price">1000 ks</div>
<div class="quantity">
<span>Quantity :</span>
<input type="number" value="1" min="1" max="1000" />
</div>
<a href="#" class="btn">add to cart</a>
</div>
</div>
</div>
<!-- next4 -->
</section>
<!-- main -->
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script type="text/javascript">
var swiper = new Swiper(".swiper-container", {
loop: true,
spaceBetween: 10,
autoplay: {
delay: 7500,
disableOnInteraction: false,
},
centeredSlides: false,
breakpoints: {
0: {
slidesPerView: 1,
},
768: {
slidesPerView: 2,
},
1024: {
slidesPerView: 3,
},
},
});
</script>
</body>
<footer>
<div class="container">
<div class="footer-content">
<h3>Contact Us</h3>
<p>Email: [email protected]</p>
<p>Phone: 123-456-7890</p>
<p>Address: Sanchaung, Yangon</p>
</div>
<div class="footer-content">
<h3>Quick Links</h3>
<ul class="list">
<li><a href="index.html">Home</a></li>
<li><a href="Phramacy.html">Phramacy</a></li>
<li><a href="Service.html">Service</a></li>
<li><a href="About.html">About Us</a></li>
<li><a href="Contact.html">Contact Us</a></li>
</ul>
</div>
<div class="footer-content">
<h3>Follow Us</h3>
<ul class="social-icon">
<li>
<a href="https://www.facebook.com" target="_blank"
><i class="fa-brands fa-facebook"></i
></a>
</li>
<li>
<a href="https://www.twitter.com" target="_blank"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a href="https://www.instagram.com" target="_blank"
><i class="fab fa-instagram"></i
></a>
</li>
<li>
<a href="https://www.youtube.com" target="_blank"
><i class="fab fa-youtube"></i
></a>
</li>
</ul>
</div>
</div>
<div class="bottom-bar">
<p>© healthycare.All right reversed</p>
</div>
</footer>
</html>