File tree Expand file tree Collapse file tree 5 files changed +22
-24
lines changed Expand file tree Collapse file tree 5 files changed +22
-24
lines changed Original file line number Diff line number Diff line change @@ -479,22 +479,12 @@ div.highlighter-rouge {
479
479
.sample-code-container {
480
480
display : grid ;
481
481
grid-template-columns : 1fr 1fr ;
482
- gap : 10px ;
483
- padding : 5px ;
484
482
overflow : scroll ;
485
483
}
486
484
487
- .output {
488
- outline : 1px solid color (gray-600 );
489
- outline-offset : 4px
490
- }
491
485
.output-code {
492
486
display : block ;
493
487
font : 12px color (code-gray ) " Droid Sans Mono" , " Lucida Console" , " Monaco" , monospace ;
494
488
word-wrap : break-word ;
495
489
}
496
490
497
- .form {
498
- outline : 1px solid color (gray-600 );
499
- outline-offset : 4px ;
500
- }
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ Here's a complete example of a `group` call:
81
81
}
82
82
```
83
83
84
+ ### Create your own Group call
85
+
86
+ Use the following interactive code pen to see what your Group calls would look like with user-provided information:
87
+
84
88
<script src =" https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js " integrity =" sha512-UOoJElONeUNzQbbKQbjldDf9MwOHqxNz49NNJJ1d90yp+X9edsHyJoAs6O4K19CZGaIdjI5ohK+O2y5lBTW6uQ== " crossorigin =" anonymous " referrerpolicy =" no-referrer " ></script >
85
89
<script type =" text/javascript " >
86
90
function showMessage (){
@@ -135,7 +139,6 @@ Here's a complete example of a `group` call:
135
139
<div class =" sample-code-container " >
136
140
<div class =" form " >
137
141
<h3 > Sample Group </h3 >
138
- <p ><b >See what your group call looks like</b ></p >
139
142
<label for =" name " >Name:</label >
140
143
<input type =" text " id =" name " ><br >
141
144
<label for =" industry " >Title:</label >
@@ -151,9 +154,9 @@ Here's a complete example of a `group` call:
151
154
</div >
152
155
153
156
<div class =" output " >
154
- <h3 >Sample Group Call</h3 >
157
+ <h4 >Sample Group Call</h4 >
155
158
<pre class =" language-javascript " ><code class =" language-javascript " id =" output_container " >
156
-
159
+ Sample output goes here!
157
160
</code ></pre >
158
161
</div >
159
162
</div >
Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ Here's a complete example of a `page` call:
71
71
"version" : " 1.1"
72
72
}
73
73
```
74
+ ### Create your own Page call
74
75
76
+ Use the following interactive code pen to see what your Page calls would look like with user-provided information:
75
77
<script src =" https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js " integrity =" sha512-UOoJElONeUNzQbbKQbjldDf9MwOHqxNz49NNJJ1d90yp+X9edsHyJoAs6O4K19CZGaIdjI5ohK+O2y5lBTW6uQ== " crossorigin =" anonymous " referrerpolicy =" no-referrer " ></script >
76
78
<script type =" text/javascript " >
77
79
function showMessage (){
@@ -120,8 +122,7 @@ Here's a complete example of a `page` call:
120
122
121
123
<div class =" sample-code-container " >
122
124
<div class =" form " >
123
- <h3 > Sample Page </h3 >
124
- <p ><b >See what your page call looks like</b ></p >
125
+ <h4 > Sample Page call</h4 >
125
126
<label for =" name " >Name:</label >
126
127
<input type =" text " id =" name " ><br >
127
128
<label for =" title " >Title:</label >
@@ -132,9 +133,9 @@ Here's a complete example of a `page` call:
132
133
</div >
133
134
134
135
<div class =" output " >
135
- <h3 >Sample Page Call</h3 >
136
+ <h4 >Sample Page Call</h4 >
136
137
<pre class =" language-javascript " ><code class =" language-javascript " id =" output_container " >
137
-
138
+ Sample output goes here!
138
139
</code ></pre >
139
140
</div >
140
141
</div >
Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ Here's a complete example of a `screen` call:
65
65
"version": "1.1"
66
66
}
67
67
```
68
+ ### Create your own Screen call
68
69
70
+ Use the following interactive code pen to see what your Screen calls would look like with user-provided information:
69
71
<script src =" https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js " integrity =" sha512-UOoJElONeUNzQbbKQbjldDf9MwOHqxNz49NNJJ1d90yp+X9edsHyJoAs6O4K19CZGaIdjI5ohK+O2y5lBTW6uQ== " crossorigin =" anonymous " referrerpolicy =" no-referrer " ></script >
70
72
<script type =" text/javascript " >
71
73
function showMessage (){
@@ -112,8 +114,7 @@ Here's a complete example of a `screen` call:
112
114
113
115
<div class =" sample-code-container " >
114
116
<div class =" form " >
115
- <h3 > Sample Screen </h3 >
116
- <p ><b >See what your screen call looks like</b ></p >
117
+ <h4 > Sample Screen </h4 >
117
118
<label for =" name " >Name:</label >
118
119
<input type =" text " id =" name " ><br >
119
120
<label for =" variation " >Variation:</label >
@@ -122,9 +123,9 @@ Here's a complete example of a `screen` call:
122
123
</div >
123
124
124
125
<div class =" output " >
125
- <h3 >Sample Screen Call</h3 >
126
+ <h4 >Sample Screen Call</h4 >
126
127
<pre class =" language-javascript " ><code class =" language-javascript " id =" output_container " >
127
-
128
+ Sample output goes here!
128
129
</code ></pre >
129
130
</div >
130
131
</div >
Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ Here's a complete example of a `track` call:
76
76
}
77
77
```
78
78
79
+ ### Create your own Track call
80
+
81
+ Use the following interactive code pen to see what your Track calls would look like with user-provided information:
82
+
79
83
<script src =" https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js " integrity =" sha512-UOoJElONeUNzQbbKQbjldDf9MwOHqxNz49NNJJ1d90yp+X9edsHyJoAs6O4K19CZGaIdjI5ohK+O2y5lBTW6uQ== " crossorigin =" anonymous " referrerpolicy =" no-referrer " ></script >
80
84
<script type =" text/javascript " >
81
85
function showMessage (){
@@ -130,7 +134,6 @@ Here's a complete example of a `track` call:
130
134
<div class =" sample-code-container " >
131
135
<div class =" form " >
132
136
<h3 > Sample Track </h3 >
133
- <p ><b >See what your track call looks like</b ></p >
134
137
<label for =" event " >Event:</label >
135
138
<input type =" text " id =" event " ><br >
136
139
<label for =" title " >Title:</label >
@@ -139,9 +142,9 @@ Here's a complete example of a `track` call:
139
142
</div >
140
143
141
144
<div class =" output " >
142
- <h3 >Sample Track Call</h3 >
145
+ <h4 >Sample Track Call</h4 >
143
146
<pre class =" language-javascript " ><code class =" language-javascript " id =" output_container " >
144
-
147
+ Sample output goes here!
145
148
</code ></pre >
146
149
</div >
147
150
</div >
You can’t perform that action at this time.
0 commit comments