-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
504 lines (460 loc) · 23.9 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
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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">Socielity</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end " id="navbarNav">
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Socielity</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Platfrom</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"> Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Login</a>
</li>
</ul>
<div class="m-box"><a href="#" class="btn-blue">Explore More</a></div>
</div>
</div>
</nav>
<header class="container py-5">
<div class="container-1">
<h1>Your Private Online Marketplace Where <a href="#"> Socielities </a> That Comprise Your Personal <a href="#">
World </a> </h1>
<p class="w-75 mx-auto">Your private online marketplace where you can trade goods and services with family,
friends, neighbors,
classmates, co-workers, and members of the many other communities that comprise your personal world.</p>
<div class="a "> <a href="#"><i class="bi bi-youtube text-danger me-3 "></i>Let's have a look</a></div>
</div>
</header>
<section class="container d-flex flex-column justify-content-center align-items-center py-5 ">
<h3>Trusted By</h3>
<p class="text-center">The private on-line marketplace where you are able to exchange goods and services, cash-free,
in one place, 24/7,
with a select group of individuals, organizations, and businesses that you know and trust.</p>
<div class="row g-3">
<div class="col-lg-2 col-md-4 col-sm-6 d-flex justify-content-center ">
<img src="imgs/PWC.png" alt="PWC">
</div>
<div class="col-lg-2 col-md-4 col-sm-6 d-flex justify-content-center ">
<img src="imgs/target.png" alt="Target">
</div>
<div class="col-lg-2 col-md-4 col-sm-6 d-flex justify-content-center ">
<img src="imgs/zoom.png" alt="Zoom">
</div>
<div class="col-lg-2 col-md-4 col-sm-6 d-flex justify-content-center ">
<img src="imgs/dropbox.png" alt="Dropbox">
</div>
<div class="col-lg-2 col-md-4 col-sm-6 d-flex justify-content-center ">
<img src="imgs/paypal.png" alt="paypal">
</div>
<div class="col-lg-2 col-md-4 col-sm-6 d-flex justify-content-center ">
<img src="imgs/pfizer.png" alt="pfizer">
</div>
</div>
</section>
<section class="container py-5 group">
<div class="row g-5">
<div class="col-lg-6 col-md-12 col-sm-12 order-lg-0 order-md-1 order-sm-1 o-sm-1">
<img src="imgs/Group 1.png" alt="Rasm topilmadi" class="w-100">
</div>
<div
class="col-lg-6 col-md-12 col-sm-12 d-flex flex-column justify-content-center order-lg-0 order-md-0 order-sm-0 o-sm-0 ">
<h3 class="mb-4">You want to strengthen more of communities or groups you are associated with.</h3>
<p class="mb-5">A simple definition is that leadership is the art of motivating a group of people to act towards
achieving a
common goal. In a business setting, this can mean directing workers and colleagues with a strategy to meet the
company's needs.</p>
<div class=" m-box mb-2"><a href="#" class="btn-blue">Explore More</a></div>
</div>
<div
class="col-lg-6 col-md-12 col-sm-12 d-flex flex-column justify-content-center order-lg-1 order-md-2 order-sm-2 o-sm-2 ">
<h3 class="mb-4">You want to strengthen more of Socialities or groups you are associated with.</h3>
<p class="mb-5"> A simple definition is that leadership is the art of motivating a group of people to act
towards achieving a
common goal. In a business setting, this can mean directing workers and colleagues with a strategy to meet the
company's needs.</p>
<div class="m-box mb-2"><a href="#" class="btn-blue">Explore More</a></div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 order-lg-1 order-md-3 order-sm-3 o-sm-3">
<img src="imgs/Group 2.png" alt="Rasm topilmadi" class="w-100">
</div>
<div class="col-lg-6 col-md-12 col-sm-12 order-lg-2 order-md-5 order-sm-5 o-sm-5">
<img src="imgs/Group 3.png" alt="Rasm topilmadi " class="w-100">
</div>
<div
class="col-lg-6 col-md-12 col-sm-12 d-flex flex-column justify-content-center order-lg-2 order-md-4 order-sm-4 o-sm-4">
<h3 class="mb-4">You want to strengthen more of Socialities or groups you are associated with.</h3>
<p class="mb-5">A simple definition is that leadership is the art of motivating a group of people to act towards
achieving a
common goal. In a business setting, this can mean directing workers and colleagues with a strategy to meet the
company's needs.</p>
<div class="m-box mb-2"><a href="#" class="btn-blue">Explore More</a></div>
</div>
</div>
</section>
<section class="container text-center py-5">
<h3 class="mb-4">Why Socielity?</h3>
<p class="w-75 m-auto ">Welcome to CommuniTrader.com, the private on-line marketplace where you are able to exchange
goods and services,
cash-free, in one place, 24/7, with a select group of individuals, organizations, and businesses that you know and
trust.</p>
<div class="row g-3">
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0 ">
<img src="imgs/Financial Security.png" alt="Financial Security">
<h3>Financial Security</h3>
<p>you want to keep more of your hard-earned cash in your wallet. </p>
</div>
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0 ">
<img src="imgs/Outsourcing.png" alt="Outsourcing ">
<h3>Outsourcing</h3>
<p>you want to avoid certain chores that you don't enjoy.</p>
</div>
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0">
<img src="imgs/Ikigai.png" alt="Ikigai">
<h3>Ikigai</h3>
<p>you want to spend more time doing, what you love, what you are good at, what you can get paid for, what the
world needs. </p>
</div>
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0">
<img src="imgs/Alchemy.png" alt="Alchemy">
<h3>Alchemy</h3>
<p>you want to replace things that you don't want with things that you do want.</p>
</div>
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0">
<img src="imgs/Social capital.png" alt=" Social capital">
<h3> Social capital</h3>
<p>you want to develop more beneficial relationships with others.</p>
</div>
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0">
<img src="imgs/Leadership.png" alt="Leadership">
<h3>Leadership</h3>
<p>you want to strengthen one or more of the communities or groups you are associated with.</p>
</div>
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0">
<img src="imgs/Bridging Divides.png" alt="Bridging Divides">
<h3>Bridging Divides</h3>
<p>you want people who are different from one another to get along with each other.</p>
</div>
<div class="col-lg-3 col-md-6 .col-sm-6 boxes-0">
<img src="imgs/Planet Earth.png" alt="Planet Earth">
<h3>Planet Earth</h3>
<p>you want to reduce your carbon footprint without unduly impacting your lifestyle.</p>
</div>
</div>
</section>
<section class=" container team py-5">
<div class="row g-5">
<div class="col-lg-6 col-md-12 col-sm-12">
<img src="imgs/Skylar George.png " alt="Rasm topilmadi" class="w-100 p-3">
</div>
<div class="col-lg-6 col-md-12 col-sm-12 ">
<h3 class="t-c-md">Skylar George</h3>
<p class="t-c-md">Managing Director, Lovgency Company</p>
<h5 class="t-c-md">“You'll want to use a format that's viewable for your potential leads and aligns closely with their values.
To give you an idea of how testimonials can be portrayed, below are the different testimonial types that you
can use to show off your customers' stories”</h5>
</div>
</div>
</section>
<section class="container py-5 ">
<h3 class="text-center mb-3 ">They love us! Do you know why?</h3>
<p class="text-center mb-5">The following videos are currently in production. In the meantime, please use our Help
Center.</p>
<div class="row g-4">
<div class="col-lg-6 col-md-12 col-sm-12 position-relative top-0 start-0 ">
<img width="100%" src="imgs/Mask Group-1.png" alt="Rasm topilmadi">
<div class="left-text">
<p>What is
Sociality?</p>
<p>Sociality</p>
</div>
<div class="play">
<a href="#"><i class="bi bi-play-circle"></i></a>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 position-relative top-0 start-0 ">
<img src="imgs/Mask Group-2.png" alt="Rasm topilmadi" width="100%" >
<div class=" left-text">
<p>Customer Testimonials</p>
<p>Sociality</p>
</div>
<div class="play">
<a href="#"><i class="bi bi-play-circle"></i></a>
</div>
</div>
</div>
</section>
<section class="container py-5 mb-5">
<h3 class=" pt-5; text-center ">Frequently Asked Questions</h3>
<p class="text-center pt-4 pb-5">In order to acquire the goods and services that will satisfy the various needs that
you have in your life, you
have six concentric circles or realms to explore. Beginning in the center and radiating outwards, these realms
are: </p>
<div class="row g-3">
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne"
aria-expanded="false" aria-controls="collapseOne">
+ General
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse " aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Adipisci beatae distinctio laborum sequi
laudantium commodi, molestiae natus assumenda cum quam.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
+ Registration
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the second item's accordion body.</strong> It is hidden by default, until the collapse
plugin adds the appropriate classes that we use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with
custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go
within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
+ Trade Partners
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse
plugin adds the appropriate classes that we use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with
custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go
within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour"
aria-expanded="false" aria-controls="collapseFour">
+ My Showcase
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse " aria-labelledby="headingFour"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse
plugin adds the appropriate classes that we use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with
custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go
within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive"
aria-expanded="false" aria-controls="collapseFive">
+ All Showcase
</button>
</h2>
<div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Adipisci beatae distinctio laborum sequi
laudantium commodi, molestiae natus assumenda cum quam.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingSix">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
+ My Account
</button>
</h2>
<div id="collapseSix" class="accordion-collapse collapse" aria-labelledby="headingSix"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the second item's accordion body.</strong> It is hidden by default, until the collapse
plugin adds the appropriate classes that we use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with
custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go
within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingSeven">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
+ Help
</button>
</h2>
<div id="collapseSeven" class="accordion-collapse collapse" aria-labelledby="headingSeven"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse
plugin adds the appropriate classes that we use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with
custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go
within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingEight">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseEight"
aria-expanded="false" aria-controls="collapseEight">
+ Support
</button>
</h2>
<div id="collapseEight" class="accordion-collapse collapse" aria-labelledby="headingEight"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse
plugin adds the appropriate classes that we use to style each element. These classes control the overall
appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with
custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go
within the <code>.accordion-body</code>, though the transition does limit overflow.
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container swiper mySwiper swipper-box">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="swipper-img-box"><img src="imgs/logo-1.png" alt="imgs/logo-1.png"></div>
<a href="#">Award 2021 </a>
<p>Winning Engagement Platform that you know and trust</p>
</div>
<div class="swiper-slide">
<div class="swipper-img-box"><img src="imgs/logo-2.png" alt="logo-2.png"></div>
<a href="#">Award 2021 </a>
<p>Winning Engagement Platform that you know and trust</p>
</div>
<div class="swiper-slide">
<div class="swipper-img-box"> <img src="imgs/logo-3.png" alt="logo-3.png"></div>
<a href="#">Award 2012 </a>
<p>Winning Engagement Platform that you know and trust</p>
</div>
<div class="swiper-slide">
<div class="swipper-img-box"><img src="imgs/logo-4.png" alt="logo-4.png"></div>
<a href="#">Award 2013 </a>
<p>Winning Engagement Platform that you know and trust</p>
</div>
<div class="swiper-slide">
<div class="swipper-img-box"> <img src="imgs/logo-5.png" alt="logo-5.png"></div>
<a href="#">Award 2014 </a>
<p>Winning Engagement Platform that you know and trust</p>
</div>
<div class="swiper-slide">
<div class="swipper-img-box"><img src="imgs/logo-6.png" alt="logo-6.png"></div>
<a href="#">Award 2020 </a>
<p>Winning Engagement Platform that you know and trust</p>
</div>
<div class="swiper-slide">
<div class="swipper-img-box"><img src="imgs/logo-7.png" alt="logo-7.png"></div>
<a href="#">Award 2015 </a>
<p>Winning Engagement Platform that you know and trust</p>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<section class="container my-5">
<h3 class="text-center mb-4">Subscribe to get the latest news about us</h3>
<p class="w-75 text-center m-auto mb-5">Socielity offers insured and non-insured individuals access to affordable,
convenient, and personalized care for
urgent and ongoing medical conditions.</p>
<form class="d-flex justify-content-center align-items-center ">
<div class="email-box m-auto">
<input type="email" class=" email-input" placeholder=" Enter your email address">
<div class="d-flex justify-content-center align-items-center text-center ">
<button type="submit" class="btn-blue flex-shrink-0 ms-3"> Subscribe Now</pre></button></div>
</div>
</form>
</section>
<footer>
<div class="container p-4 ">
<div class="row g-4">
<div class="col-lg-4 col-md-6 col-sm-6 px-5 ">
<h3 class="t-c-md">Socielity</h3>
<p>Your private online marketplace where you can trade goods and services with family, friends, neighbors,
classmates, co-workers, and members of the many other Socielities that comprise your personal world.</p>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 align-items-center px-5">
<h3 class="t-c-md">Company</h3>
<p>Help Center</p>
<p>About</p>
<p>Press</p>
<p>Blog</p>
<p>Careers</p>
<p>FAQs</p>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 px-5">
<h3 class="t-c-md">Sociality</h3>
<p>User Agreement</p>
<p>Privacy Policy</p>
<p>Sociality Guidelines</p>
<p>Cookie Policy</p>
<p>My Account</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 px-5">
<h3 class="t-c-md">Contact us</h3>
<p> <i class="bi bi-envelope-fill"></i> contact@example.com</p>
<p><i class="bi bi-telephone-fill"></i> +152 534-468-854</p>
<p> <i class="bi bi-geo-alt-fill"></i> View on Google map</p>
<p class="icons"><i class="bi bi-facebook"></i><i class="bi bi-linkedin"></i><i class="bi bi-twitter"></i> <i
class="bi bi-twitter"></i><i class="bi bi-instagram"></i></p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script src="index.js"></script>
</body>
</html>