-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
206 lines (173 loc) · 10.5 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
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
<!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>GetSetKart</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="new.css">
</head>
<body>
<header id="header">
<a href="#"><img src="./image/logo-removebg-preview.png" class="logo" alt="GetSetKart" width="200" height="50"></a>
<nav>
<ul id="navbar">
<li><a href="new.html">Home</a></li>
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button">
Shop Now
</a>
<ul class="dropdown-menu" id="dropdownMenu">
<li><a class="dropdown-item" href="./mensec.html">Men</a></li>
<li><a class="dropdown-item" href="./women.html">Women</a></li>
<li><a class="dropdown-item" href="./kidsection.html">Kids</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="shop.html">All products</a></li>
</ul>
</li>
<li></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="login.html">Log In</a></li>
<li><a href="cart.html"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-bag-heart" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0M14 14V5H2v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1M8 7.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132"/>
</svg></a></li>
</ul>
</nav>
</header>
<section class="about">
<h1>About Us</h1>
<p style="font-weight: bold">
"GetSetKart,The ultimate shopping ride from Morning to Night"
</p>
<p> </p>
<p> </p>
<p>-By Hritika Sharan</p>
<div class="about-info">
<div class="about-img">
<img src=
"./image/code.jpg" alt="GetSetKart">
</div>
<div>
<p> It's GetSetKart, the ultimate drive
For all your shopping needs, from morning till night
Step into the app, where deals ignite
From groceries to gadgets, all in sight
No more lines, no more hassle, it's true
GetSetKart delivers straight to you
Fresh produce, frozen treats, and more
Everything you crave, right at your door
Need a new wardrobe, or a gift for a friend?
GetSetKart's got you covered, from start to end
Electronics, appliances, and everything in between
Shop with confidence, knowing you're winning
Fast delivery, no delays
GetSetKart makes your shopping days
So why wait, when you can shop with ease?
GetSetKart, the ultimate shopping breeze.
</p>
</div>
</div>
</section>
<section class="team">
<h1>Language Used</h1>
<div class="team-cards">
<div class="card">
<div class="card-img">
<img src="./image/htm.png" alt="User 1">
</div>
<div class="card-info">
<h2 class="card-name">HTML</h2>
<p class="card-role">HyperText Markup Laguage</p>
<p><button class="button"><a href="https://www.w3schools.com/whatis/whatis_html.asp">Learn More</a></button></p>
</div>
</div>
<div class="card">
<div class="card-img">
<img src=
"./image/CSS-Logo.png" alt="User 2">
</div>
<div class="card-info">
<h2 class="card-name">CSS</h2>
<p class="card-role">Cascading Style Sheet</p>
<p><button class="button"><a href="https://www.geeksforgeeks.org/types-of-css-cascading-style-sheet/"> Learn More</a></a></button></p>
</div>
</div>
<div class="card">
<div class="card-img">
<img src=
"./image/R.jpeg" alt="User 3">
</div>
<div class="card-info">
<h2 class="card-name">JS</h2>
<p class="card-role">JavaScipt</p>
<p><button class="button"><a href="https://www.w3schools.com/js/DEFAULT.asp"> Learn More</a></a></button></p>
</div>
</div>
</div>
</section>
<section id="newsletter" class="section-p1 section-m1">
<div class="newstext">
<h4><strong>Sign Up For Newsletters</strong></h4>
<p>Get E-mail updates about our latest shop and <span>special offers.</span></p>
</div>
<div class="form">
<input type="text" placeholder="Your email address">
<button class="normal">Sign Up</button>
</div>
</section>
<footer class="section-p1">
<div class="col">
<img class="logo" src="image/logo-removebg-preview.png" alt="" width="200" height="50">
<p> </p>
<p> </p>
<h4><strong>Contact</strong></h4>
<p><strong>Email:</strong> hritikasharan3@gmail.com</p>
<div class="follow">
<h4><strong>Follow us</strong></h4>
<div class="icon">
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"/>
</svg></a>
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-envelope-at" viewBox="0 0 16 16">
<path d="M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z"/>
<path d="M14.247 14.269c1.01 0 1.587-.857 1.587-2.025v-.21C15.834 10.43 14.64 9 12.52 9h-.035C10.42 9 9 10.36 9 12.432v.214C9 14.82 10.438 16 12.358 16h.044c.594 0 1.018-.074 1.237-.175v-.73c-.245.11-.673.18-1.18.18h-.044c-1.334 0-2.571-.788-2.571-2.655v-.157c0-1.657 1.058-2.724 2.64-2.724h.04c1.535 0 2.484 1.05 2.484 2.326v.118c0 .975-.324 1.39-.639 1.39-.232 0-.41-.148-.41-.42v-2.19h-.906v.569h-.03c-.084-.298-.368-.63-.954-.63-.778 0-1.259.555-1.259 1.4v.528c0 .892.49 1.434 1.26 1.434.471 0 .896-.227 1.014-.643h.043c.118.42.617.648 1.12.648m-2.453-1.588v-.227c0-.546.227-.791.573-.791.297 0 .572.192.572.708v.367c0 .573-.253.744-.564.744-.354 0-.581-.215-.581-.8Z"/>
</svg></a>
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334q.002-.211-.006-.422A6.7 6.7 0 0 0 16 3.542a6.7 6.7 0 0 1-1.889.518 3.3 3.3 0 0 0 1.447-1.817 6.5 6.5 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.32 9.32 0 0 1-6.767-3.429 3.29 3.29 0 0 0 1.018 4.382A3.3 3.3 0 0 1 .64 6.575v.045a3.29 3.29 0 0 0 2.632 3.218 3.2 3.2 0 0 1-.865.115 3 3 0 0 1-.614-.057 3.28 3.28 0 0 0 3.067 2.277A6.6 6.6 0 0 1 .78 13.58a6 6 0 0 1-.78-.045A9.34 9.34 0 0 0 5.026 15"/>
</svg></a>
</div>
</div>
</div>
<div class="col">
<h4><strong>About</strong></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><strong>My Account</strong></h4>
<a href="#">Sign In</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Track My Order</a>
<a href="#">Help</a>
</div>
<div class="col install">
<h4><strong>Install App</strong></h4>
<p>From App Store Or Google Play</p>
<div class="row">
<img src="./image/ap.jpg" alt="" width="150" height="50">
<img src="./image/pla.png" alt="" width="150" height="50">
</div>
<p>Secured Payment Gateways</p>
<img src="./image/pay.jpg" alt="" width="150" height="50">
</div>
<script src="new.js"></script>
</body>
</html>