File tree Expand file tree Collapse file tree 2 files changed +21
-28
lines changed Expand file tree Collapse file tree 2 files changed +21
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
< hr class =hide-desk >
2
2
3
- < article class ="[ box box--highlight ] mb " data-ui-component =ad >
4
- {% include adpacks.html %}
5
- </ article >
3
+ < p class =text-banner >
4
+ < a href =/performance-audits/#fix-it-fast class ="btn btn--full btn--positive " id =cta data-sctrack =cta-sidebar elementtiming =cta-sidebar > {% include cta.md %}</ a >
5
+ </ p >
6
+
7
+ < script >
8
+ ( ( ) => {
9
+
10
+ const cta = document . getElementById ( 'cta' ) ;
11
+
12
+ cta . addEventListener ( 'click' , ( event ) => {
13
+
14
+ setTimeout ( ( ) => {
15
+ LUX . addData ( 'ctaClicked' , true )
16
+ } ) ;
17
+
18
+ } ) ;
19
+
20
+ } ) ( ) ;
21
+ </ script >
22
+
23
+ < hr >
6
24
7
25
{% if page.page-class != "page--home" and page.page-class != "page--about" %}
8
26
< p >
28
46
29
47
< hr >
30
48
31
- < p class =text-banner >
32
- < a href =/performance-audits/#fix-it-fast class ="btn btn--full btn--positive " id =cta data-sctrack =cta-sidebar elementtiming =cta-sidebar > {% include cta.md %}</ a >
33
- </ p >
34
-
35
- < script >
36
- ( ( ) => {
37
-
38
- const cta = document . getElementById ( 'cta' ) ;
39
-
40
- cta . addEventListener ( 'click' , ( event ) => {
41
-
42
- setTimeout ( ( ) => {
43
- LUX . addData ( 'ctaClicked' , true )
44
- } ) ;
45
-
46
- } ) ;
47
-
48
- } ) ( ) ;
49
- </ script >
50
-
51
- < hr >
52
-
53
49
< h4 > Connect</ h4 >
54
50
55
51
< ul >
You can’t perform that action at this time.
0 commit comments