-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgetting-started.html
478 lines (351 loc) · 18.5 KB
/
getting-started.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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>SmartBiz Academy - Getting Started</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="./assets/images/favicon.png" rel="icon">
<link href="./assets/images/apple-touch-icon.png" rel="apple-touch-icon">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.3/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.0.0-beta.3/assets/owl.theme.default.min.css"
/>
<!-- recent post carousal links --->
<link href='https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css' rel='stylesheet'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css' rel='stylesheet'>
<style></style>
<script type='text/javascript' src=''></script>
<script type='text/javascript' src='https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js'></script>
<script type='text/javascript' src='https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js'></script>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/discover.css" rel="stylesheet">
<link href="assets/css/tab.css" rel="stylesheet">
<link href="assets/css/academy.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container-fluid align-items-center ">
<div class="row ">
<div class="logo col-6 col-md-3 order-md-1 order-1 ">
<a href="index.html"><img src="./assets/images/samrt-biz.svg" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar order-3 order-md-2 col-12 col-md-4 col-lg-5">
<ul>
<li><a class="nav-link scrollto" href="./discover.html">Discover Features</a></li>
<li><a class="nav-link scrollto" href="./about.html">About Us</a></li>
<li><a class="nav-link scrollto" href="./smartbiz-academy.html">SmartBiz Academy</a></li>
<li class="dropdown help-menu"><a href="./help-center.html"><span>Help Center</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="./help-getting-started.html">Getting started</a></li>
<li><a href="./blog/List-your-products-adding-and-updating-products.html">Listing</a></li>
<li><a href="./help-marketing.html">Marketing and promotions</a></li>
<li><a href="./blog/How-to-track-accept-and-manage-your-orders.html">Order management</a></li>
<li><a href="./help-fullfilment.html">Fulfillment and delivery</a></li>
<li><a href="./help-getting-paid.html">Getting paid</a></li>
<li><a href="./blog/resources-available-yt-blog-help-centre-social-media.html">Support</a></li>
<li><a href="./help-center.html">View all</a></li>
<!--- <li class="dropdown"><a href="#"><span>Smart Bizacademy</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li> --->
</ul>
</li>
<li class="d-none"><a class="getstarted scrollto" href="./contact.html">Try for free</a></li>
</ul>
</nav><!-- .navbar -->
<div class=" menu-right-mob order-2 order-md-2 col-5 offset-1 offset-lg-1 col-md-4 col-lg-3">
<i class="bi bi-list mobile-nav-toggle"></i>
<a class="" href="./contact.html" target="_blank">Try for free</a>
</div>
<div class="menu-right col offset-lg-1 order-md-3 col-md-5 col-lg-3">
<ul>
<li class=""><a class="" href="./contact.html">Try for free</a></li>
</ul>
</div>
</div> </div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="discoverbanner">
<div class='owl-carousel' id='bannerCarousel'>
<div class="item ">
<div class="container pt-5 pt-sm-5 pt-md-5">
<div class="row d-flex align-items-center">
<div class=" col-lg-6 py-5 py-lg-0 order-1 order-lg-1 dbanner-copy" data-aos="fade-right">
<h2 class="banner-text sbacademy">SmartBiz Academy</h2>
<h3>All you need to know about taking your business online</h3>
<div class="app-box dnone" >
<a href="##" > <img src="./assets/images/gplay.png" alt=""/> </a> <a href="#" > <img src="./assets/images/sapp-store.png" alt=""/> </a>
</div>
</div>
<div class="col-lg-6 order-2 order-lg-2 hero-img slide-content" data-aos="fade-left" >
<img src="./assets/images/academy-banner.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
<!---- banner close --->
<!--<div class="container pt-5 pt-sm-5 pt-md-5" >
<div class="row d-flex align-items-center">
<div class=" col-lg-6 py-5 py-lg-0 order-2 order-lg-1" data-aos="fade-right">
<h1>Online selling — now simplified</h1>
<h2>Build your own online store easily in under 2 minutes and start selling online today</h2>
<a href="#about" class="btn-get-started scrollto amazon-cta">Join interest list</a>
<div class="app-box"><a href="#" > <img src="./assets/images/gplay.png" alt=""/> </a> <a href="#" > <img src="./assets/images/app-store.png" alt=""/> </a> </div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left">
<img src="./assets/images/hand-device.png" class="img-fluid" alt="">
</div>
</div>
</div> -->
</section><!-- End Hero -->
<main id="main">
<!--- topic section starts --->
<section id="topic" class="pt20 pb20">
<!--- browse section --->
<div id="browse" class="container pt20 pt40 pb60 pb20">
<div class="row topic-margin ">
<div class="col-md-6 pb20">
<h3 data-aos="fade-in" data-aos-delay="0"><strong>Getting Started </strong></h3>
</div><!-- End .content-->
</div><!-- End .content-->
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/Who-can-sell-on-SmartBiz.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/Who-can-sell-on-SmartBiz.png" class="card-img-top"
alt="blog-banner" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >Who can use SmartBiz by Amazon to create their own online stores?</h3>
<p >Sep 20 2022 </p>
<p>With SmartBiz by Amazon, anyone can open their own online store that they’ve always dreamt of or grow their existing business exponentially. </p>
<a href="./blog/Who-can-sell-on-SmartBiz.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/Why-take-your-business-online.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-03.jpg" class="card-img-top"
alt="blog-banner" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >9 reasons why you must begin your online business journey</h3>
<p >Sep 20 2022 </p>
<p>Starting a new business can be intimidating. However, read on to know why you should consider taking your small business online.</p>
<a href="./blog/Why-take-your-business-online.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
</div>
<hr class="solid">
</div>
<!---end ----->
<!--- smartbiz section --->
<div id="smartbiz" class="container pb60 pb20 ">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 pb60">
<div class="col">
<a href="./blog/List-your-products-adding-and-updating-products.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/Introduction-to-SmartBiz-by-Amazon-key-features.jpg" class="card-img-top"
alt="fulfillment-order-options" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >SmartBiz: Understanding concepts and key features</h3>
<p >Sep 20 2022 </p>
<p>Listing your products can be tedious, if you just started your online business. However, with the right guidance, it can become a walk in the park.</p>
<a href="./blog/List-your-products-adding-and-updating-products.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="./blog/Requirements-to-take-your-business-online.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-02.jpg" class="card-img-top"
alt="how-to-share-your-store-link" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >Here's all you need to set up your online store</h3>
<p >Sep 20 2022 </p>
<p>SmartBiz is a website builder that can help you create your own e-commerce store. Just follow a few simple steps to set it up, and you’re ready to sell!</p>
<a href="./blog/Requirements-to-take-your-business-online.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</a>
</div>
</div>
</div>
<hr class="solid">
</div>
<!--- growing section --->
<div id="growing" class="container pb60 pb20">
<!-- card section --->
<div class="row row-cols-1 row-cols-md-2 g-5 ">
<div class="col-lg-6">
<a href="./blog/Checklist-to-start-your-own-online-store.html">
<div class="card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-05.jpg" class="card-img-top"
alt="listing-your-products" />
</div>
<div class="card-body">
<div class="topic-section ">
<h3 class="topic-section-heading" >Your online selling checklist: 10 things to consider before starting an online store for your business</h3>
<p >Sep 20 2022 </p>
<p>If you are new to the world of online selling, we've curated a checklist for all the basics you must know about before starting to sell products online.</p>
<a href="./blog/Checklist-to-start-your-own-online-store.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<!--- topic section end--->
<!-- ======= repost carousel Section starts ======= -->
<section class="pt-5 pb-5 recent-bg">
<div class="container ">
<div class="row ">
<div class="col-lg-6 col-sm-12 col-md-6">
<h3 class="recent-heading" cdata-aos="fade-in" data-aos-delay="0">Recent posts from SmartBiz by Amazon </h3>
</div>
<div class="col-12 pt40 pb40">
<div id="carouselExampleIndicators2" class="owl-carousel slide" data-ride="carousel">
<div class="item">
<a href="./blog/How-to-share-your-store-link-with-customers.html">
<div class="card recent-card ">
<div class="smartbiz-card">
<img src="./blog/assets/images/how-to-share-your-store-link.jpeg" class="card-img-top"
alt="accept-and-manage-order" />
</div>
<div class="card-body">
<div class="recent-section ">
<h3 class="recent-section-heading"> How to promote your online store among your customers?</h3>
<p >Sep 20 2022 </p>
<p>If you have just set up a new e-commerce website, here are different ways in which you can share the link of your online store with customers.</p>
<a href="./blog/How-to-share-your-store-link-with-customers.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
<div class="item">
<a href="./blog/How-to-get-more-orders.html">
<div class="card recent-card">
<div class="smartbiz-card">
<img src="./blog/assets/images/smartbiz-15.jpg" class="card-img-top"
alt="blog-banner" />
</div>
<div class="card-body">
<div class="recent-section ">
<h3 class="recent-section-heading" >10 tips to increase online sales for your small business</h3>
<p >Sep 20 2022 </p>
<p>Many new online businesses struggle with the conversion of traffic, especially in their early days. Here are some ideas for boosting sales of your online store. </p>
<a href="./blog/How-to-get-more-orders.html" class="btn-cta"><strong>Know More</strong></a>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End your repost carousel Section -->
<!-- start newsletter -->
<section id="" class="news-bg">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center white-text pb-2">
<h2>Subscribe to <span class="orange">our newsletter</span></h2>
<p>Never miss an update from SmartBiz by Amazon.</p>
</div>
<div class="col-md-12 text-center news-form">
<form action="" method="post">
<input type="email" placeholder="Enter your email here" name="email">
<input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container pt-5 ">
<div class="footer-content row pb-5">
<div class="col-md-4 col-lg-3">
<img src="./assets/images/samrt-biz.svg" alt=""/>
</div>
<div class="col-md-8 col-lg-9">
<p>SmartBiz by Amazon is an online store builder that can help you create your own website easily within minutes. Backed by powerful tools from Amazon, you can now start selling the way you want to your customers online. </p>
</div>
</div>
</div>
<div class="footer-legal text-center position-relative">
<div class="container">
<div class="row">
<div class="col-md-12 pt-4 pb-3">
<a href="https://support.smartbiz.in/assets/html/Constellation%20Sellers-Terms%20of%20Use.html">Terms of Use</a> <a href="https://www.amazon.in/gp/aw/help/id=200545460">Privacy Notice</a>
<div class="copyright pt-2 "> © 2022 Amazon.com, Inc or its affiliates. All rights reserved</div>
</div> </div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.3/owl.carousel.min.js"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/tab_discover.js"></script>
</body>
</html>