-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
257 lines (245 loc) · 9.92 KB
/
about.php
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
<?php
session_start();
$hide=0;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us</title>
<!-- swiper css link -->
<!-- <link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" /> -->
<!-- swiper other link -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- linking font -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- custom css file -->
<link rel="stylesheet" href="style.css">
<!-- linking favicon -->
<link rel="shortcut icon" type="image/png" href="images/mainicon.png">
</head>
<body>
<section class="header">
<a href="home.php" class="logo"><img src="images/homelogo.png" alt=""></a>
<nav class="navbar">
<a href="home.php">Home</a>
<a href="about.php">About</a>
<!-- <a href="package.html">Package</a> -->
<a href="package.php">Package</a>
<a href="booking.php">Booking</a>
<?php
if(isset($_SESSION[$hide])) {?>
<a href="account.php" >Account</a>
<?php } ?>
<!-- <a href="account.php">Account</a> -->
</nav>
</section>
<!-- header sections ends here -->
<div class="heading" style="background:url(images/header-bg-1.jpg) no-repeat">
<h1>About Us</h1>
</div>
<!-- about section start here -->
<section class="about">
<div class="image">
<img src="images/about-img.jpg" alt="">
</div>
<div class="content">
<h3>why choose us</h3>
<p>This Site is a platform offering premium eggs , chicken and
information resources for the national poultry industry.</p>
<div class="icon-container">
<div class="icons">
<i class="fas fa-users"></i>
<span>Quick Delivery</span>
</div>
<div class="icons">
<i class="fas fa-hand-holding-usd"></i>
<span>Affordable Price</span>
</div>
<div class="icons">
<i class="fas fa-headset"></i>
<span>24/7</span>
</div>
</div>
</div>
</section>
<!-- about section ends here -->
<!-- review sections starts here-->
<section id="testimonials">
<!--heading--->
<div class="testimonial-heading">
<h1>Reviews</h1>
</div>
<!--testimonials-box-container------>
<div class="testimonial-box-container">
<!--BOX-1-------------->
<div class="testimonial-box">
<!--top------------------------->
<div class="box-top">
<!--profile----->
<div class="profile">
<!--img---->
<div class="profile-img">
<img src="images/21.jpg" />
</div>
<!--name-and-username-->
<div class="name-user">
<strong>Touseeq Ijaz</strong>
<span>@touseeqijazweb</span>
</div>
</div>
<!--reviews------>
<div class="reviews">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i><!--Empty star-->
</div>
</div>
<!--Comments---------------------------------------->
<div class="client-comment">
<p>I'm really impressed with their standerd of quality and i will recommend everyone to buy chickens and eggs from here.</p>
</div>
</div>
<!--BOX-2-------------->
<div class="testimonial-box">
<!--top------------------------->
<div class="box-top">
<!--profile----->
<div class="profile">
<!--img---->
<div class="profile-img">
<img src="images/6.jpg" />
</div>
<!--name-and-username-->
<div class="name-user">
<strong>Awais Ashraf</strong>
<span>@aashraf</span>
</div>
</div>
<!--reviews------>
<div class="reviews">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i><!--Empty star-->
</div>
</div>
<!--Comments---------------------------------------->
<div class="client-comment">
<p>there delivery charges are null as compared to other dealers and are delivering packages before the due date really impressed!.</p>
</div>
</div>
<!--BOX-3-------------->
<div class="testimonial-box">
<!--top------------------------->
<div class="box-top">
<!--profile----->
<div class="profile">
<!--img---->
<div class="profile-img">
<img src="images/3.jpg" />
</div>
<!--name-and-username-->
<div class="name-user">
<strong>Amna Ijaz</strong>
<span>@aijaz</span>
</div>
</div>
<!--reviews------>
<div class="reviews">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i><!--Empty star-->
</div>
</div>
<!--Comments---------------------------------------->
<div class="client-comment">
<p>the chickens were very healthy and were in a good condition and their health was telling that they were given proper diet.</p>
</div>
</div>
<!--BOX-4-------------->
<div class="testimonial-box">
<!--top------------------------->
<div class="box-top">
<!--profile----->
<div class="profile">
<!--img---->
<div class="profile-img">
<img src="images/4.jpg" />
</div>
<!--name-and-username-->
<div class="name-user">
<strong>Izna Naveed</strong>
<span>@inza</span>
</div>
</div>
<!--reviews------>
<div class="reviews">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i><!--Empty star-->
</div>
</div>
<!--Comments---------------------------------------->
<div class="client-comment">
<p>the quality was fantastic and the packaging was also very good, the eggs were packed firmly hoping to order again.</p>
</div>
</div>
</div>
</section>
<!-- review sections end here -->
<!-- footer -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Quick Links</h3>
<a href="home.php"> <i class="fas fa-angle-right"></i> Home</a>
<a href="about.php"> <i class="fas fa-angle-right"></i> About</a>
<a href="account.php"> <i class="fas fa-angle-right"></i> Accounts</a>
<a href="booking.php"> <i class="fas fa-angle-right"></i> Booking</a>
</div>
<div class="box">
<h3>Extra Links</h3>
<a href="#"> <i class="fas fa-angle-right"></i>Ask Questions</a>
<a href="#"> <i class="fas fa-angle-right"></i>About Us</a>
<a href="#"> <i class="fas fa-angle-right"></i>Privacy Policy</a>
<a href="#"> <i class="fas fa-angle-right"></i>Terms of Use</a>
</div>
<div class="box">
<h3>Contact Info</h3>
<a href="#"><i class="fas fa-angle-right fa-angle-phone"></i>+92-318-7486-849</a>
<a href="#"><i class="fas fa-angle-right fa-angle-phone"></i>+92-304-6628-824</a>
<a href="#"><i class="fas fa-angle-right fa-angle-envelope"></i>f200282@cfd.nu.edu.pk</a>
<a href="#"><i class="fas fa-angle-right fa-angle-maps"></i> punjab, pakistan </a>
</div>
<div class="box">
<h3>Follow Us</h3>
<a href="#"> <i class="fab fa-facebook-f"></i>Facebook</a>
<a href="#"> <i class="fab fa-twitter"></i>Twitter</a>
<a href="#"> <i class="fab fa-instagram"></i>Instagram</a>
<a href="#"> <i class="fab fa-linkedin"></i>linkedin</a>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<div class="credit">created by <span>Muhammad Ahmad & Muhammad Awais</span> | All Rights Reserved! </div>
</section>
<!-- swiper js link -->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<!-- custom script -->
<script src="script.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
</body>
</html>