-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
139 lines (121 loc) · 5.22 KB
/
about.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
<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>PickItUp</title>
<link rel="stylesheet" href="piuStyle.css">
<link href="canva/logofooter.png" rel="icon">
<script src="https://kit.fontawesome.com/99f1e9d380.js" crossorigin="anonymous"></script>
</head>
<body>
<section id="header">
<a href="#"><img id="logo" src="canva/piuL.png" alt=""></a>
<div>
<ul id="navbar">
<li> <a href="index.html">Home</a></li>
<li> <a href="shop.html">Shop</a></li>
<li> <a class = "active" href="about.html">About</a></li>
<li> <a href="contact.html">Contact</a></li>
<li> <a href="cart.html"><i class="fa-solid fa-cart-shopping"></i></a></li>
</ul>
</div>
</section>
<section id="page-header2">
<h2>#KnowUs</h2>
</section>
<section id = "about-head" class = "section-p1">
<img src="https://wallpaperaccess.com/full/2593108.png" alt="">
<div>
<h2>Who We Are?</h2>
<p>Pick It Up is an E-commerce website designed and developed by utilizing HTML, CSS, and JavaScript. It provides users with a seamless online shopping experience, allowing them to browse through a wide range of products and make purchases conveniently. The website incorporates intuitive design elements and interactive features to enhance user engagement. With its user-friendly interface and secure payment gateway, Pick It Up aims to provide a hassle-free and enjoyable shopping platform.</p>
<abbr title="">Sale is live !! What are you waiting for go and grab your favourite clothes.</abbr>
<br><br>
<marquee bgcolor = "#ccc" loop ="-1" scrollamount = "5" width = "100%" >
Sale is live !! What are you waiting for go and grab your favourite clothes.
</marquee>
</div>
</section>
<section id="feature" class="section-p1">
<div class="fe-box">
<img src="canva/free del.png" alt="">
</div>
<div class="fe-box">
<img src="canva/Order Online.png" alt="">
</div>
<div class="fe-box">
<img src="canva/save money.png" alt="">
</div>
<div class="fe-box">
<img src="canva/Big Sales.png" alt="">
</div>
<div class="fe-box">
<img src="canva/247 Support.png" alt="">
</div>
</section>
<section id="newsletter" class="section-p1">
<div class="newstext">
<h3>Sign Up for Newsletters</h3>
<p>Get E-mail update about our latest shop and <span>Special offers.</span></p>
</div>
<div class="form">
<input type="text" placeholder="Your Email Address">
<button class="normal1">Sign Up</button>
</div>
</section>
<!-- <section id = "about-app" class = "section-p1">
<h1>Download Our <a href="#">App</a></h1>
<div></div>
</section> -->
<footer class="section-p1">
<div class="col">
<img class="footer-logo" src="canva/logofooter2.png" alt="">
<h4>Contact</h4>
<p><strong>Address:</strong> Raj Labdhi Heritage, Koba Circle Behind Nidhi Petrol Pump</p>
<p><strong>Phone:</strong> +917892382737 / +916231283814</p>
<p><strong>Hours:</strong> 9:00 - 22:00, Mon - Sat</p>
<div class="follow">
<h4>follow Us</h4>
<div class="icon">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-pinterest-p"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
<div class="col">
<h4>About</h4>
<a href="#">About Us</a>
<a href="#">Delivery Information</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact Us</a>
</div>
<div class="col">
<h4>My Account</h4>
<a href="#">Sign Up</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Track My Order</a>
<a href="#">Help</a>
</div>
<!-- images remaining -->
<div class="col install">
<h4>Install App</h4>
<p>From App Store Or Google Play</p>
<div class="row">
<img src="canva/apple1.jpg" alt="">
<img class="gp1" src="canva/gp1.png" alt="">
</div>
<p>Secured Payment Gateways</p>
<img class="payment" src="canva/payment_method_cards.png" alt="image is not found">
</div>
<div class="copyright">
<p>© 2023, DBMS 268 Group 2 - PickItUp Website Made by smart people</p>
</div>
</footer>
<script src="piuScript.js"></script>
</body>
</html>