-
Notifications
You must be signed in to change notification settings - Fork 0
/
projectdetail.html
56 lines (44 loc) · 2.61 KB
/
projectdetail.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project Details</title>
<!-- Style sheets -->
<link rel="stylesheet" href="styles.css">
<!-- Icons -->
<!-- Boxixons -->
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
<!-- Ionicons -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Google Fonts - Poppins -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
</style>
<!-- Swiper js -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
<!-- Font awsome -->
<script src="https://kit.fontawesome.com/489c4abe26.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container_pd">
<div class="buttton">
<a class="btn-1" href="index.html" target="_blank">Back to home</a>
</div>
<h1 class="main-h1">E-commerce website <span>(full stack)</span></h1>
<p>Gobinda Prasad Poudel created this e-commerce platform, which provides a detailed interface for merchants to easily manage their online businesses. By using a user-friendly dashboard to upload, amend, and delete products at will, sellers may easily display their goods for sale. By enabling sellers to change an item's status from "unsold" to "sold," the platform ensures proper inventory management. Sellers can readily interact with potential customers and reply to client inquiries, which facilitates effective communication. The user interface encourages an efficient procedure, enabling sellers to not only showcase their products but also to grow a successful online business. With the ability to handle merchandise, interact with consumers, and traverse different elements of their online business, sellers find this platform to be a crucial tool in their e-commerce journey.</p>
<h1 class="main-h1">Some Images</h1>
<div class="imagesOfProjects">
<img src="pr1.png" alt="Image 1">
<img src="pr2.png" alt="Image 2">
<img src="pr3.png" alt="Image 3">
<img src="pr4.png" alt="Image 4">
<img src="pr5.png" alt="Image 5">
<img src="pr6.png" alt="Image 6">
<img src="pr7.png" alt="Image 7">
<img src="pr8.png" alt="Image 8">
</div>
</div>
</body>
</html>