-
Notifications
You must be signed in to change notification settings - Fork 1
/
analytics-home.html
786 lines (753 loc) · 65.3 KB
/
analytics-home.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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
<!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" />
<link rel="stylesheet" href="styles/analytics-home.css" />
<!-- <link rel="stylesheet" href="styles/index.css" /> -->
<link rel="stylesheet" href="styles/navbar.css" />
<link rel="stylesheet" href="styles/footer.css" />
<link rel="stylesheet" href="styles/banner.css" />
<link rel="stylesheet" href="styles/tools-menu.css" />
<title>Buffer | Analytics</title>
</head>
<body>
<!-- ,,,,,,,,,,,,IMPORTING CODE FROM COMPONENTS,,,,,,,,,,,, -->
<!-- Hamburger Menu -->
<div id="ham-menu"></div>
<!-- Navbar -->
<div id="navbar"></div>
<!-- Sub Menu -->
<div id="tools-menu" onmouseover="keep()" onmouseout="closeSubMenu()"></div>
<!-- ,,,,,,,,,,,,IMPORTING CODE FROM COMPONENTS,,,,,,,,,,,, -->
<!-- Main -->
<div id="main">
<!-- Analytics Section 1 -->
<div id="section-1">
<div id="sec1_box">
<div id="sec-1_left">
<h1>Get in-depth insights to grow your brand on social media</h1>
<p>
Measure social media performance, create gorgeous reports, and get
recommendations to grow reach, engagement & sales.
</p>
<div id="sec-1_left_btns">
<a href="signup.html" class="get-started-btn">Get started now</a>
<a href="" class="learn-more-btn"> Watch video</a>
</div>
</div>
<div id="sec-1_right">
<video
autoplay=""
playsinline=""
loop=""
muted=""
class="style__VideoAnimation-sc-1gjzdgr-10 dupLJC"
>
<source
src="/resources/hero-buffer-analyze-animation.mp4"
type="video/mp4"
/>
<source src="/resources/hero-buffer-analyze-animation.webm" />
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<!-- Section 2 -->
<div id="section-2">
<div id="sec2_box">
<div class="sec2_b1_box">
<svg
viewBox="0 0 98 16"
width="100%"
height="100%"
xmlns="http://www.w3.org/2000/svg"
>
<g fill="#B8B8B8" fill-rule="evenodd">
<path
d="M18.159.966a8.36 8.36 0 0 1 .444 2.706v1.865h-4.668V.687h-3.761l.1.281c.297.874.444 1.799.444 2.721v9.386h3.217V8.21h4.668v4.866h3.217V.688h-3.761l.1.278zM37.245 5.09c.991 0 1.47.545 1.616 1.799l2.853-.166c-.149-1.137-.395-1.716-1.071-2.458-.857-.924-2.014-1.403-3.515-1.403-3.067 0-5.13 2.111-5.13 5.262 0 3.085 1.98 5.13 4.967 5.13 1.681 0 2.985-.561 3.86-1.699.528-.644.742-1.171.874-2.243l-2.853-.165c-.18 1.171-.742 1.715-1.698 1.715-1.22 0-1.716-.825-1.716-2.838-.002-1.994.56-2.934 1.813-2.934zM28.32 8.702c0 .527.05 1.204-.28 1.65a1.751 1.751 0 0 1-1.352.676c-.776 0-1.122-.412-1.122-1.286V3.077h-2.87v6.665c0 1.403.131 1.896.56 2.506.513.725 1.436.957 2.26 1.006 1.09.083 2.458-.132 3.12-1.123.1.396.231.874.246.94h2.36V3.075l-2.953.017.032 5.61zM52.322 3.077h-2.984s-3.761 4.354-3.959 4.586V.685h-3.431l.1.298a8.36 8.36 0 0 1 .444 2.706v9.403h2.87V10.52l1.782-1.98 2.16 4.537h3.382L49.304 6.48l3.018-3.402zM77.132 4.959V3.077h-2.804v9.996h2.97V8.998c0-2.08.857-3.185 3.019-3.185V2.86c-1.255.004-2.756.68-3.185 2.099zM84.043 4.959V3.077H81.24v9.996h2.97V8.998c0-2.08.857-3.185 3.019-3.185V2.86c-1.254.004-2.738.68-3.185 2.099zM94.85 3.077l-1.914 5.674-1.896-5.674H87.92l3.597 9.996-.925 2.853h2.392c.28-.808 3.893-11.514 4.354-12.866h-2.492v.017h.002z"
></path>
<path
d="M59.168 2.896c-1.089 0-1.896.413-2.558 1.452V.685h-3.597l.1.298c.298.874.445 1.782.445 2.69v9.402h2.425c0-.017.15-.544.264-.973.71.89 1.403 1.171 2.59 1.171 2.623 0 4.172-1.947 4.172-5.247.02-3.15-1.466-5.13-3.841-5.13zm.742 5.757c-.034.479-.115 1.057-.313 1.55-.246.593-.676 1.04-1.418 1.04-.973 0-1.583-.791-1.583-2.111v-1.65c0-1.435.61-2.343 1.615-2.343 1.748-.015 1.782 2.277 1.699 3.514zM73.6 8.587c-.016-1.764-.23-2.589-.841-3.58-.776-1.303-2.326-2.11-4.058-2.11-2.97 0-4.998 2.16-4.998 5.278 0 3.05 2.045 5.098 5.112 5.098 1.518 0 2.624-.43 3.532-1.352.512-.527.79-.974 1.088-1.816l-2.755-.18c-.264.825-.857 1.269-1.765 1.269-1.203 0-1.996-.857-1.996-2.145 0-.083 0-.298.017-.462h6.665zM68.853 4.81c1.105 0 1.615.61 1.75 2.045h-3.664c.147-1.384.76-2.045 1.914-2.045z"
fill-rule="nonzero"
></path>
<path
d="M6.167 5.073l-.264-.33.346.233c.776.495 1.55.94 2.31 1.32a7.735 7.735 0 0 0 .297-1.633C6.464 2.569 5.226.622 4.897.06 4.567.622 3.347 2.567.94 4.663c.049.544.149 1.088.298 1.633a25.06 25.06 0 0 0 2.308-1.32l.347-.232-.264.33A23.009 23.009 0 0 1 .395 8.306c.017.578.1 1.154.246 1.715 1.418-.527 2.673-1.137 4.24-1.979L3.527 9.66v.115c0 1.122-.18 2.243-.544 3.3h3.81a10.226 10.226 0 0 1-.545-3.3V8.768c.808.413 1.65.791 2.87 1.27a9.902 9.902 0 0 0 .247-1.716 24.398 24.398 0 0 1-3.2-3.249z"
></path>
</g>
</svg>
</div>
<div class="sec2_b1_box">
<svg
xmlns="http://www.w3.org/2000/svg"
width="100%"
height="24px"
viewBox="0 0 116 24"
>
<path
fill="#B8B8B8"
fill-rule="evenodd"
d="M103.294 20.259l3.882-3.416c4.235-3.63 7.056-6.83 7.056-10.643 0-4.283-3.907-6.2-7.778-6.2-4.716 0-6.473 2.334-6.473 3.804 0 1.045.761 1.833 1.772 1.833 1.034 0 1.734-.66 1.92-1.812l.035-.22c.2-1.282.405-2.608 2.716-2.608 2.514 0 3.686 1.634 3.686 5.143 0 3.46-1.285 6.198-4.743 10.103l-6.496 7.41h14.885c.717 0 .87-.246 1.122-.945l.914-2.449h-12.498zM91.123 8.315c-1.652.026-3.408.588-4.63 1.353l.748-6.058 9.186-.145c.636-.01.768-.25.982-.927l.724-2.204-11.36.012-1.399 10.505.32.231.026.02.284.206.19-.181c.851-.806 2.4-1.775 4.945-1.816 3.576-.056 4.172 3.822 4.209 6.139.057 3.585-1.217 7.437-4.963 7.497-2.663.042-2.845-1.253-3.056-2.752l-.05-.34c-.215-1.026-.901-1.607-1.883-1.591-.975.016-1.7.75-1.685 1.708.037 2.286 2.975 4.03 6.69 3.972 5.332-.085 9.024-3.591 8.977-8.528-.085-5.337-4.5-7.16-8.255-7.101zM78.822 11.7c0-8.962-5.291-10.422-10.2-10.422h-.823v21.53h.823c6.712 0 10.2-3.378 10.2-11.108zm4.176.03c0 7.501-5.717 11.804-14.376 11.804H62.34v-.245l.226-.065c1.213-.346 1.326-1.154 1.326-7.315V8.118c0-5.948-.106-6.89-1.224-7.282l-.016-.002h.008a2.621 2.621 0 0 0-.1-.033l-.22-.067V.522h6.282c8.787 0 14.376 3.98 14.376 11.208zm-32.37 11.6c3.955 0 7.034-3.375 7.034-11.226 0-7.85-3.274-11.134-7.034-11.134-3.761 0-7.036 3.284-7.036 11.135s3.08 11.225 7.036 11.225zm11.23-11.226c0 7.347-5.83 11.895-11.23 11.895-5.402 0-11.232-4.548-11.232-11.895C39.396 6.428 43.69.3 50.627.3S61.86 6.428 61.86 12.105zM26.37 23.33c3.955 0 7.035-3.374 7.035-11.225C33.405 4.254 30.13.97 26.37.97c-3.76 0-7.035 3.284-7.035 11.135s3.08 11.225 7.035 11.225zm11.231-11.225C37.601 19.452 31.771 24 26.37 24s-11.231-4.548-11.231-11.895C15.139 6.428 19.433.3 26.369.3c6.938 0 11.232 6.128 11.232 11.805zM5.46 1.452v8.765l3.15.025c2.946 0 2.94-1.352 3.219-3.036h.265v7.157h-.265c-.28-1.684-.273-3.036-3.218-3.036l-3.15.022v4.659c0 6.186.111 6.993 1.32 7.313l.231.062v.25H0v-.25l.232-.062c1.208-.32 1.32-1.127 1.32-7.313V8.216c0-6.187-.112-6.994-1.32-7.314L0 .84V.62h14.636c.576 0 .77.21.904.975l.5 3.29h-.342l-.027-.065c-.822-2.493-2.313-3.368-6.14-3.368H5.459z"
></path>
</svg>
</div>
<div class="sec2_b1_box">
<svg
viewBox="0 0 108 23"
width="100%"
height="32px"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linejoin="round"
stroke-miterlimit="1.414"
>
<g fill="#B8B8B8">
<path
d="M18.499.218H23.5v8.269l.15.041c.102-.174.207-.347.307-.522 1.015-1.776 2.892-2.524 4.847-1.931 1.422.431 2.316 1.63 2.385 3.339.058 1.415.01 2.834.035 4.25.024 1.379-.369 2.895 1.164 3.878h-5.816c-.005-.054-.029-.13-.012-.14 1.113-.676 1.259-1.738 1.226-2.91-.038-1.341.004-2.685-.013-4.027-.017-1.427-.537-2.154-1.611-2.31-1.098-.159-2.053.499-2.422 1.742-.146.493-.205 1.022-.226 1.538-.036.869-.008 1.74-.011 2.61-.005 1.285-.206 2.638 1.198 3.494h-5.839c.011-.072-.001-.176.035-.198 1.056-.621 1.165-1.612 1.155-2.711-.031-3.504-.011-7.009-.011-10.514 0-2.29 0-2.29-1.542-3.898"
fill-rule="nonzero"
></path>
<path d="M1.276 21.657H107.5v.94H1.276z"></path>
<path
d="M70.72 12.175c.179.19.367.372.536.57.79.92 1.498 1.927 2.38 2.746 1.187 1.104 2.676 1.371 4.245.984 1.035-.255 1.681-.929 1.822-2.016.146-1.139-.176-2.097-1.241-2.636-.658-.334-1.382-.536-2.079-.789-1.002-.364-2.036-.655-3.003-1.094-1.778-.808-2.704-2.218-2.615-4.202.087-1.956 1.069-3.334 2.873-4.067 2.41-.981 4.76-.754 7.336.691l.841-1.429.213.181v4.917l-.142.066c-.153-.203-.3-.41-.461-.606-.629-.766-1.198-1.595-1.91-2.276-.987-.943-2.213-1.294-3.58-.985-1.048.236-1.788.985-1.924 1.933-.161 1.132.231 2.053 1.27 2.531.963.443 2 .726 3.004 1.08.584.206 1.18.383 1.751.622 1.892.791 2.908 2.217 2.878 4.278-.03 2.111-1.034 3.65-2.986 4.495-2.394 1.037-4.745.804-7.039-.352-.22-.111-.43-.242-.684-.385l-1.141 1.446a26.515 26.515 0 0 1-.246-.11l-.324-5.439.226-.154M7.101 2.515C3.614 1.511 2.197 4.02.71 6.412L.5 6.231l.69-4.963h15.55l.706 4.927-.145.104c-.132-.131-.285-.247-.392-.396-.448-.626-.852-1.286-1.327-1.889-1.216-1.544-2.549-1.974-4.798-1.554v.853c0 3.728.023 7.455-.013 11.182-.012 1.193.268 2.159 1.392 2.733.109.056.239.072.36.107l-.173.219H5.515c.162-.174.245-.317.37-.388.921-.524 1.268-1.341 1.267-2.362-.005-3.976-.001-7.952-.004-11.928-.001-.144-.037-.288-.047-.361M37.606 10.554h4.313c-.192-.907-.316-1.737-.554-2.532-.2-.664-.716-1.083-1.431-1.126-.668-.039-1.205.27-1.568.828-.555.853-.742 1.809-.76 2.83m7.612 1.1h-6.666c-1.104 0-1.104.001-.937 1.12.365 2.456 2.139 3.724 4.495 3.214 1.014-.22 1.704-.855 2.249-1.704.104-.162.354-.229.593-.254-.453 1.938-1.59 3.195-3.488 3.589-2.394.497-4.623.173-6.311-1.803-1.531-1.793-1.718-4.833-.515-7.016 1.1-1.996 3.441-3.141 5.866-2.869 3.171.354 4.929 2.444 4.714 5.723M98.518 17.552h-5.813c0-.095-.019-.171.002-.184 1.155-.711 1.172-1.832 1.163-3.013-.03-3.478-.023-6.957-.005-10.436.007-1.413.156-2.857-1.634-3.531l.171-.141h4.9v.81c0 4.448.008 8.896-.006 13.344-.003 1.199-.013 2.373 1.339 3.007l-.117.144M105.974 17.55h-5.81c0-.097-.018-.174.003-.186 1.168-.704 1.171-1.83 1.161-3.008a740.889 740.889 0 0 1-.004-10.436c.008-1.415.144-2.852-1.617-3.537l.154-.135h4.899v.809c0 4.423.008 8.846-.005 13.269-.003 1.22-.028 2.424 1.219 3.224M91.059 17.555h-5.991c.068-.126.095-.259.173-.304.835-.481 1.068-1.237 1.061-2.143a455.681 455.681 0 0 1-.002-6.404c.005-.915-.298-1.649-1.104-2.129-.124-.074-.268-.114-.403-.169l.16-.212h4.781c0 .573-.003 1.113.001 1.653.017 2.456.055 4.913.044 7.369-.004.904.286 1.592 1.075 2.055.068.04.102.138.205.284M89.992 2.382c-.006 1.165-.849 1.991-2.036 1.996-1.176.006-2.033-.835-2.039-2.001C85.911 1.19 86.815.3 87.998.329c1.176.029 2 .878 1.994 2.053"
fill-rule="nonzero"
></path>
</g>
</svg>
</div>
<div class="sec2_b1_box">
<svg
viewBox="0 0 125 20"
width="100%"
height="100%"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linejoin="round"
stroke-miterlimit="1.414"
>
<g fill="#B8B8B8" fill-rule="nonzero">
<path
d="M113.709 9.893c-.211.479-.384.861-.549 1.246-1.114 2.607-2.233 5.212-3.329 7.826-.153.366-.328.52-.742.51a97.236 97.236 0 0 0-3.623-.005c-.298.004-.447-.089-.548-.38-1.611-4.648-2.33-9.418-1.967-14.335.084-1.132.212-2.261.322-3.418h3.647c-.865 4.854-.678 9.651.755 14.417.101-.226.206-.449.302-.676 1.426-3.323 2.854-6.644 4.264-9.972.142-.335.311-.458.673-.443.711.029 1.425.008 2.142.008l4.75 11.116c1.429-4.761 1.645-9.561.762-14.45h3.542c.125 1.533.304 3.065.364 4.602.175 4.48-.53 8.833-2.004 13.065-.12.345-.268.476-.64.469a77.937 77.937 0 0 0-3.52.001c-.405.01-.594-.122-.749-.496-1.17-2.804-2.364-5.599-3.55-8.396-.083-.197-.171-.392-.302-.689M3.951 8.748c2.622 0 5.067.041 7.509-.018 1.211-.029 1.91-.904 1.912-2.14.001-1.231-.71-2.111-1.906-2.144-2.189-.062-4.38-.034-6.571-.028-.111 0-.305.128-.32.22-.219 1.348-.414 2.7-.624 4.11m.093 3.062c.029 1.527.181 2.968.539 4.383.025.101.279.205.427.206 2.09.013 4.18.011 6.269.003.252-.001.507-.046.755-.097 1.196-.248 1.77-1.015 1.746-2.312-.021-1.099-.731-1.918-1.844-2.099a6.358 6.358 0 0 0-1.013-.081c-2.073-.007-4.146-.003-6.218-.003h-.661zM1.672 1.303h1.3c2.755 0 5.511-.03 8.266.018.889.016 1.804.138 2.654.389 1.701.504 2.815 1.671 3.091 3.444.294 1.884-.108 3.588-1.707 4.835-.093.073-.188.143-.31.237.095.076.162.147.245.193 1.689.958 2.4 2.449 2.288 4.338-.118 2.008-1.12 3.462-3.017 4.14a9.455 9.455 0 0 1-2.931.542c-3.145.067-6.293.019-9.439.034-.357.001-.499-.112-.581-.454A36.625 36.625 0 0 1 .538 8.757a34.86 34.86 0 0 1 1.134-7.454M64.386 9.933c.117.014.198.032.28.032 1.953.002 3.907.022 5.86-.012.516-.009 1.044-.143 1.539-.302.63-.201 1.056-.654 1.27-1.295.624-1.869-.264-3.399-2.19-3.747a5.456 5.456 0 0 0-.912-.074c-1.325-.008-2.65-.004-3.975-.004h-1.325a17.976 17.976 0 0 0-.547 5.402m9.527 2.423l3.835 7.105c-1.317 0-2.536.015-3.754-.018-.152-.004-.347-.236-.439-.407a342.48 342.48 0 0 1-2.904-5.494c-.206-.4-.437-.551-.897-.541-1.53.033-3.061.012-4.592.012h-.709l1.11 6.419c-.077.007-.22.03-.362.03-.731.004-1.462.002-2.194.002-1.045 0-1.047.001-1.257-.996a41.154 41.154 0 0 1-.892-9.923c.078-2.334.459-4.626 1.051-6.885.066-.255.152-.364.434-.363 2.891.018 5.782-.003 8.672.045.754.013 1.525.157 2.253.363 2.956.835 4.116 3.191 3.908 5.947-.154 2.058-1.168 3.538-2.956 4.518-.088.048-.172.104-.307.186M45.291 4.629c-.022.07-.082.196-.097.328-.168 1.532-.328 3.065-.495 4.598-.039.359.148.42.457.417 1.411-.01 2.823.007 4.234-.009.763-.008 1.53-.02 2.287-.104.747-.083 1.414-.386 1.827-1.066 1.026-1.688.076-3.963-1.874-4.125-2.073-.173-4.171-.039-6.339-.039M42.249 1.4c3.447 0 6.711-.08 9.969.026 2.51.081 4.528 1.623 5.084 3.725.701 2.649.166 5.494-2.729 7.027-.089.047-.169.108-.286.185l3.804 7.046c-.194.024-.319.052-.444.053-1.038.004-2.075-.007-3.111.007-.293.005-.447-.094-.585-.358-.988-1.897-2.004-3.78-2.99-5.677-.164-.316-.351-.433-.707-.429-1.598.019-3.196.008-4.794.009-.165 0-.33.016-.63.031l1.111 6.419h-2.595c-1 0-.999 0-1.212-.982-.84-3.861-1.148-7.766-.773-11.697.175-1.833.593-3.642.888-5.385M96.28 10.964c-.011-2.948-.875-4.828-3.029-5.966-1.167-.617-2.436-.823-3.748-.771-2.86.115-5.759 1.738-6.1 5.453-.184 2.009.213 3.867 1.762 5.31 1.106 1.029 2.475 1.451 3.947 1.569 3.779.304 7.248-1.727 7.168-5.595m-6.43 8.868c-2.413-.064-4.65-.629-6.609-2.079-1.881-1.393-2.967-3.274-3.344-5.574-.282-1.721-.194-3.423.376-5.076.887-2.57 2.661-4.318 5.175-5.276 2.993-1.141 6.028-1.131 8.999.062 3.396 1.363 5.131 4 5.422 7.595.156 1.923-.079 3.806-.998 5.544-1.375 2.6-3.649 3.945-6.448 4.5-.844.168-1.715.207-2.573.304M24.586 1.326c-.169 1.054-.352 2.018-.474 2.991-.323 2.587-.52 5.179.047 7.759.263 1.196.772 2.276 1.64 3.172 1.914 1.976 6.209 2.055 7.887-1.58.693-1.501.872-3.098.897-4.718.039-2.457-.266-4.881-.746-7.287-.016-.08-.03-.162-.056-.301.19-.013.35-.034.51-.035.833-.003 1.669.03 2.499-.013.471-.024.645.139.734.588a32.92 32.92 0 0 1 .597 7.86c-.076 1.665-.292 3.311-.866 4.896-1.017 2.81-2.985 4.48-5.932 4.957-1.622.263-3.255.25-4.864-.119-2.831-.649-4.568-2.471-5.444-5.181-.731-2.265-.879-4.609-.75-6.955.102-1.859.423-3.706.636-5.56.04-.351.178-.491.552-.482 1.018.024 2.036.008 3.133.008"
></path>
</g>
</svg>
</div>
<div class="sec2_b1_box">
<svg
clip-rule="evenodd"
fill-rule="evenodd"
stroke-linejoin="round"
stroke-miterlimit="2"
width="100%"
height="45px"
viewBox="0 0 88 37"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M36.906 18.572a1.956 1.956 0 00-1.846-.211 3.327 3.327 0 00-1.529 1.635l.264-2.426a.226.226 0 000-.052.696.696 0 000-.158.261.261 0 00-.106-.211.417.417 0 00-.421 0c-.556.243-.94.767-1.002 1.371a75.927 75.927 0 00-.739 10.968c-.001 1.654.07 3.308.211 4.956.03.827.582 1.548 1.371 1.793.141.05.298.031.422-.052a.425.425 0 00.106-.37 86.091 86.091 0 01-.369-8.437l.21.159a2.274 2.274 0 002.11.211c1.16-.528 2.109-1.793 2.531-3.692.633-2.636.158-4.745-1.16-5.589zm-.316 4.746c-.264 1.582-.897 2.795-1.688 3.164a.84.84 0 01-.685.105c-.528-.158-.791-1.054-.686-2.214.158-2.268 1.055-3.902 1.951-4.588a.901.901 0 01.633-.211c.264.106.844 1.582.422 3.691zm20.143-3.164l-.686-.422c-3.533-2.214-7.962-5.062-8.067-8.753a7.066 7.066 0 012.003-4.904 6.592 6.592 0 014.641-2.056 4.64 4.64 0 013.48 1.371 5.96 5.96 0 011.687 4.324 7.38 7.38 0 01-1.318 3.954c-.211.264-.211.528-.105.528a.634.634 0 00.632.158c1.688-.211 3.059-2.531 3.059-5.168 0-3.058-1.951-6.644-7.224-6.644a9.233 9.233 0 00-6.539 2.637 8.068 8.068 0 00-2.426 5.695c0 4.745 4.43 7.54 8.015 9.808l1.582 1.054c2.795 1.846 4.061 3.164 3.164 5.01-.685 1.582-3.269 1.898-5.273 1.687s-4.588-.896-5.062-3.269c-.106-.528-.369-.528-.527-.528-.37 0-.528.528-.633 1.055a3.688 3.688 0 00.949 2.689c1.055 1.16 2.637 1.793 4.904 1.899 2.478.158 5.8-.528 7.066-3.059 1.055-1.898 1.371-4.218-3.269-7.171zM16.235 19.1a1.746 1.746 0 001.53-.844.472.472 0 00.105-.264.358.358 0 00-.053-.158.477.477 0 00-.422-.264 7.943 7.943 0 00-1.212-.105c-.052-5.335.195-10.67.738-15.978a.422.422 0 00-.106-.474.422.422 0 00-.421 0 2.057 2.057 0 00-1.213 1.74 102.873 102.873 0 00-1.055 14.659 56.634 56.634 0 00-7.962.369v-1.582a97.552 97.552 0 01.685-12.602.474.474 0 00-.211-.422.424.424 0 00-.422 0 2.059 2.059 0 00-1.265 1.476 81.708 81.708 0 00-1.002 13.447 13.44 13.44 0 00-1.846.422c-.896.263-1.371 1.16-1.582 1.951a.93.93 0 000 .211.477.477 0 00.159.369.58.58 0 00.58.052c.855-.323 1.737-.57 2.636-.738a58.062 58.062 0 00.369 7.013c.211 1.582 1.055 2.11 1.899 2.11a.579.579 0 00.474-.106.425.425 0 00.106-.316.937.937 0 000-.106 86.021 86.021 0 01-.633-9.017 67.627 67.627 0 017.91-.738 78.5 78.5 0 00.421 9.07c.211 1.582 1.055 2.109 1.741 2.215a.634.634 0 00.58-.106.42.42 0 00.105-.316.937.937 0 000-.106 89.162 89.162 0 01-.633-10.81zm68.815 4.007c-1.055-2.267-1.213-3.902-.528-4.482a.578.578 0 00.211-.369.471.471 0 00-.158-.369 1.212 1.212 0 00-.844-.422 1.058 1.058 0 00-.791.316c-.896.844-1.582 2.426-2.109 4.852h-.053a.368.368 0 00-.369.158 1.42 1.42 0 00-.316.949c.011.232.046.461.105.686l.158.527-.052.211c-.053.158-.106.263-.106.422-.259.537-.66.993-1.16 1.318a.84.84 0 01-.685.105c-.422-.158-1.055-1.054-1.213-2.531a4.697 4.697 0 002.426-3.216c.059-.26.095-.525.105-.791a3.483 3.483 0 00-.844-2.321 1.953 1.953 0 00-1.423-.738 1.901 1.901 0 00-1.371.633 6.195 6.195 0 00-1.213 2.057 85.12 85.12 0 01.791-10.125.37.37 0 00-.053-.369.369.369 0 00-.369-.105h-.053a1.74 1.74 0 00-1.002 1.371 62.214 62.214 0 00-.896 13.393 4.748 4.748 0 01-2.109 2.479 1.22 1.22 0 01-1.055 0c-.527-.317-.949-1.582-.897-3.164.106-2.109.897-3.85 1.424-4.219a.318.318 0 01.211-.105c.053 0 .053.053.106.105.263.422.369 1.582-.106 2.901a.316.316 0 00.053.263c.105.106.211.106.369.106.685-.053 1.371-.844 1.371-2.11a2.69 2.69 0 00-1.318-2.214 1.528 1.528 0 00-1.529-.053 2.957 2.957 0 00-1.161 1.055l-1.792 2.267a4.116 4.116 0 00-1.424-2.478 1.316 1.316 0 00-.844-.264.898.898 0 00-1.054-.211c-.95.527-1.899 2.32-2.11 4.113-.422 3.797 1.424 4.851 2.268 5.115a2.057 2.057 0 002.003-.316c.897-.686 1.424-2.11 1.424-3.902v-.844c.153-.221.294-.45.422-.686l-.105.739c-.37 3.849 1.423 4.904 2.531 5.273a2.9 2.9 0 002.32-.264c.451-.277.83-.656 1.107-1.107v.052c0 .832.532 1.576 1.319 1.846a.526.526 0 00.421-.105.422.422 0 00.106-.37c-.791-5.009 1.054-8.7 2.109-9.228a.318.318 0 01.422.053c.248.47.305 1.019.158 1.529a4.644 4.644 0 01-2.373 3.112.739.739 0 00-.369.738c.264 2.109 1.371 3.586 2.9 3.849.755.174 1.55 0 2.162-.474.357-.285.645-.645.844-1.055a3.064 3.064 0 001.846 1.424 2.376 2.376 0 002.109-.633c.949-.791.949-2.268.053-4.324zm-20.724-3.322c.317.053.686.791.844 1.951a1.899 1.899 0 01-.791-1.002 2.07 2.07 0 01-.106-.685.484.484 0 01.053-.264zm.949 3.48c0 1.741-.527 2.953-.949 3.322a.476.476 0 01-.422.159c-.211-.053-1.054-.897-1.054-2.742 0-.211 0-.422.052-.686a8.794 8.794 0 01.317-1.74 2.375 2.375 0 002.056 1.687zM84.1 26.587a.525.525 0 01-.474.106c-.633-.106-1.582-.791-2.215-2.109a.235.235 0 000-.053v-.053l.106-.316c.232-1.147.549-2.275.949-3.375a9.43 9.43 0 00.843 2.795l.106.211c.422 1.054 1.055 2.32.685 2.742zm-54.155-8.015a1.953 1.953 0 00-1.792-.211 3.329 3.329 0 00-1.53 1.635l.264-2.478a.597.597 0 000-.158.263.263 0 00-.105-.211.419.419 0 00-.422 0 1.688 1.688 0 00-1.002 1.371 58.695 58.695 0 00-.58 6.486c-.369 1.054-.844 1.476-1.055 1.476a.265.265 0 01-.105-.105c-.422-.739-.633-3.903.105-6.855a.422.422 0 00-.053-.37.368.368 0 00-.369-.105 1.319 1.319 0 00-.632.369 2.173 2.173 0 00-.739-.844 1.741 1.741 0 00-1.582-.105c-1.16.527-2.109 1.951-2.636 4.06-.844 3.164.211 4.746 1.476 5.273.55.265 1.191.265 1.74 0a2.687 2.687 0 001.108-1.529 2.27 2.27 0 001.371 1.424c.409.166.871.147 1.265-.053v1.846a57.759 57.759 0 00.211 5.009c.022.813.55 1.53 1.319 1.793.14.05.297.03.421-.053a.42.42 0 00.106-.369c-.211-2.215-.369-5.062-.369-8.437a2.266 2.266 0 002.32.369c1.16-.527 2.109-1.793 2.531-3.691.633-2.636.158-4.746-1.213-5.589zm-8.12 3.164c-.106 2.637-.949 4.43-1.582 5.01a.528.528 0 01-.369.158c-.369-.106-.897-.791-.897-2.109a8.73 8.73 0 01.159-1.424c.263-1.793 1.16-3.375 1.792-3.797.159-.105.211-.105.211-.105.317.105.633.843.528 2.109zm7.804 1.582c-.316 1.582-.896 2.795-1.687 3.164a.843.843 0 01-.633.105c-.527-.158-.791-1.054-.686-2.214.159-2.268 1.055-3.902 1.951-4.588a.901.901 0 01.633-.211c.264.106.844 1.582.528 3.691zm14.765-4.429a.423.423 0 00-.106-.317.475.475 0 00-.422-.052c-.527.105-.896.527-1.054 1.318a23.337 23.337 0 00-.369 2.847l-.106 1.055c-.263 2.795-.896 3.058-1.054 3.058-.159 0-.422-.263-.633-.738-.633-1.582-.369-5.378.053-7.382a.424.424 0 00-.053-.369.42.42 0 00-.422-.053c-.53.158-.922.612-1.002 1.16-.738 2.953-.738 6.75.317 8.226a1.53 1.53 0 002.162.369c.316-.226.585-.513.79-.843l.211 3.322c.071.597.106 1.125.106 1.582 0 1.265-.211 1.898-.633 2.214a.844.844 0 01-.791.053c-.791-.316-1.582-1.476-1.898-3.164-.053-.316-.264-.369-.369-.369a.423.423 0 00-.422.264 3.164 3.164 0 00-.106 2.109c.264 1.318 1.055 2.32 1.899 2.636a2.27 2.27 0 002.214-.474c.897-.686 1.951-2.109 1.582-4.851a54.846 54.846 0 010-11.443zm41.816-1.055c-.723 0-1.318-.595-1.318-1.318s.596-1.318 1.319-1.318c.703 0 1.289.562 1.317 1.265l.001.053c0 .723-.595 1.318-1.318 1.318h-.001zm0-2.426l-.053-.001c-.608 0-1.107.5-1.107 1.108 0 .607.499 1.107 1.107 1.107.607 0 1.107-.499 1.107-1.106l.002-.053a1.06 1.06 0 00-1.055-1.055zm.316 1.793l-.211-.527h-.264v.527h-.263v-1.476h.527a.476.476 0 01.475.422.424.424 0 01-.264.422l.264.527zm-.211-1.16h-.264v.422h.264c.158 0 .211-.053.211-.211a.212.212 0 00-.211-.211z"
fill="#B8B8B8"
fill-rule="nonzero"
></path>
</svg>
</div>
<div class="sec2_b1_box">
<svg
xmlns="http://www.w3.org/2000/svg"
width="100%"
height="100%"
viewBox="0 0 1174 307"
>
<g fill="#B8B8B8" fill-rule="evenodd">
<path
d="M.83 241.27V.78C1.66.73 2.35.66 3.05.66 29.61.66 56.17.58 82.73.7c14.88.07 29.22 2.97 42.77 9.33 14.25 6.69 25.93 16.59 35.77 28.76 13.37 16.54 21.6 35.36 25.13 56.3 2.54 15.1 2.77 30.25.88 45.42-3.6 28.82-15.07 53.88-36.2 74.12-14.2 13.61-31.13 21.88-50.53 25.14-6.73 1.13-13.5 1.6-20.3 1.61-25.6.03-51.2.01-76.8.01-.85 0-1.71-.08-2.62-.12zm13.5-13.79c.79.05 1.27.1 1.74.1 22.15 0 44.3.05 66.46-.04 8.59-.04 17.03-1.38 25.24-4 18.1-5.78 32.6-16.72 44.41-31.35 13.01-16.11 19.46-34.87 21.65-55.25 1.4-12.94 1.17-25.86-.9-38.73-2.9-18-9.56-34.42-20.69-48.95-7.47-9.76-16.27-18.02-27.01-24.12-13.32-7.57-27.76-10.88-42.96-10.98-21.91-.13-43.82-.04-65.74-.04-.7 0-1.39.08-2.22.13.02 71.11.02 142.08.02 213.23zM1044.15 216.25v90.43c-2.33.24-4.54.09-6.74.12-2.24.03-4.47.01-6.55.01-.2-.19-.27-.24-.32-.3-.05-.06-.13-.12-.14-.18-.05-.31-.11-.63-.11-.95 0-67.42.01-134.84.02-202.27 0-.22.11-.45.21-.82h13.53v25.4c1.28-.34 1.66-1.28 2.22-1.95 6.15-7.4 13.33-13.56 21.91-17.99 11.67-6.02 24.15-8.12 37.16-7.54 10.43.46 20.49 2.66 29.68 7.71 20.07 11.04 32.95 27.6 37.04 50.33 2.76 15.38 1.56 30.59-5.43 44.74-11 22.27-28.78 36.03-53.51 39.85-16.39 2.53-32.21.26-46.85-8.05-7.66-4.35-14.2-10.06-19.93-16.72-.57-.66-1.15-1.31-1.73-1.96-.15.04-.31.09-.46.14zm57.2-102.68c-33.27-.36-58.4 27.87-58.36 58.47.04 31.38 27.28 58.38 58.55 58.33 32.02-.05 58.39-26.85 58.36-58.57-.04-30.99-26.57-58.71-58.55-58.23z"
fill-rule="nonzero"
></path>
<path
d="M823.7.72h13.27c.07.65.19 1.26.2 1.86.02 2.64.01 5.28.01 7.92 0 56.56.01 113.11-.02 169.67 0 5.72.5 11.34 2.23 16.81 3.58 11.36 11.09 19.43 21.27 25.23 7.27 4.14 15.16 6.35 23.43 7.23 9.87 1.05 19.66.58 29.22-2.29 10.77-3.22 19.96-8.93 27.01-17.79 5.28-6.63 8.09-14.28 8.79-22.7.24-2.86.32-5.75.32-8.63.02-58 .01-115.99.01-173.99V.8h13.77v2.66c0 59.04-.01 118.07.01 177.11 0 8.47-1.02 16.78-4.26 24.66-6.52 15.9-18.22 26.6-33.96 32.98-11.54 4.68-23.67 5.83-36.02 5.4-11-.38-21.58-2.56-31.52-7.36-12.81-6.19-22.7-15.37-28.61-28.51-3.05-6.79-4.58-13.95-5.02-21.36-.14-2.31-.12-4.64-.12-6.96-.01-58.48 0-116.95 0-175.43-.01-1.01-.01-2.04-.01-3.27z"
></path>
<path
d="M494.08 168.92H363.9c0 1.33-.03 2.43 0 3.52.24 8.45 1.58 16.71 4.74 24.59 6.49 16.15 18.11 26.66 34.93 31.17 12.7 3.4 25.47 3.23 38.17-.14 8.74-2.31 16.18-6.88 22.19-13.58 3.14-3.5 5.85-7.38 8.75-11.1.48-.62.9-1.3 1.44-2.09 4.1 1.89 8.14 3.74 12.32 5.67-.49.96-.85 1.74-1.29 2.47-11.18 19.14-27.95 30.12-49.65 33.62-12.89 2.08-25.68 1.27-38.14-2.88-22.79-7.6-40.84-28.06-45.4-51.65-2.97-15.39-2.5-30.69 3.53-45.28 9.27-22.4 26.02-36.5 49.72-41.66 16.03-3.49 32.09-2.69 47.34 3.79 20.59 8.74 34.32 23.77 39.77 45.82 1.31 5.3 1.81 10.71 1.9 16.16.03.39-.05.78-.14 1.57zm-127.95-13.37h112.46c0-.4.04-.64-.01-.87-1.5-7.5-4.48-14.33-9.34-20.26-6.81-8.31-15.45-14.07-25.53-17.63-11.68-4.14-23.65-4.41-35.72-2.13-9.22 1.74-17.48 5.59-24.49 11.9-8.57 7.71-13.82 17.48-17.33 28.29-.06.21-.03.45-.04.7z"
fill-rule="nonzero"
></path>
<path
d="M623.98 116.37c-3.41 2.96-6.61 5.73-9.91 8.59-.36-.27-.69-.47-.96-.72-8.77-8.22-19.37-11.17-31.1-10.5-3.08.17-6.22.72-9.15 1.65-7.1 2.24-11.05 7.34-12.08 14.65-.33 2.35-.46 4.8-.24 7.16.58 6.22 3.79 10.92 8.93 14.35 4.69 3.13 9.87 5.22 15.16 7.08 8.67 3.04 17.28 6.25 25.45 10.5 4.13 2.15 8.02 4.62 11.29 8 6.16 6.36 9.41 13.99 9.98 22.78.31 4.81.07 9.59-1.18 14.28-2 7.51-6.11 13.65-12.04 18.62-7.92 6.64-17.07 10.28-27.32 11.07-9.2.71-18.21-.32-26.8-3.93-11.88-4.99-20.16-13.8-26.5-25.11 3.72-2.51 7.62-4.63 11.59-7.08.43.63.84 1.18 1.2 1.76 2.11 3.51 4.53 6.77 7.38 9.72 5.96 6.17 13.16 9.81 21.7 10.64 6.72.65 13.42.57 20-1.2.92-.25 1.84-.54 2.74-.86 9.24-3.32 14.09-10.07 15.27-19.65.39-3.18.56-6.41-.18-9.55-1.86-7.83-6.27-13.95-13.54-17.35-7.44-3.48-15.23-6.19-22.85-9.29-4.58-1.87-9.17-3.74-13.67-5.8-2.46-1.13-4.8-2.56-7.07-4.04-8.2-5.36-12.37-13.11-13.3-22.75-.42-4.34-.46-8.68.83-12.85 4.28-13.8 13.63-22.67 27.68-25.36 18-3.45 34.04 1.38 47.56 13.97.34.29.63.66 1.13 1.22zM684.34 207.72c.54.87.92 1.56 1.39 2.2 1.92 2.65 3.7 5.43 5.85 7.89 5.84 6.68 13.08 10.89 22.04 11.92 7.13.82 14.22.76 21.18-1.12 7.7-2.08 13.58-6.4 16.27-14.19.83-2.39 1.31-4.95 1.61-7.47 1.09-9.34-2.31-16.95-9.42-22.91a22.42 22.42 0 0 0-5.7-3.45c-7.15-2.98-14.4-5.7-21.57-8.64-5.17-2.12-10.31-4.32-15.37-6.69-2.3-1.07-4.46-2.51-6.55-3.98-6.77-4.79-10.52-11.46-11.81-19.56-.73-4.62-.95-9.28.22-13.83 3.5-13.66 12.44-22.12 25.69-26.33 19.23-3.96 36.1.54 50.43 14.11.16.15.25.38.51.78-3.24 2.81-6.49 5.63-9.83 8.53-.42-.33-.8-.58-1.13-.89-8.68-8.04-19.13-10.92-30.7-10.38-2.54.12-5.11.49-7.57 1.12-8.71 2.23-13.48 8.17-14.22 17.11-.78 9.37 2.89 16.28 11.03 20.9 4.54 2.57 9.35 4.5 14.27 6.2 8.61 2.99 17.14 6.19 25.15 10.58 2.72 1.49 5.41 3.15 7.79 5.12 8.09 6.7 12.11 15.5 12.73 25.91.26 4.33-.08 8.63-1.11 12.86-1.76 7.21-5.45 13.26-10.96 18.21-8.27 7.43-18.03 11.42-29.07 12.2-7.56.53-15.02-.15-22.28-2.48-10.4-3.34-18.68-9.64-25.17-18.34-1.91-2.56-3.57-5.29-5.52-8.22 3.97-2.53 7.86-4.78 11.82-7.16zM266.7 241.23h-13.64V102.28h13.53c.28 5.89 0 11.76.17 18.11.58-.69.94-1.03 1.2-1.44 2.8-4.42 6.17-8.36 10.02-11.89 4.86-4.47 10.49-6.67 17.2-6.65 11.51.02 21.63 3.66 30.8 10.93-2.38 3.7-4.78 7.42-7.26 11.27-.92-.59-1.71-1.1-2.5-1.61-6.33-4.17-13.17-6.83-20.84-7.07-4.5-.14-8.5 1.18-12.12 3.79-5.87 4.24-9.98 9.85-12.87 16.42-2.48 5.63-3.72 11.5-3.7 17.7.06 28.72.03 57.44.03 86.16-.02 1.01-.02 2.04-.02 3.23z"
></path>
</g>
</svg>
</div>
</div>
</div>
<!-- Section 3 -->
<div id="section-3">
<div id="sec3_box">
<div id="sec3_box1">
<h1>
One dashboard for your <br />
social media analytics and reporting
</h1>
<p>
Track performance and create reports for Instagram, Facebook,
Twitter, and LinkedIn — all from one intuitive analytics
dashboard.
</p>
</div>
<div id="sec3_box2">
<img
src="https://static.buffer.com/cdn-cgi/image/w=2048,quality=90,format=auto/marketing/static/screenshots/buffer-analyze-dashboard@2x-v5.jpg"
alt=""
/>
</div>
</div>
</div>
<!-- Section 5 -->
<div class="section-5">
<div class="sec5_box">
<div class="sec5_box1">
<div class="sec5_b1_left">
<p><span>---------</span> MEASURE</p>
<h2>Measure & analyze the performance of your content</h2>
<p>
Get a broad understanding of your performance across multiple
accounts, and in-depth insights into specific social channels.
</p>
</div>
<div class="sec5_b1_right">
<img
src="https://static.buffer.com/cdn-cgi/image/w=1080,quality=90,format=auto/marketing/static/illustrations/buffer-publish-instagram@2x.jpeg"
alt=""
/>
</div>
</div>
</div>
</div>
<!-- Section - 6 -->
<div id="section-6">
<div id="sec6_box">
<div class="sec6_box">
<svg
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="3"
clip-rule="evenodd"
viewBox="0 0 60 60"
>
<path fill="none" d="M0 0H60V60H0z"></path>
<g stroke="#231f20">
<path
fill="none"
stroke-width="2"
d="M29.889 13.848H8.395v38h38V32.186"
></path>
<path
fill="none"
stroke-width="2"
d="M15.523 43.313l8.619-8.466 4.068 3.487 7.842-7.021 3.471 4.083"
></path>
<circle
cx="19.644"
cy="26.572"
r="2.5"
fill="none"
stroke-width="2"
></circle>
<circle
cx="45.605"
cy="16.152"
r="10"
fill="none"
stroke-width="2"
></circle>
<path
fill="#231f20"
fill-rule="nonzero"
stroke-linecap="butt"
stroke-miterlimit="1.414"
stroke-width="0.5"
d="M48.761 18.301c0 .65-.232 1.2-.695 1.651-.464.45-1.055.741-1.775.871v1.053a.606.606 0 01-.175.448.609.609 0 01-.449.176.591.591 0 01-.435-.176.607.607 0 01-.176-.448v-1.027a4.48 4.48 0 01-1.365-.325 4.094 4.094 0 01-1.17-.78c-.182-.156-.273-.334-.273-.533 0-.156.061-.297.182-.423a.578.578 0 01.429-.188c.148 0 .273.047.377.143.278.26.564.463.858.611.295.147.616.247.962.299V16.65c-.832-.191-1.469-.492-1.911-.904-.442-.412-.663-.973-.663-1.683 0-.685.236-1.251.709-1.697.472-.446 1.094-.717 1.865-.812v-.676c0-.182.061-.332.182-.449a.63.63 0 01.455-.175c.174 0 .317.058.429.175a.62.62 0 01.169.449v.689c.408.06.785.169 1.131.325.347.156.637.346.871.572.2.173.299.359.299.559a.583.583 0 01-.175.416.568.568 0 01-.423.182.435.435 0 01-.299-.104 2.435 2.435 0 00-.611-.429 3.172 3.172 0 00-.793-.286v2.886c.832.216 1.452.517 1.859.903.408.386.611.956.611 1.71zm-5.044-4.29c0 .346.115.626.345.838.229.212.561.388.994.527V12.75c-.416.069-.743.216-.981.442a1.083 1.083 0 00-.358.819zm2.574 5.577c.364-.096.659-.252.884-.468.226-.217.338-.473.338-.767a1.222 1.222 0 00-.318-.826c-.204-.221-.505-.405-.904-.552v2.613z"
></path>
</g>
</svg>
<p>Boosted post insights</p>
<p>Compare paid vs organic results of boosted posts</p>
</div>
<div class="sec6_box">
<svg
viewBox="0 0 60 60"
xmlns="http://www.w3.org/2000/svg"
serif="http://www.serif.com/"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="3"
>
<path id="Tag with" fill="none" d="M0 0h60v60H0z"></path>
<g fill="none">
<path d="M-.281-.25h60v60h-60z"></path>
<g stroke="#231f20" stroke-width="2">
<path
d="M47.322 32.676L31.25 43.411l-14.283-2.63 3.095-14.747L44.379 9.791l11.328 17.283-4.891 3.268"
></path>
<path
d="M24.43 33.006a2.083 2.083 0 0 1 2.903.597 2.128 2.128 0 0 1-.591 2.93 2.084 2.084 0 0 1-2.903-.596 2.129 2.129 0 0 1 .591-2.931zM29.679 27.218l1.622-1.084M34.651 23.896l8.344-5.573M31.875 30.569L45.152 21.7M34.071 33.92l13.277-8.869"
stroke-linejoin="miter"
></path>
<path
d="M23.438 34.632s-8.9-3.292-12.48 2.936c-2.074 3.608-.335 10.669-7.446 11.435"
stroke-linejoin="miter"
></path>
</g>
</g>
</svg>
<p>Account analytics</p>
<p>Track key engagement metrics for each social account</p>
</div>
<div class="sec6_box">
<svg
width="100%"
height="100%"
viewBox="0 0 60 60"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
space="preserve"
serif="http://www.serif.com/"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="3"
>
<path id="Team report" fill="none" d="M0 0h60v60H0z"></path>
<g fill="none">
<path d="M-.281.117h60v60h-60z"></path>
<path
d="M42.263 17.851v-5.765H10.969v37.059h31.294v-4.118"
stroke="#231f20"
stroke-width="2px"
></path>
<path
d="M42.263 25.536c2.243-4.261 6.832-5.464 9.075-3.333 2.243 2.13 2.139 5.691-.104 9.952-1.57 3.196-5.607 6.392-8.971 8.523-3.364-2.131-7.401-5.327-8.971-8.523-2.242-4.261-2.346-7.822-.104-9.952 2.243-2.131 6.832-.928 9.075 3.333z"
stroke="#231f20"
stroke-width="2px"
></path>
<path
d="M16.734 21.145h9.882M16.734 27.459h8.235M16.734 33.773H27.44M16.734 40.086h16.47"
stroke="#231f20"
stroke-width="2px"
stroke-linejoin="miter"
></path>
</g>
</svg>
<p>Stories & post analytics</p>
<p>Measure stories, individual posts, and hashtags</p>
</div>
<div class="sec6_box">
<svg
viewBox="0 0 60 60"
xmlns="http://www.w3.org/2000/svg"
serif="http://www.serif.com/"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linecap="round"
stroke-miterlimit="3"
>
<path id="Asign to" fill="none" d="M0 0h60v60H0z"></path>
<g fill="none">
<path d="M0-.25h60v60H0z"></path>
<path
d="M47.175 24.037c-2.515-7.008-9.298-12.029-17.271-12.029h-.002c-8.139 0-15.039 5.232-17.423 12.471"
stroke="#231f20"
stroke-width="2"
></path>
<path
d="M41.924 45.91h6.09s.134-3.477.134-5.43M17.562 45.91h-6.089s-.134-3.477-.134-5.43"
stroke="#231f20"
stroke-width="2"
stroke-linecap="square"
stroke-linejoin="round"
></path>
<path
d="M44.916 37.75c-1.319 7.22-7.639 12.699-15.225 12.699-7.402 0-13.598-5.215-15.121-12.174a4.372 4.372 0 0 1-2.869 1.069 4.4 4.4 0 0 1-4.393-4.4c0-2.429 1.969-4.4 4.393-4.4 1.096 0 2.099.403 2.869 1.069 1.523-6.959 7.719-12.175 15.121-12.175 7.586 0 13.906 5.479 15.225 12.7a4.381 4.381 0 0 1 3.383-1.594 4.399 4.399 0 0 1 4.393 4.4 4.4 4.4 0 0 1-4.393 4.4c-1.36 0-2.577-.62-3.383-1.594z"
stroke="#231f20"
stroke-width="2"
stroke-linejoin="round"
></path>
<path
d="M22.78 38.691s6.484 8.049 14.652 0"
stroke="#231f20"
stroke-width="2"
stroke-linejoin="round"
stroke-miterlimit="1.5"
></path>
</g>
</svg>
<p>Audience demographics</p>
<p>Know whether you're reaching the right audience</p>
</div>
</div>
</div>
<!-- Section 7 -->
<div id="section-3">
<div id="sec3_box">
<div id="sec3_box1">
<h1>
Start using Analyze to grow your reach, engagement, and sales
</h1>
<a href="signup.html" class="get-started-btn">Get started</a>
<p>
<span>No credit card required</span> <span>14-day free trial</span
><span>Cancel anytime</span>
</p>
</div>
</div>
</div>
<!-- Section 8 -->
<div id="section-8">
<div id="sec8_div">
<div id="sec8_box">
<div id="sec8_box1" class="sec_8box">
<img
src="https://buffer.com/static/illustrations/happy-donut-report@2x.png"
alt=""
/>
</div>
<div id="sec8_box2" class="sec_8box">
<div id="box1">
<p><span>-------</span> REPORT</p>
</div>
<div id="box2">
<h1>Create and share beautiful reports</h1>
<p>
Build fully customized reports, and easily export them — to
share them with your team, manager, and stakeholders.
</p>
</div>
<div id="box3">
<div id="left">
<svg
viewBox="0 0 60 60"
xmlns="http://www.w3.org/2000/svg"
serif="http://www.serif.com/"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="3"
>
<path
id="Custom reports"
fill="none"
d="M0-.214h60v60H0z"
></path>
<path fill="none" d="M0 0h60v60H0z"></path>
<path
fill="none"
stroke="#fff"
stroke-width="2"
d="M10.903 19.941h35.782v14.313H10.903z"
></path>
<path
d="M50.583 27.097v10.735l-20.754 4.087v12.882"
fill="none"
stroke="#fff"
stroke-width="2"
stroke-linejoin="miter"
></path>
<path
d="M31.797 49.016a1.969 1.969 0 1 0-3.936 0v6.455a1.97 1.97 0 0 0 3.36 1.392c.369-.369.576-.87.576-1.392v-6.455z"
fill="#fff"
></path>
<path
d="M42.391 8.987v4.319M46.093 2.201v11.105M30.941 29.395h10.734"
fill="none"
stroke="#fff"
stroke-width="2"
stroke-linejoin="miter"
></path>
</svg>
<p>Custom reports</p>
<p>Add metrics and charts from multiple social channels.</p>
</div>
<div id="right">
<svg
viewBox="0 0 60 60"
xmlns="http://www.w3.org/2000/svg"
serif="http://www.serif.com/"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="3"
>
<path
id="Cover page"
fill="none"
d="M0-.214h60v60H0z"
></path>
<path fill="none" d="M0 0h60v60H0z"></path>
<path
d="M46 48.598s-20.479-.187-30.534-.273a4.946 4.946 0 0 1-4.904-4.946v-.001a4.892 4.892 0 0 1 4.894-4.894h30.533V7.58H19.173a8.61 8.61 0 0 0-8.611 8.611v27.193"
fill="none"
stroke="#fff"
stroke-width="2"
></path>
<path
d="M19.607 22.278h17.337M26.708 43.873H46M19.607 17.826h17.337"
fill="none"
stroke="#fff"
stroke-width="2"
stroke-linejoin="miter"
></path>
<path
d="M21.997 42.983h-4.715l-.008 10.061 2.358-2.72 2.357 2.72.008-10.061z"
fill="#fff"
></path>
</svg>
<p>Daily updates</p>
<p>Set your reports up once, and they'll be updated daily</p>
</div>
</div>
<div id="box4">
<div id="left">
<svg
viewBox="0 0 60 60"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linecap="square"
stroke-miterlimit="3"
>
<path fill="none" d="M0-.214h60v60H0z"></path>
<path fill="none" d="M0 0h60v60H0z"></path>
<path
d="M12.943 9.927h32.399"
fill="none"
stroke="#fff"
stroke-width="2"
></path>
<path
fill="#fff"
d="M25.458 6.497h6.86v6.86h-6.86zM9.601 6.498l.088.003.088.006.086.008.087.009.085.012.085.014.084.017.083.018.083.02.082.022.081.024.08.026.079.028.078.03.078.032.076.033.076.035.074.037.073.039.073.041.071.042.07.044.069.045.068.047.067.049.065.05.064.052.063.053.062.054.06.056.059.058.058.059.056.06.054.062.053.063.052.064.05.065.049.067.047.068.045.069.044.07.042.071.041.073.039.073.037.074.035.076.033.076.032.078.03.078.028.079.026.08.024.081.022.082.02.083.018.083.017.084.014.085.012.085.009.086.008.087.006.088.003.088.001.088-.001.088-.003.088-.006.088-.008.086-.009.087-.012.085-.014.085-.017.084-.018.083-.02.083-.022.082-.024.081-.026.08-.028.079-.03.078-.032.078-.033.076-.035.076-.037.074-.039.073-.041.073-.042.071-.044.07-.045.069-.047.068-.049.067-.05.065-.052.064-.053.063-.054.062-.056.06-.058.059-.059.058-.06.056-.062.054-.063.053-.064.052-.065.05-.067.049-.068.047-.069.045-.07.044-.071.042-.073.041-.073.039-.074.037-.076.035-.076.033-.078.032-.078.03-.079.028-.08.026-.081.024-.082.022-.083.02-.083.018-.084.017-.085.014-.085.012-.087.009-.086.008-.088.006-.088.003-.088.001-.088-.001-.088-.003-.088-.006-.087-.008-.086-.009-.085-.012-.085-.014-.084-.017-.083-.018-.083-.02-.082-.022-.081-.024-.08-.026-.079-.028-.078-.03-.078-.032-.076-.033-.076-.035-.074-.037-.073-.039-.073-.041-.071-.042-.07-.044-.069-.045-.068-.047-.067-.049-.065-.05-.064-.052-.063-.053-.062-.054-.06-.056-.059-.058-.058-.059-.056-.06-.054-.062-.053-.063-.052-.064-.05-.065-.049-.067-.047-.068-.045-.069-.044-.07-.042-.071-.041-.073-.039-.073-.037-.074-.035-.076-.033-.076-.032-.078-.03-.078-.028-.079-.026-.08-.024-.081-.022-.082-.02-.083-.018-.083-.017-.084-.014-.085-.012-.085-.009-.087-.008-.086-.006-.088-.003-.088-.001-.088.001-.088.003-.088.006-.088.008-.087.009-.086.012-.085.014-.085.017-.084.018-.083.02-.083.022-.082.024-.081.026-.08.028-.079.03-.078.032-.078.033-.076.035-.076.037-.074.039-.073.041-.073.042-.071.044-.07.045-.069.047-.068.049-.067.05-.065.052-.064.053-.063.054-.062.056-.06.058-.059.059-.058.06-.056.062-.054.063-.053.064-.052.065-.05.067-.049.068-.047.069-.045.07-.044.071-.042.073-.041.073-.039.074-.037.076-.035.076-.033.078-.032.078-.03.079-.028.08-.026.081-.024.082-.022.083-.02.083-.018.084-.017.085-.014.085-.012.086-.009.087-.008.088-.006.088-.003.088-.001.088.001zm-.126 1.999l-.037.002-.037.002-.036.003-.036.005-.035.005-.036.005-.035.007-.034.008-.034.008-.034.009-.033.01-.033.011-.032.011-.033.012-.033.014-.031.013-.031.015-.031.015-.03.016-.03.017-.029.017-.031.02-.028.018-.029.02-.029.021-.027.021-.025.02-.028.024-.026.023-.024.022-.026.026-.025.025-.022.024-.024.027-.022.026-.021.026-.022.028-.02.029-.019.027-.02.03-.019.03-.017.029-.017.03-.015.029-.016.031-.015.033-.014.032-.013.032-.011.03-.012.033-.011.035-.01.033-.009.032-.008.034-.008.036-.007.034-.005.036-.006.036-.004.036-.003.035-.002.035-.001.039-.001.038.002.077.002.035.003.035.004.036.006.036.005.036.007.034.008.036.008.034.009.032.01.033.011.035.012.033.011.03.013.032.014.032.015.033.031.06.017.03.017.029.019.03.02.03.019.027.02.029.022.028.021.026.022.026.024.027.022.024.051.051.024.022.026.023.028.024.025.02.027.021.029.021.029.02.028.018.031.02.029.017.03.017.03.016.062.03.031.013.033.014.033.012.032.011.033.011.033.01.034.009.068.016.035.007.036.005.035.005.036.005.036.003.037.002.075.002.038-.001.037-.001.037-.002.036-.003.036-.005.035-.005.036-.005.035-.007.034-.008.034-.008.034-.009.033-.01.033-.011.032-.011.033-.012.033-.014.031-.013.031-.015.031-.015.03-.016.03-.017.03-.018.03-.019.028-.018.029-.02.028-.02.027-.022.027-.021.027-.023.025-.022.025-.023.026-.026.025-.025.022-.024.024-.027.022-.026.022-.027.021-.027.019-.027.02-.029.02-.03.019-.03.017-.029.017-.03.016-.03.015-.03.014-.031.015-.034.013-.032.011-.03.012-.033.011-.035.01-.033.009-.033.008-.033.008-.034.007-.036.005-.036.006-.036.004-.036.003-.035.002-.037.002-.037v-.076l-.002-.037-.002-.037-.003-.035-.004-.036-.006-.036-.005-.036-.007-.036-.008-.034-.008-.033-.009-.033-.01-.033-.011-.035-.012-.033-.011-.03-.013-.032-.015-.034-.014-.031-.015-.03-.016-.03-.017-.03-.017-.029-.019-.03-.02-.03-.02-.029-.019-.027-.021-.027-.022-.027-.022-.026-.024-.027-.022-.024-.025-.025-.026-.026-.025-.023-.025-.022-.027-.023-.027-.021-.027-.022-.028-.02-.029-.02-.028-.018-.03-.019-.03-.018-.03-.017-.03-.016-.031-.015-.031-.015-.031-.013-.033-.014-.033-.012-.032-.011-.033-.011-.033-.01-.034-.009-.034-.008-.034-.008-.035-.007-.036-.005-.035-.005-.036-.005-.036-.003-.037-.002-.037-.002h-.076zM48.505 6.498l.088.003.087.006.087.008.086.009.085.012.085.014.084.017.083.018.083.02.082.022.081.024.08.026.079.028.078.03.078.032.076.033.076.035.074.037.074.039.072.041.071.042.07.044.069.045.068.047.067.049.065.05.064.052.063.053.062.054.06.056.059.058.058.059.056.06.054.062.054.063.051.064.05.065.049.067.047.068.046.069.043.07.043.071.04.073.039.073.037.074.035.076.034.076.031.078.03.078.028.079.026.08.024.081.022.082.02.083.019.083.016.084.014.085.012.085.01.086.007.087.006.088.003.088.001.088-.001.088-.003.088-.006.088-.007.086-.01.087-.012.085-.014.085-.016.084-.019.083-.02.083-.022.082-.024.081-.026.08-.028.079-.03.078-.031.078-.034.076-.035.076-.037.074-.039.073-.04.073-.043.071-.043.07-.046.069-.047.068-.049.067-.05.065-.051.064-.054.063-.054.062-.056.06-.058.059-.059.058-.06.056-.062.054-.063.053-.064.052-.065.05-.067.049-.068.047-.069.045-.07.044-.071.042-.072.041-.074.039-.074.037-.076.035-.076.033-.078.032-.078.03-.079.028-.08.026-.081.024-.082.022-.083.02-.083.018-.084.017-.085.014-.085.012-.086.009-.087.008-.087.006-.088.003-.089.001-.088-.001-.088-.003-.088-.006-.086-.008-.087-.009-.085-.012-.085-.014-.084-.017-.083-.018-.083-.02-.081-.022-.081-.024-.081-.026-.079-.028-.078-.03-.078-.032-.076-.033-.075-.035-.075-.037-.073-.039-.073-.041-.071-.042-.07-.044-.069-.045-.068-.047-.067-.049-.065-.05-.064-.052-.063-.053-.062-.054-.06-.056-.059-.058-.057-.059-.056-.06-.055-.062-.053-.063-.052-.064-.05-.065-.049-.067-.047-.068-.045-.069-.044-.07-.042-.071-.041-.073-.039-.073-.037-.074-.035-.076-.033-.076-.032-.078-.03-.078-.028-.079-.026-.08-.024-.081-.022-.082-.02-.083-.018-.083-.016-.084-.014-.085-.012-.085-.01-.087-.008-.086-.006-.088-.003-.088-.001-.088.001-.088.003-.088.006-.088.008-.087.01-.086.012-.085.014-.085.016-.084.018-.083.02-.083.022-.082.024-.081.026-.08.028-.079.03-.078.032-.078.033-.076.035-.076.037-.074.039-.073.041-.073.042-.071.044-.07.045-.069.047-.068.049-.067.05-.065.052-.064.053-.063.055-.062.056-.06.057-.059.059-.058.06-.056.062-.054.063-.053.064-.052.065-.05.067-.049.068-.047.069-.045.07-.044.071-.042.073-.041.073-.039.075-.037.075-.035.076-.033.078-.032.078-.03.079-.028.081-.026.081-.024.081-.022.083-.02.083-.018.084-.017.085-.014.085-.012.087-.009.086-.008.088-.006.088-.003.088-.001.089.001zm-.127 1.999l-.037.002-.037.002-.036.003-.036.005-.035.005-.036.005-.035.007-.034.008-.034.008-.034.009-.033.01-.033.011-.033.011-.032.012-.032.014-.032.013-.031.015-.031.015-.03.016-.031.018-.029.017-.029.018-.029.019-.028.02-.028.02-.028.022-.027.021-.027.023-.025.022-.025.023-.026.026-.024.025-.024.025-.023.026-.021.025-.023.028-.021.027-.019.027-.02.029-.02.03-.019.03-.017.029-.016.03-.017.03-.015.03-.014.031-.015.034-.013.032-.012.032-.011.031-.011.033-.01.035-.009.033-.008.033-.007.034-.007.036-.006.036-.005.036-.005.036-.003.035-.002.037-.001.037-.001.038.002.075.002.037.003.035.01.072.006.036.007.036.007.034.008.033.009.033.01.035.011.033.011.031.012.032.013.032.015.034.014.031.015.03.017.03.016.03.017.029.019.03.02.03.02.029.019.027.021.027.023.028.021.025.023.026.048.05.026.026.025.023.025.022.027.023.027.021.028.022.056.04.029.019.029.018.029.017.031.018.03.016.062.03.032.013.032.014.032.012.066.022.033.01.034.009.068.016.035.007.036.005.035.005.036.005.036.003.037.002.075.002.038-.001.037-.001.037-.002.036-.003.036-.005.036-.005.035-.005.035-.007.034-.008.035-.008.033-.009.033-.01.033-.011.032-.011.033-.012.032-.014.032-.013.032-.015.03-.015.03-.016.03-.017.03-.017.03-.02.028-.018.029-.02.029-.021.027-.021.025-.02.028-.024.026-.023.024-.022.026-.026.025-.025.022-.024.024-.027.023-.026.02-.026.022-.028.02-.029.02-.027.019-.03.019-.03.017-.029.017-.03.015-.029.016-.031.015-.033.014-.032.012-.03.012-.032.013-.035.011-.033.009-.033.009-.032.008-.034.008-.036.007-.034.006-.036.005-.036.004-.036.003-.035.002-.035.002-.039v-.076l-.002-.039-.002-.035-.003-.035-.004-.036-.005-.036-.006-.036-.007-.034-.008-.036-.008-.034-.009-.032-.009-.033-.011-.033-.013-.035-.012-.032-.012-.03-.014-.032-.015-.033-.016-.031-.015-.029-.017-.03-.017-.029-.019-.03-.019-.03-.02-.027-.02-.029-.022-.028-.02-.026-.023-.026-.024-.027-.022-.024-.025-.025-.026-.026-.024-.022-.026-.023-.028-.024-.025-.02-.027-.021-.029-.021-.029-.02-.028-.018-.03-.02-.03-.017-.03-.017-.03-.016-.03-.015-.032-.015-.032-.013-.032-.014-.033-.012-.032-.011-.033-.011-.033-.01-.033-.009-.035-.008-.034-.008-.035-.007-.035-.005-.036-.005-.036-.005-.036-.003-.037-.002-.037-.002h-.076z"
></path>
<path
d="M27.859 44.33c-3.02-2.136-6.701-3.385-10.934-3.894L9.513 18.2l22.237 7.412c.187 3.781 1.546 7.674 4.004 11.049"
fill="none"
stroke="#fff"
stroke-width="2"
stroke-linejoin="round"
></path>
<path
d="M11.156 19.843l9.53 9.53"
fill="none"
stroke="#fff"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="bevel"
></path>
<path
d="M38.103 35.142L26.455 46.79l6.326 6.326 11.648-11.648-6.326-6.326z"
fill="none"
stroke="#fff"
stroke-width="2"
stroke-linejoin="round"
></path>
</svg>
<p>White label reports</p>
<p>
Add your own logo, title, and description for each report
</p>
</div>
<div id="right">
<svg
viewBox="0 0 60 60"
xmlns="http://www.w3.org/2000/svg"
serif="http://www.serif.com/"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="3"
>
<path
id="Export to PDF"
fill="none"
d="M0-.214h60v60H0z"
></path>
<path fill="none" d="M0 0h60v60H0z"></path>
<path
d="M24.309 38.801v2.43h-1.583v-7.163h2.62c.502 0 .946.1 1.332.302.386.202.685.489.897.861.212.372.318.795.318 1.267 0 .699-.229 1.257-.687 1.675-.459.418-1.088.628-1.887.628h-1.01zm0-1.334h1.037c.306 0 .54-.083.701-.251.161-.167.241-.403.241-.708 0-.335-.083-.602-.248-.802-.165-.2-.391-.302-.676-.305h-1.055v2.066zM28.736 41.231v-7.163h2.115c.58 0 1.101.143 1.564.43.463.287.825.692 1.085 1.215.26.523.391 1.11.394 1.759v.33c0 .656-.127 1.244-.381 1.764a2.95 2.95 0 0 1-1.073 1.22 2.85 2.85 0 0 1-1.544.445h-2.16zm1.583-5.83v4.502h.55c.454 0 .802-.177 1.046-.529.243-.353.365-.877.365-1.572v-.31c0-.692-.122-1.214-.365-1.565-.244-.351-.598-.526-1.064-.526h-.532zM38.84 38.377h-2.552v2.854h-1.582v-7.163h4.391v1.333h-2.809v1.648h2.552v1.328z"
fill="#fff"
fill-rule="nonzero"
></path>
<path
d="M24.268 21.393H11.529v33.638H49.7V21.393H38.096"
fill="none"
stroke="#fff"
stroke-width="2"
></path>
<path
d="M31.045 4.754v17.354"
fill="none"
stroke="#fff"
stroke-width="2"
stroke-linejoin="miter"
></path>
<path
d="M38.646 12.356l-7.601-7.602-7.601 7.602"
fill="none"
stroke="#fff"
stroke-width="2"
></path>
</svg>
<p>Export as PDF or image</p>
<p>Download reports as PDFs and charts as images</p>
<p>Download sample report -></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Section - 9 -->
<div class="section-5" id="section-9">
<div class="sec5_box" id="sec9_box">
<div class="sec5_box1">
<div class="sec5_b1_right" id="sec9_b1_right">
<img
src="https://buffer.com/static/testimonials/ben_terry-access-ventures@2x.png"
alt=""
/>
</div>
<div class="sec5_b1_left" id="sec9_b1_left">
<img src="https://buffer.com/static/icons/quotes.svg" alt="" />
<h2>
Analyze helps us work smarter, not harder. We get insight into
what is working on social.
</h2>
<svg
viewBox="0 0 177 25"
width="100%"
height="100%"
xmlns="http://www.w3.org/2000/svg"
fill-rule="evenodd"
clip-rule="evenodd"
stroke-linejoin="round"
stroke-miterlimit="1.414"
>
<g fill="#B8B8B8">
<path
d="M14.761.912l-13.85 24h2.104L14.76 4.557l11.742 20.355h2.105l-13.846-24z"
fill-rule="nonzero"
></path>
<path
d="M5.959 24.913h2.104l6.696-11.606 6.696 11.606h2.104l-8.8-15.253-8.8 15.253z"
fill-rule="nonzero"
></path>
<path
d="M46.69.912L34.945 21.267 23.202.912h-2.104l13.847 24 13.849-24H46.69zm-35.681 24h2.103l1.648-2.857 1.648 2.857h2.103l-3.751-6.501-3.751 6.501z"
fill-rule="nonzero"
></path>
<path
d="M41.642.912l-6.696 11.607L28.248.912h-2.102l8.8 15.253L43.745.912h-2.103z"
fill-rule="nonzero"
></path>
<path
d="M160.534 12.131a3.066 3.066 0 0 0-.549-.053c-1.592 0-2.476 1.416-2.476 2.832v4.408h-1.468v-8.426h1.468v1.593c.194-.974 1.379-1.806 2.546-1.806.161 0 .355.018.479.054v1.398zm-13.52-1.239h1.469v4.85c0 .797.088 1.328.283 1.701.3.583.83.795 1.627.795 1.415 0 2.14-1.15 2.14-2.514v-4.832h1.469v8.426h-1.468v-1.24c-.46.815-1.274 1.452-2.69 1.452-.866 0-1.609-.248-2.104-.795-.53-.603-.726-1.205-.726-3.045v-4.798zm-6.531 0h1.627V7.847l1.468-.318v3.363h1.857v1.115h-1.857v5.222c0 .372.018.62.124.797.106.194.3.283.76.283.354 0 .69-.053.973-.106v1.15a6.08 6.08 0 0 1-1.468.177c-.796 0-1.485-.177-1.75-.885-.072-.195-.107-.46-.107-.814v-5.824h-1.627v-1.115zm-.908 8.426h-1.468v-4.904c0-1.823-.672-2.425-1.91-2.425-1.415 0-2.229 1.133-2.229 2.46v4.869H132.5v-8.426h1.468v1.256c.442-.778 1.31-1.45 2.706-1.45 1.097 0 1.91.37 2.37 1.079.355.549.531 1.274.531 2.266v5.275zm-8.891-1.735c-.318.496-1.414 1.947-3.714 1.947-2.405 0-4.015-1.646-4.015-4.46 0-2.585 1.68-4.373 3.998-4.373 2.529 0 3.785 1.912 3.785 4.425v.32h-6.297c.035 1.379.814 2.814 2.67 2.814 1.47 0 2.212-.938 2.513-1.434l1.06.761zm-6.19-3.31h4.723c-.124-1.487-.938-2.39-2.264-2.39-1.292 0-2.3.92-2.46 2.391l.001-.001zm-6.509 1.593c.16.39.354 1.009.443 1.292h.017c.089-.319.248-.796.443-1.292l3.023-8.585h1.592l-4.334 12.037h-1.556l-4.21-12.037h1.645l2.936 8.585h.001zm-10.803-2.885c-.601-.673-1.415-1.062-2.336-1.062-.936 0-1.661.407-1.661 1.15 0 .797.636 1.009 1.892 1.275l.973.194c1.344.283 2.422.85 2.422 2.321 0 1.715-1.502 2.671-3.519 2.671-1.61 0-2.936-.796-3.608-1.664l.955-.991c.637.832 1.592 1.434 2.742 1.434s1.928-.478 1.928-1.327c0-.797-.62-.975-1.468-1.134l-1.15-.23c-1.45-.283-2.653-.867-2.653-2.354 0-1.806 1.662-2.567 3.219-2.567 1.555 0 2.671.69 3.22 1.328l-.956.956m68.418 0c-.602-.673-1.415-1.062-2.336-1.062-.937 0-1.662.407-1.662 1.15 0 .797.637 1.009 1.893 1.275l.973.194c1.344.283 2.423.85 2.423 2.321 0 1.715-1.504 2.671-3.52 2.671-1.61 0-2.936-.796-3.608-1.664l.955-.991c.636.832 1.592 1.434 2.742 1.434 1.149 0 1.927-.478 1.927-1.327 0-.797-.619-.975-1.468-1.134l-1.15-.23c-1.45-.283-2.653-.867-2.653-2.354 0-1.806 1.663-2.567 3.22-2.567 1.556 0 2.67.69 3.219 1.328l-.955.956zm-6.946 4.602c-.318.496-1.414 1.947-3.714 1.947-2.405 0-4.015-1.646-4.015-4.46 0-2.585 1.68-4.373 3.998-4.373 2.529 0 3.785 1.912 3.785 4.425v.32h-6.297c.035 1.379.814 2.814 2.67 2.814 1.469 0 2.212-.938 2.512-1.434l1.062.761h-.001zm-6.19-3.31h4.723c-.124-1.487-.938-2.39-2.264-2.39-1.291 0-2.3.92-2.459 2.391v-.001zm-63.495-1.292c-.601-.673-1.415-1.062-2.334-1.062-.938 0-1.664.407-1.664 1.15 0 .797.637 1.009 1.893 1.275l.973.194c1.344.283 2.423.85 2.423 2.321 0 1.715-1.503 2.671-3.52 2.671-1.609 0-2.936-.796-3.608-1.664l.955-.991c.636.832 1.592 1.434 2.742 1.434s1.928-.478 1.928-1.327c0-.797-.619-.975-1.468-1.134l-1.151-.23c-1.449-.283-2.652-.867-2.652-2.354 0-1.806 1.663-2.567 3.22-2.567 1.556 0 2.67.69 3.219 1.328l-.956.956zm-6.945 4.602c-.318.496-1.414 1.947-3.714 1.947-2.405 0-4.015-1.646-4.015-4.46 0-2.585 1.68-4.373 3.997-4.373 2.53 0 3.786 1.912 3.786 4.425v.32h-6.297c.035 1.379.813 2.814 2.67 2.814 1.469 0 2.212-.938 2.512-1.434l1.062.761h-.001zm-6.19-3.31h4.721c-.122-1.487-.936-2.39-2.263-2.39-1.29 0-2.299.92-2.458 2.391v-.001zm-2.694 3.098c-.69 1.398-1.946 2.16-3.591 2.16-2.494 0-3.998-1.7-3.998-4.39 0-2.71 1.646-4.444 3.998-4.444 1.751 0 2.954.85 3.52 2.284l-1.22.637c-.354-.991-1.062-1.7-2.3-1.7-1.503 0-2.494 1.187-2.494 3.204 0 2.018 1.061 3.187 2.494 3.187 1.256 0 2.017-.584 2.441-1.523l1.15.585zm-8.743 0c-.69 1.398-1.946 2.16-3.591 2.16-2.494 0-3.998-1.7-3.998-4.39 0-2.71 1.645-4.444 3.998-4.444 1.75 0 2.954.85 3.52 2.284l-1.22.637c-.354-.991-1.062-1.7-2.3-1.7-1.504 0-2.494 1.187-2.494 3.204 0 2.018 1.061 3.187 2.494 3.187 1.256 0 2.016-.584 2.44-1.523l1.15.585h.001zm-16.632 1.947h-1.628l4.298-12.037h1.734l4.227 12.037h-1.68l-1.203-3.47h-4.546l-1.202 3.47zm3.944-8.78c-.23-.62-.389-1.115-.46-1.416h-.018c-.088.3-.23.779-.46 1.433l-1.344 3.948h3.644l-1.362-3.965zM36.594.912l-1.648 2.857L33.298.912h-2.103l3.75 6.502L38.698.912h-2.104z"
></path>
</g>
</svg>
<p><span id="bold">BEN TERRY,</span> Director of Marketing</p>
</div>
</div>
</div>
</div>
<!-- Section - 10 -->
<div class="section-5" id="section-10">
<div class="sec5_box" id="sec5_box">
<div class="sec5_box1">
<div class="sec5_b1_left">
<p><span>--------</span> ANSWERS</p>
<h2>Get answers to your biggest questions</h2>
<p>
Analyze studies your data and tells you when, what, and how
often to post to maximize your results. For your Instagram
profiles, your best time to post is predicted using your
followers' activity and your previous posts.
</p>
</div>
<div class="sec5_b1_right">
<img
src="https://static.buffer.com/cdn-cgi/image/w=1080,quality=90,format=auto/marketing/static/illustrations/analyze-anwer@2x.jpeg"
alt=""
/>
</div>
</div>
</div>
</div>
<div id="section-11">
<div id="sec5_box2">
<div class="sec5_boxes">
<p>Best time to post</p>
<p>
See the times that will earn your Instagram posts the highest
reach
</p>
<img
src="https://static.buffer.com/cdn-cgi/image/w=640,quality=90,format=auto/marketing/static/illustrations/best-day-to-post@2x.png"
alt=""
/>
</div>
<div class="sec5_boxes">
<p>Best type of post</p>
<p>
Find out whether videos, pictures, text, or link posts perform
best for you
</p>
<img
src="https://static.buffer.com/cdn-cgi/image/w=640,quality=90,format=auto/marketing/static/illustrations/best-post-type@2x.png"
alt=""
/>
</div>
<div class="sec5_boxes">
<p>Best posting frequency</p>
<p>
Determine how often you should be posting to drive the most
engagement
</p>
<img
src="https://static.buffer.com/cdn-cgi/image/w=640,quality=90,format=auto/marketing/static/illustrations/best-post-frequency@2x.png"
alt=""
/>
</div>
</div>
</div>
<!-- Footer Banner -->
<div id="section_9"></div>
</div>
<div id="footer"></div>
</body>
</html>
<script type="module">
import navbar from "./components/navbar.js";
import subMenu from "./components/subMenu.js";
import hamMenu from "./components/hamMenu.js";
import banner from "./components/banner.js";
import footer from "./components/footer.js";
let nav = document.getElementById("navbar");
nav.innerHTML = navbar();
let subM = document.getElementById("tools-menu");
subM.innerHTML = subMenu();
let hamM = document.getElementById("ham-menu");
hamM.innerHTML = hamMenu();
let bann = document.getElementById("section_9");
bann.innerHTML = banner();
let foot = document.getElementById("footer");
foot.innerHTML = footer();
</script>
<script src="scripts/ham-menu.js"></script>
<script src="scripts/navbar.js"></script>