@crm-market/template-shared 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/custom.css +70 -0
- package/assets/css/remixicon.css +2782 -0
- package/assets/css/satoshi-font.css +31 -0
- package/assets/fonts/flaticon.css +463 -0
- package/assets/fonts/flaticon.eot +0 -0
- package/assets/fonts/flaticon.html +2153 -0
- package/assets/fonts/flaticon.svg +441 -0
- package/assets/fonts/flaticon.ttf +0 -0
- package/assets/fonts/flaticon.woff +0 -0
- package/assets/fonts/flaticon.woff2 +0 -0
- package/assets/fonts/remixicon.eot +0 -0
- package/assets/fonts/remixicon.svg +8230 -0
- package/assets/fonts/remixicon.ttf +0 -0
- package/assets/fonts/remixicon.woff +0 -0
- package/assets/fonts/remixicon.woff2 +0 -0
- package/assets/scss/_variables.scss +31 -0
- package/assets/scss/components/_about.scss +58 -0
- package/assets/scss/components/_authentication.scss +124 -0
- package/assets/scss/components/_backtoptop.scss +27 -0
- package/assets/scss/components/_banner.scss +396 -0
- package/assets/scss/components/_best-deals.scss +74 -0
- package/assets/scss/components/_blank.scss +40 -0
- package/assets/scss/components/_blog.scss +193 -0
- package/assets/scss/components/_cart.scss +108 -0
- package/assets/scss/components/_categories.scss +82 -0
- package/assets/scss/components/_checkout.scss +110 -0
- package/assets/scss/components/_dashboard.scss +388 -0
- package/assets/scss/components/_faq.scss +22 -0
- package/assets/scss/components/_filter-rang.scss +109 -0
- package/assets/scss/components/_footer.scss +270 -0
- package/assets/scss/components/_global.scss +550 -0
- package/assets/scss/components/_header.scss +587 -0
- package/assets/scss/components/_hurry.scss +52 -0
- package/assets/scss/components/_navbar.scss +1008 -0
- package/assets/scss/components/_offers.scss +689 -0
- package/assets/scss/components/_pagination.scss +71 -0
- package/assets/scss/components/_popup.scss +172 -0
- package/assets/scss/components/_preloader.scss +108 -0
- package/assets/scss/components/_products.scss +1147 -0
- package/assets/scss/components/_rtl.scss +806 -0
- package/assets/scss/components/_services.scss +16 -0
- package/assets/scss/components/_sidebar.scss +259 -0
- package/assets/scss/style.css +6676 -0
- package/assets/scss/style.css.map +1 -0
- package/assets/scss/style.scss +40 -0
- package/assets/webfonts/Satoshi-Bold.eot +0 -0
- package/assets/webfonts/Satoshi-Bold.woff +0 -0
- package/assets/webfonts/Satoshi-Bold.woff2 +0 -0
- package/assets/webfonts/Satoshi-Medium.eot +0 -0
- package/assets/webfonts/Satoshi-Medium.woff +0 -0
- package/assets/webfonts/Satoshi-Medium.woff2 +0 -0
- package/assets/webfonts/Satoshi-Regular.eot +0 -0
- package/assets/webfonts/Satoshi-Regular.woff +0 -0
- package/assets/webfonts/Satoshi-Regular.woff2 +0 -0
- package/components/AboutUs/AboutUsTuan.vue +25 -0
- package/components/AboutUs/Statistics.vue +42 -0
- package/components/AboutUs/SubscribeToTheNewsletter.vue +57 -0
- package/components/AddAddress/index.vue +70 -0
- package/components/BestSellers/Products.vue +1562 -0
- package/components/BestSellers/RecentlyViewed.vue +304 -0
- package/components/Cart/ProductQuantity.vue +29 -0
- package/components/Cart/index.vue +167 -0
- package/components/Categories/index.vue +305 -0
- package/components/ChangePassword/index.vue +71 -0
- package/components/Checkout/index.vue +192 -0
- package/components/Common/DashboardNavigation.vue +37 -0
- package/components/Common/PageBanner.vue +28 -0
- package/components/Common/ProductCard.vue +152 -0
- package/components/Common/Services.vue +58 -0
- package/components/Contact/ContactForm.vue +91 -0
- package/components/Contact/ContactInfo.vue +74 -0
- package/components/Dashboard/RecentOrder.vue +173 -0
- package/components/Dashboard/index.vue +79 -0
- package/components/EditAddress/index.vue +119 -0
- package/components/EditProfile/index.vue +97 -0
- package/components/FAQ/index.vue +121 -0
- package/components/FeaturedProduct/FeaturedProducts.vue +304 -0
- package/components/FeaturedProduct/Products.vue +1562 -0
- package/components/ForgotPassword/index.vue +51 -0
- package/components/Layout/BackToUp.vue +38 -0
- package/components/Layout/Copyright.vue +25 -0
- package/components/Layout/Footer.vue +183 -0
- package/components/Layout/FooterTwo.vue +165 -0
- package/components/Layout/LocationOption.vue +178 -0
- package/components/Layout/MiddleHeader.vue +229 -0
- package/components/Layout/MiddleHeaderThree.vue +204 -0
- package/components/Layout/MiddleHeaderTwo.vue +240 -0
- package/components/Layout/Navbar.vue +185 -0
- package/components/Layout/NavbarStyleFour.vue +334 -0
- package/components/Layout/NavbarStyleThree.vue +188 -0
- package/components/Layout/NavbarStyleTwo.vue +108 -0
- package/components/Layout/Preloader.vue +18 -0
- package/components/Layout/RTLSwitchBtn.vue +40 -0
- package/components/Layout/ResponsiveNavbar.vue +431 -0
- package/components/Layout/TopHeader.vue +130 -0
- package/components/Login/index.vue +94 -0
- package/components/MyAccount/index.vue +154 -0
- package/components/NewArrivals/Products.vue +1969 -0
- package/components/NewArrivals/RecentlyViewed.vue +304 -0
- package/components/OrderDetails/index.vue +77 -0
- package/components/OrderHistory/index.vue +197 -0
- package/components/PrivacyPolicy/index.vue +112 -0
- package/components/ProductDetails/ProductDetailsTab.vue +343 -0
- package/components/ProductDetails/ProductQuantity.vue +29 -0
- package/components/ProductDetails/RecentlyViewed.vue +304 -0
- package/components/ProductDetails/index.vue +268 -0
- package/components/Products/RecentlyViewed.vue +304 -0
- package/components/Products/index.vue +292 -0
- package/components/Register/index.vue +88 -0
- package/components/TermsConditions/index.vue +112 -0
- package/components/TrendingProducts/FeaturedProducts.vue +304 -0
- package/components/TrendingProducts/Products.vue +1564 -0
- package/components/Wishlist/ProductQuantity.vue +29 -0
- package/components/Wishlist/index.vue +128 -0
- package/composables/useCart.ts +149 -0
- package/composables/useCategories.ts +87 -0
- package/composables/useCheckout.ts +131 -0
- package/composables/useProducts.ts +162 -0
- package/composables/useSiteConfig.ts +236 -0
- package/composables/useTemplateSections.ts +74 -0
- package/e2e/cart.spec.ts +71 -0
- package/e2e/fixtures/mock-api.ts +166 -0
- package/e2e/homepage.spec.ts +65 -0
- package/e2e/layout.spec.ts +73 -0
- package/e2e/navigation.spec.ts +61 -0
- package/e2e/pages/cart.page.ts +44 -0
- package/e2e/pages/homepage.page.ts +46 -0
- package/e2e/playwright.config.ts +32 -0
- package/e2e/products.spec.ts +33 -0
- package/layouts/default.vue +94 -0
- package/layouts/inner.vue +70 -0
- package/nuxt.config.ts +86 -0
- package/package.json +38 -0
- package/pages/about-us.vue +12 -0
- package/pages/address.vue +10 -0
- package/pages/cart.vue +10 -0
- package/pages/categories.vue +10 -0
- package/pages/change-password.vue +10 -0
- package/pages/checkout.vue +10 -0
- package/pages/contact.vue +11 -0
- package/pages/dashboard.vue +10 -0
- package/pages/edit-address.vue +10 -0
- package/pages/edit-profile.vue +10 -0
- package/pages/faq.vue +10 -0
- package/pages/forgot-password.vue +10 -0
- package/pages/login.vue +10 -0
- package/pages/my-account.vue +10 -0
- package/pages/order-details.vue +10 -0
- package/pages/order-history.vue +10 -0
- package/pages/privacy-policy.vue +10 -0
- package/pages/product-details.vue +10 -0
- package/pages/products.vue +10 -0
- package/pages/register.vue +10 -0
- package/pages/terms-conditions.vue +10 -0
- package/pages/wishlist.vue +10 -0
- package/plugins/site-init.client.ts +24 -0
- package/plugins/vuetify.ts +18 -0
- package/types/index.ts +121 -0
- package/utils/image.ts +13 -0
- package/utils/store.ts +21 -0
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="blog-area ptb-60">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<v-row class="justify-content-center">
|
|
5
|
+
<v-col cols="12" lg="8">
|
|
6
|
+
<v-row>
|
|
7
|
+
<v-col cols="12" lg="12" md="6">
|
|
8
|
+
<div class="single-blog-item">
|
|
9
|
+
<NuxtLink to="/blog-details" class="blog-img">
|
|
10
|
+
<img src="~/assets/images/blog-1.jpg" alt="blog" />
|
|
11
|
+
</NuxtLink>
|
|
12
|
+
|
|
13
|
+
<ul class="ps-0 list-unstyled d-flex gap-4 info flex-wrap">
|
|
14
|
+
<li>
|
|
15
|
+
By: <a href="#" class="text-decoration-none">Admin</a>
|
|
16
|
+
</li>
|
|
17
|
+
<li>
|
|
18
|
+
<i class="ri-calendar-2-line text-warning"></i>
|
|
19
|
+
25 December 2024
|
|
20
|
+
</li>
|
|
21
|
+
<li>
|
|
22
|
+
<i class="ri-question-answer-line text-warning"></i>
|
|
23
|
+
<NuxtLink to="/blog-details" class="text-decoration-none">
|
|
24
|
+
03 Comments
|
|
25
|
+
</NuxtLink>
|
|
26
|
+
</li>
|
|
27
|
+
</ul>
|
|
28
|
+
|
|
29
|
+
<h2>
|
|
30
|
+
<NuxtLink to="/blog-details">
|
|
31
|
+
The Future of Tech: A Sneak Peek into Innovation
|
|
32
|
+
</NuxtLink>
|
|
33
|
+
</h2>
|
|
34
|
+
<p>
|
|
35
|
+
Express the excitement of looking ahead and exploring the
|
|
36
|
+
innovations that will shape the future. Highlight real-world
|
|
37
|
+
applications and potential impacts on various industries
|
|
38
|
+
</p>
|
|
39
|
+
<NuxtLink to="/blog-details" class="read-more">
|
|
40
|
+
<span>Read More</span>
|
|
41
|
+
<i class="ri-arrow-right-up-line"></i>
|
|
42
|
+
</NuxtLink>
|
|
43
|
+
</div>
|
|
44
|
+
</v-col>
|
|
45
|
+
<v-col cols="12" lg="12" md="6">
|
|
46
|
+
<div class="single-blog-item">
|
|
47
|
+
<NuxtLink to="/blog-details" class="blog-img">
|
|
48
|
+
<img src="~/assets/images/blog-2.jpg" alt="blog" />
|
|
49
|
+
</NuxtLink>
|
|
50
|
+
|
|
51
|
+
<ul class="ps-0 list-unstyled d-flex gap-4 info flex-wrap">
|
|
52
|
+
<li>
|
|
53
|
+
By: <a href="#" class="text-decoration-none">Admin</a>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<i class="ri-calendar-2-line text-warning"></i>
|
|
57
|
+
25 December 2024
|
|
58
|
+
</li>
|
|
59
|
+
<li>
|
|
60
|
+
<i class="ri-question-answer-line text-warning"></i>
|
|
61
|
+
<NuxtLink to="/blog-details" class="text-decoration-none">
|
|
62
|
+
03 Comments
|
|
63
|
+
</NuxtLink>
|
|
64
|
+
</li>
|
|
65
|
+
</ul>
|
|
66
|
+
|
|
67
|
+
<h2>
|
|
68
|
+
<NuxtLink to="/blog-details">
|
|
69
|
+
The Future of Tech: A Sneak Peek into Innovation
|
|
70
|
+
</NuxtLink>
|
|
71
|
+
</h2>
|
|
72
|
+
<p>
|
|
73
|
+
Express the excitement of looking ahead and exploring the
|
|
74
|
+
innovations that will shape the future. Highlight real-world
|
|
75
|
+
applications and potential impacts on various industries
|
|
76
|
+
</p>
|
|
77
|
+
<NuxtLink to="/blog-details" class="read-more">
|
|
78
|
+
<span>Read More</span>
|
|
79
|
+
<i class="ri-arrow-right-up-line"></i>
|
|
80
|
+
</NuxtLink>
|
|
81
|
+
</div>
|
|
82
|
+
</v-col>
|
|
83
|
+
<v-col cols="12" lg="12" md="6">
|
|
84
|
+
<div class="single-blog-item">
|
|
85
|
+
<NuxtLink to="/blog-details" class="blog-img">
|
|
86
|
+
<img src="~/assets/images/blog-3.jpg" alt="blog" />
|
|
87
|
+
</NuxtLink>
|
|
88
|
+
|
|
89
|
+
<ul class="ps-0 list-unstyled d-flex gap-4 info flex-wrap">
|
|
90
|
+
<li>
|
|
91
|
+
By: <a href="#" class="text-decoration-none">Admin</a>
|
|
92
|
+
</li>
|
|
93
|
+
<li>
|
|
94
|
+
<i class="ri-calendar-2-line text-warning"></i>
|
|
95
|
+
25 December 2024
|
|
96
|
+
</li>
|
|
97
|
+
<li>
|
|
98
|
+
<i class="ri-question-answer-line text-warning"></i>
|
|
99
|
+
<NuxtLink to="/blog-details" class="text-decoration-none">
|
|
100
|
+
03 Comments
|
|
101
|
+
</NuxtLink>
|
|
102
|
+
</li>
|
|
103
|
+
</ul>
|
|
104
|
+
|
|
105
|
+
<h2>
|
|
106
|
+
<NuxtLink to="/blog-details">
|
|
107
|
+
The Future of Tech: A Sneak Peek into Innovation
|
|
108
|
+
</NuxtLink>
|
|
109
|
+
</h2>
|
|
110
|
+
<p>
|
|
111
|
+
Express the excitement of looking ahead and exploring the
|
|
112
|
+
innovations that will shape the future. Highlight real-world
|
|
113
|
+
applications and potential impacts on various industries
|
|
114
|
+
</p>
|
|
115
|
+
<NuxtLink to="/blog-details" class="read-more">
|
|
116
|
+
<span>Read More</span>
|
|
117
|
+
<i class="ri-arrow-right-up-line"></i>
|
|
118
|
+
</NuxtLink>
|
|
119
|
+
</div>
|
|
120
|
+
</v-col>
|
|
121
|
+
<v-col cols="12" lg="12" md="6">
|
|
122
|
+
<div class="single-blog-item">
|
|
123
|
+
<NuxtLink to="/blog-details" class="blog-img">
|
|
124
|
+
<img src="~/assets/images/blog-4.jpg" alt="blog" />
|
|
125
|
+
</NuxtLink>
|
|
126
|
+
|
|
127
|
+
<ul class="ps-0 list-unstyled d-flex gap-4 info flex-wrap">
|
|
128
|
+
<li>
|
|
129
|
+
By: <a href="#" class="text-decoration-none">Admin</a>
|
|
130
|
+
</li>
|
|
131
|
+
<li>
|
|
132
|
+
<i class="ri-calendar-2-line text-warning"></i>
|
|
133
|
+
25 December 2024
|
|
134
|
+
</li>
|
|
135
|
+
<li>
|
|
136
|
+
<i class="ri-question-answer-line text-warning"></i>
|
|
137
|
+
<NuxtLink to="/blog-details" class="text-decoration-none">
|
|
138
|
+
03 Comments
|
|
139
|
+
</NuxtLink>
|
|
140
|
+
</li>
|
|
141
|
+
</ul>
|
|
142
|
+
|
|
143
|
+
<h2>
|
|
144
|
+
<NuxtLink to="/blog-details">
|
|
145
|
+
The Future of Tech: A Sneak Peek into Innovation
|
|
146
|
+
</NuxtLink>
|
|
147
|
+
</h2>
|
|
148
|
+
<p>
|
|
149
|
+
Express the excitement of looking ahead and exploring the
|
|
150
|
+
innovations that will shape the future. Highlight real-world
|
|
151
|
+
applications and potential impacts on various industries
|
|
152
|
+
</p>
|
|
153
|
+
<NuxtLink to="/blog-details" class="read-more">
|
|
154
|
+
<span>Read More</span>
|
|
155
|
+
<i class="ri-arrow-right-up-line"></i>
|
|
156
|
+
</NuxtLink>
|
|
157
|
+
</div>
|
|
158
|
+
</v-col>
|
|
159
|
+
<v-col cols="12" lg="12">
|
|
160
|
+
<div class="pagination-area">
|
|
161
|
+
<a href="#" class="next page-numbers">
|
|
162
|
+
<i class="ri-arrow-left-s-line"></i>
|
|
163
|
+
</a>
|
|
164
|
+
|
|
165
|
+
<span class="page-numbers current" aria-current="page">1</span>
|
|
166
|
+
<a href="#" class="page-numbers">2</a>
|
|
167
|
+
<a href="#" class="page-numbers">3</a>
|
|
168
|
+
|
|
169
|
+
<a href="#" class="next page-numbers">
|
|
170
|
+
<i class="ri-arrow-right-s-line"></i>
|
|
171
|
+
</a>
|
|
172
|
+
</div>
|
|
173
|
+
</v-col>
|
|
174
|
+
</v-row>
|
|
175
|
+
</v-col>
|
|
176
|
+
<v-col cols="12" lg="4" class="mt-4 mt-lg-0">
|
|
177
|
+
<div class="sidebar ms-78">
|
|
178
|
+
<div class="single-sidebar-widget">
|
|
179
|
+
<h3>Search</h3>
|
|
180
|
+
<form class="search-form position-relative">
|
|
181
|
+
<input
|
|
182
|
+
type="text"
|
|
183
|
+
class="form-control"
|
|
184
|
+
placeholder="Search here"
|
|
185
|
+
/>
|
|
186
|
+
<button
|
|
187
|
+
type="submit"
|
|
188
|
+
class="position-absolute top-50 end-0 translate-middle-y p-0 bg-transparent border-0 text-warning pe-3"
|
|
189
|
+
>
|
|
190
|
+
<i class="ri-search-line"></i>
|
|
191
|
+
</button>
|
|
192
|
+
</form>
|
|
193
|
+
</div>
|
|
194
|
+
<div class="single-sidebar-widget">
|
|
195
|
+
<h3>Popular Posts</h3>
|
|
196
|
+
|
|
197
|
+
<div class="d-flex align-items-center popular-item">
|
|
198
|
+
<div class="flex-shrink-0">
|
|
199
|
+
<NuxtLink to="/blog-details" class="d-block">
|
|
200
|
+
<img src="~/assets/images/blog-5.jpg" alt="blog" />
|
|
201
|
+
</NuxtLink>
|
|
202
|
+
</div>
|
|
203
|
+
<div class="flex-grow-1 ms-3">
|
|
204
|
+
<h6>
|
|
205
|
+
<NuxtLink to="/blog-details">
|
|
206
|
+
The Art of Tech Gifting: Finding the Perfect Present
|
|
207
|
+
</NuxtLink>
|
|
208
|
+
</h6>
|
|
209
|
+
<div class="d-flex align-items-center">
|
|
210
|
+
<i class="ri-calendar-2-line"></i>
|
|
211
|
+
<span>25 December 2024</span>
|
|
212
|
+
</div>
|
|
213
|
+
</div>
|
|
214
|
+
</div>
|
|
215
|
+
<div class="d-flex align-items-center popular-item">
|
|
216
|
+
<div class="flex-shrink-0">
|
|
217
|
+
<NuxtLink to="/blog-details" class="d-block">
|
|
218
|
+
<img src="~/assets/images/blog-6.jpg" alt="blog" />
|
|
219
|
+
</NuxtLink>
|
|
220
|
+
</div>
|
|
221
|
+
<div class="flex-grow-1 ms-3">
|
|
222
|
+
<h6>
|
|
223
|
+
<NuxtLink to="/blog-details">
|
|
224
|
+
Mastering the Art of Wearables: A Comprehensive Guide
|
|
225
|
+
</NuxtLink>
|
|
226
|
+
</h6>
|
|
227
|
+
<div class="d-flex align-items-center">
|
|
228
|
+
<i class="ri-calendar-2-line"></i>
|
|
229
|
+
<span>27 December 2024</span>
|
|
230
|
+
</div>
|
|
231
|
+
</div>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="d-flex align-items-center popular-item">
|
|
234
|
+
<div class="flex-shrink-0">
|
|
235
|
+
<NuxtLink to="/blog-details" class="d-block">
|
|
236
|
+
<img src="~/assets/images/blog-7.jpg" alt="blog" />
|
|
237
|
+
</NuxtLink>
|
|
238
|
+
</div>
|
|
239
|
+
<div class="flex-grow-1 ms-3">
|
|
240
|
+
<h6>
|
|
241
|
+
<NuxtLink to="/blog-details">
|
|
242
|
+
Tech Trends 2023: What's Shaping the Digital Landscape?
|
|
243
|
+
</NuxtLink>
|
|
244
|
+
</h6>
|
|
245
|
+
<div class="d-flex align-items-center">
|
|
246
|
+
<i class="ri-calendar-2-line"></i>
|
|
247
|
+
<span>28 December 2024</span>
|
|
248
|
+
</div>
|
|
249
|
+
</div>
|
|
250
|
+
</div>
|
|
251
|
+
</div>
|
|
252
|
+
<div class="single-sidebar-widget">
|
|
253
|
+
<h3>Categories</h3>
|
|
254
|
+
|
|
255
|
+
<ul class="ps-0 mb-0 list-unstyled categories">
|
|
256
|
+
<li>
|
|
257
|
+
<NuxtLink to="/categories">Smartphone</NuxtLink>
|
|
258
|
+
</li>
|
|
259
|
+
<li>
|
|
260
|
+
<NuxtLink to="/categories">Laptop</NuxtLink>
|
|
261
|
+
</li>
|
|
262
|
+
<li>
|
|
263
|
+
<NuxtLink to="/categories">Headphone</NuxtLink>
|
|
264
|
+
</li>
|
|
265
|
+
<li>
|
|
266
|
+
<NuxtLink to="/categories">Smart Watch</NuxtLink>
|
|
267
|
+
</li>
|
|
268
|
+
<li>
|
|
269
|
+
<NuxtLink to="/categories">iPad</NuxtLink>
|
|
270
|
+
</li>
|
|
271
|
+
</ul>
|
|
272
|
+
</div>
|
|
273
|
+
<div class="single-sidebar-widget">
|
|
274
|
+
<h3>Tags</h3>
|
|
275
|
+
|
|
276
|
+
<ul class="ps-0 mb-0 list-unstyled tags">
|
|
277
|
+
<li>
|
|
278
|
+
<NuxtLink to="/tags">Smartphone</NuxtLink>
|
|
279
|
+
</li>
|
|
280
|
+
<li>
|
|
281
|
+
<NuxtLink to="/tags">Laptop</NuxtLink>
|
|
282
|
+
</li>
|
|
283
|
+
<li>
|
|
284
|
+
<NuxtLink to="/tags">AirPod</NuxtLink>
|
|
285
|
+
</li>
|
|
286
|
+
<li>
|
|
287
|
+
<NuxtLink to="/tags">Tablet</NuxtLink>
|
|
288
|
+
</li>
|
|
289
|
+
<li>
|
|
290
|
+
<NuxtLink to="/tags">Headphone</NuxtLink>
|
|
291
|
+
</li>
|
|
292
|
+
</ul>
|
|
293
|
+
</div>
|
|
294
|
+
</div>
|
|
295
|
+
</v-col>
|
|
296
|
+
</v-row>
|
|
297
|
+
</div>
|
|
298
|
+
</div>
|
|
299
|
+
</template>
|
|
300
|
+
|
|
301
|
+
<script>
|
|
302
|
+
export default {
|
|
303
|
+
name: "Tags",
|
|
304
|
+
};
|
|
305
|
+
</script>
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="authentication-area ptb-60">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<div class="authentication-content">
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="col-lg-5">
|
|
7
|
+
<div class="login h-100 text-center">
|
|
8
|
+
<img
|
|
9
|
+
src="~/assets/images/login.png"
|
|
10
|
+
class="h-100 object-fit-cover"
|
|
11
|
+
alt="login"
|
|
12
|
+
/>
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
<div class="col-lg-7">
|
|
16
|
+
<div class="authentication-form">
|
|
17
|
+
<ul class="nav nav-tabs login-tabs" id="myTab" role="tablist">
|
|
18
|
+
<li class="nav-item" role="presentation">
|
|
19
|
+
<NuxtLink to="/change-password" class="nav-link active">
|
|
20
|
+
Change Password
|
|
21
|
+
</NuxtLink>
|
|
22
|
+
</li>
|
|
23
|
+
</ul>
|
|
24
|
+
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
|
|
25
|
+
<form>
|
|
26
|
+
<div class="form-group mb-4">
|
|
27
|
+
<label class="label">Old Password *</label>
|
|
28
|
+
<input
|
|
29
|
+
type="password"
|
|
30
|
+
class="form-control"
|
|
31
|
+
placeholder="Enter your password"
|
|
32
|
+
/>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="form-group mb-4">
|
|
35
|
+
<label class="label">New Password *</label>
|
|
36
|
+
<input
|
|
37
|
+
type="password"
|
|
38
|
+
class="form-control"
|
|
39
|
+
placeholder="Enter your password"
|
|
40
|
+
/>
|
|
41
|
+
</div>
|
|
42
|
+
<div class="form-group mb-4">
|
|
43
|
+
<label class="label">Confirm Password *</label>
|
|
44
|
+
<input
|
|
45
|
+
type="password"
|
|
46
|
+
class="form-control"
|
|
47
|
+
placeholder="Enter your password"
|
|
48
|
+
/>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="form-group mb-0">
|
|
51
|
+
<button
|
|
52
|
+
type="submit"
|
|
53
|
+
class="btn btn-warning btn-pill text-white w-100 d-block"
|
|
54
|
+
>
|
|
55
|
+
Save Password
|
|
56
|
+
</button>
|
|
57
|
+
</div>
|
|
58
|
+
</form>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</template>
|
|
66
|
+
|
|
67
|
+
<script>
|
|
68
|
+
export default {
|
|
69
|
+
name: "ChangePassword",
|
|
70
|
+
};
|
|
71
|
+
</script>
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="ptb-60">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<div class="row">
|
|
5
|
+
<div class="col-lg-5">
|
|
6
|
+
<div class="checkout-content">
|
|
7
|
+
<h3>Billing Details</h3>
|
|
8
|
+
<div class="form-group mb-4">
|
|
9
|
+
<label class="label">First Name</label>
|
|
10
|
+
<input
|
|
11
|
+
type="text"
|
|
12
|
+
class="form-control"
|
|
13
|
+
placeholder="First Name"
|
|
14
|
+
/>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="form-group mb-4">
|
|
17
|
+
<label class="label">Last Name</label>
|
|
18
|
+
<input type="text" class="form-control" placeholder="Last Name" />
|
|
19
|
+
</div>
|
|
20
|
+
<div class="form-group mb-4">
|
|
21
|
+
<label class="label">Email Address</label>
|
|
22
|
+
<input
|
|
23
|
+
type="email"
|
|
24
|
+
class="form-control"
|
|
25
|
+
placeholder="Email Address"
|
|
26
|
+
/>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="form-group mb-4">
|
|
29
|
+
<label class="label">Company Name</label>
|
|
30
|
+
<input
|
|
31
|
+
type="text"
|
|
32
|
+
class="form-control"
|
|
33
|
+
placeholder="Company Name (Optional)"
|
|
34
|
+
/>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="form-group mb-4">
|
|
37
|
+
<label class="label">Country/Region</label>
|
|
38
|
+
<input
|
|
39
|
+
type="text"
|
|
40
|
+
class="form-control"
|
|
41
|
+
placeholder="Company Name (Optional)"
|
|
42
|
+
/>
|
|
43
|
+
</div>
|
|
44
|
+
<div class="form-group mb-4">
|
|
45
|
+
<label class="label">Finding Source</label>
|
|
46
|
+
<select
|
|
47
|
+
class="form-select form-control"
|
|
48
|
+
aria-label="Default select example"
|
|
49
|
+
>
|
|
50
|
+
<option selected>Canada</option>
|
|
51
|
+
<option value="1">United States</option>
|
|
52
|
+
<option value="2">United Kingdom</option>
|
|
53
|
+
</select>
|
|
54
|
+
</div>
|
|
55
|
+
<div class="form-group mb-4">
|
|
56
|
+
<label class="label">Street Address</label>
|
|
57
|
+
<input
|
|
58
|
+
type="text"
|
|
59
|
+
class="form-control"
|
|
60
|
+
placeholder="Address line 1"
|
|
61
|
+
/>
|
|
62
|
+
</div>
|
|
63
|
+
<div class="form-group mb-4">
|
|
64
|
+
<input
|
|
65
|
+
type="text"
|
|
66
|
+
class="form-control"
|
|
67
|
+
placeholder="Address line 2"
|
|
68
|
+
/>
|
|
69
|
+
</div>
|
|
70
|
+
<div class="form-group mb-4">
|
|
71
|
+
<label class="label">Town/City</label>
|
|
72
|
+
<input type="text" class="form-control" placeholder="Town/City" />
|
|
73
|
+
</div>
|
|
74
|
+
<div class="form-group mb-4">
|
|
75
|
+
<label class="label">Postal Code</label>
|
|
76
|
+
<input
|
|
77
|
+
type="text"
|
|
78
|
+
class="form-control"
|
|
79
|
+
placeholder="Postal Code"
|
|
80
|
+
/>
|
|
81
|
+
</div>
|
|
82
|
+
<div class="form-group mb-4">
|
|
83
|
+
<label class="label">Phone</label>
|
|
84
|
+
<input type="text" class="form-control" placeholder="Phone" />
|
|
85
|
+
</div>
|
|
86
|
+
<div class="form-group mb-4">
|
|
87
|
+
<label class="label">Additional Info</label>
|
|
88
|
+
<textarea
|
|
89
|
+
class="form-control"
|
|
90
|
+
placeholder="Notes (Optional)"
|
|
91
|
+
cols="30"
|
|
92
|
+
rows="5"
|
|
93
|
+
></textarea>
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div class="col-lg-7">
|
|
99
|
+
<div class="your-order">
|
|
100
|
+
<h3>Your Order</h3>
|
|
101
|
+
|
|
102
|
+
<div class="your-order-form table-responsive bg-fffbf5">
|
|
103
|
+
<table class="table table-bordered">
|
|
104
|
+
<thead>
|
|
105
|
+
<tr>
|
|
106
|
+
<th scope="col">Product</th>
|
|
107
|
+
<th scope="col">Quantity</th>
|
|
108
|
+
<th scope="col">Subtotal</th>
|
|
109
|
+
</tr>
|
|
110
|
+
</thead>
|
|
111
|
+
<tbody>
|
|
112
|
+
<tr>
|
|
113
|
+
<td class="title">
|
|
114
|
+
<span class="text-truncate">
|
|
115
|
+
Multiplatform Wireless Noise-Cancelling Gaming Headset
|
|
116
|
+
</span>
|
|
117
|
+
</td>
|
|
118
|
+
<td class="price">$79 <sub class="text-body">x1</sub></td>
|
|
119
|
+
<td class="price">$79</td>
|
|
120
|
+
</tr>
|
|
121
|
+
<tr>
|
|
122
|
+
<td class="title">
|
|
123
|
+
<span class="text-truncate">
|
|
124
|
+
GPS Smartwatch with Bright Touchscreen Display
|
|
125
|
+
</span>
|
|
126
|
+
</td>
|
|
127
|
+
<td class="price">$59 <sub class="text-body">x2</sub></td>
|
|
128
|
+
<td class="price">$119</td>
|
|
129
|
+
</tr>
|
|
130
|
+
<tr>
|
|
131
|
+
<td class="title">
|
|
132
|
+
<span class="text-truncate">
|
|
133
|
+
SAMSUNG 32-Inch Class QLED 4K Q60C Series Quantum HDR
|
|
134
|
+
</span>
|
|
135
|
+
</td>
|
|
136
|
+
<td class="price">$398 <sub class="text-body">x1</sub></td>
|
|
137
|
+
<td class="price">$398</td>
|
|
138
|
+
</tr>
|
|
139
|
+
<tr>
|
|
140
|
+
<td class="sub-title">Subtotal</td>
|
|
141
|
+
<td class="sub-price"></td>
|
|
142
|
+
<td class="sub-price">$595</td>
|
|
143
|
+
</tr>
|
|
144
|
+
<tr class="total">
|
|
145
|
+
<td class="sub-title">Total</td>
|
|
146
|
+
<td class="sub-price"></td>
|
|
147
|
+
<td class="sub-price">$595</td>
|
|
148
|
+
</tr>
|
|
149
|
+
</tbody>
|
|
150
|
+
</table>
|
|
151
|
+
|
|
152
|
+
<h3>Payment Option</h3>
|
|
153
|
+
<div class="form-check">
|
|
154
|
+
<input
|
|
155
|
+
class="form-check-input"
|
|
156
|
+
type="checkbox"
|
|
157
|
+
value=""
|
|
158
|
+
id="flexCheckDefault"
|
|
159
|
+
/>
|
|
160
|
+
<label class="form-check-label" for="flexCheckDefault">
|
|
161
|
+
Card Payment
|
|
162
|
+
</label>
|
|
163
|
+
</div>
|
|
164
|
+
<div class="form-check mb-0">
|
|
165
|
+
<input
|
|
166
|
+
class="form-check-input"
|
|
167
|
+
type="checkbox"
|
|
168
|
+
value=""
|
|
169
|
+
id="flexCheckChecked"
|
|
170
|
+
checked
|
|
171
|
+
/>
|
|
172
|
+
<label class="form-check-label" for="flexCheckChecked">
|
|
173
|
+
Cash on Delivery
|
|
174
|
+
</label>
|
|
175
|
+
</div>
|
|
176
|
+
|
|
177
|
+
<div class="mt-5">
|
|
178
|
+
<button class="btn btn-warning text-white">Place Order</button>
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
185
|
+
</div>
|
|
186
|
+
</template>
|
|
187
|
+
|
|
188
|
+
<script>
|
|
189
|
+
export default {
|
|
190
|
+
name: "Checkout",
|
|
191
|
+
};
|
|
192
|
+
</script>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<ul class="dashboard-navigation">
|
|
3
|
+
<li>
|
|
4
|
+
<h3>Navigation</h3>
|
|
5
|
+
</li>
|
|
6
|
+
<li>
|
|
7
|
+
<NuxtLink to="/dashboard">Dashboard</NuxtLink>
|
|
8
|
+
</li>
|
|
9
|
+
<li>
|
|
10
|
+
<NuxtLink to="/edit-profile">Edit Profile</NuxtLink>
|
|
11
|
+
</li>
|
|
12
|
+
<li>
|
|
13
|
+
<NuxtLink to="/edit-address">Edit Address</NuxtLink>
|
|
14
|
+
</li>
|
|
15
|
+
<li>
|
|
16
|
+
<NuxtLink to="/order-history">Order History</NuxtLink>
|
|
17
|
+
</li>
|
|
18
|
+
<li>
|
|
19
|
+
<NuxtLink to="/order-details">Order Details</NuxtLink>
|
|
20
|
+
</li>
|
|
21
|
+
<li>
|
|
22
|
+
<NuxtLink to="/address">Address</NuxtLink>
|
|
23
|
+
</li>
|
|
24
|
+
<li>
|
|
25
|
+
<NuxtLink to="/password">Password</NuxtLink>
|
|
26
|
+
</li>
|
|
27
|
+
<li>
|
|
28
|
+
<NuxtLink to="/my-account">Log Out</NuxtLink>
|
|
29
|
+
</li>
|
|
30
|
+
</ul>
|
|
31
|
+
</template>
|
|
32
|
+
|
|
33
|
+
<script>
|
|
34
|
+
export default {
|
|
35
|
+
name: "DashboardNavigation",
|
|
36
|
+
};
|
|
37
|
+
</script>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="page-banner bg-gray4 py-3">
|
|
3
|
+
<div class="container">
|
|
4
|
+
<div class="d-flex justify-content-between align-items-center">
|
|
5
|
+
<ul class="d-flex align-content-center list-unstyled mb-0 page-content">
|
|
6
|
+
<li>
|
|
7
|
+
<NuxtLink to="/" class="text-decoration-none">Home</NuxtLink>
|
|
8
|
+
</li>
|
|
9
|
+
<li>
|
|
10
|
+
<span>{{ pageTitle }}</span>
|
|
11
|
+
</li>
|
|
12
|
+
</ul>
|
|
13
|
+
<div class="d-flex align-items-center">
|
|
14
|
+
<i class="ri-arrow-left-s-line"></i>
|
|
15
|
+
<i class="ri-layout-grid-line"></i>
|
|
16
|
+
<i class="ri-arrow-right-s-line"></i>
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<script>
|
|
24
|
+
export default {
|
|
25
|
+
name: "PageBanner",
|
|
26
|
+
props: ["pageTitle"],
|
|
27
|
+
};
|
|
28
|
+
</script>
|