ee
Showing
1 changed file
with
9 additions
and
3 deletions
| ... | @@ -7,15 +7,21 @@ | ... | @@ -7,15 +7,21 @@ |
| 7 | 7 | ||
| 8 | // Exit if accessed directly. | 8 | // Exit if accessed directly. |
| 9 | defined( 'ABSPATH' ) || exit; | 9 | defined( 'ABSPATH' ) || exit; |
| 10 | |||
| 10 | ?> | 11 | ?> |
| 12 | <style> | ||
| 13 | div#page { | ||
| 11 | 14 | ||
| 15 | } | ||
| 16 | </style> | ||
| 17 | <div style="background-image: url(https://yournumbers.ca/wp-content/uploads/2022/03/FP_WYN-Website-Shy1_F-scaled-1.jpg); | ||
| 18 | background-repeat: no-repeat; | ||
| 19 | background-size: 100%;"> | ||
| 12 | <?php | 20 | <?php |
| 13 | echo do_shortcode('[smartslider3 slider="2"]'); | 21 | echo do_shortcode('[smartslider3 slider="2"]'); |
| 14 | echo do_shortcode('[smartslider3 slider="4"]'); | 22 | echo do_shortcode('[smartslider3 slider="4"]'); |
| 15 | |||
| 16 | |||
| 17 | |||
| 18 | ?> | 23 | ?> |
| 24 | </div> | ||
| 19 | 25 | ||
| 20 | 26 | ||
| 21 | <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1958.05 877.97"> | 27 | <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1958.05 877.97"> | ... | ... |
-
Please register or sign in to post a comment