File: /var/www/vhosts/aceitunaslosada.com/insta-gallery/includes/view/backend/pages/welcome.php
<div class="wrap about-wrap full-width-layout">
<div class="has-2-columns is-wider-left" style="max-width: 100%">
<div class="column">
<div class="welcome-header">
<h1><?php echo QLIGG_PLUGIN_NAME; ?> <span style="font-size: 24px;color: #555;">v<?php echo QLIGG_PLUGIN_VERSION; ?></span></h1>
<div class="about-text">
<?php esc_html_e('Hello we\'re QuadLayers! We\'ve recently acquired this plugin. We will do our absolute best to support it and fix all the issues.', 'insta-gallery'); ?>
</div>
</div>
<hr />
<div class="feature-section" style="margin: 15px 0;">
<h3><?php esc_html_e('Premium', 'insta-gallery'); ?></h3>
<p>
<?php printf(esc_html__('Thank you for choosing our %s plugin for WordPress! Here you can see our demo and test the features we offer in the premium version.', 'insta-gallery'), QLIGG_PLUGIN_NAME); ?>
</p>
<a style="background-color: #006cff;color: #ffffff;text-decoration: none;padding: 10px 30px;border-radius: 30px;margin: 10px 0 0 0;display: inline-block;" target="_blank" href="<?php echo esc_url(QLIGG_PURCHASE_URL); ?>"><?php esc_html_e('Purchase Now', 'insta-gallery'); ?></a>
</div>
<div class="feature-section" style="margin: 15px 0;">
<h3><?php esc_html_e('Demo', 'insta-gallery'); ?></h3>
<p>
<?php printf(esc_html__('Thank you for choosing our %s plugin for WordPress! Here you can see our demo and test the features we offer in the premium version.', 'insta-gallery'), QLIGG_PLUGIN_NAME); ?>
</p>
<a style="background-color: #ffffff;color: #626262;text-decoration: none;padding: 10px 30px;border-radius: 30px;margin: 10px 0 0 0;display: inline-block;" target="_blank" href="<?php echo QLIGG_DEMO_URL; ?>"><?php esc_html_e('View demo', 'insta-gallery'); ?></a>
</div>
<div class="feature-section" style="margin: 15px 0;">
<h3><?php esc_html_e('Support', 'insta-gallery'); ?></h3>
<p>
<?php printf(esc_html__('If you have any doubt or you find any issue don\'t hesitate to contact us through our ticket system or join our community to meet other %s users.', 'insta-gallery'), QLIGG_PLUGIN_NAME); ?>
</p>
<a style="background-color: #ffffff;color: #626262;text-decoration: none;padding: 10px 30px;border-radius: 30px;margin: 10px 0 0 0;display: inline-block;" target="_blank" href="<?php echo QLIGG_SUPPORT_URL; ?>"><?php esc_html_e('Submit ticket', 'insta-gallery'); ?></a>
</div>
<div class="feature-section" style="margin: 15px 0;">
<h3><?php esc_html_e('Community', 'insta-gallery'); ?></h3>
<p>
<?php printf(esc_html__('If you want to get in touch with other %s users or be aware of our promotional discounts join our community now.', 'insta-gallery'), QLIGG_PLUGIN_NAME); ?>
</p>
<a style="background-color: #ffffff;color: #626262;text-decoration: none;padding: 10px 30px;border-radius: 30px;margin: 10px 0 0 0;display: inline-block;" target="_blank" href="<?php echo QLIGG_GROUP_URL; ?>"><?php esc_html_e('Join our community', 'insta-gallery'); ?></a>
</div>
</div>
<div class="column">
<img src="<?php echo plugins_url('/assets/backend/img/mobile.png', QLIGG_PLUGIN_FILE); ?>">
</div>
</div>
</div>