-
Notifications
You must be signed in to change notification settings - Fork 0
/
petsmall.Html
455 lines (441 loc) · 15.3 KB
/
petsmall.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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
<!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>My Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaqueries.css" />
<style>
/* Add rounded corners to the video iframe */
iframe {
border-radius: 10px; /* You can adjust the border-radius value as needed */
}
</style>
</head>
<body>
<nav id="desktop-nav">
<div class="logo"><a href="index.html"> Behzad Khadim </a></div>
<div>
<ul class="nav-links">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#experience">Experience</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</nav>
<nav id="hamburger-nav">
<div class="logo">Behzad Khadim</div>
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<li><a href="/index.html/#about" onclick="toggleMenu()">About</a></li>
<li><a href="/index.html/#experience" onclick="toggleMenu()">Experience</a></li>
<li><a href="/index.html/#projects" onclick="toggleMenu()">Projects</a></li>
<li><a href="/index.html/#contact" onclick="toggleMenu()">Contact</a></li>
</div>
</div>
</nav>
<section id="profile">
<div class="section__pic-container">
<img src="./assets/petsmall.png" alt="Behzad Khadim profile picture" />
</div>
<div class="section__text">
<p class="section__text__p1">MERN Web App </p>
<h1 class="title"> <span style="color: #ec3237;">PetsMall</span></h1>
<p class="section__text__p4">Explore a seamless shopping experience for pet essentials on our React-based app, supported by MongoDB and driven by Express routing for efficient server-side functionality.</p>
<br>
<div class="btn-container">
<!-- <button
class="btn btn-color-2"
onclick="window.open('./assets/Poster.png')"
>
Project Poster
</button> -->
<a href="#projects" onclick="toggleMenu()">
<button class="btn btn-color-1" >
Demo Video
</button>
</a>
</div>
<div id="socials-container">
<img
src="./assets/linkedin.png"
alt="My LinkedIn profile"
class="icon"
onclick="location.href='https://www.linkedin.com/in/behzad-khadim-362b89218/'"
/>
<img
src="./assets/github.png"
alt="My Github profile"
class="icon"
onclick="location.href='https://github.com/boomboss200/PetsMall-MERN-Project'"
/>
</div>
</div>
</section>
<section id="about">
<p class="section__text__p1">Get To Know More</p>
<h1 class="title">About <span style="color: #ec3237;">PetsMall</span></h1>
<div class="section-container">
<div class="section__pic-container">
<img
src="./assets/Sale-4.png"
alt="Profile picture"
class="about-pic"
/>
</div>
<div class="about-details-container">
<!-- <div class="about-containers">
<div class="details-container">
<img
src="./assets/experience.png"
alt="Experience icon"
class="icon"
/>
<h3> <span style="color: green;">3rd </span>Position Holder</h3>
<p>FYP Project Competition<br>
FYP Exhibition Comsats Lahore-Fall2023</p>
</div>
<div class="details-container">
<img
src="./assets/experience.png"
alt="Education icon"
class="icon"
/>
<h3> <span style="color: green;">1st </span> Position Holder</h3>
<p>FYP Poster Competition<br>
FYP Exhibition Comsats Lahore-Fall2023</p>
</div>
</div> -->
<div class="text-container">
<p>
Meticulously crafted React-based application is dedicated to simplifying the process of acquiring pet food, accessories, and toys. Whether you share your life with a delightful dog, a charming cat, or a cheerful bird, our platform guarantees a seamless shopping experience tailored to meet all your pet-related needs.
<br><br>Experience the convenience of live order tracking, allowing you to monitor the journey of your pet essentials in real-time. Our streamlined checkout process ensures a hassle-free and secure transaction. With integrated payment APIs for Stripe and PayPal, we offer flexibility in completing your purchases, providing peace of mind and trust in every transaction.
<br><br> Behind the scenes, our app operates on a robust MongoDB database, while Express routing ensures the efficient handling of server-side functionalities. Explore our website today and treat your pets to the finest essentials they truly deserve!
</p>
</div>
</div>
</div>
<img
src="./assets/arrow.png"
alt="Arrow icon"
class="icon arrow"
onclick="location.href='./#experience'"
/>
</section>
<section id="experience">
<p class="section__text__p1">Tools</p>
<h1 class="title">Technologies Used</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="experience-sub-title">Development</h2>
<div class="article-container">
<article>
<img
src="./assets/icons8-mongo-db-96.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>MongoDB</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-react-120.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>React</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-colaboratory-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Google Colaboratory</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-vs-code-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>VS Code</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-express-js-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Express Route</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-node-js-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Node js</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-stripe-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Stripe API</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-paypal-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Paypal API</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-google-maps-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>GoogleMaps API</h3>
</div>
</article>
<article>
<img
src="./assets/github.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Github</h3>
</div>
</article>
</div>
</div>
<div class="details-container">
<h2 class="experience-sub-title">Features</h2>
<div class="article-container">
<article>
<img
src="./assets/icons8-user-96.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>User Authentication</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-categories-64.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Product Categories</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-shopping-cart-100.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Dynamic Cart System</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-payment-100.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Checkout and Payments</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-tracking-64.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Order Tracking</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-user-96.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>User Profile</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-responsive-100.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Resonsive Design</h3>
</div>
</article>
<article>
<img
src="./assets/icons8-google-maps-144.png"
alt="Experience icon"
class="icon"
/>
<div>
<h3>Gmaps Address</h3>
</div>
</article>
</div>
</div>
</div>
</div>
<img
src="./assets/arrow.png"
alt="Arrow icon"
class="icon arrow"
onclick="location.href='./#projects'"
/>
</section>
<section id="projects">
<h1 class="title">Quick Demo</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container color-container">
<div class="article-container">
<iframe width="80%" height="500px" src="https://www.youtube.com/embed/ChCOw9QkB5Q?autoplay=1" frameborder="0" allowfullscreen></iframe>
</div>
<a href="https://www.youtube.com/watch?v=ChCOw9QkB5Q" target="_blank">
<h2 class="experience-sub-title project-title"><span style="color: red;">
watch on <i class="fab fa-youtube fa-lg youtube-icon"></i>
</span></h2>
</a>
<!-- <div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/boomboss200/PetsMall-MERN-Project.git'"
>
Github
</button>
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/'"
>
Live Demo
</button>
</div> -->
</div>
</div>
</div>
<img
src="./assets/arrow.png"
alt="Arrow icon"
class="icon arrow"
onclick="location.href='./#contact'"
/>
</section>
<section id="contact">
<p class="section__text__p1">Get in Touch</p>
<h1 class="title">Contributors</h1>
<div class="contact-info-upper-container">
<div class="contact-info-container">
<a href="https://www.linkedin.com/in/snoorzehra12/">
<img
src="./assets/linkedin.png"
alt="LinkedIn icon"
class="icon contact-icon"
/>
</a>
<!-- <img
src="./assets/github.png"
alt="Email icon"
class="icon contact-icon email-icon"
/> -->
<p><a href="https://www.linkedin.com/in/sana-imran-479b04246/">Sana Imran</a></p>
</div>
<div class="contact-info-container">
<a href="https://www.linkedin.com/in/sana-imran-479b04246/">
<img
src="./assets/linkedin.png"
alt="LinkedIn icon"
class="icon contact-icon"
/>
</a>
<!-- <img
src="./assets/github.png"
alt="Email icon"
class="icon contact-icon email-icon"
/> -->
<p><a href="https://www.linkedin.com/in/behzadkhadim5811">Behzad Khadim </a></p>
</div>
<div class="contact-info-container">
<a href="https://www.linkedin.com/in/snoorzehra12/">
<img
src="./assets/linkedin.png"
alt="LinkedIn icon"
class="icon contact-icon"
/>
</a>
<!-- <img
src="./assets/github.png"
alt="Email icon"
class="icon contact-icon email-icon"
/> -->
<p><a href="https://www.linkedin.com/in/#/">Abdullah Adnan</a></p>
</div>
</div>
</section>
<footer>
<nav>
<div class="nav-links-container">
<ul class="nav-links">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#experience">Experience</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
</nav>
<p>Copyright © 2024 BK-boomboss. All Rights Reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>