getting-started.blade.php
11 lines
| 1 | <div class="iawp-getting-started-notice"> |
| 2 | <div class="notice-text"> |
| 3 | <span><?php esc_html_e('Getting Started Video Tutorial', 'independent-analytics'); ?></span> |
| 4 | <p><?php esc_html_e('Learn how to use all the features in Independent Analytics.', 'independent-analytics'); ?></p> |
| 5 | </div> |
| 6 | <div class="video-thumbnail"> |
| 7 | <a href="https://independentwp.com/knowledgebase/dashboard/getting-started/?utm_source=User+Dashboard&utm_medium=WP+Admin&utm_campaign=Getting+Started+Notice" target="_blank" class="overlay-link">Watch the video</a> |
| 8 | <img src="<?php echo iawp_url_to('img/getting-started-video-thumbnail.png') ?>" /> |
| 9 | </div> |
| 10 | <button class="close-button dismiss-notice" data-notice-id="iawp_show_gsg"><span class="dashicons dashicons-no"></span></button> |
| 11 | </div> |