| 1 |
<?php |
| 2 |
/** |
| 3 |
* Main Page |
| 4 |
* |
| 5 |
* @package Wow_Plugin |
| 6 |
* @subpackage Wow-Company/Main |
| 7 |
* @author Wow-Company <givememony1982@gmail.com> |
| 8 |
* @copyright 2019 Wow-Company (Wow-Company) |
| 9 |
* @license GNU Public License |
| 10 |
* @version 0.1 |
| 11 |
*/ |
| 12 |
|
| 13 |
if ( ! defined( 'ABSPATH' ) ) { |
| 14 |
exit; |
| 15 |
} |
| 16 |
$logo = plugin_dir_url( __FILE__ ) . 'image/icon.png'; |
| 17 |
?> |
| 18 |
|
| 19 |
<div class="wrap full-width-layout wow-page"> |
| 20 |
<div class="about-wrap"> |
| 21 |
|
| 22 |
<h1>Welcome</h1> |
| 23 |
|
| 24 |
<p class="about-text"> |
| 25 |
Congratulations! You are about to use one of our plugins. </p> |
| 26 |
|
| 27 |
<div class="wow-badge" style="display: none;"> |
| 28 |
<img src="<?php echo esc_url( $logo ); ?>"> |
| 29 |
</div> |
| 30 |
|
| 31 |
</div> |
| 32 |
|
| 33 |
<div class="about-wrap"> |
| 34 |
|
| 35 |
<p>Since June 2016, we write <strong>plugins</strong> for websites running on the <strong>WordPress</strong> |
| 36 |
platform.</p> |
| 37 |
|
| 38 |
<p>In the beginning, Wow-Company was more like a hobby, uniting friends. The more time and efforts were invested |
| 39 |
in cooperation – the more obvious it became to us an opting for full focus on the project. When we finished |
| 40 |
the first plugin for <strong>WordPress sites,</strong> received satisfaction from a well-done job and |
| 41 |
positive customer reviews confirmed our intention to continue the work.</p> |
| 42 |
|
| 43 |
<h3>Principles and attitude to work.</h3> |
| 44 |
<p>We constantly come up with new concepts, prototype them, and test them. We launch the development of three |
| 45 |
types of projects:</p> |
| 46 |
|
| 47 |
<ul> |
| 48 |
<li>have obvious practical benefits;</li> |
| 49 |
<li>offer a unique experience for the site visitor;</li> |
| 50 |
<li>contain a unique set of tools for webmasters.</li> |
| 51 |
</ul> |
| 52 |
|
| 53 |
<p><strong>Creating a plugin for WordPress</strong> requires a lot of time and effort. The plugin is not issued |
| 54 |
unless the verification of its work correctness has been done. After the release, we constantly interact |
| 55 |
with the user community and provide free technical and informational support for customers, who have |
| 56 |
purchased the plugin’s full version. If anyone has a problem – everything possible is done to solve it |
| 57 |
quickly. Our products are kept updated and adjusted to the new versions of the WordPress platform.</p> |
| 58 |
|
| 59 |
<h3>The benefits of the Wow-Company solutions.</h3> |
| 60 |
|
| 61 |
<p>The main feature of our plugins – is the simplicity of their capabilities mutual alignment and embedding into |
| 62 |
systems that use other developers’ plugins.</p> |
| 63 |
|
| 64 |
<p>To install and configure <strong>the Wow-Company WordPress plugins</strong> a minimum of skills is needed. We |
| 65 |
create an intuitive interface with an informative description of the available options – they are simple to |
| 66 |
navigate and configure the plugins work as required.</p> |
| 67 |
|
| 68 |
<p>Download Wow-Company’s<strong> WordPress plugins</strong> and evaluate their usability by yourself.</p> |
| 69 |
|
| 70 |
<p> |
| 71 |
<a href="https://profiles.wordpress.org/wpcalc/#content-plugins" class="button button-primary" target="_blank">Browse All Plugins</a> |
| 72 |
</p> |
| 73 |
|
| 74 |
|
| 75 |
</div> |
| 76 |
|
| 77 |
</div> |
| 78 |
|
| 79 |
|
| 80 |
|