-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
385 lines (339 loc) · 27.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>socialseller</title>
<link href="./style.css" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<!-- Title -->
<section id="title" class="gradient-background">
<nav class="navbar navbar-expand-lg bg-body-tertiary gradient-background justify-content-center">
<div class="container-fluid container col-xxl-12 ">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="col-3 mb-md-0">
<img src="./images/logoblue.png" height="50px" class="img-fluid">
</div>
<div class="collapse col-4 navbar-collapse justify-content-center" id="navbarTogglerDemo03">
<ul class="nav nav-pills" style="font-family: poppins; font-size: small; ">
<li class="nav-item" ><a href="https://socialseller.in/" class="nav-link" style="color: #0059ff; font-size: 1em;">Home</a></li>
<li class="nav-item"><a href="https://market.socialseller.in/" class="nav-link"style="color: #0059ff; font-size: 1em;">Market</a></li>
<li class="nav-item"><a href="https://course.socialseller.in/courses" class="nav-link active" aria-current="page" style="font-size: 1.1em; border-radius: 30px;">Course</a></li>
<li class="nav-item"><a href="https://course.socialseller.in/appointment" class="nav-link"style="color: #0059ff; font-size: 1em;"> Consultation</a></li>
<li class="nav-item"><a href="https://www.youtube.com/c/SocialSellerAcademy" class="nav-link"style="color: #0059ff; font-size: 1em;">More</a></li>
</ul>
<a href="https://register.socialseller.in/"><button type="button" class="btn btn-primary" style="border-radius: 20px;">Sign-up</button></a>
</div>
</div>
</nav>
<div class="b-example-divider"></div>
<div class="container col-xxl-8 my-4 justify-content-center">
<div class="row align-items-center my-4 justify-content-center g-5">
<div class="col-lg-6 col-md-6">
<img src="./images/socialseller.png" class="d-g d-md-flex mx-auto img-fluid mb-55" alt="socialseller" height="300" loading="lazy">
</div>
<div class="mb-5 col-lg-6 col-md-8 justify-content-center align-items-center">
<h1 class="display-6 fw-bold text-body-emphasis lh-1 mb-3" style="text-align: center ;"><span style="color: #0059ff; font-family: poppins; font-size: 1em;">B2B Lead Generation </span><span style="color: #0a0d5c; font-family: poppins; font-size: 1em;">Masterclass</span></h1>
<p class="fw-lighter text-body-emphasis lh-1 mb-5" style="text-align: center; font-family: Nunito Sans, sans-serif; font-size: 1rem;">A complete guide to Generate, Attract & Convert High-Value B2B Leads substantially.</p>
<div class="col-md-12">
<div class="input-group justify-content-center"><a href="#"><button type="button" class="btn col-8 white btn-primary btn-lg mb-2 px-5 " style="width: 100%; border-radius: 25px;">
<span style="font-size: 1rem;">Join for Rs. 499 only</span>
</button></a></div>
<div class="col-md-12">
<div class="input-group justify-content-center">
<a href="#"><button type="button" class="btn col-8 clear btn-outline-light btn-lg pr-5 pl-5" style="width: 100%; border-radius: 25px;">
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="#0059ff" class="bi bi-play-circle-fill" viewBox="0 0 16 16" style="background-color:white; border: 0.3px solid white; border-radius: 25px;">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z"></path>
</svg>
<span style="color: #0059ff; font-size: 1rem; text-align: center;" >Watch how it works</span>
</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features">
<div class=" py-5 bg-white"style="text-align: center;">
<span style="font-family: poppins;">Trusted by Companies Worldwide</span>
<div class="marquee-container bg-white mx-4 my-5">
<div class="!gap-6 overflow-hidden w-full py-1 marquee-content">
<img src="./images/youtube2.png" class="fil aspect-auto rounded-2xl ">
<img src="./images/cnbc3.png" class="fils fil aspect-auto rounded-2xl ">
<img src="./images/db.png" class="fil aspect-auto rounded-2xl ">
<img src="./images/hitva.png" class="fil big aspect-auto rounded-2xl">
<img src="./images/eogsea.png" class="fil aspect-auto rounded-2xl">
<img src="./images/nb.png" class="fil aspect-auto rounded-2xl">
</div>
</div>
<main>
<div class="container px-4 py-5" id="featured-3">
<h2 class=" fw-bold text-center mb-3 lh-1"><span style="color: #0059ff; font-family: poppins; font-size: 0.9em;">All-In-One </span><span style="color:rgb(39, 215, 8); font-size: 1em;">Business kickstart Platform.</span></h2>
<div class="row g-5 py-5 row-cols-1 row-cols-lg-3 my-2">
<div class="feature col px-5 py-3" style="box-shadow: 10px 5px 5px rgb(187, 185, 185); border-radius: 30px;">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-info bg-gradient fs-2 mb-3 py-2 px-1" style="border-radius: 30px;">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="25" fill="black" class="bi bi-file-earmark-text-fill" viewBox="0 0 16 16">
<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0M9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1M4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1z"/>
</svg>
</div>
<h3 class="fs-2 text-body-emphasis" style="font-family: poppins;">Course inclusive</h3>
<ul class="lead text-start px-5 py-2" style="font-family: poppins;">
<li class="nav-item">Full lifetime access</li>
<li class="nav-item">Certification of completion</li>
<li class="nav-item">Future course updates</li>
<li class="nav-item">One-on-one mentorship</li>
<li class="nav-item">Access to private community group</li>
</ul>
</div>
<div class="feature col px-5 py-3" style="box-shadow: 10px 5px 5px rgb(187, 185, 185); border-radius: 30px;">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-warning bg-gradient fs-2 mb-3 py-2 px-1" style="border-radius: 30px;">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="25" fill="currentColor" class="bi bi-pc-display" viewBox="0 0 16 16">
<path d="M8 1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1zm1 13.5a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0m2 0a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0M9.5 1a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM9 3.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1h-5a.5.5 0 0 0-.5.5M1.5 2A1.5 1.5 0 0 0 0 3.5v7A1.5 1.5 0 0 0 1.5 12H6v2h-.5a.5.5 0 0 0 0 1H7v-4H1.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5H7V2z"/>
</svg>
</div>
<h3 class="fs-2 text-body-emphasis" style="font-family: poppins;">Requirements</h3>
<ul class="lead text-start px-5 py-2" style="font-family: poppins;">
<li class="nav-item">Any Computer, Mobile and OS </li>
<li class="nav-item">Basic understanding of social media</li>
<li class="nav-item">Language understanding (English/Hindi)</li>
</ul>
</div>
<div class="feature col px-5 py-3" style="box-shadow: 10px 5px 5px rgb(187, 185, 185); border-radius: 30px;">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-danger bg-gradient fs-2 mb-3 px-1 py-2" style="border-radius: 30px;">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="25" fill="black" class="bi bi-people-fill" viewBox="0 0 16 16">
<path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"/>
</svg>
</div>
<h3 class="fs-2 text-body-emphasis " style="font-family: poppins;">Community</h3>
<p class="lead">Enrolled 10,000+ students including :</p>
<ul class="text-start lead px-5 py-2" style="font-family: poppins;">
<li class="nav-item">Housewives</li>
<li class="nav-item">Digital Marketers</li>
<li class="nav-item">Job Seekers</li>
<li class="nav-item">Businessmen</li>
<li class="nav-item">Entrepreneurs</li>
</ul>
</div>
</div>
</div>
</main>
</div>
</section>
<!-- Course Content -->
<section id="course_content">
<div class="container col-xxl-8 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-12 col-lg-6">
<video width="700" height="500" class="img-fluid" controls poster="./images/video2.png" class="d-flex img-fluid align-self-center img-fluid" style="float: right;" alt="trial video" width="700" height="500" loading="lazy">
<source src="./images/movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-normal text-body-emphasis lh-1 mb-3"><span style="font-family: poppins; color: #0a0d5c; font-size: 0.8em;">Everything you need to know about lead generation, </span> <span style="color: rgb(39, 215, 8); font-size: 0.8em;">it’s here.</span></h1>
<ul class="lead" style="font-size: 1em; margin-top: 5px;">
<li>Step by Step Guide to setup Reselling</li>
<li>Create Shopping page in Instagram</li>
<li>WhatsApp Sales Tricks</li>
<li>Wholesaler Contact Details </li>
<li>Instagram Marketing Tricks</li>
<li>Grow & Automate Reselling Business</li>
</ul>
</div>
</div>
</div>
<div class="my-5">
<div class="p-5 text-center bg-body-tertiary ">
<div class="container py-5">
<h2 class="fw-bold text-body-emphasis"><span style="font-family: poppins; color: #0a0d5c;">Course </span><span style="font-family: poppins; color: rgb(39, 215, 8);">Content</span></h2>
<p class="col-lg-8 mx-auto lead mt-2">
This very extraordinary teaching method can make learning activities more efficient.
</p>
</div>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse justify-content-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/dog-img.jpg" class="d-block mx-lg-auto img-fluid" alt="avatr_img" width="400" height="300" loading="lazy" style="border-radius: 25px; ">
</div>
<div class="col-lg-6">
<h1 class="display-6 fw-normal text-body-emphasis lh-1 mb-3"><span style="font-family: poppins; color: #0a0d5c;">What is </span><span style="font-family: poppins; color: rgb(39, 215, 8);">B2B Lead Generation </span><span style="font-family: poppins; color: #0a0d5c;">in India?</span></h1>
<p class="lead py-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies quis eros in fermentum. Morbi non posuere leo, vehicula lobortis massa. In mattis metus id elit venenatis mollis. Nam ac enim vehicula, imperdiet lacus vitae, ullamcorper est. Proin porta aliquet neque ac venenatis. Fusce vel sapien ac tellus egestas malesuada. Nullam dictum, turpis ut iaculis dapibus, est augue consequat sapien, vel mollis nulla leo eget orci. Vivamus imperdiet, quam at iaculis consectetur, ligula tellus condimentum orci, et mattis ligula orci vitae risus.</p>
</div>
</div>
<div class="row flex-lg-col-reverse justify-content-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/dog-img.jpg" class="d-block mx-lg-auto img-fluid" alt="avatr_img" width="400" height="300" loading="lazy" style="border-radius: 25px; ">
</div>
<div class="col-lg-6">
<h1 class="display-6 fw-normal text-body-emphasis lh-1 mb-3"><span style="font-family: poppins; color: rgb(39, 215, 8);">History </span><span style="font-family: poppins; color: #0a0d5c;">of Lead Generation</span></h1>
<p class="lead py-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies quis eros in fermentum. Morbi non posuere leo, vehicula lobortis massa. In mattis metus id elit venenatis mollis. Nam ac enim vehicula, imperdiet lacus vitae, ullamcorper est. Proin porta aliquet neque ac venenatis. Fusce vel sapien ac tellus egestas malesuada. Nullam dictum, turpis ut iaculis dapibus, est augue consequat sapien, vel mollis nulla leo eget orci. Vivamus imperdiet, quam at iaculis consectetur, ligula tellus condimentum orci, et mattis ligula orci vitae risus.</p>
</div>
</div>
<div class="row flex-lg-row-reverse justify-content-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/dog-img.jpg" class="d-block mx-lg-auto img-fluid" alt="avatr_img" width="400" height="300" loading="lazy" style="border-radius: 25px; ">
</div>
<div class="col-lg-6">
<h1 class="display-6 fw-normal text-body-emphasis lh-1 mb-3"><span style="font-family: poppins; color: #0a0d5c;">How to </span><span style="font-family: poppins; color: rgb(39, 215, 8);">Plan </span><span style="font-family: poppins; color: #0a0d5c;">Lead Generation</span></h1>
<p class="lead py-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies quis eros in fermentum. Morbi non posuere leo, vehicula lobortis massa. In mattis metus id elit venenatis mollis. Nam ac enim vehicula, imperdiet lacus vitae, ullamcorper est. Proin porta aliquet neque ac venenatis. Fusce vel sapien ac tellus egestas malesuada. Nullam dictum, turpis ut iaculis dapibus, est augue consequat sapien, vel mollis nulla leo eget orci. Vivamus imperdiet, quam at iaculis consectetur, ligula tellus condimentum orci, et mattis ligula orci vitae risus.</p>
</div>
</div>
<div class="row flex-lg-col-reverse justify-content-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/dog-img.jpg" class="d-block mx-lg-auto img-fluid" alt="avatr_img" width="400" height="300" loading="lazy" style="border-radius: 25px; ">
</div>
<div class="col-lg-6">
<h1 class="display-6 fw-normal text-body-emphasis lh-1 mb-3"><span style="font-family: poppins; color: rgb(39, 215, 8);">Executing </span><span style="font-family: poppins; color: #0a0d5c;">your Lead Generation plan</span></h1>
<p class="lead py-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies quis eros in fermentum. Morbi non posuere leo, vehicula lobortis massa. In mattis metus id elit venenatis mollis. Nam ac enim vehicula, imperdiet lacus vitae, ullamcorper est. Proin porta aliquet neque ac venenatis. Fusce vel sapien ac tellus egestas malesuada. Nullam dictum, turpis ut iaculis dapibus, est augue consequat sapien, vel mollis nulla leo eget orci. Vivamus imperdiet, quam at iaculis consectetur, ligula tellus condimentum orci, et mattis ligula orci vitae risus.</p>
</div>
</div>
<div class="col-md-12">
<div class="input-group justify-content-center"><a href="#"><button type="button" class="btn col-8 clear btn-outline-primary btn-lg mb-2 px-5 " style="width: 100%; border-radius: 25px;">
<span style="font-size: 1rem; color: #0059ff;">See more </span>
</button></a></div>
</div>
</div>
</div>
</div>
<div class="container py-5 text-center">
<span style="font-family: poppins; font-weight: bold; font-size: 2em; color: #0a0d5c;">Why </span><span style="font-size: 2rem; font-weight: bold; font-family: poppins; color: rgb(39, 215, 8);">SocialSeller?</span>
<p class="col-lg-10 mx-auto lead mt-2">
Social Seller Technologies is a leading platform for online sellers, empowering individuals to learn, start, and grow their online businesses. With a comprehensive suite of services, including resources, consultancy, and a dedicated marketplace, we are revolutionizing the online selling landscape in India and beyond.
</p>
</div>
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse justify-content-center g-5 py-2" style="background-color: #0059ff; height: fit-content; border-radius: 25px;">
<div class="col-10 col-sm-8 col-lg-6 ">
<img src="./images/owner-removebg-preview (1).png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="400" height="350" loading="lazy">
</div>
<div class="col-lg-6 align-items-center">
<p class="display-5 fw-semibold lh-1 mb-3 px-5 text-left lead pb-3" style="color: antiquewhite; font-family: poppins; font-size: 2em;">Start your online Business now with SocialSeller</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-center py-3">
<button type="button" class="btn btn-lg px-4 me-md-2" style="background-color: #20BA96; color: white;">Contact now</button>
</div>
</div>
</div>
</div>
<div class="row flex-lg-col-reverse justify-content-center g-5 py-5 ">
<div class="col-10 col-sm-8 col-lg-4 py-5">
<div style=" margin-left: 50px;">
<img src="./images/amazon.webp" class="tags"/>
<img src="./images/bbewakoof.jpeg" class="tags"/>
<img src="./images/blhost3.png" class="tags"/>
<img src="./images/cashfree2.png" class="tags"/>
</div>
<div style=" margin-left: 3px;">
<img src="./images/dukaan.png" class="tags"/>
<img src="./images/flipkart.jpeg" class="tags"/>
<img src="./images/hostinger.png" class="tags"/>
<img src="./images/interakt.png" class="tags"/>
</div>
<div style=" margin-left: 50px;">
<img src="./images/shiprocket.jpeg" class="tags"/>
<img src="./images/Razorpay_payments.png" class="tags"/>
<img src="./images/paytm-etonline.jpg" class="tags"/>
<img src="./images/meesho.png" class="tags"/>
</div>
</div>
<div class="col-lg-4 px-5">
<p style="color: grey; font-size: 1.2em; text-align: left; margin-left: 10px;"> 🚩 Services</p>
<h1 class=" fw-normal text-body-emphasis lh-1 mb-3" style="font-size: 2em;"><span style=" font-family: poppins; color: #0a0d5c;">We serve</span><span style="font-family: poppins; color: rgb(39, 215, 8);"> Premium E-Commerce </span><span style="font-family: poppins; color: #0a0d5c;">brands</span></h1>
<p class="lead py-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies quis eros in fermentum. Morbi non posuere leo, vehicula lobortis massa. In mattis metus id elit venenatis mollis. Nam ac enim vehicula, imperdiet lacus vitae, ullamcorper est. Proin porta aliquet neque ac venenatis. Fusce vel sapien ac tellus egestas malesuada.</p>
<a href="#"><button type="button" class="btn col-8 clear btn-outline-primary btn-lg pr-5 pl-5" style=" border-radius: 25px;"><span style="color: #0059ff; font-size: 1rem; text-align: center;" >See more brands</span> </button></a>
</div>
</div>
</section>
<!-- Testimonial -->
<section id="Testimonial">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row align-items-center g-5 py-5">
<div class="col-lg-6">
<p style="color: grey; font-size: 1.2em; text-align: left;"> 🗣️ Testimonial</p>
<h1 class="display-5 fw-normal text-body-emphasis lh-1 mb-3"><span style=" font-family: poppins; color: #0a0d5c;">What</span><span style="font-family: poppins; color: rgb(39, 215, 8);"> They </span><span style="font-family: poppins; color: #0a0d5c;">say?</span></h1>
<p class="lead">Socialseller has got more than 100k positive ratings from our users around the world. </p>
<p class="lead">Some of the students and teachers were greatly helped by the Socialseller.</p>
<h6 class="py-4"><a href="#">Used Socialseller? We’d love to hear you</a></h6>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="#"><button type="button" class="btn col-8 clear btn-outline-primary btn-lg pr-5 pl-5" style=" border-radius: 25px; width: 100%; margin: 0 10px 0 10px;"><span style="color: #0059ff; font-size: 1rem; text-align: center;" >Start learning today</span> </button></a>
</div>
</div>
<div id="myCarousel" class="col-10 col-sm-8 col-lg-6 carousel slide mb-6" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2" class="active" aria-current="true"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3" class=""></button>
</div>
<div class="carousel-inner" style="box-shadow: 5px 5px 5px rgb(219, 218, 218); border-radius: 20px;">
<div class="carousel-item">
<img src="./images/comment2.png" height="260px" width="440px" style="border-radius: 20px;" class="img-fluid"/>
</div>
<div class="carousel-item ">
<img src="./images/comment1.png" height="260px" width="440px" style="border-radius: 20px; " class="img-fluid"/>
</div>
<div class="carousel-item active">
<img src="./images/comment3.png" height="260px" width="440px" style="border-radius: 20px;" class="img-fluid"/>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer" class="gradient-background">
<div class="container ">
<footer class="py-3 justify-content-center">
<div class="justify-content-center col">
<div class="justify-content-center text-center col px-5 py-3">
<img src="./images/logoblue.png" height="50px"/>
<p>One step business</p>
</div>
<div class="justify-content-center text-center">
<form class="justify-content-center">
<h5 style="text-align: center; color:#0a0d5c;">Have doubts? Drop your email</h5>
<div class="d-grid flex-column flex-sm-row gap-2">
<label for="newsletter1" class="visually-hidden" style="color: white;">Email address</label>
<input id="newsletter1" type="text" class="form-control gradient-background2" placeholder="Email address" style="border-radius: 30px; max-width: 240px; justify-self: center;">
<button class="btn btn-primary" type="button" style="border-radius: 30px; color: white; max-width: 120px; justify-self: center;">Send</button>
</div>
<p style="text-align: center; font-weight: lighter; color:#0a0d5c; margin-top: 3px;">Our contact team will reach you soon.</p>
</form>
</div>
</div>
<div class="container">
<footer class="py-3 my-4" style="color: white;">
<ul class="nav justify-content-center border-bottom pb-3 mb-3" >
<li class="nav-item" ><a href="#" class="nav-link px-2 text-body-secondary">Courses</a></li>
<li class="nav-item nav-link px-2 text-body-secondary">|</li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Privacy Policy </a></li>
<li class="nav-item nav-link px-2 text-body-secondary"> |</li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Terms & Conditions</a></li>
</ul>
<p class="text-center text-body-secondary" style="color: white;">© SocialSeller.in, Inc. All rights reserved.</p>
</footer>
</div>
</footer>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>