-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathdashboard-products-create.html
245 lines (238 loc) · 9.19 KB
/
dashboard-products-create.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Dashboard - Your Best Marketplace</title>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link href="style/main.css" rel="stylesheet" />
</head>
<body>
<div class="page-dashboard">
<div class="d-flex" id="wrapper" data-aos="fade-right">
<!-- Sidebar -->
<div class="border-right" id="sidebar-wrapper">
<div class="sidebar-heading text-center">
<img src="/images/dashboard-store-logo.svg" alt="" class="my-4" />
</div>
<div class="list-group list-group-flush">
<a
href="/dashboard.html"
class="list-group-item list-group-item-action"
>Dashboard</a
>
<a
href="/dashboard-products.html"
class="list-group-item list-group-item-action active"
>My Products</a
>
<a
href="/dashboard-transactions.html"
class="list-group-item list-group-item-action"
>Transactions</a
>
<a
href="/dashboard-settings.html"
class="list-group-item list-group-item-action"
>Store Settings</a
>
<a
href="/dashboard-account.html"
class="list-group-item list-group-item-action"
>My Account</a
>
</div>
</div>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<nav
class="navbar navbar-store navbar-expand-lg navbar-light fixed-top"
data-aos="fade-down"
>
<button
class="btn btn-secondary d-md-none mr-auto mr-2"
id="menu-toggle"
>
« Menu
</button>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto d-none d-lg-flex">
<li class="nav-item dropdown">
<a
class="nav-link"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
<img
src="/images/icon-user.png"
alt=""
class="rounded-circle mr-2 profile-picture"
/>
Hi, Angga
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/index.html"
>Back to Store</a
>
<a class="dropdown-item" href="/dashboard-account.html"
>Settings</a
>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/">Logout</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link d-inline-block mt-2" href="#">
<img src="/images/icon-cart-empty.svg" alt="" />
</a>
</li>
</ul>
<!-- Mobile Menu -->
<ul class="navbar-nav d-block d-lg-none mt-3">
<li class="nav-item">
<a class="nav-link" href="#">
Hi, Angga
</a>
</li>
<li class="nav-item">
<a class="nav-link d-inline-block" href="#">
Cart
</a>
</li>
</ul>
</div>
</nav>
<div
class="section-content section-dashboard-home"
data-aos="fade-up"
>
<div class="container-fluid">
<div class="dashboard-heading">
<h2 class="dashboard-title">Add New Product</h2>
<p class="dashboard-subtitle">
Create your own product
</p>
</div>
<div class="dashboard-content">
<div class="row">
<div class="col-12">
<form action="">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="name">Product Name</label>
<input
type="text"
class="form-control"
id="name"
aria-describedby="name"
name="storeName"
value="Papel La Casa"
/>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="price">Price</label>
<input
type="number"
class="form-control"
id="price"
aria-describedby="price"
name="price"
value="200"
/>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label for="description">Description</label>
<textarea
name="descrioption"
id=""
cols="30"
rows="4"
class="form-control"
>
The Nike Air Max 720 SE goes bigger than ever before with Nike's tallest Air unit yet for unimaginable, all-day comfort. There's super breathable fabrics on the upper, while colours add a modern edge. Bring the past into the future with the Nike Air Max 2090, a bold look inspired by the DNA of the iconic Air Max 90. Brand-new Nike Air cushioning
</textarea>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label for="thumbnails">Thumbnails</label>
<input
type="file"
multiple
class="form-control pt-1"
id="thumbnails"
aria-describedby="thumbnails"
name="thumbnails"
/>
<small class="text-muted">
Kamu dapat memilih lebih dari satu file
</small>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-2">
<div class="col">
<button
type="submit"
class="btn btn-success btn-block px-5"
>
Save Now
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="/vendor/jquery/jquery.slim.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function (e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
</html>