-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
794 lines (676 loc) · 26.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
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
787
788
789
790
791
792
793
794
<!DOCTYPE html>
<html lang="en">
<head>
<title>Быстро ли работает сайт у пользователей?</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="shower/themes/yandex2/styles/screen-16x9.css">
<style>
.shower {
--slide-ratio: calc(16 / 9);
}
</style>
</head>
<body class="shower list">
<header class="caption">
<h1>Быстро ли работает сайт у пользователей?</h1>
</header>
<!--<section class="slide cover">
<div>
<h2><img src="img/logo2.svg" alt="" class="logo"></h2>
</div>
</section>
<section class="slide title">
<div>
<h2>Быстро ли работает сайт у пользователей?</h2>
<h3><img src="img/logo2.svg" alt=""></h3>
<div class="authors">
<p>Александр Нефедов</p>
</div>
</div>
</section>-->
<section class="slide fullscreen">
<div>
<p><img src="img/title-perf.png" alt="" width="100%"></p>
</div>
</section>
<section class="slide clear">
<div>
<h2>Посчитаем производительность</h2>
<ul>
<li>Лабораторно (in the lab)</li>
<li class="next">У живых пользователей (in the field)</li>
</ul>
</div>
</section>
<section class="slide clear">
<div>
<h2>Лабораторно</h2>
<p>Lighthouse, WebPageTest, ...</p>
<div class="next">
<p>Плюсы:</p>
<ul>
<li>Получаем данные сразу</li>
<li>Точно понимаем что произошло и как</li>
<li>Можем глубоко отлаживать</li>
</ul>
</div>
<div class="next">
<p>Минусы:</p>
<ul>
<li>Большой разброс чисел</li>
<li>Скупость вариантов условий</li>
</ul>
</div>
</div>
</section>
<section class="slide clear">
<div>
<h2>У живых пользователей</h2>
<div class="next">
<p>Плюсы:</p>
<ul>
<li>Гораздо лучше представляем, что происходит у реальных пользователей</li>
<li>Имеем большой объём данных</li>
<li>Можем смотреть в реалтайме*</li>
</ul>
</div>
<div class="next">
<p>Минусы:</p>
<ul>
<li>Передача данных</li>
<li>Невоспроизводимость кейсов</li>
<li>Ограниченные инструменты</li>
</ul>
</div>
</div>
</section>
<section class="slide clear">
<div>
<h2>RUM - Real User Monitoring</h2>
<ul>
<li class="next">Множество устройств</li>
<li class="next">Множество браузеров</li>
<li class="next">Множество сетевых условий</li>
</ul>
</div>
</section>
<section class="slide clear">
<div>
<h2>Как собрать метрики скорости с пользователей?</h2>
<ul>
<li>Яндекс.Метрика, Google Search Console</li>
<li class="next">Chrome User Experience Report</li>
<li class="next">Готовые решения</li>
<li class="next">Своё решение</li>
</ul>
</div>
</section>
<section class="slide fullscreen">
<div>
<p><img src="img/mc.png" alt="" width="100%"></p>
<figure>
<p>Яндекс.Метрика</p>
</figure>
</div>
</section>
<section class="slide fullscreen">
<div>
<p><img src="img/crux.png" alt="" width="100%"></p>
<figure>
<p>Page Speed Insights</p>
</figure>
</div>
</section>
<section class="slide section">
<div>
<h2>Понимаем сами,<br> быстр ли сайт</h2>
</div>
</section>
<section class="slide clear">
<div>
<h2>Общая картинка</h2>
<ol>
<li class="next">Собираем данные на клиенте</li>
<li class="next">Отправляем на сервер</li>
<li class="next">Считаем метрики, строим графики</li>
</ol>
</div>
</section>
<section class="slide section">
<div>
<h2>Какие возможности<br> у нас есть?</h2>
</div>
</section>
<section class="slide fullscreen">
<div>
<p><img src="img/timestamp-diagram.svg" alt="" width="100%"></p>
<figure>
<p>Navigation Timing</p>
</figure>
</div>
</section>
<section class="slide">
<div>
<h2>Navigation Timing API</h2>
<div>DEPRECATED</div>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
// Весь объект с данными
const <mark>timing</mark> = performance.timing;
// Время до первого байта
const timeToFirstByte = <mark>timing</mark>.responseStart - <mark>timing</mark>.requestStart;
// Общее время загрузки
const loadTime = <mark>timing</mark>.loadEventStart - <mark>timing</mark>.requestStart;
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Navigation Timing Level 2</h2>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
function onLoad() {
const timing = <mark>performance.getEntriesByType</mark>('navigation')[0];
const nextHopProtocol = timing.nextHopProtocol;
// ...
}
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Navigation Timing Level 2</h2>
<style>
.slide ul.timing-list {
display: flex;
flex-wrap: wrap;
margin-left: -90px;
padding-left: 0;
}
.slide .timing-list li {
text-indent: 0 !important;
}
.slide .timing-list li:before {
visibility: hidden;
}
</style>
<ul class="timing-list">
<li>connect</li>
<li>bodySize</li>
<li>domComplete</li>
<li>domContentLoaded</li>
<li>domInteractive</li>
<li>domainLookup</li>
<li>type</li>
<li>load</li>
<li>protocol</li>
<li>redirectCount</li>
<li>redirectDuration</li>
<li>request</li>
<li>response</li>
<li>secureConnection</li>
<li>serverTiming</li>
<li>transferSize</li>
<li>unload</li>
<li>workerStart</li>
</ul>
</div>
</section>
<section class="slide">
<div>
<h2>Paint Timing API</h2>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
const entries = performance.getEntriesByType('<mark>paint</mark>');
console.log(entries);
// first-paint: Chromium
// first-contentful-paint: Chromium, Firefox, Safari
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Paint Timing API: first-contentful-paint</h2>
<p>Разница между реальным отображением на экране и метриками</p>
<p>Chromium: ~ -5ms</p>
<p>Firefox: ~ -30ms</p>
<p>Safari: ~ -180ms</p>
</div>
</section>
<section class="slide fullscreen">
<div>
<p><img src="img/fcp.png" alt="" width="100%"></p>
<h3 style="left: 30px; bottom: 30px;">https://blog.webpagetest.org/posts/why-first-contentful-paint-doesnt-work-as-a-cross-browser-metric/</h3>
</div>
</section>
<section class="slide">
<div>
<h2>First Input</h2>
<p>Chromium & Firefox</p>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
// Задержка отклика на первое действие пользователя
const entry = performance.getEntriesByType('<mark>first-input</mark>')[0];
if (entry) {
const inputDelay = entry.processingStart - entry.startTime;
}
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>First Input</h2>
<p>Chromium & Firefox</p>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
// Задержка отклика на первое действие пользователя
const observer = <mark>new PerformanceObserver</mark>(list => {
const entry = list.getEntries()[0];
if (entry) {
const inputDelay = entry.processingStart - entry.startTime;
}
});
<mark>observer.observe</mark>({ type: 'first-input', buffered: true });
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>First Input</h2>
<p>Chromium & Firefox</p>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
// Задержка отклика на первое действие пользователя
const observer = new PerformanceObserver(list => {
const entry = list.getEntries()[0];
if (entry) {
const inputDelay = entry.processingStart - entry.startTime;
<mark>observer.disconnect();</mark>
}
});
observer.observe({ type: 'first-input', buffered: true });
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>First Input</h2>
<p>Chromium & Firefox</p>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
// Задержка отклика на первое действие пользователя
const observer = new PerformanceObserver(list => {
const entry = list.getEntries()[0];
if (entry) {
const inputDelay = entry.processingStart - entry.startTime;
observer.disconnect();
}
});
observer.observe({ type: 'first-input', <mark>buffered: true</mark> });
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Long tasks</h2>
<p>Chromium</p>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
// Загруженность основного потока
let sum = 0;
const observer = new PerformanceObserver(list => {
list.getEntries().forEach(entry => {
sum += entry.duration;
});
console.log('sum', sum);
});
observer.observe({ type: 'longtask', buffered: true });
</code>
</pre>
</div>
</div>
</section>
<section class="slide fullscreen">
<div style="text-align: center">
<video muted="" autoplay="" loop="" src="img/cls.webm"></video>
<figure>
<p>https://web.dev/cls/</p>
</figure>
</div>
</section>
<section class="slide">
<div>
<h2>Cumulative Layout Shift</h2>
<p>Chromium</p>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
// Сдвиги контента на странице
let sum = 0;
const observer = new PerformanceObserver(list => {
list.getEntries().forEach(entry => {
sum += entry.value;
});
console.log('sum', sum);
});
observer.observe({ type: 'layout-shift', buffered: true });
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Другие инструменты</h2>
<ul>
<li>Resource Timing API</li>
<li>Element Timing API</li>
<li>Intersection Observer</li>
<li>requestAnimationFrame</li>
<li>...</li>
</ul>
</div>
</section>
<section class="slide">
<div>
<h2>Замеры времени</h2>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
const start = performance.now();
// ...
const elapsedTime = performance.now() - start;
fetch(url).then(() => {
const totalTime = performance.now() - start;
});
</code>
</pre>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Специфические метрики сервиса</h2>
<ul>
<li>Первый кадр плеера</li>
<li>Скорость открытия письма из списка</li>
<li>Загрузка тумбы в поисковой выдаче</li>
</ul>
</div>
</section>
<section class="slide">
<div>
<h2>Core Web Vitals</h2>
<p>Способ оценки производительности и удобства сайта</p>
<ul>
<li>LCP: Largest Contentful Paint</li>
<li>FID: First Input Delay</li>
<li>CLS: Cumulative Layout Shift</li>
</ul>
</div>
</section>
<section class="slide">
<div>
<h2>Core Web Vitals</h2>
<p>Дополнительные метрики</p>
<ul>
<li>TTFB: Time To First Byte</li>
<li>FCP: First Contentful Paint</li>
<li>TBT: Total Blocking Time</li>
<li>TTI: Time To Interactive</li>
<li>INP: Interaction to Next Paint</li>
</ul>
</div>
</section>
<section class="slide">
<div>
<h2>Core Web Vitals</h2>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code>
npm install web-vitals
// ...
import {getLCP, getFID, getCLS} from 'web-vitals';
getCLS(console.log);
getFID(console.log);
getLCP(console.log);
</code>
</pre>
</div>
</div>
</section>
<section class="slide section">
<div>
<h2>Отправка данных</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Как отправлять?</h2>
<p>Собираем метрики по мере готовности</p>
<p class="next">Группируем в пачки и отправляем</p>
<p class="next">Чем больше задержка между событием и отправкой, тем больше вероятность, что данные мы не получим</p>
</div>
</section>
<section class="slide">
<div>
<h2>Что отправлять?</h2>
<ul>
<li class="next">Request Id</li>
<li class="next">Группировка показов</li>
<ul>
<li class="next">Текущая страница</li>
<li class="next">Платформа</li>
<li class="next">A/B эксперименты</li>
<li class="next">Версия релиза</li>
<li class="next">Залогиновость</li>
<li class="next">Что угодно ещё</li>
</ul>
</ul>
</div>
</section>
<section class="slide section">
<div>
<h2>Анализ данных</h2>
</div>
</section>
<section class="slide">
<div>
<h2>Функции для расчёта метрики: max</h2>
<p>max(10, <mark>20</mark>, 15) = 20</p>
<p class="next">max(10, <mark>90</mark>, 15) = 90</p>
</div>
</section>
<section class="slide">
<div>
<h2>Функции для расчёта метрики: min</h2>
<p>С одной стороны, ведёт себя похожим образом с max</p>
<p class="next">С другой стороны, является "минимумом" для всех пользователей</p>
</div>
</section>
<section class="slide">
<div>
<h2>Функции для расчёта метрики: avg</h2>
<p>avg(10, <mark>20</mark>, 15) = 15</p>
<p class="next">avg(10, <mark>90</mark>, 15) = 55</p>
</div>
</section>
<section class="slide">
<div>
<h2>Процентили</h2>
<style>
.side-by-side {
display: flex;
gap: 100px;
}
.slide pre .wrap-code {
white-space: pre-wrap;
margin: 0;
width: 100%;
padding: 0;
font-size: 28px !important;
line-height: 40px !important;
}
</style>
<div class="side-by-side">
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code class="wrap-code">
[121, 77, 127, 189, 133, 53, 94, 105, 150, 69, 111, 199, 122, 77, 223, 111, 85, 76, 171, 158, 91, 71, 52, 72, 232, 223, 135, 184, 52, 180, 261, 53, 139, 237, 284, 92, 261, 56, 69, 55, 62, 196, 94, 187, 214, 164, 308, 174, 111, 59, 87, 55, 93, 177, 200, 66, 251, 124, 202, 208, 67, 92, 259, 203, 72, 56, 211, 50, 145, 50, 156, 373, 131, 74, 83, 199, 94, 59, 156, 145, 214, 55, 106, 197, 140, 218, 144, 60, 119, 114, 136, 146, 308, 91, 281, 99, 183, 52, 68, 336]
</code>
</pre>
</div>
<div class="language-js highlighter-rouge next">
<pre class="highlight">
<code class="wrap-code">
[50, 50, 52, 52, 52, 53, 53, 55, 55, 55, 56, 56, 59, 59, 60, 62, 66, 67, 68, 69, 69, 71, 72, 72, 74, 76, 77, 77, 83, 85, 87, 91, 91, 92, 92, 93, 94, 94, 94, 99, 105, 106, 111, 111, 111, 114, 119, 121, 122, 124, 127, 131, 133, 135, 136, 139, 140, 144, 145, 145, 146, 150, 156, 156, 158, 164, 171, 174, 177, 180, 183, 184, 187, 189, 196, 197, 199, 199, 200, 202, 203, 208, 211, 214, 214, 218, 223, 223, 232, 237, 251, 259, 261, 261, 281, 284, 308, 308, 336, 373]
</code>
</pre>
</div>
</div>
<p style="text-align: center">sort()</p>
</div>
</section>
<section class="slide">
<div>
<h2>Процентили</h2>
<style>
.median {
color: #219124;
font-weight: bold;
text-decoration: underline;
}
</style>
<div class="side-by-side">
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code class="wrap-code">
[121, 77, 127, 189, 133, 53, 94, 105, 150, 69, 111, 199, 122, 77, 223, 111, 85, 76, 171, 158, 91, 71, 52, 72, 232, 223, 135, 184, 52, 180, 261, 53, 139, 237, 284, 92, 261, 56, 69, 55, 62, 196, 94, 187, 214, 164, 308, 174, 111, 59, 87, 55, 93, 177, 200, 66, 251, 124, 202, 208, 67, 92, 259, 203, 72, 56, 211, 50, 145, 50, 156, 373, 131, 74, 83, 199, 94, 59, 156, 145, 214, 55, 106, 197, 140, 218, 144, 60, 119, 114, 136, 146, 308, 91, 281, 99, 183, 52, 68, 336]
</code>
</pre>
</div>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code class="wrap-code">
[50, 50, 52, 52, 52, 53, 53, 55, 55, 55, 56, 56, 59, 59, 60, 62, 66, 67, 68, 69, 69, 71, 72, 72, 74, 76, 77, 77, 83, 85, 87, 91, 91, 92, 92, 93, 94, 94, 94, 99, 105, 106, 111, 111, 111, 114, 119, 121, 122, 124, <span class="median">127</span>, 131, 133, 135, 136, 139, 140, 144, 145, 145, 146, 150, 156, 156, 158, 164, 171, 174, 177, 180, 183, 184, 187, 189, 196, 197, 199, 199, 200, 202, 203, 208, 211, 214, 214, 218, 223, 223, 232, 237, 251, 259, 261, 261, 281, 284, 308, 308, 336, 373]
</code>
</pre>
<p class="median">50%</p>
</div>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Процентили</h2>
<style>
.p25 {
color: #0c53ed;
font-weight: bold;
text-decoration: underline;
}
.p75 {
color: #f9d022;
font-weight: bold;
text-decoration: underline;
}
.p95 {
color: #f84040;
font-weight: bold;
text-decoration: underline;
}
</style>
<div class="side-by-side">
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code class="wrap-code">
[121, 77, 127, 189, 133, 53, 94, 105, 150, 69, 111, 199, 122, 77, 223, 111, 85, 76, 171, 158, 91, 71, 52, 72, 232, 223, 135, 184, 52, 180, 261, 53, 139, 237, 284, 92, 261, 56, 69, 55, 62, 196, 94, 187, 214, 164, 308, 174, 111, 59, 87, 55, 93, 177, 200, 66, 251, 124, 202, 208, 67, 92, 259, 203, 72, 56, 211, 50, 145, 50, 156, 373, 131, 74, 83, 199, 94, 59, 156, 145, 214, 55, 106, 197, 140, 218, 144, 60, 119, 114, 136, 146, 308, 91, 281, 99, 183, 52, 68, 336]
</code>
</pre>
</div>
<div class="language-js highlighter-rouge">
<pre class="highlight">
<code class="wrap-code">
[50, 50, 52, 52, 52, 53, 53, 55, 55, 55, 56, 56, 59, 59, 60, 62, 66, 67, 68, 69, 69, 71, 72, 72, 74, <span class="p25">76</span>, 77, 77, 83, 85, 87, 91, 91, 92, 92, 93, 94, 94, 94, 99, 105, 106, 111, 111, 111, 114, 119, 121, 122, 124, <span class="median">127</span>, 131, 133, 135, 136, 139, 140, 144, 145, 145, 146, 150, 156, 156, 158, 164, 171, 174, 177, 180, 183, 184, 187, 189, 196, <span class="p75">197</span>, 199, 199, 200, 202, 203, 208, 211, 214, 214, 218, 223, 223, 232, 237, 251, 259, 261, 261, 281, <span class="p95">284</span>, 308, 308, 336, 373]
</code>
</pre>
<p><span class="p25">25%</span>, <span class="median">50%</span>, <span class="p75">75%</span>, <span class="p95">95%</span></p>
</div>
</div>
</div>
</section>
<section class="slide">
<div>
<h2>Процентили</h2>
<p>Фактически, max = 100й процентиль</p>
<p class="next">99 процентиль всё ещё даёт шумные данные, на него оказывают сильное влияние малое число пользователей</p>
<p class="next">Чаще всего оценивают 75й процентиль, но полезны и остальные</p>
</div>
</section>
<section class="slide">
<div>
<h2>Итого</h2>
<p><strong>Собираем метрики, в том числе важные для вашего сервиса</strong></p>
<p class="next"><strong>Получаем данные</strong></p>
<p class="next"><strong>Группируем данные по критериям</strong></p>
<p class="next"><strong>Используем процентили</strong></p>
<p class="next"><strong>Следим за скоростью вашего сайта и улучшаем её</strong></p>
</div>
</section>
<section class="slide contacts">
<div>
<h2>Контакты</h2>
<figure>
<h3 id="section">Александр Нефедов</h3>
</figure>
<!-- разделитель контактов -->
<hr>
<!-- left -->
<ul>
<li class="mail">[email protected]</li>
<li class="github">4eb0da</li>
</ul>
<!--
- {:.mail}[email protected]
- {:.phone}+7-999-888-7766
- {:.github}author
- {:.bitbucket}author
- {:.twitter}@author
- {:.telegram}author
- {:.skype}author
- {:.instagram}author
- {:.facebook}author
- {:.vk}@author
- {:.ok}@author
-->
</div>
</section>
<div class="progress" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="-5" aria-valuetext="Slideshow Progress: -5%"></div>
<footer class="badge"><a href="https://github.yandex-team.ru/presentation/jekyller">Fork me on Github</a></footer>
<section role="region" aria-live="assertive" aria-relevant="additions" aria-label="Slide Content: Auto-updating" class="region"></section>
<script src="shower/shower.min.js"></script>
</body>
</html>