%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 54.36.91.62 / Your IP : 216.73.217.162 Web Server : Apache System : Linux webm002.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : wellingtpa ( 97533) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wellingtpa/www/wp-content/plugins/kata-plus/includes/admin-panel/fast-mode/ |
Upload File : |
<?php
/**
* Fast mode Template 1.
* Choose Website Type.
*
* @author ClimaxThemes
* @package Kata Plus
* @since 1.0.0
*/
// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div id="kt-fst-mod-1" class="kt-fst-mod-wrapper">
<h1 id="page-title" class="chose-bussiness-type"><?php echo esc_html__( 'What is the type of website you want to create?', 'kata-plus' ); ?></h1>
<div class="kt-fst-mod-inner-wrapper">
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=business' ) ); ?>" target="_blank"><?php echo esc_html__( 'Business', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=business' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=portfolio' ) ); ?>" target="_blank"><?php echo esc_html__( 'Portfolio', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=portfolio' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=blog' ) ); ?>" target="_blank"><?php echo esc_html__( 'Blog', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=blog' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=food' ) ); ?>" target="_blank"><?php echo esc_html__( 'Food', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=food' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=software' ) ); ?>" target="_blank"><?php echo esc_html__( 'Software', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=software' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=health' ) ); ?>" target="_blank"><?php echo esc_html__( 'Health', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=health' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=design' ) ); ?>" target="_blank"><?php echo esc_html__( 'Design', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=design' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=online-store' ) ); ?>" target="_blank"><?php echo esc_html__( 'Online Store', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=online-store' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
<div class="website-type">
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=personal' ) ); ?>" target="_blank"><?php echo esc_html__( 'Personal', 'kata-plus' ); ?></a>
<a href="<?php echo esc_url( admin_url( 'admin.php?page=kata-plus-fast-mode&step=2&websitetype=personal' ) ); ?>" target="_blank" class="fast-wrap-link"></a>
</div>
</div>
</div>