-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
229 lines (218 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Honey Hub</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid maintop">
<div class="row">
<div class="logoside col-0 col-md-1 d-none d-md-flex flex-column justify-content-around">
<figure>
<img class="logo figure-img img-fluid rounded" src="images/logo.png" alt="">
</figure>
<div class="navigation">
<h6>CONTACT US</h6>
<h6>QUALITY</h6>
<h6>SHOP</h6>
<h6>ABOUT</h6>
<h6 id="selected">HOME</h6>
</div>
</div>
<div class="col-12 col-md-11">
<nav class="d-flex justify-content-between ">
<div class="headcontent d-flex">
<img class="d-md-none" src="images/logo.png" alt="">
<a class="text-decoration-none" href="tel:923111040802">
<i class="fa-solid fa-phone"></i>
<p class="d-none d-md-inline-block">Call : +923111040802</p>
</a>
<div class="headcontent">
<a class="text-decoration-none" href="mailto:[email protected]" target="_blank">
<i class="fa-regular fa-envelope"></i>
<p class="d-none d-md-inline-block">[email protected]</p>
</a>
</div>
</div>
<div class="icon-user-magnify">
<a class="text-decoration-none" href="https://www.github.com/maryamtheprogrammer" target="_blank"><i
class="fa-solid fa-user"></i></a>
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</nav>
<div class="contentHead row d-flex justify-content-center">
<div class="col-12 col-md-7 justify-content-center">
<h1 class="displaycontent">YOU CAN GET PURE <br> HONEY HERE</h1>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have
suffered
</p>
<button>Contact</button>
</div>
<div class="col-12 col-md-5">
<figure class="figure">
<img src="images/banner_img.png" class="figure-img img-fluid rounded" alt="...">
</figure>
</div>
</div>
</div>
</div>
</div>
<div class="sec1 container-fluid">
<div class="bgcolor container">
<div class="sec1-main row">
<div class="min col-12 col-md-6">
<h2>About Our Honey</h2>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have
sufferedThere are many variations of passages of Lorem Ipsum available, but the majority have
sufferedThere are many variations of passages of Lorem Ipsum available, but the majority have
suffered
</p>
<button>Read More</button>
</div>
<div class="d-none d-md-flex col-md-2"></div>
<div class="col-12 col-md-4">
<figure>
<img class="figure-img img-fluid rounded" src="images/about.png" alt="">
</figure>
</div>
</div>
</div>
</div>
<div class="section2 container-fluid d-flex flex-column align-middle justify-content-center">
<div class="section2-main container">
<h1>Quality OF Honey For Sale</h1>
<p>There are many variations of passages of Lorem Ipsum available, but There are many variations of passages
of Lorem Ipsum available, but</p>
<div class="row">
<div data-aos="fade-right" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality1.png" alt="">
</figure>
</div>
<div data-aos="fade-right" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality2.png" alt="">
</figure>
</div>
<div data-aos="fade-left" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality3.png" alt="">
</figure>
</div>
<div data-aos="fade-left" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality4.png" alt="">
</figure>
</div>
</div>
<div class="row">
<div data-aos="fade-right" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality5.png" alt="">
</figure>
</div>
<div data-aos="fade-right" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality6.png" alt="">
</figure>
</div>
<div data-aos="fade-left" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality7.png" alt="">
</figure>
</div>
<div data-aos="fade-left" class="quality col-12 col-md-6 col-xl-3 d-flex justify-content-center">
<figure>
<img src="images/quality8.png" alt="">
</figure>
</div>
</div>
<div class="button">
<button>Read More</button>
</div>
</div>
<div class="container contacts d-flex flex-column justify-content-center">
<div id="contact" class="container contacts d-flex flex-column justify-content-center">
<h1>Contact Us</h1>
<div class="inputs row d-flex justify-content-center">
<input class="col-12 col-md-5" type="text" placeholder="Name">
<input class="col-12 col-md-5" type="email" placeholder="Email">
<input class="col-12 col-md-5" type="tel" placeholder="Phone Number">
<input class="col-12 col-md-5" type="text" placeholder="Message">
<button>Send</button>
</div>
</div>
<figure>
<img class="figure-img img-fluid rounded" src="images/honet_img.png" alt="">
</figure>
<div class="container">
<div class="row footer">
<div class="col-12 col-md-6 col-lg-3">
<h5>About:-</h5><br>
<p>Maryam Zohra</p><br>
<p>Web Developer</p>
<div class="iconbar d-flex">
<div>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
</div>
<div>
<a href="#"><i class="fa-brands fa-github"></i></a>
</div>
<div>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
<div>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5>Address:-</h5>
<p>Golarchi Distt:Badin</p><br>
<p>+923111040802</p><br>
<p>[email protected]</p>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5>Links:-</h5>
<p>HOME</p><br>
<p>ABOUT</p><br>
<p>SHOP</p><br>
<p>QUALITY</p><br>
<p>CONTACT US</p>
</div>
<div class="col-12 col-md-6 col-lg-3">
<h5>Newsletter:-</h5>
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email Address">
<button>Subscribe</button>
</div>
</div>
<div class="row">
<div class="copyright col-12 d-flex justify-content-center">
<p>
© 2024 All Rights Reserved | Made with ❤️ by Maryam Zohra
</p>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</html>