Skip to content

Commit 280906b

Browse files
committed
Add more new slides
1 parent c4a421e commit 280906b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1219
-52
lines changed

css-cost/images/bem-logo.png

1.11 KB

css-cost/images/caniuse_prerender.jpg

62.5 KB
95.1 KB

css-cost/images/counter_strike.png

119 KB

css-cost/images/cover.jpg

28.2 KB
66.9 KB

css-cost/images/cssom-tree.png

14.2 KB

css-cost/images/dicaprio-lived.jpg

85.7 KB

css-cost/images/dicaprio-mad.jpg

85.5 KB

css-cost/images/dicaprio-sad.jpg

30.8 KB

css-cost/images/dicaprio-success.jpg

87 KB

css-cost/images/dicaprio-walking.png

144 KB

css-cost/images/dicaprio-wat.jpg

44.9 KB

css-cost/images/dns-lookup.jpg

42.4 KB

css-cost/images/fcp-filmstrip.jpg

50.1 KB
120 KB

css-cost/images/harisov-10k.jpg

42.1 KB

css-cost/images/how-https-works.jpg

29.3 KB
18.1 KB

css-cost/images/james-akwuh-ssr.jpg

75.5 KB
34.7 KB

css-cost/images/js-error.jpg

12.4 KB

css-cost/images/lcp-cnn-filmstrip.jpg

62.4 KB
-936 KB
-1.35 MB
-746 KB
-1.67 MB

css-cost/images/loading_icon.gif

17.1 KB

css-cost/images/meet-granny.jpg

63.8 KB
11.1 KB

css-cost/images/nohandshake.jpg

29.3 KB
43.8 KB
69.5 KB

css-cost/images/puppeteer-logo.png

6.28 KB

css-cost/images/qr-code.gif

4.2 KB
Binary file not shown.

css-cost/images/server-push-response.svg

+1
40.8 KB

css-cost/images/stayhome.png

58.5 KB

css-cost/images/svg-url-encoder.jpg

82.2 KB
41.1 KB
39.6 KB
34.9 KB
43.4 KB
29.9 KB

css-cost/images/talks-js-netflix.jpg

30.6 KB
24.4 KB

css-cost/images/tcp-file-fetching.svg

+1

css-cost/images/three-way-handshake.svg

+1

css-cost/images/tiny-meme.jpeg

41.3 KB
82.3 KB

css-cost/images/traffic-more-30.jpg

86.1 KB
85.5 KB
22.9 KB

css-cost/images/wst-mc.jpg

-5.32 KB

css-cost/index.html

+1,202-50
Large diffs are not rendered by default.

css-cost/style.css

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
:root {
22
--color-inactive: #ddd;
3-
--color-active: orange;
4-
--color-checked: lightsteelblue;
3+
--color-active: var(--yandex-green);
4+
--color-checked: var(--yandex-yellow);
5+
6+
--nd-render-parse-color: var(--color-inactive);
7+
--nd-render-dom-color: var(--color-inactive);
8+
--nd-render-cascade-color: var(--color-inactive);
9+
--nd-render-layout-color: var(--color-inactive);
10+
--nd-render-paint-color: var(--color-inactive);
11+
--nd-render-composite-color: var(--color-inactive);
512
}
613

714
@font-face {
@@ -139,6 +146,7 @@
139146
--yandex-yellow: #FFCC00;
140147
--yandex-blue: #0077FF;
141148
--yandex-red: #FF3333;
149+
--yandex-green: #33CC33;
142150
}
143151

144152
.shower {
@@ -195,3 +203,7 @@
195203
.slide .title-with-number {
196204
top: 40%;
197205
}
206+
207+
.render-block {
208+
width: 80%;
209+
}

0 commit comments

Comments
 (0)