| @@ -1,110 +1,78 @@ | ||
| 1 | -<?php if ( ! defined( 'ABSPATH' ) ) exit; | |
| 2 | - /** | |
| 3 | - * Main Page | |
| 4 | - * | |
| 5 | - * @package Lead_Generation | |
| 6 | - * @subpackage | |
| 7 | - * @copyright Copyright (c) 2018, Dmytro Lobov | |
| 8 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License | |
| 9 | - * @since 1.0 | |
| 10 | - */ | |
| 11 | - | |
| 12 | - $logo = plugin_dir_url( __FILE__ ).'image/icon.png.'; | |
| 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'; | |
| 13 | 17 | ?> |
| 14 | -<style> | |
| 15 | - .about-wrap .wow-badge { | |
| 16 | - position: absolute; | |
| 17 | - top: 0; | |
| 18 | - right: 0; | |
| 19 | - } | |
| 20 | - .wow-badge { | |
| 21 | - background: url(<?php echo esc_url( $logo );?>) center 15px no-repeat #1f9ef8; | |
| 22 | - background-size: 100px 100px; | |
| 23 | - color: #ffffff; | |
| 24 | - font-size: 14px; | |
| 25 | - text-align: center; | |
| 26 | - font-weight: 600; | |
| 27 | - margin: 5px 0 0; | |
| 28 | - padding-top: 120px; | |
| 29 | - height: 40px; | |
| 30 | - display: inline-block; | |
| 31 | - width: 140px; | |
| 32 | - text-rendering: optimizeLegibility; | |
| 33 | - box-shadow: 0 1px 3px rgba(0,0,0,.2); | |
| 34 | - } | |
| 35 | - .wow-subscribe { | |
| 36 | - padding: 5px 7px; | |
| 37 | - border-radius: 5px; | |
| 38 | - border: 1px solid #ccc; | |
| 39 | - text-decoration: none; | |
| 40 | - font-size: 14px; | |
| 41 | - line-height: 14px; | |
| 42 | - color: #999; | |
| 43 | - } | |
| 44 | - .wow-subscribe::before { | |
| 45 | - font-family: dashicons; | |
| 46 | - font-size: 12px; | |
| 47 | - line-height: 14px; | |
| 48 | - } | |
| 49 | - .button-pro { | |
| 50 | - vertical-align: top; | |
| 51 | - display: inline-block; | |
| 52 | - text-decoration: none; | |
| 53 | - font-size: 13px; | |
| 54 | - line-height: 26px; | |
| 55 | - height: 28px; | |
| 56 | - margin: 0; | |
| 57 | - padding: 0 10px 1px; | |
| 58 | - cursor: pointer; | |
| 59 | - border-width: 0px; | |
| 60 | - border-style: solid; | |
| 61 | - -webkit-appearance: none; | |
| 62 | - -webkit-border-radius: 3px; | |
| 63 | - border-radius: 3px; | |
| 64 | - white-space: nowrap; | |
| 65 | - -webkit-box-sizing: border-box; | |
| 66 | - -moz-box-sizing: border-box; | |
| 67 | - box-sizing: border-box; | |
| 68 | - color: #fff !important; | |
| 69 | - background: #37c781; | |
| 70 | -} | |
| 71 | -.button-pro:hover { | |
| 72 | - background: #303030; | |
| 73 | -} | |
| 74 | -.button-pro:active { | |
| 75 | - background: #303030; | |
| 76 | -} | |
| 77 | -</style> | |
| 78 | 18 | |
| 19 | +<div class="wrap full-width-layout wow-page"> | |
| 20 | + <div class="about-wrap"> | |
| 79 | 21 | |
| 80 | -<div class="wrap about-wrap full-width-layout"> | |
| 81 | - | |
| 82 | - <h1><?php esc_attr_e( 'Welcome', 'wpcoder' ); ?> </h1> | |
| 83 | - | |
| 84 | - <p class="about-text"> | |
| 85 | - <?php esc_attr_e( 'Congratulations! You are about to use one of the plugins from Wow-Company.', 'wpcoder' ); ?> </p> | |
| 86 | - <p> | |
| 87 | - <a href="https://www.facebook.com/wowaffect/" class="wow-subscribe" target="_blank">Stay in touch <span class="dashicons dashicons-facebook-alt"></span></a> | |
| 88 | - </p> | |
| 89 | - <span class="wow-badge">Wow-Company</span> | |
| 90 | - | |
| 91 | - <?php | |
| 92 | - $current = ( isset( $_GET['tab'] ) ) ? sanitize_text_field( wp_unslash( $_GET['tab'] ) ) : 'wow-plugins'; | |
| 93 | - $tabs = array( | |
| 94 | - 'wow-plugins' => __( 'Plugins', 'wpcoder' ), | |
| 95 | - ); | |
| 96 | - | |
| 97 | - echo '<h2 class="nav-tab-wrapper wp-clearfix">'; | |
| 98 | - foreach ( $tabs as $tab => $name ) { | |
| 99 | - $class = ( $tab === $current ) ? ' nav-tab-active' : ''; | |
| 100 | - echo '<a class="nav-tab' .esc_attr( $class ) . '" href="?page=wow-company&tab=' . esc_attr( $tab ) . '">' . esc_attr( $name ) . '</a>'; | |
| 101 | - } | |
| 102 | - echo '</h2>'; | |
| 103 | - | |
| 104 | - echo '<div class="stem-content">'; | |
| 105 | - include ( $current.'.php' ); | |
| 106 | - echo '</div>'; | |
| 107 | - ?> | |
| 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 | + <a href="https://wow-estore.com/item/category/wordpress/" target="_blank" class="button button-primary">Browse All Plugins</a> | |
| 71 | + | |
| 72 | + </div> | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 108 | 76 | </div> |
| 109 | 77 | |
| 110 | 78 | |