EY B.C. is now BC and takeover is ready for distribution.
Showing
258 changed files
with
841 additions
and
7 deletions
36.4 KB
36 KB
33 KB
35.4 KB
33.7 KB
34.9 KB
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> |
| 6 | <link href="assets/video-js.min.css" rel="stylesheet"> | 6 | <link href="assets/video-js.min.css" rel="stylesheet"> |
| 7 | <script src="assets/video.min.js"></script> | 7 | <script src="assets/video.min.js"></script> |
| 8 | <script src="assets/TweenMax.min.js"></script> | ||
| 8 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 9 | 10 | ||
| 10 | /** | 11 | /** |
| ... | @@ -153,12 +154,26 @@ | ... | @@ -153,12 +154,26 @@ |
| 153 | .vjs-big-play-button{ | 154 | .vjs-big-play-button{ |
| 154 | display: none !important; | 155 | display: none !important; |
| 155 | } | 156 | } |
| 157 | |||
| 158 | |||
| 159 | |||
| 160 | #txt { | ||
| 161 | position: absolute; | ||
| 162 | width: 155px; | ||
| 163 | height: 131px; | ||
| 164 | left: 13px; | ||
| 165 | bottom:304px; | ||
| 166 | z-index: 10; | ||
| 167 | opacity: 0; | ||
| 168 | transform-origin: bottom; | ||
| 169 | } | ||
| 156 | </style> | 170 | </style> |
| 157 | </head> | 171 | </head> |
| 158 | 172 | ||
| 159 | <body> | 173 | <body> |
| 160 | <div id="border"> | 174 | <div id="border"> |
| 161 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> | 175 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> |
| 176 | <img id="txt" src="assets/slice-alberta.svg" alt="txt"> | ||
| 162 | </a> | 177 | </a> |
| 163 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster1.jpg" data-setup='{"example_option":true}'> | 178 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster1.jpg" data-setup='{"example_option":true}'> |
| 164 | <source src="assets/vidA.mp4" type="video/mp4" /> | 179 | <source src="assets/vidA.mp4" type="video/mp4" /> |
| ... | @@ -167,6 +182,26 @@ | ... | @@ -167,6 +182,26 @@ |
| 167 | </video> | 182 | </video> |
| 168 | <button id="play-pause" class="pause"></button> | 183 | <button id="play-pause" class="pause"></button> |
| 169 | </div> | 184 | </div> |
| 185 | |||
| 186 | |||
| 187 | <script> | ||
| 188 | |||
| 189 | function stage1(){ | ||
| 190 | var tl = new TimelineMax({repeat:0, repeatDelay:2}); | ||
| 191 | |||
| 192 | tl.fromTo("#txt", .3, {opacity:0, scaleY:.01, ease:Power1.easeIn, delay:.5 }, {opacity:1, scaleY:1, ease:Power1.easeIn, delay:.5 }); | ||
| 193 | |||
| 194 | console.log( "time: " + tl.totalDuration() ); | ||
| 195 | } | ||
| 196 | |||
| 197 | //--------------------- | ||
| 198 | stage1(); | ||
| 199 | |||
| 200 | |||
| 201 | |||
| 202 | </script> | ||
| 203 | |||
| 204 | |||
| 170 | </body> | 205 | </body> |
| 171 | 206 | ||
| 172 | </html> | 207 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
16-129-032c EY 2016 fall online ads/publish/en_300x450_EY_2016FallPMM_bc_c01/assets/TweenMax.min.js
0 → 100644
This diff could not be displayed because it is too large.
16-129-032c EY 2016 fall online ads/publish/en_300x450_EY_2016FallPMM_bc_c01/assets/slice-bc.svg
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> |
| 6 | <link href="assets/video-js.min.css" rel="stylesheet"> | 6 | <link href="assets/video-js.min.css" rel="stylesheet"> |
| 7 | <script src="assets/video.min.js"></script> | 7 | <script src="assets/video.min.js"></script> |
| 8 | <script src="assets/TweenMax.min.js"></script> | ||
| 8 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 9 | 10 | ||
| 10 | /** | 11 | /** |
| ... | @@ -153,12 +154,23 @@ | ... | @@ -153,12 +154,23 @@ |
| 153 | .vjs-big-play-button{ | 154 | .vjs-big-play-button{ |
| 154 | display: none !important; | 155 | display: none !important; |
| 155 | } | 156 | } |
| 157 | #txt { | ||
| 158 | position: absolute; | ||
| 159 | width: 155px; | ||
| 160 | height: 131px; | ||
| 161 | left: 13px; | ||
| 162 | bottom:304px; | ||
| 163 | z-index: 10; | ||
| 164 | opacity: 0; | ||
| 165 | transform-origin: bottom; | ||
| 166 | } | ||
| 156 | </style> | 167 | </style> |
| 157 | </head> | 168 | </head> |
| 158 | 169 | ||
| 159 | <body> | 170 | <body> |
| 160 | <div id="border"> | 171 | <div id="border"> |
| 161 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> | 172 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> |
| 173 | <img id="txt" src="assets/slice-bc.svg" alt="txt"> | ||
| 162 | </a> | 174 | </a> |
| 163 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster2.jpg" data-setup='{"example_option":true}'> | 175 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster2.jpg" data-setup='{"example_option":true}'> |
| 164 | <source src="assets/vidB.mp4" type="video/mp4" /> | 176 | <source src="assets/vidB.mp4" type="video/mp4" /> |
| ... | @@ -167,6 +179,24 @@ | ... | @@ -167,6 +179,24 @@ |
| 167 | </video> | 179 | </video> |
| 168 | <button id="play-pause" class="pause"></button> | 180 | <button id="play-pause" class="pause"></button> |
| 169 | </div> | 181 | </div> |
| 182 | |||
| 183 | <script> | ||
| 184 | |||
| 185 | function stage1(){ | ||
| 186 | var tl = new TimelineMax({repeat:0, repeatDelay:2}); | ||
| 187 | |||
| 188 | tl.fromTo("#txt", .3, {opacity:0, scaleY:.01, ease:Power1.easeIn, delay:.5 }, {opacity:1, scaleY:1, ease:Power1.easeIn, delay:.5 }); | ||
| 189 | |||
| 190 | console.log( "time: " + tl.totalDuration() ); | ||
| 191 | } | ||
| 192 | |||
| 193 | //--------------------- | ||
| 194 | stage1(); | ||
| 195 | |||
| 196 | |||
| 197 | |||
| 198 | </script> | ||
| 199 | |||
| 170 | </body> | 200 | </body> |
| 171 | 201 | ||
| 172 | </html> | 202 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
16-129-032c EY 2016 fall online ads/publish/en_300x450_EY_2016FallPMM_gta_c01/assets/TweenMax.min.js
0 → 100644
This diff could not be displayed because it is too large.
16-129-032c EY 2016 fall online ads/publish/en_300x450_EY_2016FallPMM_gta_c01/assets/slice-gta.svg
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> |
| 6 | <link href="assets/video-js.min.css" rel="stylesheet"> | 6 | <link href="assets/video-js.min.css" rel="stylesheet"> |
| 7 | <script src="assets/video.min.js"></script> | 7 | <script src="assets/video.min.js"></script> |
| 8 | <script src="assets/TweenMax.min.js"></script> | ||
| 8 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 9 | 10 | ||
| 10 | /** | 11 | /** |
| ... | @@ -153,12 +154,23 @@ | ... | @@ -153,12 +154,23 @@ |
| 153 | .vjs-big-play-button{ | 154 | .vjs-big-play-button{ |
| 154 | display: none !important; | 155 | display: none !important; |
| 155 | } | 156 | } |
| 157 | #txt { | ||
| 158 | position: absolute; | ||
| 159 | width: 155px; | ||
| 160 | height: 131px; | ||
| 161 | left: 13px; | ||
| 162 | bottom:304px; | ||
| 163 | z-index: 10; | ||
| 164 | opacity: 0; | ||
| 165 | transform-origin: bottom; | ||
| 166 | } | ||
| 156 | </style> | 167 | </style> |
| 157 | </head> | 168 | </head> |
| 158 | 169 | ||
| 159 | <body> | 170 | <body> |
| 160 | <div id="border"> | 171 | <div id="border"> |
| 161 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> | 172 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> |
| 173 | <img id="txt" src="assets/slice-gta.svg" alt="txt"> | ||
| 162 | </a> | 174 | </a> |
| 163 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster5.jpg" data-setup='{"example_option":true}'> | 175 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster5.jpg" data-setup='{"example_option":true}'> |
| 164 | <source src="assets/vidE.mp4" type="video/mp4" /> | 176 | <source src="assets/vidE.mp4" type="video/mp4" /> |
| ... | @@ -167,6 +179,24 @@ | ... | @@ -167,6 +179,24 @@ |
| 167 | </video> | 179 | </video> |
| 168 | <button id="play-pause" class="pause"></button> | 180 | <button id="play-pause" class="pause"></button> |
| 169 | </div> | 181 | </div> |
| 182 | |||
| 183 | <script> | ||
| 184 | |||
| 185 | function stage1(){ | ||
| 186 | var tl = new TimelineMax({repeat:0, repeatDelay:2}); | ||
| 187 | |||
| 188 | tl.fromTo("#txt", .3, {opacity:0, scaleY:.01, ease:Power1.easeIn, delay:.5 }, {opacity:1, scaleY:1, ease:Power1.easeIn, delay:.5 }); | ||
| 189 | |||
| 190 | console.log( "time: " + tl.totalDuration() ); | ||
| 191 | } | ||
| 192 | |||
| 193 | //--------------------- | ||
| 194 | stage1(); | ||
| 195 | |||
| 196 | |||
| 197 | |||
| 198 | </script> | ||
| 199 | |||
| 170 | </body> | 200 | </body> |
| 171 | 201 | ||
| 172 | </html> | 202 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> |
| 6 | <link href="assets/video-js.min.css" rel="stylesheet"> | 6 | <link href="assets/video-js.min.css" rel="stylesheet"> |
| 7 | <script src="assets/video.min.js"></script> | 7 | <script src="assets/video.min.js"></script> |
| 8 | <script src="assets/TweenMax.min.js"></script> | ||
| 8 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 9 | 10 | ||
| 10 | /** | 11 | /** |
| ... | @@ -153,12 +154,23 @@ | ... | @@ -153,12 +154,23 @@ |
| 153 | .vjs-big-play-button{ | 154 | .vjs-big-play-button{ |
| 154 | display: none !important; | 155 | display: none !important; |
| 155 | } | 156 | } |
| 157 | #txt { | ||
| 158 | position: absolute; | ||
| 159 | width: 155px; | ||
| 160 | height: 131px; | ||
| 161 | left: 13px; | ||
| 162 | bottom:304px; | ||
| 163 | z-index: 10; | ||
| 164 | opacity: 0; | ||
| 165 | transform-origin: bottom; | ||
| 166 | } | ||
| 156 | </style> | 167 | </style> |
| 157 | </head> | 168 | </head> |
| 158 | 169 | ||
| 159 | <body> | 170 | <body> |
| 160 | <div id="border"> | 171 | <div id="border"> |
| 161 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> | 172 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> |
| 173 | <img id="txt" src="assets/slice-national-entrepreneur.svg" alt="txt"> | ||
| 162 | </a> | 174 | </a> |
| 163 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster4.jpg" data-setup='{"example_option":true}'> | 175 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster4.jpg" data-setup='{"example_option":true}'> |
| 164 | <source src="assets/vidD.mp4" type="video/mp4" /> | 176 | <source src="assets/vidD.mp4" type="video/mp4" /> |
| ... | @@ -167,6 +179,24 @@ | ... | @@ -167,6 +179,24 @@ |
| 167 | </video> | 179 | </video> |
| 168 | <button id="play-pause" class="pause"></button> | 180 | <button id="play-pause" class="pause"></button> |
| 169 | </div> | 181 | </div> |
| 182 | |||
| 183 | <script> | ||
| 184 | |||
| 185 | function stage1(){ | ||
| 186 | var tl = new TimelineMax({repeat:0, repeatDelay:2}); | ||
| 187 | |||
| 188 | tl.fromTo("#txt", .3, {opacity:0, scaleY:.01, ease:Power1.easeIn, delay:.5 }, {opacity:1, scaleY:1, ease:Power1.easeIn, delay:.5 }); | ||
| 189 | |||
| 190 | console.log( "time: " + tl.totalDuration() ); | ||
| 191 | } | ||
| 192 | |||
| 193 | //--------------------- | ||
| 194 | stage1(); | ||
| 195 | |||
| 196 | |||
| 197 | |||
| 198 | </script> | ||
| 199 | |||
| 170 | </body> | 200 | </body> |
| 171 | 201 | ||
| 172 | </html> | 202 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
16-129-032c EY 2016 fall online ads/publish/en_300x450_EY_2016FallPMM_nationalGeneral_c01/index.html
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> |
| 6 | <link href="assets/video-js.min.css" rel="stylesheet"> | 6 | <link href="assets/video-js.min.css" rel="stylesheet"> |
| 7 | <script src="assets/video.min.js"></script> | 7 | <script src="assets/video.min.js"></script> |
| 8 | <script src="assets/TweenMax.min.js"></script> | ||
| 8 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 9 | 10 | ||
| 10 | /** | 11 | /** |
| ... | @@ -153,12 +154,23 @@ | ... | @@ -153,12 +154,23 @@ |
| 153 | .vjs-big-play-button{ | 154 | .vjs-big-play-button{ |
| 154 | display: none !important; | 155 | display: none !important; |
| 155 | } | 156 | } |
| 157 | #txt { | ||
| 158 | position: absolute; | ||
| 159 | width: 155px; | ||
| 160 | height: 131px; | ||
| 161 | left: 13px; | ||
| 162 | bottom:304px; | ||
| 163 | z-index: 10; | ||
| 164 | opacity: 0; | ||
| 165 | transform-origin: bottom; | ||
| 166 | } | ||
| 156 | </style> | 167 | </style> |
| 157 | </head> | 168 | </head> |
| 158 | 169 | ||
| 159 | <body> | 170 | <body> |
| 160 | <div id="border"> | 171 | <div id="border"> |
| 161 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> | 172 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> |
| 173 | <img id="txt" src="assets/slice-national-general.svg" alt="txt"> | ||
| 162 | </a> | 174 | </a> |
| 163 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster2.jpg" data-setup='{"example_option":true}'> | 175 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster2.jpg" data-setup='{"example_option":true}'> |
| 164 | <source src="assets/vidB.mp4" type="video/mp4" /> | 176 | <source src="assets/vidB.mp4" type="video/mp4" /> |
| ... | @@ -167,6 +179,24 @@ | ... | @@ -167,6 +179,24 @@ |
| 167 | </video> | 179 | </video> |
| 168 | <button id="play-pause" class="pause"></button> | 180 | <button id="play-pause" class="pause"></button> |
| 169 | </div> | 181 | </div> |
| 182 | |||
| 183 | <script> | ||
| 184 | |||
| 185 | function stage1(){ | ||
| 186 | var tl = new TimelineMax({repeat:0, repeatDelay:2}); | ||
| 187 | |||
| 188 | tl.fromTo("#txt", .3, {opacity:0, scaleY:.01, ease:Power1.easeIn, delay:.5 }, {opacity:1, scaleY:1, ease:Power1.easeIn, delay:.5 }); | ||
| 189 | |||
| 190 | console.log( "time: " + tl.totalDuration() ); | ||
| 191 | } | ||
| 192 | |||
| 193 | //--------------------- | ||
| 194 | stage1(); | ||
| 195 | |||
| 196 | |||
| 197 | |||
| 198 | </script> | ||
| 199 | |||
| 170 | </body> | 200 | </body> |
| 171 | 201 | ||
| 172 | </html> | 202 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> |
| 6 | <link href="assets/video-js.min.css" rel="stylesheet"> | 6 | <link href="assets/video-js.min.css" rel="stylesheet"> |
| 7 | <script src="assets/video.min.js"></script> | 7 | <script src="assets/video.min.js"></script> |
| 8 | <script src="assets/TweenMax.min.js"></script> | ||
| 8 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 9 | 10 | ||
| 10 | /** | 11 | /** |
| ... | @@ -153,12 +154,23 @@ | ... | @@ -153,12 +154,23 @@ |
| 153 | .vjs-big-play-button{ | 154 | .vjs-big-play-button{ |
| 154 | display: none !important; | 155 | display: none !important; |
| 155 | } | 156 | } |
| 157 | #txt { | ||
| 158 | position: absolute; | ||
| 159 | width: 155px; | ||
| 160 | height: 131px; | ||
| 161 | left: 13px; | ||
| 162 | bottom:304px; | ||
| 163 | z-index: 10; | ||
| 164 | opacity: 0; | ||
| 165 | transform-origin: bottom; | ||
| 166 | } | ||
| 156 | </style> | 167 | </style> |
| 157 | </head> | 168 | </head> |
| 158 | 169 | ||
| 159 | <body> | 170 | <body> |
| 160 | <div id="border"> | 171 | <div id="border"> |
| 161 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> | 172 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> |
| 173 | <img id="txt" src="assets/slice-quebec.svg" alt="txt"> | ||
| 162 | </a> | 174 | </a> |
| 163 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster3.jpg" data-setup='{"example_option":true}'> | 175 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster3.jpg" data-setup='{"example_option":true}'> |
| 164 | <source src="assets/vidC.mp4" type="video/mp4" /> | 176 | <source src="assets/vidC.mp4" type="video/mp4" /> |
| ... | @@ -167,6 +179,24 @@ | ... | @@ -167,6 +179,24 @@ |
| 167 | </video> | 179 | </video> |
| 168 | <button id="play-pause" class="pause"></button> | 180 | <button id="play-pause" class="pause"></button> |
| 169 | </div> | 181 | </div> |
| 182 | |||
| 183 | <script> | ||
| 184 | |||
| 185 | function stage1(){ | ||
| 186 | var tl = new TimelineMax({repeat:0, repeatDelay:2}); | ||
| 187 | |||
| 188 | tl.fromTo("#txt", .3, {opacity:0, scaleY:.01, ease:Power1.easeIn, delay:.5 }, {opacity:1, scaleY:1, ease:Power1.easeIn, delay:.5 }); | ||
| 189 | |||
| 190 | console.log( "time: " + tl.totalDuration() ); | ||
| 191 | } | ||
| 192 | |||
| 193 | //--------------------- | ||
| 194 | stage1(); | ||
| 195 | |||
| 196 | |||
| 197 | |||
| 198 | </script> | ||
| 199 | |||
| 170 | </body> | 200 | </body> |
| 171 | 201 | ||
| 172 | </html> | 202 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | 5 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> |
| 6 | <link href="assets/video-js.min.css" rel="stylesheet"> | 6 | <link href="assets/video-js.min.css" rel="stylesheet"> |
| 7 | <script src="assets/video.min.js"></script> | 7 | <script src="assets/video.min.js"></script> |
| 8 | <script src="assets/TweenMax.min.js"></script> | ||
| 8 | <script type="text/javascript"> | 9 | <script type="text/javascript"> |
| 9 | 10 | ||
| 10 | /** | 11 | /** |
| ... | @@ -153,12 +154,23 @@ | ... | @@ -153,12 +154,23 @@ |
| 153 | .vjs-big-play-button{ | 154 | .vjs-big-play-button{ |
| 154 | display: none !important; | 155 | display: none !important; |
| 155 | } | 156 | } |
| 157 | #txt { | ||
| 158 | position: absolute; | ||
| 159 | width: 155px; | ||
| 160 | height: 131px; | ||
| 161 | left: 13px; | ||
| 162 | bottom:304px; | ||
| 163 | z-index: 10; | ||
| 164 | opacity: 0; | ||
| 165 | transform-origin: bottom; | ||
| 166 | } | ||
| 156 | </style> | 167 | </style> |
| 157 | </head> | 168 | </head> |
| 158 | 169 | ||
| 159 | <body> | 170 | <body> |
| 160 | <div id="border"> | 171 | <div id="border"> |
| 161 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> | 172 | <a id="click-tag" href="javascript:eyeBuild.doClick(0);"> |
| 173 | <img id="txt" src="assets/slice-saskatchewan.svg" alt="txt"> | ||
| 162 | </a> | 174 | </a> |
| 163 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster2.jpg" data-setup='{"example_option":true}'> | 175 | <video id="video" class="video-js vjs-default-skin vjs-big-play-centered" controls preload="auto" poster="assets/poster2.jpg" data-setup='{"example_option":true}'> |
| 164 | <source src="assets/vidB.mp4" type="video/mp4" /> | 176 | <source src="assets/vidB.mp4" type="video/mp4" /> |
| ... | @@ -167,6 +179,24 @@ | ... | @@ -167,6 +179,24 @@ |
| 167 | </video> | 179 | </video> |
| 168 | <button id="play-pause" class="pause"></button> | 180 | <button id="play-pause" class="pause"></button> |
| 169 | </div> | 181 | </div> |
| 182 | |||
| 183 | <script> | ||
| 184 | |||
| 185 | function stage1(){ | ||
| 186 | var tl = new TimelineMax({repeat:0, repeatDelay:2}); | ||
| 187 | |||
| 188 | tl.fromTo("#txt", .3, {opacity:0, scaleY:.01, ease:Power1.easeIn, delay:.5 }, {opacity:1, scaleY:1, ease:Power1.easeIn, delay:.5 }); | ||
| 189 | |||
| 190 | console.log( "time: " + tl.totalDuration() ); | ||
| 191 | } | ||
| 192 | |||
| 193 | //--------------------- | ||
| 194 | stage1(); | ||
| 195 | |||
| 196 | |||
| 197 | |||
| 198 | </script> | ||
| 199 | |||
| 170 | </body> | 200 | </body> |
| 171 | 201 | ||
| 172 | </html> | 202 | </html> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
4.45 KB
This diff is collapsed.
Click to expand it.
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | <body> | 81 | <body> |
| 82 | <div id="border"> | 82 | <div id="border"> |
| 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> | 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> |
| 84 | <img id="txt" src="assets/slice.png"> | 84 | <img id="txt" src="assets/splash-alberta.svg"> |
| 85 | 85 | ||
| 86 | </a> | 86 | </a> |
| 87 | <button type="button" id="play-pause" class="pause"></button> | 87 | <button type="button" id="play-pause" class="pause"></button> | ... | ... |
4.61 KB
16-129-032c EY 2016 fall online ads/publish/en_300x600_EY_2016FallPMM_bc_c01/assets/splash-bc.svg
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | <body> | 81 | <body> |
| 82 | <div id="border"> | 82 | <div id="border"> |
| 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> | 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> |
| 84 | <img id="txt" src="assets/slice.png"> | 84 | <img id="txt" src="assets/splash-bc.svg"> |
| 85 | 85 | ||
| 86 | </a> | 86 | </a> |
| 87 | <button type="button" id="play-pause" class="pause"></button> | 87 | <button type="button" id="play-pause" class="pause"></button> | ... | ... |
4.4 KB
16-129-032c EY 2016 fall online ads/publish/en_300x600_EY_2016FallPMM_gta_c01/assets/splash-gta.svg
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | <body> | 81 | <body> |
| 82 | <div id="border"> | 82 | <div id="border"> |
| 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> | 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> |
| 84 | <img id="txt" src="assets/slice.png"> | 84 | <img id="txt" src="assets/splash-gta.svg"> |
| 85 | 85 | ||
| 86 | </a> | 86 | </a> |
| 87 | <button type="button" id="play-pause" class="pause"></button> | 87 | <button type="button" id="play-pause" class="pause"></button> | ... | ... |
3.81 KB
This diff is collapsed.
Click to expand it.
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | <body> | 81 | <body> |
| 82 | <div id="border"> | 82 | <div id="border"> |
| 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> | 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> |
| 84 | <img id="txt" src="assets/slice.png"> | 84 | <img id="txt" src="assets/splash-nationale.svg"> |
| 85 | 85 | ||
| 86 | </a> | 86 | </a> |
| 87 | <button type="button" id="play-pause" class="pause"></button> | 87 | <button type="button" id="play-pause" class="pause"></button> | ... | ... |
4.18 KB
This diff is collapsed.
Click to expand it.
16-129-032c EY 2016 fall online ads/publish/en_300x600_EY_2016FallPMM_nationalGeneral_c01/index.html
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | <body> | 81 | <body> |
| 82 | <div id="border"> | 82 | <div id="border"> |
| 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> | 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> |
| 84 | <img id="txt" src="assets/slice.png"> | 84 | <img id="txt" src="assets/splash-national-general.svg"> |
| 85 | 85 | ||
| 86 | </a> | 86 | </a> |
| 87 | <button type="button" id="play-pause" class="pause"></button> | 87 | <button type="button" id="play-pause" class="pause"></button> | ... | ... |
3.97 KB
This diff is collapsed.
Click to expand it.
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | <body> | 81 | <body> |
| 82 | <div id="border"> | 82 | <div id="border"> |
| 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> | 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> |
| 84 | <img id="txt" src="assets/slice.png"> | 84 | <img id="txt" src="assets/splash-quebec.svg"> |
| 85 | 85 | ||
| 86 | </a> | 86 | </a> |
| 87 | <button type="button" id="play-pause" class="pause"></button> | 87 | <button type="button" id="play-pause" class="pause"></button> | ... | ... |
4.63 KB
This diff is collapsed.
Click to expand it.
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | <body> | 81 | <body> |
| 82 | <div id="border"> | 82 | <div id="border"> |
| 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> | 83 | <a id="click-tag" href="javascript:eyeBuild.doClick(0)"> |
| 84 | <img id="txt" src="assets/slice.png"> | 84 | <img id="txt" src="assets/splash-saskatchewan.svg"> |
| 85 | 85 | ||
| 86 | </a> | 86 | </a> |
| 87 | <button type="button" id="play-pause" class="pause"></button> | 87 | <button type="button" id="play-pause" class="pause"></button> | ... | ... |
26.2 KB
24.4 KB
25.6 KB
23.1 KB
22.7 KB
23.8 KB
16-129-032c EY 2016 fall online ads/publish/en_takeover_EY_2016FallPMM_nationalGeneral_c01.zip
0 → 100644
No preview for this file type
| 1 | /*! | ||
| 2 | * VERSION: 0.0.10 | ||
| 3 | * DATE: 2016-02-11 | ||
| 4 | * UPDATES AND DOCS AT: http://greensock.com | ||
| 5 | * | ||
| 6 | * @license Copyright (c) 2008-2016, GreenSock. All rights reserved. | ||
| 7 | * DrawSVGPlugin is a Club GreenSock membership benefit; You must have a valid membership to use | ||
| 8 | * this code without violating the terms of use. Visit http://greensock.com/club/ to sign up or get more details. | ||
| 9 | * This work is subject to the software agreement that was issued with your membership. | ||
| 10 | * | ||
| 11 | * @author: Jack Doyle, jack@greensock.com | ||
| 12 | */ | ||
| 13 | var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";function a(a,b,c,d){return c=parseFloat(c)-parseFloat(a),d=parseFloat(d)-parseFloat(b),Math.sqrt(c*c+d*d)}function b(a){return"string"!=typeof a&&a.nodeType||(a=_gsScope.TweenLite.selector(a),a.length&&(a=a[0])),a}function c(a,b,c){var d,e,f=a.indexOf(" ");return-1===f?(d=void 0!==c?c+"":a,e=a):(d=a.substr(0,f),e=a.substr(f+1)),d=-1!==d.indexOf("%")?parseFloat(d)/100*b:parseFloat(d),e=-1!==e.indexOf("%")?parseFloat(e)/100*b:parseFloat(e),d>e?[e,d]:[d,e]}function d(c){if(!c)return 0;c=b(c);var d,e,f,g,i,j,k,l=c.tagName.toLowerCase();if("path"===l){g=c.style.strokeDasharray,c.style.strokeDasharray="none",d=c.getTotalLength()||0;try{e=c.getBBox()}catch(m){}c.style.strokeDasharray=g}else if("rect"===l)d=2*c.getAttribute("width")+2*c.getAttribute("height");else if("circle"===l)d=2*Math.PI*parseFloat(c.getAttribute("r"));else if("line"===l)d=a(c.getAttribute("x1"),c.getAttribute("y1"),c.getAttribute("x2"),c.getAttribute("y2"));else if("polyline"===l||"polygon"===l)for(f=c.getAttribute("points").match(h)||[],"polygon"===l&&f.push(f[0],f[1]),d=0,i=2;i<f.length;i+=2)d+=a(f[i-2],f[i-1],f[i],f[i+1])||0;else"ellipse"===l&&(j=parseFloat(c.getAttribute("rx")),k=parseFloat(c.getAttribute("ry")),d=Math.PI*(3*(j+k)-Math.sqrt((3*j+k)*(j+3*k))));return d||0}function e(a,c){if(!a)return[0,0];a=b(a),c=c||d(a)+1;var e=g(a),f=e.strokeDasharray||"",h=parseFloat(e.strokeDashoffset),i=f.indexOf(",");return 0>i&&(i=f.indexOf(" ")),f=0>i?c:parseFloat(f.substr(0,i))||1e-5,f>c&&(f=c),[Math.max(0,-h),Math.max(0,f-h)]}var f,g=document.defaultView?document.defaultView.getComputedStyle:function(){},h=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi;f=_gsScope._gsDefine.plugin({propName:"drawSVG",API:2,version:"0.0.10",global:!0,overwriteProps:["drawSVG"],init:function(a,b,f){if(!a.getBBox)return!1;var g,h,i,j=d(a)+1;return this._style=a.style,b===!0||"true"===b?b="0 100%":b?-1===(b+"").indexOf(" ")&&(b="0 "+b):b="0 0",g=e(a,j),h=c(b,j,g[0]),this._length=j+10,0===g[0]&&0===h[0]?(i=Math.max(1e-5,h[1]-j),this._dash=j+i,this._offset=j-g[1]+i,this._addTween(this,"_offset",this._offset,j-h[1]+i,"drawSVG")):(this._dash=g[1]-g[0]||1e-6,this._offset=-g[0],this._addTween(this,"_dash",this._dash,h[1]-h[0]||1e-5,"drawSVG"),this._addTween(this,"_offset",this._offset,-h[0],"drawSVG")),!0},set:function(a){this._firstPT&&(this._super.setRatio.call(this,a),this._style.strokeDashoffset=this._offset,1===a||0===a?this._style.strokeDasharray=this._offset<.001&&this._length-this._dash<=10?"none":this._offset===this._dash?"0px, 999999px":this._dash+"px,"+this._length+"px":this._style.strokeDasharray=this._dash+"px,"+this._length+"px")}}),f.getLength=d,f.getPosition=e}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff could not be displayed because it is too large.
16.8 KB
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="196" height="14.76" viewBox="0 0 196 14.76"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betteranswer</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M137.51,16.95v-1a4.12,4.12,0,0,1-2.87,1.26A3.38,3.38,0,0,1,131,13.64c0-2.33,1.79-3.39,4.17-3.39a5.78,5.78,0,0,1,2.33.4V9.87c0-1.14-.7-1.77-2-1.77a5.29,5.29,0,0,0-2.73.66L132,7.19a6.49,6.49,0,0,1,3.59-.94c2.33,0,3.93,1.14,3.93,3.51v7.18Zm0-4.47a5.17,5.17,0,0,0-2.39-.46c-1.32,0-2.15.6-2.15,1.56s.66,1.74,2,1.74A3.29,3.29,0,0,0,137.51,14Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M148.24,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V6.48h2.05v1a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M156,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16S157,13,155.49,12.4c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L158.64,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C160,16.39,158.08,17.17,156,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M171.54,16.95h-1.75l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L161.27,6.48h2l1.24,5.09c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29L167,6.48h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M184.6,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C184.66,11.88,184.62,12.22,184.6,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C182.49,9.31,181.81,8.11,180.12,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M192.3,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M195.37,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,195.37,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="208.15" height="18.39" viewBox="0 0 208.15 18.39"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betterquestion</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M137.81,20.8V15.95a4,4,0,0,1-2.73,1.22c-2.25,0-4-1.64-4-5.62,0-3.59,2-5.28,4.13-5.28a3.72,3.72,0,0,1,2.63,1.2v-1h2V19.74Zm0-11.27a3.35,3.35,0,0,0-2.45-1.38c-1.48,0-2.27,1.12-2.27,3.33,0,2.63.84,3.79,2.35,3.79a3.22,3.22,0,0,0,2.37-1.34Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M148.55,16.95v-1a3.21,3.21,0,0,1-2.63,1.22c-2.43,0-3.73-1.6-3.73-4.69v-6h2.05V12.4c0,2.11.8,2.87,2.15,2.87s2.15-1,2.15-2.67V6.48h2.05V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M161.48,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C161.54,11.88,161.5,12.22,161.48,12.44ZM157,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C159.36,9.31,158.68,8.11,157,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M166.88,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16s-.92-1.18-2.43-1.75c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L169.49,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C170.81,16.39,168.93,17.17,166.88,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M177.84,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6H172V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M181.41,5.12a1.33,1.33,0,1,1,1.32-1.32A1.33,1.33,0,0,1,181.41,5.12Zm-1,11.83V6.48h2.05V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M189.07,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C193.79,15.13,191.76,17.17,189.07,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C191.72,9.59,190.7,8.21,189,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M202.09,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V6.48h2.05v1a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M207.51,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,207.51,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="238.05" height="14.76" viewBox="0 0 238.05 14.76"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betterworks</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M141.06,16.95H139.3l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L130.79,6.48h2l1.24,5.09c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29l1.4-5.09h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M149.79,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C154.52,15.13,152.48,17.17,149.79,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C152.44,9.59,151.43,8.21,149.77,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M162.13,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M164.28,16.95V3.48l2.05-1.08V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M175.17,16.95v-1a4,4,0,0,1-2.73,1.22c-2.25,0-4-1.64-4-5.62,0-3.59,2-5.28,4.13-5.28a3.72,3.72,0,0,1,2.63,1.2v-4l2-1.06V16.95Zm0-7.42a3.35,3.35,0,0,0-2.45-1.38c-1.48,0-2.27,1.12-2.27,3.33,0,2.63.84,3.79,2.35,3.79a3.22,3.22,0,0,0,2.37-1.34Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M194,16.95h-1.75l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L183.7,6.48h2L187,11.56c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29l1.4-5.09h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M202.71,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C207.43,15.13,205.4,17.17,202.71,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C205.36,9.59,204.34,8.21,202.69,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M215,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M223.06,16.95l-2.31-5.21-1.59,2.11v3.09H217.1V3.48l2.05-1.08V9c0,.64,0,1.72,0,2.23l1.16-1.72,2.17-3.05h2.33L222.14,10l3.15,7Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M230.44,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16s-.92-1.18-2.43-1.75c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L233,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C234.37,16.39,232.49,17.17,230.44,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M237.42,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,237.42,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="92.02" height="10.22" viewBox="0 0 92.02 10.22"><defs><style>.cls-1{fill:#010101;}</style></defs><title>cta-copy</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M7.87,5.21a5.72,5.72,0,0,1-.19,1.54A4.56,4.56,0,0,1,7.14,8a4,4,0,0,1-.82.93,4.76,4.76,0,0,1-1,.65,5.12,5.12,0,0,1-1.16.38,6.3,6.3,0,0,1-1.24.12H0V.36H3A6.79,6.79,0,0,1,5,.62a3.92,3.92,0,0,1,1.53.84A3.89,3.89,0,0,1,7.5,3,6.16,6.16,0,0,1,7.87,5.21Zm-2,0a4.58,4.58,0,0,0-.17-1.3A2.29,2.29,0,0,0,5.19,3a2.1,2.1,0,0,0-.9-.55A4.19,4.19,0,0,0,3,2.25h-1V8.18h1A3.7,3.7,0,0,0,4.22,8a2.44,2.44,0,0,0,.92-.6,2.48,2.48,0,0,0,.55-.94A3.91,3.91,0,0,0,5.87,5.21Z"/><path class="cls-1" d="M11.61,1.1a1,1,0,0,1-.09.42,1.14,1.14,0,0,1-.24.35,1.12,1.12,0,0,1-.35.24,1.06,1.06,0,0,1-.85,0,1.13,1.13,0,0,1-.58-.58,1,1,0,0,1-.09-.42A1,1,0,0,1,9.51.67,1.14,1.14,0,0,1,9.74.32a1.13,1.13,0,0,1,.35-.24A1,1,0,0,1,10.52,0a1,1,0,0,1,.42.09,1.13,1.13,0,0,1,.58.58A1,1,0,0,1,11.61,1.1Zm-2.06,9V2.79h1.92v7.28Z"/><path class="cls-1" d="M18.93,3.34l-.61,1.51a4.94,4.94,0,0,0-1.1-.44,4,4,0,0,0-1-.15,2.08,2.08,0,0,0-.75.1.37.37,0,0,0-.24.38.38.38,0,0,0,.05.2.57.57,0,0,0,.22.18,3.52,3.52,0,0,0,.46.2l.78.26c.33.11.64.23.93.35a3.33,3.33,0,0,1,.77.45A2,2,0,0,1,19,7a2,2,0,0,1,.2.92A2.22,2.22,0,0,1,18.92,9a1.92,1.92,0,0,1-.64.7,2.8,2.8,0,0,1-.94.39,5.2,5.2,0,0,1-1.16.12A6.06,6.06,0,0,1,14.55,10a5.22,5.22,0,0,1-1.41-.62l.64-1.46a5.32,5.32,0,0,0,1.2.49,5,5,0,0,0,1.32.17,1.55,1.55,0,0,0,.76-.13A.46.46,0,0,0,17.27,8a.45.45,0,0,0-.06-.22A.56.56,0,0,0,17,7.63a1.78,1.78,0,0,0-.33-.17l-.51-.17Q15.55,7.1,15,6.9a3.68,3.68,0,0,1-.9-.47,1.91,1.91,0,0,1-.58-.66,2.05,2.05,0,0,1-.2-1,2.09,2.09,0,0,1,.21-1,1.84,1.84,0,0,1,.6-.67,2.7,2.7,0,0,1,.92-.39,5.17,5.17,0,0,1,1.18-.13,5.29,5.29,0,0,1,1.4.19A5.71,5.71,0,0,1,18.93,3.34Z"/><path class="cls-1" d="M26.66,8.6a6.33,6.33,0,0,1-.56.65,3.34,3.34,0,0,1-.65.51,3.2,3.2,0,0,1-.79.34,3.59,3.59,0,0,1-1,.12,3.24,3.24,0,0,1-1.33-.28,3.27,3.27,0,0,1-1.09-.78A3.63,3.63,0,0,1,20.53,8a4.29,4.29,0,0,1-.26-1.54,4.37,4.37,0,0,1,.26-1.53,3.58,3.58,0,0,1,.73-1.2,3.33,3.33,0,0,1,1.11-.78,3.45,3.45,0,0,1,1.4-.28A3.29,3.29,0,0,1,25.4,3a3.64,3.64,0,0,1,1.25,1.21L25.39,5.52a4.25,4.25,0,0,0-.34-.42,2.18,2.18,0,0,0-.37-.32,1.63,1.63,0,0,0-1-.29,1.34,1.34,0,0,0-1.1.53,1.87,1.87,0,0,0-.3.61,2.77,2.77,0,0,0-.11.81,2.71,2.71,0,0,0,.11.8,1.91,1.91,0,0,0,.3.61,1.34,1.34,0,0,0,.47.4,1.36,1.36,0,0,0,.62.14,2,2,0,0,0,.51-.06,1.74,1.74,0,0,0,.44-.18,2.1,2.1,0,0,0,.39-.29,4.59,4.59,0,0,0,.38-.4Z"/><path class="cls-1" d="M34.13,6.43A4.56,4.56,0,0,1,33.89,8a3.58,3.58,0,0,1-.69,1.2,3.2,3.2,0,0,1-3.68.78,3.07,3.07,0,0,1-1-.78A3.67,3.67,0,0,1,27.79,8a4.57,4.57,0,0,1-.25-1.54,4.58,4.58,0,0,1,.25-1.53,3.67,3.67,0,0,1,.68-1.2,3.17,3.17,0,0,1,3.67-.78,3.14,3.14,0,0,1,1,.78,3.6,3.6,0,0,1,.69,1.2A4.58,4.58,0,0,1,34.13,6.43Zm-1.94,0a3.34,3.34,0,0,0-.08-.77A2,2,0,0,0,31.85,5a1.24,1.24,0,0,0-.42-.41,1.15,1.15,0,0,0-.6-.15,1.14,1.14,0,0,0-.59.15,1.23,1.23,0,0,0-.42.41,2,2,0,0,0-.25.62,3.49,3.49,0,0,0-.08.78,3.53,3.53,0,0,0,.08.78,1.92,1.92,0,0,0,.25.62,1.21,1.21,0,0,0,.42.4,1.16,1.16,0,0,0,.59.15,1.1,1.1,0,0,0,.6-.16,1.31,1.31,0,0,0,.42-.43,2.1,2.1,0,0,0,.25-.62A3.17,3.17,0,0,0,32.19,6.43Z"/><path class="cls-1" d="M39.36,10.07h-2L34.77,2.79h2.11l1.53,4.8,1.52-4.8H42Z"/><path class="cls-1" d="M49,6.43c0,.14,0,.26,0,.36s0,.18,0,.26H44.57a1.58,1.58,0,0,0,.17.63,1.31,1.31,0,0,0,.35.42,1.36,1.36,0,0,0,.46.24,1.88,1.88,0,0,0,.52.07,2,2,0,0,0,.37,0,1.75,1.75,0,0,0,.34-.1,1.52,1.52,0,0,0,.3-.17,1.37,1.37,0,0,0,.23-.21L48.68,9a2.53,2.53,0,0,1-.51.5,3.36,3.36,0,0,1-.64.37,3.52,3.52,0,0,1-.71.23,3.6,3.6,0,0,1-.73.08A3.73,3.73,0,0,1,45,10.08a3.1,3.1,0,0,1-.84-.39,3.18,3.18,0,0,1-.64-.57A3.25,3.25,0,0,1,43,8.41a4.15,4.15,0,0,1-.3-.89,5.08,5.08,0,0,1-.11-1.09,4.61,4.61,0,0,1,.25-1.53,3.68,3.68,0,0,1,.68-1.2,3.13,3.13,0,0,1,1-.78,3,3,0,0,1,1.28-.28,2.74,2.74,0,0,1,1.3.3,2.91,2.91,0,0,1,1,.82A3.75,3.75,0,0,1,48.75,5,5.1,5.1,0,0,1,49,6.43ZM47.09,5.6A1.91,1.91,0,0,0,47,5.13a1.29,1.29,0,0,0-.24-.42,1.19,1.19,0,0,0-.39-.29,1.29,1.29,0,0,0-.56-.11,1,1,0,0,0-.47.1,1.1,1.1,0,0,0-.36.28,1.36,1.36,0,0,0-.24.41,1.91,1.91,0,0,0-.12.51Z"/><path class="cls-1" d="M54.74,5a2,2,0,0,0-.51-.34,1.38,1.38,0,0,0-.6-.13,1.09,1.09,0,0,0-1,.39,2.06,2.06,0,0,0-.28,1.19v3.94H50.48V2.79h1.92v.48A1.91,1.91,0,0,1,52.67,3,2.68,2.68,0,0,1,53,2.82a1.61,1.61,0,0,1,.42-.14,2.27,2.27,0,0,1,.45,0,1.92,1.92,0,0,1,.81.16,1.77,1.77,0,0,1,.53.35Z"/><path class="cls-1" d="M69,10.07V6.13a3.91,3.91,0,0,0-.07-.81,1.33,1.33,0,0,0-.22-.52.79.79,0,0,0-.37-.27,1.45,1.45,0,0,0-.51-.08,1.47,1.47,0,0,0-.52.08.82.82,0,0,0-.37.27,1.24,1.24,0,0,0-.22.5,3.62,3.62,0,0,0-.07.79v4H64.7V6.13a3.91,3.91,0,0,0-.07-.81,1.36,1.36,0,0,0-.21-.52.76.76,0,0,0-.36-.27,1.68,1.68,0,0,0-1,0,.82.82,0,0,0-.37.27,1.26,1.26,0,0,0-.22.5,3.68,3.68,0,0,0-.07.79v4H60.44V2.79h1.92v.48A2.27,2.27,0,0,1,63,2.83a2.15,2.15,0,0,1,1-.19,2.67,2.67,0,0,1,1.16.22,2.5,2.5,0,0,1,.85.71,4.82,4.82,0,0,1,.4-.36,2.36,2.36,0,0,1,.49-.29,3,3,0,0,1,.62-.2,3.82,3.82,0,0,1,.8-.07,2.78,2.78,0,0,1,1.19.23,2.07,2.07,0,0,1,.81.66,2.87,2.87,0,0,1,.45,1A6.22,6.22,0,0,1,70.87,6v4.1H69Z"/><path class="cls-1" d="M78.87,6.43A4.56,4.56,0,0,1,78.62,8a3.58,3.58,0,0,1-.69,1.2,3.2,3.2,0,0,1-3.68.78,3.07,3.07,0,0,1-1-.78A3.67,3.67,0,0,1,72.53,8a4.57,4.57,0,0,1-.25-1.54,4.58,4.58,0,0,1,.25-1.53,3.67,3.67,0,0,1,.68-1.2,3.17,3.17,0,0,1,3.67-.78,3.14,3.14,0,0,1,1,.78,3.6,3.6,0,0,1,.69,1.2A4.58,4.58,0,0,1,78.87,6.43Zm-1.94,0a3.34,3.34,0,0,0-.08-.77A2,2,0,0,0,76.59,5a1.24,1.24,0,0,0-.42-.41,1.15,1.15,0,0,0-.6-.15,1.14,1.14,0,0,0-.59.15,1.23,1.23,0,0,0-.42.41,2,2,0,0,0-.25.62,3.49,3.49,0,0,0-.08.78,3.53,3.53,0,0,0,.08.78,1.92,1.92,0,0,0,.25.62,1.21,1.21,0,0,0,.42.4,1.16,1.16,0,0,0,.59.15,1.1,1.1,0,0,0,.6-.16,1.32,1.32,0,0,0,.42-.43,2.1,2.1,0,0,0,.25-.62A3.17,3.17,0,0,0,76.93,6.43Z"/><path class="cls-1" d="M84.61,5a2,2,0,0,0-.51-.34,1.38,1.38,0,0,0-.6-.13,1.09,1.09,0,0,0-1,.39,2.06,2.06,0,0,0-.28,1.19v3.94H80.35V2.79h1.92v.48A1.91,1.91,0,0,1,82.54,3a2.69,2.69,0,0,1,.35-.21,1.59,1.59,0,0,1,.42-.14,2.32,2.32,0,0,1,.45,0,1.92,1.92,0,0,1,.81.16,1.78,1.78,0,0,1,.54.35Z"/><path class="cls-1" d="M92,6.43c0,.14,0,.26,0,.36S92,7,92,7H87.64a1.58,1.58,0,0,0,.17.63,1.31,1.31,0,0,0,.35.42,1.36,1.36,0,0,0,.46.24,1.88,1.88,0,0,0,.52.07,2,2,0,0,0,.37,0,1.75,1.75,0,0,0,.34-.1,1.52,1.52,0,0,0,.3-.17,1.37,1.37,0,0,0,.23-.21L91.74,9a2.53,2.53,0,0,1-.51.5,3.36,3.36,0,0,1-.64.37,3.52,3.52,0,0,1-.71.23,3.6,3.6,0,0,1-.73.08,3.73,3.73,0,0,1-1.08-.14,3.1,3.1,0,0,1-.84-.39,3.18,3.18,0,0,1-.64-.57,3.25,3.25,0,0,1-.47-.72,4.15,4.15,0,0,1-.3-.89,5.08,5.08,0,0,1-.11-1.09A4.61,4.61,0,0,1,86,4.9a3.68,3.68,0,0,1,.68-1.2,3.13,3.13,0,0,1,1-.78A3,3,0,0,1,89,2.63a2.74,2.74,0,0,1,1.3.3,2.91,2.91,0,0,1,1,.82A3.75,3.75,0,0,1,91.81,5,5.1,5.1,0,0,1,92,6.43ZM90.16,5.6a1.91,1.91,0,0,0-.11-.48,1.29,1.29,0,0,0-.24-.42,1.19,1.19,0,0,0-.39-.29,1.29,1.29,0,0,0-.56-.11,1,1,0,0,0-.47.1,1.1,1.1,0,0,0-.36.28,1.36,1.36,0,0,0-.24.41,1.91,1.91,0,0,0-.12.51Z"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="148.37" height="26.54" viewBox="0 0 148.37 26.54"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#ffd400;}</style></defs><title>cta-hover</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M0,0H148.37V26.54H0Z"/><path class="cls-2" d="M118.88,0h29.49V26.54H118.88Z"/><polygon class="cls-1" points="137.51 13.27 136.03 11.79 136.03 11.79 131.22 6.89 129.75 8.37 134.55 13.27 129.75 18.17 131.22 19.65 136.03 14.75 136.03 14.75 137.51 13.27"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="148.37" height="26.54" viewBox="0 0 148.37 26.54"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#ffd400;}.cls-3{fill:#231f20;}</style></defs><title>cta-norm</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M0,0H148.37V26.54H0Z"/><path class="cls-2" d="M118.88,0h29.49V26.54H118.88Z"/><polygon class="cls-3" points="137.51 13.27 136.03 11.79 136.03 11.79 131.22 6.89 129.75 8.37 134.55 13.27 129.75 18.17 131.22 19.65 136.03 14.75 136.03 14.75 137.51 13.27"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * VERSION: 1.0.3 | ||
| 3 | * DATE: 2016-05-04 | ||
| 4 | * | ||
| 5 | * Requires: | ||
| 6 | * GSAP TweenMax (import com.greensock.*;) | ||
| 7 | * GASP drawSVG Plugin () | ||
| 8 | * This work is subject to the terms at http://greensock.com/standard-license or for | ||
| 9 | * Club GreenSock members, the software agreement that was issued with your membership. | ||
| 10 | * | ||
| 11 | * @license Copyright (c) 2016, Tenzing Communications Inc. All rights reserved. | ||
| 12 | * | ||
| 13 | * @author: Dan Rempel, dan@gotenzing.com | ||
| 14 | |||
| 15 | * Usage Example: | ||
| 16 | * var myEySvg = initEySvgFrame(10, 196, 193); // frame line weight, width, height | ||
| 17 | * document.getElementById("body").appendChild(myEySvg); | ||
| 18 | * animateEyFrame(2); // delay in seconds | ||
| 19 | * animateGradient(2); // delay in seconds | ||
| 20 | * animateFill(2); // delay in seconds | ||
| 21 | * | ||
| 22 | **/ | ||
| 23 | |||
| 24 | var eySvg;var eyStroke;var eyDot1;var eyDot2;var eyDot3;var eyGradient;var eyFill;var tl;var eyStrokeWeight;var eySvgHeight;var eySvgWidth;var eyAngleHeight;var eyDotSpacing;var eyDotDuration=0.2;var eyFrameDuration=1;var eyGradientDuration=1;var eyFillDuration=1;var eyColor='#FFD400';var svgNS='http://www.w3.org/2000/svg';var isForward=!0;var initEySvgFrame=function(b,d,f){tl=new TimelineMax({onStart:tlStart,onUpdate:tlUpdate,onComplete:tlComplete,onReverseComplete:tlReverseComplete}),eyDotSpacing=Math.floor(b*8.5/10),eyStrokeWeight=b,eySvgWidth=d,eySvgHeight=f;var h=10*Math.PI/180;eyAngleHeight=Math.tan(h)*(d-b);var a=document.createElementNS(svgNS,'svg');a.setAttribute('id','ey-frame'),a.setAttribute('width',d+'px'),a.setAttribute('height',f+'px'),a.setAttribute('viewBox','0 0 '+eySvgWidth+' '+eySvgHeight);var g=document.createElementNS(svgNS,'defs');a.appendChild(g);var c=document.createElementNS(svgNS,'linearGradient');c.setAttribute('id','linear-gradient'),c.setAttribute('x1','0%'),c.setAttribute('x2','0%'),c.setAttribute('y1','0%'),c.setAttribute('y2','100%'),g.appendChild(c);var e;return e=createStop({id:'stop-1',offset:'0%',color:'Black',opacity:'.7'}),c.appendChild(e),e=createStop({id:'stop-2',offset:'100%',color:'Black',opacity:'0'}),c.appendChild(e),eyGradient=createShape('ey-gradient','url(#linear-gradient)'),a.appendChild(eyGradient),eyDot1=createDot(1),a.appendChild(eyDot1),eyDot2=createDot(2),a.appendChild(eyDot2),eyDot3=createDot(3),a.appendChild(eyDot3),eyStroke=createPath('ey-stroke'),eyStroke.setAttribute('d',' M '+(eyStrokeWeight+eyDotSpacing)*3+' '+(eySvgHeight-b/2)+' H '+(d-b/2)+' V '+b/1.5+' L '+b/2+' '+(eyAngleHeight+b/2)+' V '+(f-b-eyDotSpacing)),a.appendChild(eyStroke),a;};var animateEyFrame=function(b){isForward=!0,tl.timeScale(1);var a=0;tl.fromTo(eyDot1,eyDotDuration,{drawSVG:'0'},{drawSVG:'0 '+(a+=eyStrokeWeight+eyDotSpacing),ease:Power1.easeInOut,delay:b}),tl.fromTo(eyDot2,eyDotDuration,{drawSVG:'0'},{drawSVG:'0 '+(a+=eyStrokeWeight+eyDotSpacing),ease:Power1.easeInOut}),tl.fromTo(eyDot3,eyDotDuration,{drawSVG:'0'},{drawSVG:'0 '+(a+=eyStrokeWeight+eyDotSpacing),ease:Power1.easeInOut}),tl.call(tlDotToLine,[]),tl.fromTo(eyStroke,eyFrameDuration,{drawSVG:'0'},{drawSVG:'0 100%',ease:Power1.easeIn});};var animateEyReverse=function(a){TweenMax.delayedCall(a,intAnimateEyReverse,[0]);};var animateGradient=function(a){tl.fromTo(eyGradient,0.5,{opacity:0},{opacity:1,delay:a});};var animateFill=function(a){(typeof eyFill==='undefined'||variable===null)&&(eyFill=createShape('ey-gradient',eyColor),eySvg.appendChild(eyFill)),tl.fromTo(eyFill,0.5,{y:eySvgHeight},{y:0,ease:Power2.easeIn,delay:a});};var createPath=function(b){var a=document.createElementNS(svgNS,'path');return a.setAttribute('id',b),a.setAttribute('fill','none'),a.setAttribute('stroke',eyColor),a.setAttribute('stroke-width',eyStrokeWeight),a.setAttribute('stroke-miterlimit','10'),a;};var createDot=function(b){var a=createPath('ey-dot'+b);return a.setAttribute('d',' M '+(eyStrokeWeight+eyDotSpacing)*(b-1)+' '+(eySvgHeight-eyStrokeWeight/2)+' h '+eyStrokeWeight),a;};var createShape=function(b,c){var a=document.createElementNS(svgNS,'path');return a.setAttribute('id',b),a.setAttribute('fill',c),a.setAttribute('d',' M 0 '+eySvgHeight+' H '+eySvgWidth+' V 2 '+' L 0 '+(eyAngleHeight+2)+' Z '),a;};var createStop=function(b){var a=document.createElementNS(svgNS,'stop');return a.setAttribute('id',b.id),a.setAttribute('offset',b.offset),a.setAttribute('stop-color',b.color),a.setAttribute('stop-opacity',b.opacity),a;};var intAnimateEyReverse=function(a){isForward=!1,tl.reverse(a),tl.timeScale;};var tlStart=function(){};var tlDotToLine=function(){isForward||tl.timeScale(4);};var tlUpdate=function(){};var tlComplete=function(){};var tlReverseComplete=function(){}; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="348.92" viewBox="0 0 300 348.92"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="150" y1="348.92" x2="150" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#231f20" stop-opacity="0"/><stop offset="1"/></linearGradient></defs><title>gradient</title><rect class="cls-1" width="300" height="348.92"/></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="67.45" height="79.03" viewBox="0 0 67.45 79.03"><defs><style>.cls-1{fill:#ffd400;}.cls-2{fill:#fff;}</style></defs><title>logo</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><polygon class="cls-1" points="54.03 0 0.01 19.72 54.04 10.17 54.04 0 54.03 0"/><path class="cls-2" d="M5.6,66.44a1.56,1.56,0,0,0-1-1.48,1.5,1.5,0,0,0,.76-1.31c0-1.1-.75-1.73-2.06-1.73H.48v6.65H3.28A2,2,0,0,0,5.6,66.44m-2.32,1H1.71V65.54H3.29c.67,0,1,.32,1,.94a.89.89,0,0,1-1,1m0-3H1.71V63h1.5c.59,0,.88.23.88.72,0,.32-.14.71-.81.71m3.17,2V63.7h1.2v2.68c0,.81.28,1.19.89,1.19s.9-.4.9-1.18V63.7h1.2v4.86H9.45v-.39a1.5,1.5,0,0,1-1.16.49c-1.6,0-1.84-1.39-1.84-2.22m18.31,2.11h-1.2V63.7h1.2v.41A1.58,1.58,0,0,1,26,63.6c1.16,0,1.78.77,1.78,2.22v2.75h-1.2V65.88c0-.81-.28-1.19-.88-1.19s-.92.41-.92,1.18ZM12.93,66.13v2.43h-1.2V63.7h1.2ZM14,62.28l1.2-.6v6.88H14ZM19,64a1.46,1.46,0,0,0-1.08-.45c-1.18,0-1.91,1-1.91,2.49s.7,2.58,1.88,2.58a1.52,1.52,0,0,0,1.1-.47v.37h1.2V61.68l-1.2.6Zm-.84,3.51c-.42,0-.92-.26-.92-1.5s.49-1.36.9-1.36a1,1,0,0,1,.86.47v1.91a1,1,0,0,1-.84.48m27-4a1.63,1.63,0,0,0-1.08.45V61.8l-1.2.6v6.16h1.2V68.2a1.5,1.5,0,0,0,1.1.47c1.2,0,1.88-.94,1.88-2.58s-.73-2.49-1.91-2.49M45,64.7c.44,0,.91.36.91,1.36s-.29,1.5-.88,1.5a1.16,1.16,0,0,1-.88-.46V65.19A1,1,0,0,1,45,64.7M31.55,64a1.51,1.51,0,0,0-1.08-.45c-1.17,0-1.9,1-1.9,2.49s.7,2.58,1.88,2.58a1.5,1.5,0,0,0,1.1-.47v.11c0,.53,0,1.26-1.55,1.29h-.05l.43.94h0a2.13,2.13,0,0,0,2.36-2.43V63.7h-1.2Zm0,1.13v1.91a1,1,0,0,1-.85.48c-.41,0-.91-.26-.91-1.5s.49-1.36.9-1.36a1,1,0,0,1,.86.47m4.93-.27a2.35,2.35,0,0,1,1.24-.34c.57,0,.87.24.87.7v.33a2.44,2.44,0,0,0-1-.23c-.89,0-1.94.42-1.94,1.59a1.66,1.66,0,0,0,1.8,1.72,1.62,1.62,0,0,0,1.17-.5v.4h1.2V65.28c0-1.06-.73-1.69-2-1.69a3.56,3.56,0,0,0-1.82.47Zm.34,2.05c0-.43.31-.69.83-.69a1.74,1.74,0,0,1,.94.24v.67a1.12,1.12,0,0,1-.94.51c-.51,0-.83-.28-.83-.73m14.14.2a1.38,1.38,0,0,1-1,.41,1,1,0,0,1-1.08-1.06h3c0-.1,0-.24,0-.36,0-1.54-.8-2.54-2-2.54a2.3,2.3,0,0,0-2.17,2.54,2.31,2.31,0,0,0,4,1.77Zm-2-1.53a1,1,0,0,1,.9-1,.94.94,0,0,1,.92,1Zm13.6,1.53a1.38,1.38,0,0,1-1,.41,1,1,0,0,1-1.08-1.06h3c0-.1,0-.24,0-.36,0-1.54-.8-2.54-2-2.54a2.3,2.3,0,0,0-2.18,2.54,2.31,2.31,0,0,0,4,1.77Zm-2-1.53a1,1,0,0,1,.9-1,.94.94,0,0,1,.92,1Zm-2.9,1.25c0,.43.16.65.52.65a1.59,1.59,0,0,0,.73-.22l-.14,1.13a2.2,2.2,0,0,1-1,.22,1.33,1.33,0,0,1-1.3-1.49V64.83h-.75V63.7h.75V62.45l1.2-.6V63.7h1.09v1.13H57.63ZM55.3,68.44a2.2,2.2,0,0,1-1,.22A1.33,1.33,0,0,1,53,67.18V64.83h-.75V63.7H53V62.45l1.2-.6V63.7h1v1.13h-1v2c0,.43.16.65.52.65a1.59,1.59,0,0,0,.73-.22Zm11.83-3.38a1.4,1.4,0,0,0-.79-.26c-.59,0-.87.36-.87,1.13v2.63h-1.2V63.7h1.2v.42a1.3,1.3,0,0,1,1.07-.52,1.55,1.55,0,0,1,.9.29Zm-54.2-2.52V63h-1.2v-1.2h1.2Zm8.36,1.16h1.2v4.86h-1.2Zm1.2-1.29V63h-1.2v-1.2h1.2Zm33,10.13a1.46,1.46,0,0,0-1.08-.45c-1.18,0-1.9,1-1.9,2.48s.7,2.58,1.88,2.58a1.52,1.52,0,0,0,1.1-.47v.37h1.2V70.17l-1.2.6ZM54.61,76c-.42,0-.92-.26-.92-1.51s.49-1.36.9-1.36a1,1,0,0,1,.86.47v1.91a1,1,0,0,1-.84.48m-39.93-2.5a1.41,1.41,0,0,0-.8-.26c-.59,0-.87.36-.87,1.13v2.63h-1.2V72.19H13v.42a1.3,1.3,0,0,1,1.07-.52,1.56,1.56,0,0,1,.9.29ZM5.23,72.19H6.42L5,77H4l-.54-2c-.09-.35-.2-.78-.26-1.06,0,.2-.18.8-.27,1.1l-.53,2h-1v0L0,72.19H1.24L1.68,74c.07.28.18.83.24,1.19.07-.36.2-.88.29-1.22l.51-1.79h1L4.25,74c.09.32.22.85.29,1.22.06-.31.16-.77.26-1.22Zm3.63-.11a2.56,2.56,0,0,0,0,5.08,2.56,2.56,0,0,0,0-5.08m0,3.94c-.6,0-1-.55-1-1.41s.39-1.41,1-1.41,1,.55,1,1.41S9.47,76,8.87,76m40.68-2.47a1.42,1.42,0,0,0-.8-.26c-.59,0-.86.36-.86,1.13v2.63h-1.2V72.19h1.2v.42A1.29,1.29,0,0,1,49,72.09a1.56,1.56,0,0,1,.91.29ZM40.1,72.19h1.19L39.91,77h-1l-.54-2c-.09-.35-.2-.78-.26-1.06,0,.2-.18.8-.27,1.1l-.53,2h-1v0l-1.37-4.83H36.1L36.55,74c.07.28.18.83.24,1.19.07-.36.2-.88.29-1.22l.51-1.79h1L39.12,74c.09.32.22.85.29,1.22.06-.31.15-.77.26-1.22Zm3.63-.11a2.56,2.56,0,1,0,2.21,2.54,2.31,2.31,0,0,0-2.21-2.54m0,3.94c-.6,0-1-.55-1-1.41s.39-1.41,1-1.41,1,.55,1,1.41-.39,1.41-1,1.41M18.26,73.79,19.73,77H18.41l-1-2.26-.64.8V77H15.56V70.78l1.19-.6V74c.15-.21.33-.45.46-.61l1-1.25h1.39ZM24,77.05h-1.2V72.19H24v.41a1.59,1.59,0,0,1,1.22-.51c1.16,0,1.78.77,1.78,2.22v2.75h-1.2V74.37c0-.81-.28-1.19-.88-1.19s-.92.41-.92,1.18Zm6.79-4.52a1.51,1.51,0,0,0-1.08-.45c-1.17,0-1.9,1-1.9,2.49s.7,2.58,1.88,2.58a1.51,1.51,0,0,0,1.1-.47v.11c0,.53,0,1.26-1.55,1.29h-.05l.42.94h0a2.13,2.13,0,0,0,2.36-2.43V72.19h-1.2Zm0,1.13v1.91a1,1,0,0,1-.85.48c-.42,0-.91-.26-.91-1.5s.49-1.36.9-1.36a1,1,0,0,1,.86.47M20.48,72.19h1.2v4.86h-1.2Zm1.2-1.29v.6h-1.2V70.3h1.2Zm28.75-.12,1.2-.6V77h-1.2ZM8.67,44.46h9.88V38.72H8.67V34.2H19.61L16,27.92H.48V55.25H22.34V49H8.67ZM36.89,27.92l-4.64,8.92-4.63-8.92H18.56l9.55,16.54v10.8h8.17V44.46l9.56-16.54Z"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
36.4 KB
| 1 | <!DOCTYPE html> | ||
| 2 | <head> | ||
| 3 | |||
| 4 | </script> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <title>HTML5 GSAP Ad</title> | ||
| 7 | <meta name="ad.size" content="width=300,height=250"> | ||
| 8 | <!-- | ||
| 9 | <script type="text/javascript"> | ||
| 10 | |||
| 11 | // IAB source: modified to allow link testing | ||
| 12 | var clickTag = "http://thecommonwell.ca/wave"; | ||
| 13 | function getParameterByName(name) | ||
| 14 | { | ||
| 15 | var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search); | ||
| 16 | if (match == null || match == ""){ | ||
| 17 | return clickTag; | ||
| 18 | } else{ | ||
| 19 | return match && decodeURIComponent(match[1].replace(/\+/g, ' ')); | ||
| 20 | } | ||
| 21 | } | ||
| 22 | clickTag = getParameterByName('clickTag'); | ||
| 23 | |||
| 24 | </script> | ||
| 25 | --> | ||
| 26 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | ||
| 27 | <script type="text/javascript"> | ||
| 28 | window.onload = function() { | ||
| 29 | eyeBuild.initialize(); | ||
| 30 | } | ||
| 31 | </script> | ||
| 32 | |||
| 33 | |||
| 34 | <style> | ||
| 35 | |||
| 36 | body{ | ||
| 37 | margin: 0; | ||
| 38 | padding: 0; | ||
| 39 | width: 300px; | ||
| 40 | height: 250px; | ||
| 41 | line-height: 1.2; | ||
| 42 | font-size: 27px; | ||
| 43 | letter-spacing: .4; | ||
| 44 | color: #CD040B; | ||
| 45 | font-family: "Neue Haas Grotesk", Arial, sans-serif; | ||
| 46 | /*font-weight: 800;*/ /*BOLD-800, MEDIUM-600, ROMAN - 400*/ | ||
| 47 | font-style: normal; | ||
| 48 | } | ||
| 49 | |||
| 50 | a{ | ||
| 51 | text-decoration: none; | ||
| 52 | color: inherit; | ||
| 53 | } | ||
| 54 | #border{ | ||
| 55 | position: relative; | ||
| 56 | width: 300px; | ||
| 57 | height: 250px; | ||
| 58 | border: 1px solid #55565A; | ||
| 59 | overflow: hidden; | ||
| 60 | cursor: pointer; | ||
| 61 | box-sizing: border-box; | ||
| 62 | background: url(assets/back1.jpg); | ||
| 63 | /* background: url(guide1.png); */ | ||
| 64 | background-position-x: 0px; | ||
| 65 | |||
| 66 | } | ||
| 67 | |||
| 68 | #logo{ | ||
| 69 | position: absolute; | ||
| 70 | width: 55px; | ||
| 71 | height: auto; | ||
| 72 | right: 16px; | ||
| 73 | bottom:18px; | ||
| 74 | opacity: 0; | ||
| 75 | } | ||
| 76 | #legal{ | ||
| 77 | position: absolute; | ||
| 78 | width: 180px; | ||
| 79 | height: auto; | ||
| 80 | left: 9px; | ||
| 81 | bottom:6px; | ||
| 82 | } | ||
| 83 | #ey-frame{ | ||
| 84 | position: absolute; | ||
| 85 | left: 17px; | ||
| 86 | top:16px; | ||
| 87 | z-index: 9; | ||
| 88 | } | ||
| 89 | #txt{ | ||
| 90 | position: absolute; | ||
| 91 | width: 112px; | ||
| 92 | height: auto; | ||
| 93 | left: 35px; | ||
| 94 | top:59px; | ||
| 95 | z-index: 10; | ||
| 96 | opacity: 0; | ||
| 97 | } | ||
| 98 | #gradient{ | ||
| 99 | position: absolute; | ||
| 100 | opacity: .15; | ||
| 101 | } | ||
| 102 | #dot-1, #dot-2, #dot-3, #dot-txt{ | ||
| 103 | position: absolute; | ||
| 104 | left: -12px; | ||
| 105 | top: 61px; | ||
| 106 | width:11px; | ||
| 107 | height: 11px; | ||
| 108 | background-color: #FFD400; | ||
| 109 | } | ||
| 110 | #dot-txt{ | ||
| 111 | left:-12px; | ||
| 112 | top:90px; | ||
| 113 | opacity: 1; | ||
| 114 | } | ||
| 115 | #border #cta{ | ||
| 116 | position: absolute; | ||
| 117 | left: 23px; | ||
| 118 | top:169px; | ||
| 119 | width:148px; | ||
| 120 | height: 26px; | ||
| 121 | opacity: 0; | ||
| 122 | background: url(assets/cta-norm.svg); | ||
| 123 | } | ||
| 124 | #border:hover #cta{ | ||
| 125 | background: url(assets/cta-hover.svg); | ||
| 126 | } | ||
| 127 | #cta img{ | ||
| 128 | width: 92px; | ||
| 129 | height:auto; | ||
| 130 | margin: 8px 5px 5px 9px; | ||
| 131 | display: block; | ||
| 132 | } | ||
| 133 | #tag1, #tag2, #tag3{ | ||
| 134 | position: absolute; | ||
| 135 | left: 19px; | ||
| 136 | top:85px; | ||
| 137 | width:208px; | ||
| 138 | height: auto; | ||
| 139 | opacity: 0; | ||
| 140 | } | ||
| 141 | #tag2{ | ||
| 142 | width:196px; | ||
| 143 | } | ||
| 144 | #tag3{ | ||
| 145 | width:238px; | ||
| 146 | } | ||
| 147 | #tag-mask{ | ||
| 148 | position: absolute; | ||
| 149 | width:0; | ||
| 150 | height:100%; | ||
| 151 | overflow: hidden; | ||
| 152 | } | ||
| 153 | |||
| 154 | |||
| 155 | |||
| 156 | </style> | ||
| 157 | </head> | ||
| 158 | |||
| 159 | <body> | ||
| 160 | <a href="javascript:eyeBuild.doClick(0)" class="cta"> | ||
| 161 | <div id="border"> | ||
| 162 | <img id="logo" src="assets/logo.svg" alt="logo"> | ||
| 163 | <!-- <img id="legal" src="assets/legal.png" alt="legal"> --> | ||
| 164 | <img id="txt" src="assets/copy1.svg" alt="copy1"> | ||
| 165 | |||
| 166 | <img id="gradient" src="assets/gradient.svg" alt="gradient"> | ||
| 167 | <div id="dot-1"></div> | ||
| 168 | <div id="dot-2"></div> | ||
| 169 | <div id="dot-3"></div> | ||
| 170 | |||
| 171 | <div id="cta"><img src="assets/cta-copy.svg" alt="cta"></div> | ||
| 172 | <div id="tag-mask"> | ||
| 173 | <img id="tag1" src="assets/copy-betterquestion.svg" alt="The better the question"> | ||
| 174 | <img id="tag2" src="assets/copy-betteranswer.svg" alt="The better the answer"> | ||
| 175 | <img id="tag3" src="assets/copy-betterworks.svg" alt="The better the world works."> | ||
| 176 | </div> | ||
| 177 | <div id="dot-txt"></div> | ||
| 178 | |||
| 179 | <!-- | ||
| 180 | |||
| 181 | --> | ||
| 182 | |||
| 183 | </div> | ||
| 184 | </a> | ||
| 185 | |||
| 186 | <!-- GREENSOCK--> | ||
| 187 | <script src="assets/TweenMax.min.js"></script> | ||
| 188 | <script src="assets/DrawSVGPlugin.min.js"></script> | ||
| 189 | <script src="assets/ey-frame-svg-1.0.3.min.js"></script> | ||
| 190 | |||
| 191 | <script> | ||
| 192 | |||
| 193 | function stage1(){ | ||
| 194 | var tl = new TimelineMax(); /* {repeat:2, repeatDelay:2} */ | ||
| 195 | |||
| 196 | var d=.4; | ||
| 197 | |||
| 198 | |||
| 199 | tl.to("#logo", .7, {opacity:1, ease:Power1.easeInOut, delay:-.5 }); | ||
| 200 | tl.from("#border", 1.5, {backgroundPosition:"-109px 0", ease:Power1.easeInOut, delay:-.5 }); | ||
| 201 | |||
| 202 | var myeySvg = initEySvgFrame(7, 151, 178); | ||
| 203 | document.getElementById("border").appendChild(myeySvg); | ||
| 204 | animateEyFrame(.2); | ||
| 205 | animateGradient(.2); | ||
| 206 | |||
| 207 | tl.to("#txt", d, {opacity:1, ease:Power1.easeInOut, delay:0 }); | ||
| 208 | tl.to("#txt", d, {opacity:0, ease:Power1.easeInOut, delay:5.5 }); | ||
| 209 | |||
| 210 | //animateFill(3.3); | ||
| 211 | /* | ||
| 212 | tl.to("#txt2", d, {opacity:1, ease:Power1.easeInOut, delay:0 }); | ||
| 213 | tl.to("#txt2", d, {opacity:0, ease:Power1.easeInOut, delay:4 }); | ||
| 214 | */ | ||
| 215 | |||
| 216 | animateEyReverse(7.5); | ||
| 217 | |||
| 218 | // phase 2 | ||
| 219 | |||
| 220 | /* tl.to("#gradient", d, {opacity:1, ease:Power1.easeInOut, delay:1 }); */ | ||
| 221 | tl.to("#logo", .7, {scaleX:1.23, scaleY:1.23, bottom:36, right:35, ease:Power1.easeInOut, delay:.5 }); | ||
| 222 | |||
| 223 | tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:-1.2 }); | ||
| 224 | tl.fromTo("#dot-txt", d, {left:-12}, {left:312, ease:Linear.easeNone, delay:-d}); | ||
| 225 | tl.to("#tag1", d, {opacity:1, ease:Linear.easeNone, delay:-d }); | ||
| 226 | tl.fromTo("#dot-1", d, {left:-12, opacity:1}, {left:59, opacity:1, ease:Power3.easeOut, delay:0}); | ||
| 227 | tl.to("#tag1", d, {opacity:0, ease:Linear.easeNone, delay:1 }); | ||
| 228 | |||
| 229 | tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 }); | ||
| 230 | tl.fromTo("#dot-txt", d, {left:-12}, {left:312, ease:Linear.easeNone, delay:-d}); | ||
| 231 | tl.to("#tag2", d, {opacity:1, ease:Linear.easeNone, delay:-d }); | ||
| 232 | tl.fromTo("#dot-2", d, {left:-12}, {left:39, ease:Power3.easeOut, delay:0}); | ||
| 233 | tl.to("#tag2", d, {opacity:0, ease:Linear.easeNone, delay:1 }); | ||
| 234 | |||
| 235 | tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 }); | ||
| 236 | tl.fromTo("#dot-txt", d, {left:-12}, {left:312, ease:Linear.easeNone, delay:-d}); | ||
| 237 | tl.to("#tag3", d, {opacity:1, ease:Linear.easeNone, delay:-d }); | ||
| 238 | tl.fromTo("#dot-3", d, {left:-12}, {left:19, ease:Power3.easeOut, delay:0}); | ||
| 239 | |||
| 240 | tl.to("#cta", d, {opacity:1, ease:Linear.easeNone, delay:0 }); | ||
| 241 | |||
| 242 | |||
| 243 | |||
| 244 | console.log( "time: " + tl.totalDuration() ); | ||
| 245 | } | ||
| 246 | |||
| 247 | //--------------------- | ||
| 248 | stage1(); | ||
| 249 | |||
| 250 | |||
| 251 | |||
| 252 | </script> | ||
| 253 | |||
| 254 | </body> | ||
| 255 | |||
| 256 | </html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * VERSION: 0.0.10 | ||
| 3 | * DATE: 2016-02-11 | ||
| 4 | * UPDATES AND DOCS AT: http://greensock.com | ||
| 5 | * | ||
| 6 | * @license Copyright (c) 2008-2016, GreenSock. All rights reserved. | ||
| 7 | * DrawSVGPlugin is a Club GreenSock membership benefit; You must have a valid membership to use | ||
| 8 | * this code without violating the terms of use. Visit http://greensock.com/club/ to sign up or get more details. | ||
| 9 | * This work is subject to the software agreement that was issued with your membership. | ||
| 10 | * | ||
| 11 | * @author: Jack Doyle, jack@greensock.com | ||
| 12 | */ | ||
| 13 | var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";function a(a,b,c,d){return c=parseFloat(c)-parseFloat(a),d=parseFloat(d)-parseFloat(b),Math.sqrt(c*c+d*d)}function b(a){return"string"!=typeof a&&a.nodeType||(a=_gsScope.TweenLite.selector(a),a.length&&(a=a[0])),a}function c(a,b,c){var d,e,f=a.indexOf(" ");return-1===f?(d=void 0!==c?c+"":a,e=a):(d=a.substr(0,f),e=a.substr(f+1)),d=-1!==d.indexOf("%")?parseFloat(d)/100*b:parseFloat(d),e=-1!==e.indexOf("%")?parseFloat(e)/100*b:parseFloat(e),d>e?[e,d]:[d,e]}function d(c){if(!c)return 0;c=b(c);var d,e,f,g,i,j,k,l=c.tagName.toLowerCase();if("path"===l){g=c.style.strokeDasharray,c.style.strokeDasharray="none",d=c.getTotalLength()||0;try{e=c.getBBox()}catch(m){}c.style.strokeDasharray=g}else if("rect"===l)d=2*c.getAttribute("width")+2*c.getAttribute("height");else if("circle"===l)d=2*Math.PI*parseFloat(c.getAttribute("r"));else if("line"===l)d=a(c.getAttribute("x1"),c.getAttribute("y1"),c.getAttribute("x2"),c.getAttribute("y2"));else if("polyline"===l||"polygon"===l)for(f=c.getAttribute("points").match(h)||[],"polygon"===l&&f.push(f[0],f[1]),d=0,i=2;i<f.length;i+=2)d+=a(f[i-2],f[i-1],f[i],f[i+1])||0;else"ellipse"===l&&(j=parseFloat(c.getAttribute("rx")),k=parseFloat(c.getAttribute("ry")),d=Math.PI*(3*(j+k)-Math.sqrt((3*j+k)*(j+3*k))));return d||0}function e(a,c){if(!a)return[0,0];a=b(a),c=c||d(a)+1;var e=g(a),f=e.strokeDasharray||"",h=parseFloat(e.strokeDashoffset),i=f.indexOf(",");return 0>i&&(i=f.indexOf(" ")),f=0>i?c:parseFloat(f.substr(0,i))||1e-5,f>c&&(f=c),[Math.max(0,-h),Math.max(0,f-h)]}var f,g=document.defaultView?document.defaultView.getComputedStyle:function(){},h=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi;f=_gsScope._gsDefine.plugin({propName:"drawSVG",API:2,version:"0.0.10",global:!0,overwriteProps:["drawSVG"],init:function(a,b,f){if(!a.getBBox)return!1;var g,h,i,j=d(a)+1;return this._style=a.style,b===!0||"true"===b?b="0 100%":b?-1===(b+"").indexOf(" ")&&(b="0 "+b):b="0 0",g=e(a,j),h=c(b,j,g[0]),this._length=j+10,0===g[0]&&0===h[0]?(i=Math.max(1e-5,h[1]-j),this._dash=j+i,this._offset=j-g[1]+i,this._addTween(this,"_offset",this._offset,j-h[1]+i,"drawSVG")):(this._dash=g[1]-g[0]||1e-6,this._offset=-g[0],this._addTween(this,"_dash",this._dash,h[1]-h[0]||1e-5,"drawSVG"),this._addTween(this,"_offset",this._offset,-h[0],"drawSVG")),!0},set:function(a){this._firstPT&&(this._super.setRatio.call(this,a),this._style.strokeDashoffset=this._offset,1===a||0===a?this._style.strokeDasharray=this._offset<.001&&this._length-this._dash<=10?"none":this._offset===this._dash?"0px, 999999px":this._dash+"px,"+this._length+"px":this._style.strokeDasharray=this._dash+"px,"+this._length+"px")}}),f.getLength=d,f.getPosition=e}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff could not be displayed because it is too large.
15.9 KB
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="196" height="14.76" viewBox="0 0 196 14.76"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betteranswer</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M137.51,16.95v-1a4.12,4.12,0,0,1-2.87,1.26A3.38,3.38,0,0,1,131,13.64c0-2.33,1.79-3.39,4.17-3.39a5.78,5.78,0,0,1,2.33.4V9.87c0-1.14-.7-1.77-2-1.77a5.29,5.29,0,0,0-2.73.66L132,7.19a6.49,6.49,0,0,1,3.59-.94c2.33,0,3.93,1.14,3.93,3.51v7.18Zm0-4.47a5.17,5.17,0,0,0-2.39-.46c-1.32,0-2.15.6-2.15,1.56s.66,1.74,2,1.74A3.29,3.29,0,0,0,137.51,14Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M148.24,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V6.48h2.05v1a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M156,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16S157,13,155.49,12.4c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L158.64,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C160,16.39,158.08,17.17,156,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M171.54,16.95h-1.75l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L161.27,6.48h2l1.24,5.09c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29L167,6.48h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M184.6,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C184.66,11.88,184.62,12.22,184.6,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C182.49,9.31,181.81,8.11,180.12,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M192.3,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M195.37,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,195.37,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="208.15" height="18.39" viewBox="0 0 208.15 18.39"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betterquestion</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M137.81,20.8V15.95a4,4,0,0,1-2.73,1.22c-2.25,0-4-1.64-4-5.62,0-3.59,2-5.28,4.13-5.28a3.72,3.72,0,0,1,2.63,1.2v-1h2V19.74Zm0-11.27a3.35,3.35,0,0,0-2.45-1.38c-1.48,0-2.27,1.12-2.27,3.33,0,2.63.84,3.79,2.35,3.79a3.22,3.22,0,0,0,2.37-1.34Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M148.55,16.95v-1a3.21,3.21,0,0,1-2.63,1.22c-2.43,0-3.73-1.6-3.73-4.69v-6h2.05V12.4c0,2.11.8,2.87,2.15,2.87s2.15-1,2.15-2.67V6.48h2.05V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M161.48,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C161.54,11.88,161.5,12.22,161.48,12.44ZM157,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C159.36,9.31,158.68,8.11,157,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M166.88,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16s-.92-1.18-2.43-1.75c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L169.49,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C170.81,16.39,168.93,17.17,166.88,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M177.84,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6H172V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M181.41,5.12a1.33,1.33,0,1,1,1.32-1.32A1.33,1.33,0,0,1,181.41,5.12Zm-1,11.83V6.48h2.05V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M189.07,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C193.79,15.13,191.76,17.17,189.07,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C191.72,9.59,190.7,8.21,189,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M202.09,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V6.48h2.05v1a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M207.51,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,207.51,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="238.05" height="14.76" viewBox="0 0 238.05 14.76"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betterworks</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M141.06,16.95H139.3l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L130.79,6.48h2l1.24,5.09c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29l1.4-5.09h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M149.79,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C154.52,15.13,152.48,17.17,149.79,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C152.44,9.59,151.43,8.21,149.77,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M162.13,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M164.28,16.95V3.48l2.05-1.08V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M175.17,16.95v-1a4,4,0,0,1-2.73,1.22c-2.25,0-4-1.64-4-5.62,0-3.59,2-5.28,4.13-5.28a3.72,3.72,0,0,1,2.63,1.2v-4l2-1.06V16.95Zm0-7.42a3.35,3.35,0,0,0-2.45-1.38c-1.48,0-2.27,1.12-2.27,3.33,0,2.63.84,3.79,2.35,3.79a3.22,3.22,0,0,0,2.37-1.34Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M194,16.95h-1.75l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L183.7,6.48h2L187,11.56c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29l1.4-5.09h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M202.71,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C207.43,15.13,205.4,17.17,202.71,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C205.36,9.59,204.34,8.21,202.69,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M215,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M223.06,16.95l-2.31-5.21-1.59,2.11v3.09H217.1V3.48l2.05-1.08V9c0,.64,0,1.72,0,2.23l1.16-1.72,2.17-3.05h2.33L222.14,10l3.15,7Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M230.44,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16s-.92-1.18-2.43-1.75c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L233,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C234.37,16.39,232.49,17.17,230.44,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M237.42,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,237.42,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="113.95" height="53.16" viewBox="0 0 113.95 53.16"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy2</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M8.9,13.6,8,11.1H3.92L3,13.6H.64L4.93,2.4H7.11l4.26,11.2ZM6.53,6.94C6.31,6.28,6.08,5.61,6,5.2c-.11.42-.34,1.09-.56,1.74L4.69,9H7.25Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M15.81,13.78a6.6,6.6,0,0,1-3.52-1L13,11.12a5.87,5.87,0,0,0,2.91.77c.86,0,1.12-.21,1.12-.64s-.3-.58-1.23-.85c-2-.61-3.31-1.1-3.31-2.88S13.9,5,15.87,5A6.7,6.7,0,0,1,19,5.84l-.7,1.74a5.44,5.44,0,0,0-2.45-.67c-.9,0-1.14.18-1.14.54s.26.5,1.74,1,2.8,1,2.8,2.72C19.24,13.09,17.7,13.78,15.81,13.78Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M29.49,13.6V13a2.68,2.68,0,0,1-1.89.74,2.93,2.93,0,0,1-3.14-3C24.46,8.93,26,8,27.87,8a3.49,3.49,0,0,1,1.62.34V7.92a1.06,1.06,0,0,0-1.2-1.07A4.15,4.15,0,0,0,26,7.41l-.85-1.54A5.65,5.65,0,0,1,28.29,5c2,0,3.41,1.06,3.41,2.95V13.6Zm0-3.52A2.56,2.56,0,0,0,28,9.73c-.83,0-1.28.38-1.28,1.06S27,11.9,28,11.9a1.81,1.81,0,0,0,1.54-.77Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M40.66,13.78a6.6,6.6,0,0,1-3.52-1l.74-1.68a5.87,5.87,0,0,0,2.91.77c.86,0,1.12-.21,1.12-.64s-.3-.58-1.23-.85c-2-.61-3.31-1.1-3.31-2.88S38.75,5,40.72,5a6.7,6.7,0,0,1,3.11.82l-.7,1.74a5.45,5.45,0,0,0-2.45-.67c-.9,0-1.14.18-1.14.54s.26.5,1.75,1,2.8,1,2.8,2.72C44.08,13.09,42.55,13.78,40.66,13.78Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M50.24,13.26a2.94,2.94,0,0,1-1.71.51,2.28,2.28,0,0,1-2.24-2.53v-4H44.88V5.2h1.41V3l2.21-1.1V5.2h2V7.28h-2v3.38c0,.8.29,1,.82,1s.7-.18,1.25-.64Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M56.77,13.6V13a2.68,2.68,0,0,1-1.89.74,2.93,2.93,0,0,1-3.14-3c0-1.86,1.5-2.78,3.41-2.78a3.48,3.48,0,0,1,1.62.34V7.92a1.06,1.06,0,0,0-1.2-1.07,4.14,4.14,0,0,0-2.3.56l-.85-1.54A5.65,5.65,0,0,1,55.57,5C57.6,5,59,6.08,59,8V13.6Zm0-3.52a2.56,2.56,0,0,0-1.54-.35c-.83,0-1.28.38-1.28,1.06s.34,1.12,1.28,1.12a1.81,1.81,0,0,0,1.54-.77Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M65.47,7.77a1.9,1.9,0,0,0-1.28-.54c-.86,0-1.42.37-1.42,1.82V13.6H60.56V5.2h2.21v.56A2.33,2.33,0,0,1,64.5,5a2.15,2.15,0,0,1,1.55.59Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M71.62,13.26a2.94,2.94,0,0,1-1.71.51,2.28,2.28,0,0,1-2.24-2.53v-4H66.26V5.2h1.41V3l2.21-1.1V5.2h2V7.28h-2v3.38c0,.8.29,1,.82,1s.7-.18,1.25-.64Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M78.51,13.6V13a2.76,2.76,0,0,1-2,.74c-2.15,0-3.11-1.47-3.11-3.84V5.2h2.21V9.74c0,1.5.51,2,1.42,2s1.44-.45,1.44-1.9V5.2h2.21v8.4Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M86.37,13.78a2.66,2.66,0,0,1-1.78-.66v2.46l-2.21,1.1V5.2h2.21v.53A2.59,2.59,0,0,1,86.37,5c1.79,0,3.27,1.34,3.27,4.48C89.64,12,88.45,13.78,86.37,13.78ZM86,7.1a1.55,1.55,0,0,0-1.36.7V11a1.76,1.76,0,0,0,1.49.72c.85,0,1.31-.74,1.31-2.15C87.39,7.82,86.82,7.1,86,7.1Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M92.13,15.62h-1.5l.24-4.72h2.61Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M9.06,32.8H7.22l-.83-3.3c-.16-.66-.38-1.58-.45-2-.06.4-.29,1.33-.45,2l-.83,3.3H2.82L.4,24.4H2.64l.74,3.1c.14.64.34,1.52.4,1.92.06-.42.27-1.26.45-1.92l.83-3.1H6.88l.83,3.1c.18.66.38,1.5.45,1.92.06-.4.26-1.28.4-1.92l.74-3.1h2.18Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M17.54,32.8V28.25c0-1.5-.51-2-1.42-2s-1.44.45-1.44,1.9V32.8H12.46V22.23l2.21-1.1V25a2.75,2.75,0,0,1,2-.74c2.14,0,3.11,1.47,3.11,3.84V32.8Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M28.15,29.31h-5a1.62,1.62,0,0,0,1.73,1.58,1.88,1.88,0,0,0,1.44-.59l1.57,1.31a3.92,3.92,0,0,1-3,1.36c-2.42,0-4-1.71-4-4.37s1.62-4.39,3.75-4.39,3.54,2,3.54,4.39A7,7,0,0,1,28.15,29.31Zm-3.62-3.17a1.46,1.46,0,0,0-1.38,1.5H26A1.49,1.49,0,0,0,24.53,26.14Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M34.37,27a1.9,1.9,0,0,0-1.28-.54c-.86,0-1.42.37-1.42,1.82V32.8H29.46V24.4h2.21V25a2.33,2.33,0,0,1,1.73-.74,2.15,2.15,0,0,1,1.55.59Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M42.64,29.31h-5a1.62,1.62,0,0,0,1.73,1.58,1.88,1.88,0,0,0,1.44-.59l1.57,1.31a3.92,3.92,0,0,1-3,1.36c-2.42,0-4-1.71-4-4.37s1.62-4.39,3.75-4.39,3.54,2,3.54,4.39A7,7,0,0,1,42.64,29.31ZM39,26.14a1.46,1.46,0,0,0-1.38,1.5h2.88A1.49,1.49,0,0,0,39,26.14Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M52.72,32.8v-.53a2.59,2.59,0,0,1-1.78.7c-1.79,0-3.27-1.34-3.27-4.48,0-2.51,1.18-4.27,3.27-4.27a2.66,2.66,0,0,1,1.78.66V22.23l2.21-1.1V32.8Zm0-5.78a1.76,1.76,0,0,0-1.49-.72c-.85,0-1.31.74-1.31,2.14,0,1.73.58,2.45,1.44,2.45a1.55,1.55,0,0,0,1.36-.7Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M60,33c-2.19,0-3.79-1.79-3.79-4.37s1.6-4.39,3.79-4.39S63.8,26,63.8,28.61,62.18,33,60,33Zm0-6.63c-1.06,0-1.55,1-1.55,2.26s.5,2.24,1.55,2.24,1.57-1.07,1.57-2.24S61,26.35,60,26.35Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M72.83,35.76H70.66l1.12-3-3.26-8.4h2.43l1.38,4c.22.64.45,1.44.54,1.84.1-.42.32-1.18.54-1.84l1.38-4h2.37Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M81.51,33c-2.19,0-3.79-1.79-3.79-4.37s1.6-4.39,3.79-4.39,3.81,1.81,3.81,4.39S83.7,33,81.51,33Zm0-6.63c-1.06,0-1.55,1-1.55,2.26s.5,2.24,1.55,2.24,1.57-1.07,1.57-2.24S82.56,26.35,81.51,26.35Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M91.54,32.8v-.56a2.75,2.75,0,0,1-2,.74c-2.14,0-3.11-1.47-3.11-3.84V24.4h2.21v4.55c0,1.5.51,2,1.42,2s1.44-.45,1.44-1.9V24.4h2.21v8.4Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M9.06,52H7.22l-.83-3.3c-.16-.66-.38-1.58-.45-2-.06.4-.29,1.33-.45,2L4.66,52H2.82L.4,43.6H2.64l.74,3.1c.14.64.34,1.52.4,1.92.06-.42.27-1.26.45-1.92l.83-3.1H6.88l.83,3.1c.18.66.38,1.5.45,1.92.06-.4.26-1.28.4-1.92l.74-3.1h2.18Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M17.09,52v-.56a2.68,2.68,0,0,1-1.89.74,2.93,2.93,0,0,1-3.14-3c0-1.86,1.5-2.79,3.41-2.79a3.49,3.49,0,0,1,1.62.34v-.42a1.06,1.06,0,0,0-1.2-1.07,4.15,4.15,0,0,0-2.31.56l-.85-1.54a5.65,5.65,0,0,1,3.15-.85c2,0,3.41,1.06,3.41,2.95V52Zm0-3.52a2.56,2.56,0,0,0-1.54-.35c-.83,0-1.28.38-1.28,1.06s.34,1.12,1.28,1.12a1.81,1.81,0,0,0,1.54-.77Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M26,52V47.45c0-1.5-.51-2-1.42-2s-1.44.45-1.44,1.9V52H20.88V43.6h2.21v.56a2.75,2.75,0,0,1,2-.74c2.14,0,3.11,1.47,3.11,3.84V52Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M34.43,51.66a2.94,2.94,0,0,1-1.71.51,2.28,2.28,0,0,1-2.24-2.53v-4H29.07V43.6h1.41V41.44l2.21-1.1V43.6h2v2.08h-2v3.38c0,.8.29,1,.82,1s.7-.18,1.25-.64Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M45.19,51.66a2.94,2.94,0,0,1-1.71.51,2.28,2.28,0,0,1-2.24-2.53v-4H39.82V43.6h1.41V41.44l2.21-1.1V43.6h2v2.08h-2v3.38c0,.8.29,1,.82,1s.7-.18,1.25-.64Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M50.45,52.18c-2.19,0-3.79-1.79-3.79-4.37s1.6-4.39,3.79-4.39,3.81,1.81,3.81,4.39S52.64,52.18,50.45,52.18Zm0-6.63c-1.06,0-1.55,1-1.55,2.26S49.39,50,50.45,50,52,49,52,47.81,51.51,45.55,50.45,45.55Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M66.47,48.51h-5a1.62,1.62,0,0,0,1.73,1.58,1.88,1.88,0,0,0,1.44-.59l1.57,1.31a3.92,3.92,0,0,1-3,1.36c-2.42,0-4-1.71-4-4.37s1.62-4.39,3.75-4.39,3.54,2,3.54,4.39A7,7,0,0,1,66.47,48.51Zm-3.62-3.17a1.46,1.46,0,0,0-1.38,1.5h2.88A1.49,1.49,0,0,0,62.85,45.34Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M72.85,52V47.45c0-1.5-.51-2-1.42-2S70,45.95,70,47.41V52H67.78V43.6H70v.56a2.76,2.76,0,0,1,2-.74c2.15,0,3.11,1.47,3.11,3.84V52Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M81.25,52v-.53a2.59,2.59,0,0,1-1.78.7c-1.79,0-3.27-1.34-3.27-4.48,0-2.51,1.18-4.27,3.27-4.27a2.66,2.66,0,0,1,1.78.66V41.44l2.21-1.1V52Zm0-5.78a1.76,1.76,0,0,0-1.49-.72c-.85,0-1.31.74-1.31,2.14,0,1.73.58,2.45,1.44,2.45a1.55,1.55,0,0,0,1.36-.7Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M94.31,52v-.56a2.75,2.75,0,0,1-2,.74c-2.14,0-3.11-1.47-3.11-3.84V43.6h2.21v4.55c0,1.5.51,2,1.42,2s1.44-.45,1.44-1.9V43.6h2.21V52Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M102.16,52.18a2.66,2.66,0,0,1-1.78-.66V54l-2.21,1.1V43.6h2.21v.53a2.59,2.59,0,0,1,1.78-.7c1.79,0,3.26,1.34,3.26,4.48C105.43,50.42,104.24,52.18,102.16,52.18Zm-.42-6.67a1.55,1.55,0,0,0-1.36.7v3.17a1.76,1.76,0,0,0,1.49.72c.85,0,1.31-.74,1.31-2.15C103.19,46.22,102.61,45.5,101.75,45.5Z" transform="translate(-0.4 -1.93)"/><path class="cls-1" d="M112.74,46.53c-1.34.64-1.68,1-1.73,2h-2.19c0-1.52.45-2.46,2.26-3.3.8-.37,1-.62,1-1.2,0-.74-.54-1.17-1.9-1.17a3.72,3.72,0,0,0-2.8,1.34L106,42.48a5.73,5.73,0,0,1,4.24-1.86c2.45,0,4.15,1,4.15,3.27A2.77,2.77,0,0,1,112.74,46.53Zm-2.82,5.65a1.36,1.36,0,1,1,1.36-1.36A1.38,1.38,0,0,1,109.92,52.18Z" transform="translate(-0.4 -1.93)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="92.02" height="10.22" viewBox="0 0 92.02 10.22"><defs><style>.cls-1{fill:#010101;}</style></defs><title>cta-copy</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M7.87,5.21a5.72,5.72,0,0,1-.19,1.54A4.56,4.56,0,0,1,7.14,8a4,4,0,0,1-.82.93,4.76,4.76,0,0,1-1,.65,5.12,5.12,0,0,1-1.16.38,6.3,6.3,0,0,1-1.24.12H0V.36H3A6.79,6.79,0,0,1,5,.62a3.92,3.92,0,0,1,1.53.84A3.89,3.89,0,0,1,7.5,3,6.16,6.16,0,0,1,7.87,5.21Zm-2,0a4.58,4.58,0,0,0-.17-1.3A2.29,2.29,0,0,0,5.19,3a2.1,2.1,0,0,0-.9-.55A4.19,4.19,0,0,0,3,2.25h-1V8.18h1A3.7,3.7,0,0,0,4.22,8a2.44,2.44,0,0,0,.92-.6,2.48,2.48,0,0,0,.55-.94A3.91,3.91,0,0,0,5.87,5.21Z"/><path class="cls-1" d="M11.61,1.1a1,1,0,0,1-.09.42,1.14,1.14,0,0,1-.24.35,1.12,1.12,0,0,1-.35.24,1.06,1.06,0,0,1-.85,0,1.13,1.13,0,0,1-.58-.58,1,1,0,0,1-.09-.42A1,1,0,0,1,9.51.67,1.14,1.14,0,0,1,9.74.32a1.13,1.13,0,0,1,.35-.24A1,1,0,0,1,10.52,0a1,1,0,0,1,.42.09,1.13,1.13,0,0,1,.58.58A1,1,0,0,1,11.61,1.1Zm-2.06,9V2.79h1.92v7.28Z"/><path class="cls-1" d="M18.93,3.34l-.61,1.51a4.94,4.94,0,0,0-1.1-.44,4,4,0,0,0-1-.15,2.08,2.08,0,0,0-.75.1.37.37,0,0,0-.24.38.38.38,0,0,0,.05.2.57.57,0,0,0,.22.18,3.52,3.52,0,0,0,.46.2l.78.26c.33.11.64.23.93.35a3.33,3.33,0,0,1,.77.45A2,2,0,0,1,19,7a2,2,0,0,1,.2.92A2.22,2.22,0,0,1,18.92,9a1.92,1.92,0,0,1-.64.7,2.8,2.8,0,0,1-.94.39,5.2,5.2,0,0,1-1.16.12A6.06,6.06,0,0,1,14.55,10a5.22,5.22,0,0,1-1.41-.62l.64-1.46a5.32,5.32,0,0,0,1.2.49,5,5,0,0,0,1.32.17,1.55,1.55,0,0,0,.76-.13A.46.46,0,0,0,17.27,8a.45.45,0,0,0-.06-.22A.56.56,0,0,0,17,7.63a1.78,1.78,0,0,0-.33-.17l-.51-.17Q15.55,7.1,15,6.9a3.68,3.68,0,0,1-.9-.47,1.91,1.91,0,0,1-.58-.66,2.05,2.05,0,0,1-.2-1,2.09,2.09,0,0,1,.21-1,1.84,1.84,0,0,1,.6-.67,2.7,2.7,0,0,1,.92-.39,5.17,5.17,0,0,1,1.18-.13,5.29,5.29,0,0,1,1.4.19A5.71,5.71,0,0,1,18.93,3.34Z"/><path class="cls-1" d="M26.66,8.6a6.33,6.33,0,0,1-.56.65,3.34,3.34,0,0,1-.65.51,3.2,3.2,0,0,1-.79.34,3.59,3.59,0,0,1-1,.12,3.24,3.24,0,0,1-1.33-.28,3.27,3.27,0,0,1-1.09-.78A3.63,3.63,0,0,1,20.53,8a4.29,4.29,0,0,1-.26-1.54,4.37,4.37,0,0,1,.26-1.53,3.58,3.58,0,0,1,.73-1.2,3.33,3.33,0,0,1,1.11-.78,3.45,3.45,0,0,1,1.4-.28A3.29,3.29,0,0,1,25.4,3a3.64,3.64,0,0,1,1.25,1.21L25.39,5.52a4.25,4.25,0,0,0-.34-.42,2.18,2.18,0,0,0-.37-.32,1.63,1.63,0,0,0-1-.29,1.34,1.34,0,0,0-1.1.53,1.87,1.87,0,0,0-.3.61,2.77,2.77,0,0,0-.11.81,2.71,2.71,0,0,0,.11.8,1.91,1.91,0,0,0,.3.61,1.34,1.34,0,0,0,.47.4,1.36,1.36,0,0,0,.62.14,2,2,0,0,0,.51-.06,1.74,1.74,0,0,0,.44-.18,2.1,2.1,0,0,0,.39-.29,4.59,4.59,0,0,0,.38-.4Z"/><path class="cls-1" d="M34.13,6.43A4.56,4.56,0,0,1,33.89,8a3.58,3.58,0,0,1-.69,1.2,3.2,3.2,0,0,1-3.68.78,3.07,3.07,0,0,1-1-.78A3.67,3.67,0,0,1,27.79,8a4.57,4.57,0,0,1-.25-1.54,4.58,4.58,0,0,1,.25-1.53,3.67,3.67,0,0,1,.68-1.2,3.17,3.17,0,0,1,3.67-.78,3.14,3.14,0,0,1,1,.78,3.6,3.6,0,0,1,.69,1.2A4.58,4.58,0,0,1,34.13,6.43Zm-1.94,0a3.34,3.34,0,0,0-.08-.77A2,2,0,0,0,31.85,5a1.24,1.24,0,0,0-.42-.41,1.15,1.15,0,0,0-.6-.15,1.14,1.14,0,0,0-.59.15,1.23,1.23,0,0,0-.42.41,2,2,0,0,0-.25.62,3.49,3.49,0,0,0-.08.78,3.53,3.53,0,0,0,.08.78,1.92,1.92,0,0,0,.25.62,1.21,1.21,0,0,0,.42.4,1.16,1.16,0,0,0,.59.15,1.1,1.1,0,0,0,.6-.16,1.31,1.31,0,0,0,.42-.43,2.1,2.1,0,0,0,.25-.62A3.17,3.17,0,0,0,32.19,6.43Z"/><path class="cls-1" d="M39.36,10.07h-2L34.77,2.79h2.11l1.53,4.8,1.52-4.8H42Z"/><path class="cls-1" d="M49,6.43c0,.14,0,.26,0,.36s0,.18,0,.26H44.57a1.58,1.58,0,0,0,.17.63,1.31,1.31,0,0,0,.35.42,1.36,1.36,0,0,0,.46.24,1.88,1.88,0,0,0,.52.07,2,2,0,0,0,.37,0,1.75,1.75,0,0,0,.34-.1,1.52,1.52,0,0,0,.3-.17,1.37,1.37,0,0,0,.23-.21L48.68,9a2.53,2.53,0,0,1-.51.5,3.36,3.36,0,0,1-.64.37,3.52,3.52,0,0,1-.71.23,3.6,3.6,0,0,1-.73.08A3.73,3.73,0,0,1,45,10.08a3.1,3.1,0,0,1-.84-.39,3.18,3.18,0,0,1-.64-.57A3.25,3.25,0,0,1,43,8.41a4.15,4.15,0,0,1-.3-.89,5.08,5.08,0,0,1-.11-1.09,4.61,4.61,0,0,1,.25-1.53,3.68,3.68,0,0,1,.68-1.2,3.13,3.13,0,0,1,1-.78,3,3,0,0,1,1.28-.28,2.74,2.74,0,0,1,1.3.3,2.91,2.91,0,0,1,1,.82A3.75,3.75,0,0,1,48.75,5,5.1,5.1,0,0,1,49,6.43ZM47.09,5.6A1.91,1.91,0,0,0,47,5.13a1.29,1.29,0,0,0-.24-.42,1.19,1.19,0,0,0-.39-.29,1.29,1.29,0,0,0-.56-.11,1,1,0,0,0-.47.1,1.1,1.1,0,0,0-.36.28,1.36,1.36,0,0,0-.24.41,1.91,1.91,0,0,0-.12.51Z"/><path class="cls-1" d="M54.74,5a2,2,0,0,0-.51-.34,1.38,1.38,0,0,0-.6-.13,1.09,1.09,0,0,0-1,.39,2.06,2.06,0,0,0-.28,1.19v3.94H50.48V2.79h1.92v.48A1.91,1.91,0,0,1,52.67,3,2.68,2.68,0,0,1,53,2.82a1.61,1.61,0,0,1,.42-.14,2.27,2.27,0,0,1,.45,0,1.92,1.92,0,0,1,.81.16,1.77,1.77,0,0,1,.53.35Z"/><path class="cls-1" d="M69,10.07V6.13a3.91,3.91,0,0,0-.07-.81,1.33,1.33,0,0,0-.22-.52.79.79,0,0,0-.37-.27,1.45,1.45,0,0,0-.51-.08,1.47,1.47,0,0,0-.52.08.82.82,0,0,0-.37.27,1.24,1.24,0,0,0-.22.5,3.62,3.62,0,0,0-.07.79v4H64.7V6.13a3.91,3.91,0,0,0-.07-.81,1.36,1.36,0,0,0-.21-.52.76.76,0,0,0-.36-.27,1.68,1.68,0,0,0-1,0,.82.82,0,0,0-.37.27,1.26,1.26,0,0,0-.22.5,3.68,3.68,0,0,0-.07.79v4H60.44V2.79h1.92v.48A2.27,2.27,0,0,1,63,2.83a2.15,2.15,0,0,1,1-.19,2.67,2.67,0,0,1,1.16.22,2.5,2.5,0,0,1,.85.71,4.82,4.82,0,0,1,.4-.36,2.36,2.36,0,0,1,.49-.29,3,3,0,0,1,.62-.2,3.82,3.82,0,0,1,.8-.07,2.78,2.78,0,0,1,1.19.23,2.07,2.07,0,0,1,.81.66,2.87,2.87,0,0,1,.45,1A6.22,6.22,0,0,1,70.87,6v4.1H69Z"/><path class="cls-1" d="M78.87,6.43A4.56,4.56,0,0,1,78.62,8a3.58,3.58,0,0,1-.69,1.2,3.2,3.2,0,0,1-3.68.78,3.07,3.07,0,0,1-1-.78A3.67,3.67,0,0,1,72.53,8a4.57,4.57,0,0,1-.25-1.54,4.58,4.58,0,0,1,.25-1.53,3.67,3.67,0,0,1,.68-1.2,3.17,3.17,0,0,1,3.67-.78,3.14,3.14,0,0,1,1,.78,3.6,3.6,0,0,1,.69,1.2A4.58,4.58,0,0,1,78.87,6.43Zm-1.94,0a3.34,3.34,0,0,0-.08-.77A2,2,0,0,0,76.59,5a1.24,1.24,0,0,0-.42-.41,1.15,1.15,0,0,0-.6-.15,1.14,1.14,0,0,0-.59.15,1.23,1.23,0,0,0-.42.41,2,2,0,0,0-.25.62,3.49,3.49,0,0,0-.08.78,3.53,3.53,0,0,0,.08.78,1.92,1.92,0,0,0,.25.62,1.21,1.21,0,0,0,.42.4,1.16,1.16,0,0,0,.59.15,1.1,1.1,0,0,0,.6-.16,1.32,1.32,0,0,0,.42-.43,2.1,2.1,0,0,0,.25-.62A3.17,3.17,0,0,0,76.93,6.43Z"/><path class="cls-1" d="M84.61,5a2,2,0,0,0-.51-.34,1.38,1.38,0,0,0-.6-.13,1.09,1.09,0,0,0-1,.39,2.06,2.06,0,0,0-.28,1.19v3.94H80.35V2.79h1.92v.48A1.91,1.91,0,0,1,82.54,3a2.69,2.69,0,0,1,.35-.21,1.59,1.59,0,0,1,.42-.14,2.32,2.32,0,0,1,.45,0,1.92,1.92,0,0,1,.81.16,1.78,1.78,0,0,1,.54.35Z"/><path class="cls-1" d="M92,6.43c0,.14,0,.26,0,.36S92,7,92,7H87.64a1.58,1.58,0,0,0,.17.63,1.31,1.31,0,0,0,.35.42,1.36,1.36,0,0,0,.46.24,1.88,1.88,0,0,0,.52.07,2,2,0,0,0,.37,0,1.75,1.75,0,0,0,.34-.1,1.52,1.52,0,0,0,.3-.17,1.37,1.37,0,0,0,.23-.21L91.74,9a2.53,2.53,0,0,1-.51.5,3.36,3.36,0,0,1-.64.37,3.52,3.52,0,0,1-.71.23,3.6,3.6,0,0,1-.73.08,3.73,3.73,0,0,1-1.08-.14,3.1,3.1,0,0,1-.84-.39,3.18,3.18,0,0,1-.64-.57,3.25,3.25,0,0,1-.47-.72,4.15,4.15,0,0,1-.3-.89,5.08,5.08,0,0,1-.11-1.09A4.61,4.61,0,0,1,86,4.9a3.68,3.68,0,0,1,.68-1.2,3.13,3.13,0,0,1,1-.78A3,3,0,0,1,89,2.63a2.74,2.74,0,0,1,1.3.3,2.91,2.91,0,0,1,1,.82A3.75,3.75,0,0,1,91.81,5,5.1,5.1,0,0,1,92,6.43ZM90.16,5.6a1.91,1.91,0,0,0-.11-.48,1.29,1.29,0,0,0-.24-.42,1.19,1.19,0,0,0-.39-.29,1.29,1.29,0,0,0-.56-.11,1,1,0,0,0-.47.1,1.1,1.1,0,0,0-.36.28,1.36,1.36,0,0,0-.24.41,1.91,1.91,0,0,0-.12.51Z"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="148.37" height="26.54" viewBox="0 0 148.37 26.54"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#ffd400;}</style></defs><title>cta-hover</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M0,0H148.37V26.54H0Z"/><path class="cls-2" d="M118.88,0h29.49V26.54H118.88Z"/><polygon class="cls-1" points="137.51 13.27 136.03 11.79 136.03 11.79 131.22 6.89 129.75 8.37 134.55 13.27 129.75 18.17 131.22 19.65 136.03 14.75 136.03 14.75 137.51 13.27"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="148.37" height="26.54" viewBox="0 0 148.37 26.54"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:#ffd400;}.cls-3{fill:#231f20;}</style></defs><title>cta-norm</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_3" data-name="Layer 3"><path class="cls-1" d="M0,0H148.37V26.54H0Z"/><path class="cls-2" d="M118.88,0h29.49V26.54H118.88Z"/><polygon class="cls-3" points="137.51 13.27 136.03 11.79 136.03 11.79 131.22 6.89 129.75 8.37 134.55 13.27 129.75 18.17 131.22 19.65 136.03 14.75 136.03 14.75 137.51 13.27"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * VERSION: 1.0.3 | ||
| 3 | * DATE: 2016-05-04 | ||
| 4 | * | ||
| 5 | * Requires: | ||
| 6 | * GSAP TweenMax (import com.greensock.*;) | ||
| 7 | * GASP drawSVG Plugin () | ||
| 8 | * This work is subject to the terms at http://greensock.com/standard-license or for | ||
| 9 | * Club GreenSock members, the software agreement that was issued with your membership. | ||
| 10 | * | ||
| 11 | * @license Copyright (c) 2016, Tenzing Communications Inc. All rights reserved. | ||
| 12 | * | ||
| 13 | * @author: Dan Rempel, dan@gotenzing.com | ||
| 14 | |||
| 15 | * Usage Example: | ||
| 16 | * var myEySvg = initEySvgFrame(10, 196, 193); // frame line weight, width, height | ||
| 17 | * document.getElementById("body").appendChild(myEySvg); | ||
| 18 | * animateEyFrame(2); // delay in seconds | ||
| 19 | * animateGradient(2); // delay in seconds | ||
| 20 | * animateFill(2); // delay in seconds | ||
| 21 | * | ||
| 22 | **/ | ||
| 23 | |||
| 24 | var eySvg;var eyStroke;var eyDot1;var eyDot2;var eyDot3;var eyGradient;var eyFill;var tl;var eyStrokeWeight;var eySvgHeight;var eySvgWidth;var eyAngleHeight;var eyDotSpacing;var eyDotDuration=0.2;var eyFrameDuration=1;var eyGradientDuration=1;var eyFillDuration=1;var eyColor='#FFD400';var svgNS='http://www.w3.org/2000/svg';var isForward=!0;var initEySvgFrame=function(b,d,f){tl=new TimelineMax({onStart:tlStart,onUpdate:tlUpdate,onComplete:tlComplete,onReverseComplete:tlReverseComplete}),eyDotSpacing=Math.floor(b*8.5/10),eyStrokeWeight=b,eySvgWidth=d,eySvgHeight=f;var h=10*Math.PI/180;eyAngleHeight=Math.tan(h)*(d-b);var a=document.createElementNS(svgNS,'svg');a.setAttribute('id','ey-frame'),a.setAttribute('width',d+'px'),a.setAttribute('height',f+'px'),a.setAttribute('viewBox','0 0 '+eySvgWidth+' '+eySvgHeight);var g=document.createElementNS(svgNS,'defs');a.appendChild(g);var c=document.createElementNS(svgNS,'linearGradient');c.setAttribute('id','linear-gradient'),c.setAttribute('x1','0%'),c.setAttribute('x2','0%'),c.setAttribute('y1','0%'),c.setAttribute('y2','100%'),g.appendChild(c);var e;return e=createStop({id:'stop-1',offset:'0%',color:'Black',opacity:'.7'}),c.appendChild(e),e=createStop({id:'stop-2',offset:'100%',color:'Black',opacity:'0'}),c.appendChild(e),eyGradient=createShape('ey-gradient','url(#linear-gradient)'),a.appendChild(eyGradient),eyDot1=createDot(1),a.appendChild(eyDot1),eyDot2=createDot(2),a.appendChild(eyDot2),eyDot3=createDot(3),a.appendChild(eyDot3),eyStroke=createPath('ey-stroke'),eyStroke.setAttribute('d',' M '+(eyStrokeWeight+eyDotSpacing)*3+' '+(eySvgHeight-b/2)+' H '+(d-b/2)+' V '+b/1.5+' L '+b/2+' '+(eyAngleHeight+b/2)+' V '+(f-b-eyDotSpacing)),a.appendChild(eyStroke),a;};var animateEyFrame=function(b){isForward=!0,tl.timeScale(1);var a=0;tl.fromTo(eyDot1,eyDotDuration,{drawSVG:'0'},{drawSVG:'0 '+(a+=eyStrokeWeight+eyDotSpacing),ease:Power1.easeInOut,delay:b}),tl.fromTo(eyDot2,eyDotDuration,{drawSVG:'0'},{drawSVG:'0 '+(a+=eyStrokeWeight+eyDotSpacing),ease:Power1.easeInOut}),tl.fromTo(eyDot3,eyDotDuration,{drawSVG:'0'},{drawSVG:'0 '+(a+=eyStrokeWeight+eyDotSpacing),ease:Power1.easeInOut}),tl.call(tlDotToLine,[]),tl.fromTo(eyStroke,eyFrameDuration,{drawSVG:'0'},{drawSVG:'0 100%',ease:Power1.easeIn});};var animateEyReverse=function(a){TweenMax.delayedCall(a,intAnimateEyReverse,[0]);};var animateGradient=function(a){tl.fromTo(eyGradient,0.5,{opacity:0},{opacity:1,delay:a});};var animateFill=function(a){(typeof eyFill==='undefined'||variable===null)&&(eyFill=createShape('ey-gradient',eyColor),eySvg.appendChild(eyFill)),tl.fromTo(eyFill,0.5,{y:eySvgHeight},{y:0,ease:Power2.easeIn,delay:a});};var createPath=function(b){var a=document.createElementNS(svgNS,'path');return a.setAttribute('id',b),a.setAttribute('fill','none'),a.setAttribute('stroke',eyColor),a.setAttribute('stroke-width',eyStrokeWeight),a.setAttribute('stroke-miterlimit','10'),a;};var createDot=function(b){var a=createPath('ey-dot'+b);return a.setAttribute('d',' M '+(eyStrokeWeight+eyDotSpacing)*(b-1)+' '+(eySvgHeight-eyStrokeWeight/2)+' h '+eyStrokeWeight),a;};var createShape=function(b,c){var a=document.createElementNS(svgNS,'path');return a.setAttribute('id',b),a.setAttribute('fill',c),a.setAttribute('d',' M 0 '+eySvgHeight+' H '+eySvgWidth+' V 2 '+' L 0 '+(eyAngleHeight+2)+' Z '),a;};var createStop=function(b){var a=document.createElementNS(svgNS,'stop');return a.setAttribute('id',b.id),a.setAttribute('offset',b.offset),a.setAttribute('stop-color',b.color),a.setAttribute('stop-opacity',b.opacity),a;};var intAnimateEyReverse=function(a){isForward=!1,tl.reverse(a),tl.timeScale;};var tlStart=function(){};var tlDotToLine=function(){isForward||tl.timeScale(4);};var tlUpdate=function(){};var tlComplete=function(){};var tlReverseComplete=function(){}; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="348.92" viewBox="0 0 300 348.92"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="150" y1="348.92" x2="150" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#231f20" stop-opacity="0"/><stop offset="1"/></linearGradient></defs><title>gradient</title><rect class="cls-1" width="300" height="348.92"/></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="67.45" height="79.03" viewBox="0 0 67.45 79.03"><defs><style>.cls-1{fill:#ffd400;}.cls-2{fill:#fff;}</style></defs><title>logo</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><polygon class="cls-1" points="54.03 0 0.01 19.72 54.04 10.17 54.04 0 54.03 0"/><path class="cls-2" d="M5.6,66.44a1.56,1.56,0,0,0-1-1.48,1.5,1.5,0,0,0,.76-1.31c0-1.1-.75-1.73-2.06-1.73H.48v6.65H3.28A2,2,0,0,0,5.6,66.44m-2.32,1H1.71V65.54H3.29c.67,0,1,.32,1,.94a.89.89,0,0,1-1,1m0-3H1.71V63h1.5c.59,0,.88.23.88.72,0,.32-.14.71-.81.71m3.17,2V63.7h1.2v2.68c0,.81.28,1.19.89,1.19s.9-.4.9-1.18V63.7h1.2v4.86H9.45v-.39a1.5,1.5,0,0,1-1.16.49c-1.6,0-1.84-1.39-1.84-2.22m18.31,2.11h-1.2V63.7h1.2v.41A1.58,1.58,0,0,1,26,63.6c1.16,0,1.78.77,1.78,2.22v2.75h-1.2V65.88c0-.81-.28-1.19-.88-1.19s-.92.41-.92,1.18ZM12.93,66.13v2.43h-1.2V63.7h1.2ZM14,62.28l1.2-.6v6.88H14ZM19,64a1.46,1.46,0,0,0-1.08-.45c-1.18,0-1.91,1-1.91,2.49s.7,2.58,1.88,2.58a1.52,1.52,0,0,0,1.1-.47v.37h1.2V61.68l-1.2.6Zm-.84,3.51c-.42,0-.92-.26-.92-1.5s.49-1.36.9-1.36a1,1,0,0,1,.86.47v1.91a1,1,0,0,1-.84.48m27-4a1.63,1.63,0,0,0-1.08.45V61.8l-1.2.6v6.16h1.2V68.2a1.5,1.5,0,0,0,1.1.47c1.2,0,1.88-.94,1.88-2.58s-.73-2.49-1.91-2.49M45,64.7c.44,0,.91.36.91,1.36s-.29,1.5-.88,1.5a1.16,1.16,0,0,1-.88-.46V65.19A1,1,0,0,1,45,64.7M31.55,64a1.51,1.51,0,0,0-1.08-.45c-1.17,0-1.9,1-1.9,2.49s.7,2.58,1.88,2.58a1.5,1.5,0,0,0,1.1-.47v.11c0,.53,0,1.26-1.55,1.29h-.05l.43.94h0a2.13,2.13,0,0,0,2.36-2.43V63.7h-1.2Zm0,1.13v1.91a1,1,0,0,1-.85.48c-.41,0-.91-.26-.91-1.5s.49-1.36.9-1.36a1,1,0,0,1,.86.47m4.93-.27a2.35,2.35,0,0,1,1.24-.34c.57,0,.87.24.87.7v.33a2.44,2.44,0,0,0-1-.23c-.89,0-1.94.42-1.94,1.59a1.66,1.66,0,0,0,1.8,1.72,1.62,1.62,0,0,0,1.17-.5v.4h1.2V65.28c0-1.06-.73-1.69-2-1.69a3.56,3.56,0,0,0-1.82.47Zm.34,2.05c0-.43.31-.69.83-.69a1.74,1.74,0,0,1,.94.24v.67a1.12,1.12,0,0,1-.94.51c-.51,0-.83-.28-.83-.73m14.14.2a1.38,1.38,0,0,1-1,.41,1,1,0,0,1-1.08-1.06h3c0-.1,0-.24,0-.36,0-1.54-.8-2.54-2-2.54a2.3,2.3,0,0,0-2.17,2.54,2.31,2.31,0,0,0,4,1.77Zm-2-1.53a1,1,0,0,1,.9-1,.94.94,0,0,1,.92,1Zm13.6,1.53a1.38,1.38,0,0,1-1,.41,1,1,0,0,1-1.08-1.06h3c0-.1,0-.24,0-.36,0-1.54-.8-2.54-2-2.54a2.3,2.3,0,0,0-2.18,2.54,2.31,2.31,0,0,0,4,1.77Zm-2-1.53a1,1,0,0,1,.9-1,.94.94,0,0,1,.92,1Zm-2.9,1.25c0,.43.16.65.52.65a1.59,1.59,0,0,0,.73-.22l-.14,1.13a2.2,2.2,0,0,1-1,.22,1.33,1.33,0,0,1-1.3-1.49V64.83h-.75V63.7h.75V62.45l1.2-.6V63.7h1.09v1.13H57.63ZM55.3,68.44a2.2,2.2,0,0,1-1,.22A1.33,1.33,0,0,1,53,67.18V64.83h-.75V63.7H53V62.45l1.2-.6V63.7h1v1.13h-1v2c0,.43.16.65.52.65a1.59,1.59,0,0,0,.73-.22Zm11.83-3.38a1.4,1.4,0,0,0-.79-.26c-.59,0-.87.36-.87,1.13v2.63h-1.2V63.7h1.2v.42a1.3,1.3,0,0,1,1.07-.52,1.55,1.55,0,0,1,.9.29Zm-54.2-2.52V63h-1.2v-1.2h1.2Zm8.36,1.16h1.2v4.86h-1.2Zm1.2-1.29V63h-1.2v-1.2h1.2Zm33,10.13a1.46,1.46,0,0,0-1.08-.45c-1.18,0-1.9,1-1.9,2.48s.7,2.58,1.88,2.58a1.52,1.52,0,0,0,1.1-.47v.37h1.2V70.17l-1.2.6ZM54.61,76c-.42,0-.92-.26-.92-1.51s.49-1.36.9-1.36a1,1,0,0,1,.86.47v1.91a1,1,0,0,1-.84.48m-39.93-2.5a1.41,1.41,0,0,0-.8-.26c-.59,0-.87.36-.87,1.13v2.63h-1.2V72.19H13v.42a1.3,1.3,0,0,1,1.07-.52,1.56,1.56,0,0,1,.9.29ZM5.23,72.19H6.42L5,77H4l-.54-2c-.09-.35-.2-.78-.26-1.06,0,.2-.18.8-.27,1.1l-.53,2h-1v0L0,72.19H1.24L1.68,74c.07.28.18.83.24,1.19.07-.36.2-.88.29-1.22l.51-1.79h1L4.25,74c.09.32.22.85.29,1.22.06-.31.16-.77.26-1.22Zm3.63-.11a2.56,2.56,0,0,0,0,5.08,2.56,2.56,0,0,0,0-5.08m0,3.94c-.6,0-1-.55-1-1.41s.39-1.41,1-1.41,1,.55,1,1.41S9.47,76,8.87,76m40.68-2.47a1.42,1.42,0,0,0-.8-.26c-.59,0-.86.36-.86,1.13v2.63h-1.2V72.19h1.2v.42A1.29,1.29,0,0,1,49,72.09a1.56,1.56,0,0,1,.91.29ZM40.1,72.19h1.19L39.91,77h-1l-.54-2c-.09-.35-.2-.78-.26-1.06,0,.2-.18.8-.27,1.1l-.53,2h-1v0l-1.37-4.83H36.1L36.55,74c.07.28.18.83.24,1.19.07-.36.2-.88.29-1.22l.51-1.79h1L39.12,74c.09.32.22.85.29,1.22.06-.31.15-.77.26-1.22Zm3.63-.11a2.56,2.56,0,1,0,2.21,2.54,2.31,2.31,0,0,0-2.21-2.54m0,3.94c-.6,0-1-.55-1-1.41s.39-1.41,1-1.41,1,.55,1,1.41-.39,1.41-1,1.41M18.26,73.79,19.73,77H18.41l-1-2.26-.64.8V77H15.56V70.78l1.19-.6V74c.15-.21.33-.45.46-.61l1-1.25h1.39ZM24,77.05h-1.2V72.19H24v.41a1.59,1.59,0,0,1,1.22-.51c1.16,0,1.78.77,1.78,2.22v2.75h-1.2V74.37c0-.81-.28-1.19-.88-1.19s-.92.41-.92,1.18Zm6.79-4.52a1.51,1.51,0,0,0-1.08-.45c-1.17,0-1.9,1-1.9,2.49s.7,2.58,1.88,2.58a1.51,1.51,0,0,0,1.1-.47v.11c0,.53,0,1.26-1.55,1.29h-.05l.42.94h0a2.13,2.13,0,0,0,2.36-2.43V72.19h-1.2Zm0,1.13v1.91a1,1,0,0,1-.85.48c-.42,0-.91-.26-.91-1.5s.49-1.36.9-1.36a1,1,0,0,1,.86.47M20.48,72.19h1.2v4.86h-1.2Zm1.2-1.29v.6h-1.2V70.3h1.2Zm28.75-.12,1.2-.6V77h-1.2ZM8.67,44.46h9.88V38.72H8.67V34.2H19.61L16,27.92H.48V55.25H22.34V49H8.67ZM36.89,27.92l-4.64,8.92-4.63-8.92H18.56l9.55,16.54v10.8h8.17V44.46l9.56-16.54Z"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <!DOCTYPE html> | ||
| 2 | <head> | ||
| 3 | |||
| 4 | </script> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <title>HTML5 GSAP Ad</title> | ||
| 7 | <meta name="ad.size" content="width=300,height=250"> | ||
| 8 | <!-- | ||
| 9 | <script type="text/javascript"> | ||
| 10 | |||
| 11 | // IAB source: modified to allow link testing | ||
| 12 | var clickTag = "http://thecommonwell.ca/wave"; | ||
| 13 | function getParameterByName(name) | ||
| 14 | { | ||
| 15 | var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search); | ||
| 16 | if (match == null || match == ""){ | ||
| 17 | return clickTag; | ||
| 18 | } else{ | ||
| 19 | return match && decodeURIComponent(match[1].replace(/\+/g, ' ')); | ||
| 20 | } | ||
| 21 | } | ||
| 22 | clickTag = getParameterByName('clickTag'); | ||
| 23 | |||
| 24 | </script> | ||
| 25 | --> | ||
| 26 | <script type="text/javascript" src="https://quickresource.eyereturn.com/eyebuild/eyebuild_1_19.js"></script> | ||
| 27 | <script type="text/javascript"> | ||
| 28 | window.onload = function() { | ||
| 29 | eyeBuild.initialize(); | ||
| 30 | } | ||
| 31 | </script> | ||
| 32 | |||
| 33 | |||
| 34 | <style> | ||
| 35 | |||
| 36 | body{ | ||
| 37 | margin: 0; | ||
| 38 | padding: 0; | ||
| 39 | width: 300px; | ||
| 40 | height: 250px; | ||
| 41 | line-height: 1.2; | ||
| 42 | font-size: 27px; | ||
| 43 | letter-spacing: .4; | ||
| 44 | color: #CD040B; | ||
| 45 | font-family: "Neue Haas Grotesk", Arial, sans-serif; | ||
| 46 | /*font-weight: 800;*/ /*BOLD-800, MEDIUM-600, ROMAN - 400*/ | ||
| 47 | font-style: normal; | ||
| 48 | } | ||
| 49 | |||
| 50 | a{ | ||
| 51 | text-decoration: none; | ||
| 52 | color: inherit; | ||
| 53 | } | ||
| 54 | #border{ | ||
| 55 | position: relative; | ||
| 56 | width: 300px; | ||
| 57 | height: 250px; | ||
| 58 | border: 1px solid #55565A; | ||
| 59 | overflow: hidden; | ||
| 60 | cursor: pointer; | ||
| 61 | box-sizing: border-box; | ||
| 62 | background: url(assets/back2.jpg); | ||
| 63 | /* background: url(guide1.png); */ | ||
| 64 | background-position-x: 0px; | ||
| 65 | |||
| 66 | } | ||
| 67 | |||
| 68 | #logo{ | ||
| 69 | position: absolute; | ||
| 70 | width: 55px; | ||
| 71 | height: auto; | ||
| 72 | right: 16px; | ||
| 73 | bottom:18px; | ||
| 74 | opacity: 0; | ||
| 75 | } | ||
| 76 | #legal{ | ||
| 77 | position: absolute; | ||
| 78 | width: 180px; | ||
| 79 | height: auto; | ||
| 80 | left: 9px; | ||
| 81 | bottom:6px; | ||
| 82 | } | ||
| 83 | #ey-frame{ | ||
| 84 | position: absolute; | ||
| 85 | left: 17px; | ||
| 86 | top:16px; | ||
| 87 | z-index: 9; | ||
| 88 | } | ||
| 89 | #txt{ | ||
| 90 | position: absolute; | ||
| 91 | width: 112px; | ||
| 92 | height: auto; | ||
| 93 | left: 35px; | ||
| 94 | top:63px; | ||
| 95 | z-index: 10; | ||
| 96 | opacity: 0; | ||
| 97 | } | ||
| 98 | #gradient{ | ||
| 99 | position: absolute; | ||
| 100 | opacity: .15; | ||
| 101 | } | ||
| 102 | #dot-1, #dot-2, #dot-3, #dot-txt{ | ||
| 103 | position: absolute; | ||
| 104 | left: -12px; | ||
| 105 | top: 61px; | ||
| 106 | width:11px; | ||
| 107 | height: 11px; | ||
| 108 | background-color: #FFD400; | ||
| 109 | } | ||
| 110 | #dot-txt{ | ||
| 111 | left:-12px; | ||
| 112 | top:90px; | ||
| 113 | opacity: 1; | ||
| 114 | } | ||
| 115 | #border #cta{ | ||
| 116 | position: absolute; | ||
| 117 | left: 23px; | ||
| 118 | top:169px; | ||
| 119 | width:148px; | ||
| 120 | height: 26px; | ||
| 121 | opacity: 0; | ||
| 122 | background: url(assets/cta-norm.svg); | ||
| 123 | } | ||
| 124 | #border:hover #cta{ | ||
| 125 | background: url(assets/cta-hover.svg); | ||
| 126 | } | ||
| 127 | #cta img{ | ||
| 128 | width: 92px; | ||
| 129 | height:auto; | ||
| 130 | margin: 8px 5px 5px 9px; | ||
| 131 | display: block; | ||
| 132 | } | ||
| 133 | #tag1, #tag2, #tag3{ | ||
| 134 | position: absolute; | ||
| 135 | left: 19px; | ||
| 136 | top:85px; | ||
| 137 | width:208px; | ||
| 138 | height: auto; | ||
| 139 | opacity: 0; | ||
| 140 | } | ||
| 141 | #tag2{ | ||
| 142 | width:196px; | ||
| 143 | } | ||
| 144 | #tag3{ | ||
| 145 | width:238px; | ||
| 146 | } | ||
| 147 | #tag-mask{ | ||
| 148 | position: absolute; | ||
| 149 | width:0; | ||
| 150 | height:100%; | ||
| 151 | overflow: hidden; | ||
| 152 | } | ||
| 153 | |||
| 154 | |||
| 155 | |||
| 156 | </style> | ||
| 157 | </head> | ||
| 158 | |||
| 159 | <body> | ||
| 160 | <a href="javascript:eyeBuild.doClick(0)" class="cta"> | ||
| 161 | <div id="border"> | ||
| 162 | <img id="logo" src="assets/logo.svg" alt="logo"> | ||
| 163 | <!-- <img id="legal" src="assets/legal.png" alt="legal"> --> | ||
| 164 | <img id="txt" src="assets/copy2.svg" alt="copy2"> | ||
| 165 | |||
| 166 | <img id="gradient" src="assets/gradient.svg" alt="gradient"> | ||
| 167 | <div id="dot-1"></div> | ||
| 168 | <div id="dot-2"></div> | ||
| 169 | <div id="dot-3"></div> | ||
| 170 | |||
| 171 | <div id="cta"><img src="assets/cta-copy.svg" alt="cta"></div> | ||
| 172 | <div id="tag-mask"> | ||
| 173 | <img id="tag1" src="assets/copy-betterquestion.svg" alt="The better the question"> | ||
| 174 | <img id="tag2" src="assets/copy-betteranswer.svg" alt="The better the answer"> | ||
| 175 | <img id="tag3" src="assets/copy-betterworks.svg" alt="The better the world works."> | ||
| 176 | </div> | ||
| 177 | <div id="dot-txt"></div> | ||
| 178 | |||
| 179 | <!-- | ||
| 180 | |||
| 181 | --> | ||
| 182 | |||
| 183 | </div> | ||
| 184 | </a> | ||
| 185 | |||
| 186 | <!-- GREENSOCK--> | ||
| 187 | <script src="assets/TweenMax.min.js"></script> | ||
| 188 | <script src="assets/DrawSVGPlugin.min.js"></script> | ||
| 189 | <script src="assets/ey-frame-svg-1.0.3.min.js"></script> | ||
| 190 | |||
| 191 | <script> | ||
| 192 | |||
| 193 | function stage1(){ | ||
| 194 | var tl = new TimelineMax(); /* {repeat:2, repeatDelay:2} */ | ||
| 195 | |||
| 196 | var d=.4; | ||
| 197 | |||
| 198 | |||
| 199 | tl.to("#logo", .7, {opacity:1, ease:Power1.easeInOut, delay:-.5 }); | ||
| 200 | tl.from("#border", 1.5, {backgroundPosition:"-109px 0", ease:Power1.easeInOut, delay:-.5 }); | ||
| 201 | |||
| 202 | var myeySvg = initEySvgFrame(7, 151, 127); | ||
| 203 | document.getElementById("border").appendChild(myeySvg); | ||
| 204 | animateEyFrame(.2); | ||
| 205 | animateGradient(.2); | ||
| 206 | |||
| 207 | tl.to("#txt", d, {opacity:1, ease:Power1.easeInOut, delay:0 }); | ||
| 208 | tl.to("#txt", d, {opacity:0, ease:Power1.easeInOut, delay:5.5 }); | ||
| 209 | |||
| 210 | //animateFill(3.3); | ||
| 211 | /* | ||
| 212 | tl.to("#txt2", d, {opacity:1, ease:Power1.easeInOut, delay:0 }); | ||
| 213 | tl.to("#txt2", d, {opacity:0, ease:Power1.easeInOut, delay:4 }); | ||
| 214 | */ | ||
| 215 | |||
| 216 | animateEyReverse(7.5); | ||
| 217 | |||
| 218 | // phase 2 | ||
| 219 | |||
| 220 | /* tl.to("#gradient", d, {opacity:1, ease:Power1.easeInOut, delay:1 }); */ | ||
| 221 | tl.to("#logo", .7, {scaleX:1.23, scaleY:1.23, bottom:36, right:35, ease:Power1.easeInOut, delay:.5 }); | ||
| 222 | |||
| 223 | tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:-1.2 }); | ||
| 224 | tl.fromTo("#dot-txt", d, {left:-12}, {left:312, ease:Linear.easeNone, delay:-d}); | ||
| 225 | tl.to("#tag1", d, {opacity:1, ease:Linear.easeNone, delay:-d }); | ||
| 226 | tl.fromTo("#dot-1", d, {left:-12, opacity:1}, {left:59, opacity:1, ease:Power3.easeOut, delay:0}); | ||
| 227 | tl.to("#tag1", d, {opacity:0, ease:Linear.easeNone, delay:1 }); | ||
| 228 | |||
| 229 | tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 }); | ||
| 230 | tl.fromTo("#dot-txt", d, {left:-12}, {left:312, ease:Linear.easeNone, delay:-d}); | ||
| 231 | tl.to("#tag2", d, {opacity:1, ease:Linear.easeNone, delay:-d }); | ||
| 232 | tl.fromTo("#dot-2", d, {left:-12}, {left:39, ease:Power3.easeOut, delay:0}); | ||
| 233 | tl.to("#tag2", d, {opacity:0, ease:Linear.easeNone, delay:1 }); | ||
| 234 | |||
| 235 | tl.fromTo("#tag-mask", d, {width:0}, {width:320, ease:Linear.easeNone, delay:0 }); | ||
| 236 | tl.fromTo("#dot-txt", d, {left:-12}, {left:312, ease:Linear.easeNone, delay:-d}); | ||
| 237 | tl.to("#tag3", d, {opacity:1, ease:Linear.easeNone, delay:-d }); | ||
| 238 | tl.fromTo("#dot-3", d, {left:-12}, {left:19, ease:Power3.easeOut, delay:0}); | ||
| 239 | |||
| 240 | tl.to("#cta", d, {opacity:1, ease:Linear.easeNone, delay:0 }); | ||
| 241 | |||
| 242 | |||
| 243 | |||
| 244 | console.log( "time: " + tl.totalDuration() ); | ||
| 245 | } | ||
| 246 | |||
| 247 | //--------------------- | ||
| 248 | stage1(); | ||
| 249 | |||
| 250 | |||
| 251 | |||
| 252 | </script> | ||
| 253 | |||
| 254 | </body> | ||
| 255 | |||
| 256 | </html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | /*! | ||
| 2 | * VERSION: 0.0.10 | ||
| 3 | * DATE: 2016-02-11 | ||
| 4 | * UPDATES AND DOCS AT: http://greensock.com | ||
| 5 | * | ||
| 6 | * @license Copyright (c) 2008-2016, GreenSock. All rights reserved. | ||
| 7 | * DrawSVGPlugin is a Club GreenSock membership benefit; You must have a valid membership to use | ||
| 8 | * this code without violating the terms of use. Visit http://greensock.com/club/ to sign up or get more details. | ||
| 9 | * This work is subject to the software agreement that was issued with your membership. | ||
| 10 | * | ||
| 11 | * @author: Jack Doyle, jack@greensock.com | ||
| 12 | */ | ||
| 13 | var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";function a(a,b,c,d){return c=parseFloat(c)-parseFloat(a),d=parseFloat(d)-parseFloat(b),Math.sqrt(c*c+d*d)}function b(a){return"string"!=typeof a&&a.nodeType||(a=_gsScope.TweenLite.selector(a),a.length&&(a=a[0])),a}function c(a,b,c){var d,e,f=a.indexOf(" ");return-1===f?(d=void 0!==c?c+"":a,e=a):(d=a.substr(0,f),e=a.substr(f+1)),d=-1!==d.indexOf("%")?parseFloat(d)/100*b:parseFloat(d),e=-1!==e.indexOf("%")?parseFloat(e)/100*b:parseFloat(e),d>e?[e,d]:[d,e]}function d(c){if(!c)return 0;c=b(c);var d,e,f,g,i,j,k,l=c.tagName.toLowerCase();if("path"===l){g=c.style.strokeDasharray,c.style.strokeDasharray="none",d=c.getTotalLength()||0;try{e=c.getBBox()}catch(m){}c.style.strokeDasharray=g}else if("rect"===l)d=2*c.getAttribute("width")+2*c.getAttribute("height");else if("circle"===l)d=2*Math.PI*parseFloat(c.getAttribute("r"));else if("line"===l)d=a(c.getAttribute("x1"),c.getAttribute("y1"),c.getAttribute("x2"),c.getAttribute("y2"));else if("polyline"===l||"polygon"===l)for(f=c.getAttribute("points").match(h)||[],"polygon"===l&&f.push(f[0],f[1]),d=0,i=2;i<f.length;i+=2)d+=a(f[i-2],f[i-1],f[i],f[i+1])||0;else"ellipse"===l&&(j=parseFloat(c.getAttribute("rx")),k=parseFloat(c.getAttribute("ry")),d=Math.PI*(3*(j+k)-Math.sqrt((3*j+k)*(j+3*k))));return d||0}function e(a,c){if(!a)return[0,0];a=b(a),c=c||d(a)+1;var e=g(a),f=e.strokeDasharray||"",h=parseFloat(e.strokeDashoffset),i=f.indexOf(",");return 0>i&&(i=f.indexOf(" ")),f=0>i?c:parseFloat(f.substr(0,i))||1e-5,f>c&&(f=c),[Math.max(0,-h),Math.max(0,f-h)]}var f,g=document.defaultView?document.defaultView.getComputedStyle:function(){},h=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi;f=_gsScope._gsDefine.plugin({propName:"drawSVG",API:2,version:"0.0.10",global:!0,overwriteProps:["drawSVG"],init:function(a,b,f){if(!a.getBBox)return!1;var g,h,i,j=d(a)+1;return this._style=a.style,b===!0||"true"===b?b="0 100%":b?-1===(b+"").indexOf(" ")&&(b="0 "+b):b="0 0",g=e(a,j),h=c(b,j,g[0]),this._length=j+10,0===g[0]&&0===h[0]?(i=Math.max(1e-5,h[1]-j),this._dash=j+i,this._offset=j-g[1]+i,this._addTween(this,"_offset",this._offset,j-h[1]+i,"drawSVG")):(this._dash=g[1]-g[0]||1e-6,this._offset=-g[0],this._addTween(this,"_dash",this._dash,h[1]-h[0]||1e-5,"drawSVG"),this._addTween(this,"_offset",this._offset,-h[0],"drawSVG")),!0},set:function(a){this._firstPT&&(this._super.setRatio.call(this,a),this._style.strokeDashoffset=this._offset,1===a||0===a?this._style.strokeDasharray=this._offset<.001&&this._length-this._dash<=10?"none":this._offset===this._dash?"0px, 999999px":this._dash+"px,"+this._length+"px":this._style.strokeDasharray=this._dash+"px,"+this._length+"px")}}),f.getLength=d,f.getPosition=e}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff could not be displayed because it is too large.
17.5 KB
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="196" height="14.76" viewBox="0 0 196 14.76"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betteranswer</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M137.51,16.95v-1a4.12,4.12,0,0,1-2.87,1.26A3.38,3.38,0,0,1,131,13.64c0-2.33,1.79-3.39,4.17-3.39a5.78,5.78,0,0,1,2.33.4V9.87c0-1.14-.7-1.77-2-1.77a5.29,5.29,0,0,0-2.73.66L132,7.19a6.49,6.49,0,0,1,3.59-.94c2.33,0,3.93,1.14,3.93,3.51v7.18Zm0-4.47a5.17,5.17,0,0,0-2.39-.46c-1.32,0-2.15.6-2.15,1.56s.66,1.74,2,1.74A3.29,3.29,0,0,0,137.51,14Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M148.24,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V6.48h2.05v1a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M156,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16S157,13,155.49,12.4c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L158.64,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C160,16.39,158.08,17.17,156,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M171.54,16.95h-1.75l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L161.27,6.48h2l1.24,5.09c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29L167,6.48h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M184.6,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C184.66,11.88,184.62,12.22,184.6,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C182.49,9.31,181.81,8.11,180.12,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M192.3,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M195.37,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,195.37,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="208.15" height="18.39" viewBox="0 0 208.15 18.39"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betterquestion</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M137.81,20.8V15.95a4,4,0,0,1-2.73,1.22c-2.25,0-4-1.64-4-5.62,0-3.59,2-5.28,4.13-5.28a3.72,3.72,0,0,1,2.63,1.2v-1h2V19.74Zm0-11.27a3.35,3.35,0,0,0-2.45-1.38c-1.48,0-2.27,1.12-2.27,3.33,0,2.63.84,3.79,2.35,3.79a3.22,3.22,0,0,0,2.37-1.34Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M148.55,16.95v-1a3.21,3.21,0,0,1-2.63,1.22c-2.43,0-3.73-1.6-3.73-4.69v-6h2.05V12.4c0,2.11.8,2.87,2.15,2.87s2.15-1,2.15-2.67V6.48h2.05V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M161.48,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C161.54,11.88,161.5,12.22,161.48,12.44ZM157,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C159.36,9.31,158.68,8.11,157,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M166.88,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16s-.92-1.18-2.43-1.75c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L169.49,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C170.81,16.39,168.93,17.17,166.88,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M177.84,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6H172V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M181.41,5.12a1.33,1.33,0,1,1,1.32-1.32A1.33,1.33,0,0,1,181.41,5.12Zm-1,11.83V6.48h2.05V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M189.07,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C193.79,15.13,191.76,17.17,189.07,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C191.72,9.59,190.7,8.21,189,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M202.09,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V6.48h2.05v1a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M207.51,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,207.51,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | <svg xmlns="http://www.w3.org/2000/svg" width="238.05" height="14.76" viewBox="0 0 238.05 14.76"><defs><style>.cls-1{fill:#fff;}</style></defs><title>copy-betterworks</title><g id="Layer_2" data-name="Layer 2"><g id="Graphics"><path class="cls-1" d="M7.1,5V16.95H5V5H.94V3H11.17V5Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M19.38,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12H13V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M32.22,12.44H25.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C32.28,11.88,32.24,12.22,32.22,12.44ZM27.74,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C30.11,9.31,29.43,8.11,27.74,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M43.68,17.17A3.72,3.72,0,0,1,41.05,16v1H39V3.47l2-1.06V7.47a4,4,0,0,1,2.73-1.22c2.25,0,4,1.64,4,5.62C47.81,15.47,45.86,17.17,43.68,17.17Zm-.28-9A3.22,3.22,0,0,0,41,9.49V13.9a3.35,3.35,0,0,0,2.45,1.38c1.48,0,2.27-1.12,2.27-3.33C45.76,9.31,44.92,8.15,43.41,8.15Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M58.22,12.44H51.3c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C58.28,11.88,58.24,12.22,58.22,12.44ZM53.73,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C56.11,9.31,55.43,8.11,53.73,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M65.24,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H62.88V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M72.67,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35H70.32V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M83.54,12.44H76.62c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C83.6,11.88,83.56,12.22,83.54,12.44ZM79.05,8.11c-1.38,0-2.21,1-2.39,2.63h4.87C81.43,9.31,80.75,8.11,79.05,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M91.24,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6H85.55V6.48h2.05v1A2.9,2.9,0,0,1,90,6.26a3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M103.08,16.69a4.17,4.17,0,0,1-2,.48c-1.46,0-2.35-.9-2.35-2.77v-6h-1.5V6.48h1.5v-3l2-1.08V6.48h2.59V8.35h-2.59V14c0,1,.32,1.26,1.08,1.26a3.28,3.28,0,0,0,1.52-.42Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M111.87,16.95V11c0-2.11-.8-2.87-2.15-2.87s-2.15,1-2.15,2.67v6.12h-2.05V3.48l2.05-1.08V7.47a3.2,3.2,0,0,1,2.63-1.22c2.43,0,3.73,1.6,3.73,4.69v6Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M124.71,12.44h-6.92c.22,2,1.36,2.87,2.63,2.87a3.67,3.67,0,0,0,2.27-.84l1.22,1.32a4.87,4.87,0,0,1-3.61,1.38c-2.45,0-4.53-2-4.53-5.44s1.87-5.46,4.59-5.46c3,0,4.41,2.41,4.41,5.25C124.77,11.88,124.73,12.22,124.71,12.44Zm-4.49-4.33c-1.38,0-2.21,1-2.39,2.63h4.87C122.6,9.31,121.92,8.11,120.22,8.11Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M141.06,16.95H139.3l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L130.79,6.48h2l1.24,5.09c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29l1.4-5.09h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M149.79,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C154.52,15.13,152.48,17.17,149.79,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C152.44,9.59,151.43,8.21,149.77,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M162.13,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M164.28,16.95V3.48l2.05-1.08V16.95Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M175.17,16.95v-1a4,4,0,0,1-2.73,1.22c-2.25,0-4-1.64-4-5.62,0-3.59,2-5.28,4.13-5.28a3.72,3.72,0,0,1,2.63,1.2v-4l2-1.06V16.95Zm0-7.42a3.35,3.35,0,0,0-2.45-1.38c-1.48,0-2.27,1.12-2.27,3.33,0,2.63.84,3.79,2.35,3.79a3.22,3.22,0,0,0,2.37-1.34Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M194,16.95h-1.75l-1.42-5.29c-.22-.8-.44-1.73-.54-2.23-.1.5-.32,1.46-.54,2.25l-1.4,5.27h-1.75L183.7,6.48h2L187,11.56c.2.8.42,1.79.52,2.29.12-.52.36-1.48.58-2.29l1.4-5.09h1.66l1.42,5.11c.22.82.44,1.75.56,2.27.12-.52.32-1.5.52-2.29l1.24-5.09h2Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M202.71,17.17c-2.63,0-4.61-2.17-4.61-5.44,0-3.43,2-5.46,4.67-5.46s4.67,2.13,4.67,5.4C207.43,15.13,205.4,17.17,202.71,17.17Zm0-9c-1.56,0-2.51,1.38-2.51,3.45,0,2.29,1.06,3.55,2.61,3.55s2.57-1.58,2.57-3.49C205.36,9.59,204.34,8.21,202.69,8.21Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M215,8.65a3.07,3.07,0,0,0-1.58-.38c-1.3,0-2.05.92-2.05,2.69v6h-2.05V6.48h2.05v1a2.9,2.9,0,0,1,2.39-1.22,3,3,0,0,1,1.78.44Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M223.06,16.95l-2.31-5.21-1.59,2.11v3.09H217.1V3.48l2.05-1.08V9c0,.64,0,1.72,0,2.23l1.16-1.72,2.17-3.05h2.33L222.14,10l3.15,7Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M230.44,17.17a7.15,7.15,0,0,1-4-1.34l.94-1.56a5.5,5.5,0,0,0,3.05,1c1.3,0,1.92-.42,1.92-1.16s-.92-1.18-2.43-1.75c-2.25-.88-3.07-1.64-3.07-3.29,0-1.87,1.48-2.85,3.57-2.85a6.23,6.23,0,0,1,3.55,1.16L233,9a4.56,4.56,0,0,0-2.71-.9c-1,0-1.44.4-1.44,1s.36.9,1.93,1.52c2.33.9,3.53,1.54,3.53,3.51C234.37,16.39,232.49,17.17,230.44,17.17Z" transform="translate(-0.94 -2.41)"/><path class="cls-1" d="M237.42,17.17a1.59,1.59,0,0,1-1.58-1.58,1.58,1.58,0,1,1,3.15,0A1.59,1.59,0,0,1,237.42,17.17Z" transform="translate(-0.94 -2.41)"/></g></g></svg> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
13.9 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
35.4 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
15.4 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
33.7 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
15.5 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
34.9 KB
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
41.3 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1.34 KB
2.57 KB
This diff is collapsed.
Click to expand it.
37.5 KB
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
39.7 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
8.23 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
26.2 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
6.91 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
24.4 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
8.47 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
25.6 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
6.66 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
23.1 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
7.21 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
22.7 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
7.45 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
23.8 KB
-
Please register or sign in to post a comment