| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* Welcome Page. |
| 5 |
* |
| 6 |
* @link https://plugins360.com |
| 7 |
* @since 1.0.0 |
| 8 |
* |
| 9 |
* @package Automatic_YouTube_Gallery |
| 10 |
*/ |
| 11 |
?> |
| 12 |
|
| 13 |
<div id="ayg-welcome" class="wrap about-wrap full-width-layout ayg-welcome"> |
| 14 |
<h1><?php printf( esc_html__( 'Welcome to "Automatic YouTube Gallery - %s"', 'automatic-youtube-gallery' ), AYG_VERSION ); ?></h1> |
| 15 |
|
| 16 |
<p class="about-text"> |
| 17 |
<?php esc_html_e( 'Create responsive, modern & dynamic video galleries by simply mapping a YouTube USERNAME, CHANNEL, PLAYLIST, SEARCH TERM or a custom list of YouTube URLs.', 'automatic-youtube-gallery' ); ?> |
| 18 |
</p> |
| 19 |
|
| 20 |
<div class="wp-badge"><?php printf( esc_html__( 'Version %s', 'automatic-youtube-gallery' ), AYG_VERSION ); ?></div> |
| 21 |
|
| 22 |
<p class="about-description"> |
| 23 |
<?php esc_html_e( 'To get started, watch our few seconds intro below.', 'automatic-youtube-gallery' ); ?> |
| 24 |
</p> |
| 25 |
|
| 26 |
<div class="headline-feature feature-video"> |
| 27 |
<iframe width="560" height="315" src="https://www.youtube.com/embed/a90OGk42fJ4?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 28 |
</div> |
| 29 |
|
| 30 |
<p class="ayg-text-center"> |
| 31 |
<a href="<?php echo esc_url( admin_url( 'admin.php?page=automatic-youtube-gallery' ) ); ?>" class="button button-primary button-hero"><?php esc_html_e( 'Let\'s Get Started', 'automatic-youtube-gallery' ); ?></a> |
| 32 |
</p> |
| 33 |
|
| 34 |
<p class="about-description"><?php esc_html_e( 'Need Help?', 'automatic-youtube-gallery' ); ?></p> |
| 35 |
|
| 36 |
<div class="changelog"> |
| 37 |
<div class="two-col"> |
| 38 |
<div class="col"> |
| 39 |
<h3><?php esc_html_e( 'Phenomenal Support', 'automatic-youtube-gallery' ); ?></h3> |
| 40 |
|
| 41 |
<p> |
| 42 |
<?php printf( __( 'We do our best to provide the best support we can. If you encounter a problem or have a question, simply submit your question using our <a href="%s" target="_blank">support form</a>.', 'automatic-youtube-gallery' ), 'https://wordpress.org/support/plugin/automatic-youtube-gallery' ); ?> |
| 43 |
</p> |
| 44 |
</div> |
| 45 |
|
| 46 |
<div class="col"> |
| 47 |
<h3><?php esc_html_e( 'Need Even Faster Support?', 'aautomatic-video-gallery' ); ?></h3> |
| 48 |
|
| 49 |
<p> |
| 50 |
<?php printf( __( 'Our <a href="%s" target="_blank">Priority Support</a> system is there for customers that need faster and/or more in-depth assistance.', 'automatic-youtube-gallery' ), 'https://plugins360.com/support/' ); ?> |
| 51 |
</p> |
| 52 |
</div> |
| 53 |
</div> |
| 54 |
</div> |
| 55 |
</div> |
| 56 |
|