-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial-icones.html
496 lines (479 loc) · 36.1 KB
/
social-icones.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Home Default || Inbio - Personal Portfolio Bootstrap Template</title>
<meta name="robots" content="noindex, follow" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico">
<!-- CSS
============================================ -->
<link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/vendor/slick.css">
<link rel="stylesheet" href="assets/css/vendor/slick-theme.css">
<link rel="stylesheet" href="assets/css/vendor/aos.css">
<link rel="stylesheet" href="assets/css/plugins/feature.css">
<!-- Style css -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="template-color-1 button-style spybody" data-spy="scroll" data-target=".navbar-example2" data-offset="150">
<!-- header - developer home -->
<!-- Start Header -->
<header class="rn-header haeder-default black-logo-version header--fixed header--sticky">
<div class="header-wrapper rn-popup-mobile-menu m--0 row align-items-center">
<!-- Start Header Left -->
<div class="col-lg-2 col-6">
<div class="header-left">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo.png" alt="logo">
</a>
</div>
</div>
</div>
<!-- End Header Left -->
<!-- Start Header Center -->
<div class="col-lg-10 col-6">
<div class="header-center">
<nav id="sideNav" class="mainmenu-nav navbar-example2 d-none d-xl-block">
<!-- Start Mainmanu Nav -->
<ul class="primary-menu nav nav-pills">
<li class="nav-item"><a class="nav-link smoth-animation active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#experiences">Experience</a>
</li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#educations">Education</a>
</li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#resume">Resume</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#blog">Blog</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#footer">Footer</a></li>
</ul>
<!-- End Mainmanu Nav -->
</nav>
<!-- Start Header Right -->
<div class="header-right">
<a class="rn-btn" href="#contacts"><span>CONTACT ME</span></a>
<div class="hamberger-menu d-block d-xl-none">
<i id="menuBtn" class="feather-menu humberger-menu"></i>
</div>
<div class="close-menu d-block">
<span class="closeTrigger">
<i data-feather="x"></i>
</span>
</div>
</div>
<!-- End Header Right -->
</div>
</div>
<!-- End Header Center -->
</div>
</header>
<!-- End Header Area -->
<!-- Start Popup Mobile Menu -->
<div class="popup-mobile-menu">
<div class="inner">
<div class="menu-top">
<div class="menu-header">
<a class="logo" href="index.html">
<img src="assets/images/logo/logo.png" alt="Personal Portfolio">
</a>
<div class="close-button">
<button class="close-menu-activation close"><i data-feather="x"></i></button>
</div>
</div>
<p class="discription">Lorem ipsum dolor sit amet consect adipisicing elit repellendus.
</p>
</div>
<div class="content">
<ul class="primary-menu nav nav-pills">
<li class="nav-item"><a class="nav-link smoth-animation active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#experiences">Experience</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#educations">Education</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#resume">Resume</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#blog">Blog</a></li>
<li class="nav-item"><a class="nav-link smoth-animation" href="#footer">Footer</a></li>
</ul>
<!-- social sharea area -->
<div class="social-share-style-1 mt--40">
<span class="title">find with me</span>
<ul class="social-share d-flex liststyle">
<li class="facebook"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z">
</path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
</div>
</div>
<main class="main-page-wrapper">
<!-- Start bread vrumb area -->
<div class="breadcrumb-area rn-section-gap breadcrumb-style-one">
<div class="plr--85">
<div class="row">
<div class="col-lg-12">
<div class="breadcrumb-inner">
<h1 class="title">Social share</h1>
<ul class="page-list">
<li><a href="index.html">Home</a></li>
<li class="separator"></li>
<li class="current-page">Social Share</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Start bread vrumb area -->
<div class="social-icone-area rn-section-gap">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="300" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="border-none" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="border-none" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="border-none" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="circle" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="circle" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="circle" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
</div>
</div>
</div>
<div class="social-icone-area rn-section-gapBottom">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="700" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="900" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="border-none only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="border-none only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="border-none only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="1000" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="circle only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="circle only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="circle only-border" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
</div>
</div>
</div>
<div class="social-icone-area rn-section-gapBottom">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="1200" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="1400" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="border-none only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="border-none only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="border-none only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<!-- social sharea area -->
<div data-aos="fade-up" data-aos-duration="1000" data-aos-delay="1600" data-aos-once="true" class="social-share-style-1 text-center single-page-icone mt--40">
<span class="title">find with me</span>
<ul class="social-share justify-content-center d-flex liststyle">
<li class="facebook"><a class="circle only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook">
<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
</svg></a>
</li>
<li class="instagram"><a class="circle only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</li>
<li class="linkedin"><a class="circle only-border border-white" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg></a>
</li>
</ul>
</div>
<!-- end -->
</div>
</div>
</div>
</div>
<!-- Back to top Start -->
<div class="backto-top">
<div>
<i data-feather="arrow-up"></i>
</div>
</div>
<!-- Back to top end -->
<!-- Rn footer area Start -->
<div id="footer" class="rn-footer-area footer-style-2 rn-section-gapTop section-separator">
<div class="container pb--80 pb_sm--40 plr_sm--20">
<div class="row">
<div class="col-xl-3 col-12 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="logo-thumbnail">
<a href="#"><img src="assets/images/logo/logo.png" alt="logo-image"></a>
</div>
<div class="social-icone-wrapper">
<ul class="social-share d-flex liststyle">
<li class="facebook"><a href="#"><i data-feather="linkedin"></i></a>
</li>
<li class="instagram"><a href="#"><i data-feather="instagram"></i></a>
</li>
<li class="linkedin"><a href="#"><i data-feather="twitter"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-sl-3 col-12 mt_sm--20 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="menu-wrapper">
<div class="menu-title">
<h6>product</h6>
</div>
<ul class="menu-footer">
<li><a href="#">Database</a></li>
<li><a href="#">Authentication</a></li>
<li><a href="#">Storage</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</div>
</div>
<div class="col-sl-3 col-12 mt_sm--20 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="menu-wrapper">
<div class="menu-title">
<h6>Resources</h6>
</div>
<ul class="menu-footer">
<li><a href="#">Authentication</a></li>
<li><a href="#">System Status</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">over right</a></li>
</ul>
</div>
</div>
<div class="col-sl-3 col-12 mt_sm--20 col-lg-3 col-md-6 col-sm-6 col-12">
<div class="menu-wrapper">
<div class="menu-title">
<h6>Developers</h6>
</div>
<ul class="menu-footer">
<li><a href="#">Documentation</a></li>
<li><a href="#">Authentication</a></li>
<li><a href="#">API Reference</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Open Source</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright text-center ptb--40 section-separator">
<p class="description">© 2021. All rights reserved by <a target="_blank" href="https://themeforest.net/user/rainbow-themes/portfolio">Rainbow-Themes.</a></p>
</div>
</div>
<!-- Rn footer area end -->
</main>
<!-- JS ============================================ -->
<script src="assets/js/vendor/jquery.js"></script>
<script src="assets/js/vendor/modernizer.min.js"></script>
<script src="assets/js/vendor/feather.min.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/bootstrap.js"></script>
<script src="assets/js/vendor/text-type.js"></script>
<script src="assets/js/vendor/wow.js"></script>
<script src="assets/js/vendor/aos.js"></script>
<script src="assets/js/vendor/particles.js"></script>
<!-- main JS -->
<script src="assets/js/main.js"></script>
</body>
</html>