-
Notifications
You must be signed in to change notification settings - Fork 662
/
Copy pathindex.pug
235 lines (222 loc) · 12.2 KB
/
index.pug
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
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 Shop Homepage - Start Bootstrap Template
// Favicon
link(rel='icon', type='image/x-icon', href='assets/favicon.ico')
// Bootstrap icons
link(href='https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css', rel='stylesheet')
// Core theme CSS (includes Bootstrap)
link(href='css/styles.css', rel='stylesheet')
body
// Navigation
nav.navbar.navbar-expand-lg.navbar-light.bg-light
.container.px-4.px-lg-5
a.navbar-brand(href='#!') Start Bootstrap
button.navbar-toggler(type='button' data-bs-toggle='collapse' data-bs-target='#navbarSupportedContent' aria-controls='navbarSupportedContent' aria-expanded='false' aria-label='Toggle navigation')
span.navbar-toggler-icon
#navbarSupportedContent.collapse.navbar-collapse
ul.navbar-nav.me-auto.mb-2.mb-lg-0.ms-lg-4
li.nav-item
a.nav-link.active(aria-current='page' href='#!') Home
li.nav-item
a.nav-link(href='#!') About
li.nav-item.dropdown
a#navbarDropdown.nav-link.dropdown-toggle(href='#' role='button' data-bs-toggle='dropdown' aria-expanded='false')
| Shop
ul.dropdown-menu(aria-labelledby='navbarDropdown')
li
a.dropdown-item(href='#!') All Products
li
hr.dropdown-divider
li
a.dropdown-item(href='#!') Popular Items
li
a.dropdown-item(href='#!') New Arrivals
form.d-flex
button.btn.btn-outline-dark(type='submit')
i.bi-cart-fill.me-1
| Cart
span.badge.bg-dark.text-white.ms-1.rounded-pill 0
// Header
header.bg-dark.py-5
.container.px-4.px-lg-5.my-5
.text-center.text-white
h1.display-4.fw-bolder Shop in style
p.lead.fw-normal.text-white-50.mb-0 With this shop homepage template
// Section
section.py-5
.container.px-4.px-lg-5.mt-5
.row.gx-4.gx-lg-5.row-cols-2.row-cols-md-3.row-cols-xl-4.justify-content-center
.col.mb-5
.card.h-100
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Fancy Product
// Product price
| $40.00 - $80.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') View options
.col.mb-5
.card.h-100
// Sale badge
.badge.bg-dark.text-white.position-absolute(style='top: 0.5rem; right: 0.5rem;') Sale
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Special Item
// Product reviews
.d-flex.justify-content-center.small.text-warning.mb-2
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
// Product price
span.text-muted.text-decoration-line-through $20.00
| $18.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') Add to cart
.col.mb-5
.card.h-100
// Sale badge
.badge.bg-dark.text-white.position-absolute(style='top: 0.5rem; right: 0.5rem;') Sale
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Sale Item
// Product price
span.text-muted.text-decoration-line-through $50.00
| $25.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') Add to cart
.col.mb-5
.card.h-100
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Popular Item
// Product reviews
.d-flex.justify-content-center.small.text-warning.mb-2
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
// Product price
| $40.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') Add to cart
.col.mb-5
.card.h-100
// Sale badge
.badge.bg-dark.text-white.position-absolute(style='top: 0.5rem; right: 0.5rem;') Sale
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Sale Item
// Product price
span.text-muted.text-decoration-line-through $50.00
| $25.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') Add to cart
.col.mb-5
.card.h-100
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Fancy Product
// Product price
| $120.00 - $280.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') View options
.col.mb-5
.card.h-100
// Sale badge
.badge.bg-dark.text-white.position-absolute(style='top: 0.5rem; right: 0.5rem;') Sale
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Special Item
// Product reviews
.d-flex.justify-content-center.small.text-warning.mb-2
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
// Product price
span.text-muted.text-decoration-line-through $20.00
| $18.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') Add to cart
.col.mb-5
.card.h-100
// Product image
img.card-img-top(src='https://dummyimage.com/450x300/dee2e6/6c757d.jpg', alt='...')
// Product details
.card-body.p-4
.text-center
// Product name
h5.fw-bolder Popular Item
// Product reviews
.d-flex.justify-content-center.small.text-warning.mb-2
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
.bi-star-fill
// Product price
| $40.00
// Product actions
.card-footer.p-4.pt-0.border-top-0.bg-transparent
.text-center
a.btn.btn-outline-dark.mt-auto(href='#') Add to cart
// Footer
footer.py-5.bg-dark
.container
p.m-0.text-center.text-white Copyright © Your Website 2023
// Bootstrap core JS
// Core theme JS
script(src='js/scripts.js')