-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (31 loc) · 1.19 KB
/
Copy pathabout.html
File metadata and controls
35 lines (31 loc) · 1.19 KB
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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ClothManager</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Manager Panel</h1>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
</nav>
<p>
Welcome to <b>Itay's Boutique</b> — a digital management platform crafted
for boutique store managers. Our system makes it effortless to add new
clothing items, organize your catalog, apply discounts in real-time, and
track your inventory at a glance.
</p>
<p>
<b>Key Features:</b><br />
• Add and manage clothing items with custom categories<br />
• Real-time discount calculation with dynamic price highlighting<br />
• Visual color picker for accurate product representation<br />
• Image preview for every item in your inventory<br />
• Persistent storage — your data is never lost between sessions<br />
• Live statistics — track item count and average pricing instantly
</p>
<p>Developed in mind by : <b> Itay Goldenberg </b></p>
</body>
</html>