| 1 |
<?php |
| 2 |
//require_once TEMPLATEBERG_PATH . 'includes/admin/templates/header.php'; |
| 3 |
?> |
| 4 |
<div class="tb-all_content_wrap"> |
| 5 |
<div class="tb-getting_started"> |
| 6 |
|
| 7 |
<div class="tb-global__header"> |
| 8 |
<div class="tb-container"> |
| 9 |
<div class="tb-row"> |
| 10 |
<div class="tb-col-7"> |
| 11 |
<div class="tb-global__caption"> |
| 12 |
<h2 class="tb-global__htitle"><?php echo esc_html__('Welcome to Templateberg', 'templateberg'); ?></h2> |
| 13 |
</div> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
</div> |
| 17 |
</div> |
| 18 |
<div class="tb-container"> |
| 19 |
<div class="tb-row"> |
| 20 |
<div class="tb-col-6"> |
| 21 |
<div class="tb-connect__notice tb-text__center"> |
| 22 |
<div class="tb-connect__icon"> |
| 23 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/logo-48x48.png');?>" alt="<?php esc_attr_e('Templateberg', 'templateberg');?>"> |
| 24 |
</div> |
| 25 |
<h4 class="tb-connect__title"> |
| 26 |
<?php echo esc_html__('Get access to hundreds of free WordPress templates by creating free account.', 'templateberg'); ?> |
| 27 |
</h4> |
| 28 |
<p class="tb-connect__desc"> |
| 29 |
<?php echo esc_html__("Templateberg power you to create site quickly and easily. You don't have to spend hours trying to create a template and block design. With a click your favourite template design will import on your site and you can change text, image and customize it for your needs.", 'templateberg'); ?> |
| 30 |
<?php echo esc_html__("Clicking the button below will also install and activate the Gutentor Plugin since most of the templates are built with it.", 'templateberg'); ?> |
| 31 |
</p> |
| 32 |
<p class="tb-connect__gutentor"> |
| 33 |
</p> |
| 34 |
<a id="tb-connect-btn" href="<?php echo esc_url(templateberg_connect()->get_remote_connect_url())?>" target="_blank" class="tb-btn tb-btn__primary tb-btn__lg"><?php echo esc_html__('Get Started With Templateberg', 'templateberg'); ?></a> |
| 35 |
</div> |
| 36 |
</div> |
| 37 |
<div class="tb-col-6"> |
| 38 |
<div class="tb-templates tb-template__landing"> |
| 39 |
<div class="tb-templates__wrap"> |
| 40 |
<div class="tb-templates__list"> |
| 41 |
|
| 42 |
<div class="tb-row tb-template__heading_wrap"> |
| 43 |
<div class="tb-col-12"> |
| 44 |
<h3 class="tb-account__heading"> |
| 45 |
<?php echo esc_html__('Free Templates', 'templateberg'); ?> |
| 46 |
</h3> |
| 47 |
</div> |
| 48 |
</div> |
| 49 |
|
| 50 |
<div class="tb-row"> |
| 51 |
<div class="tb-col-3"> |
| 52 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/cosmoswp_demo-10-home-01.jpg')?>" /> |
| 53 |
</div> |
| 54 |
<div class="tb-col-3"> |
| 55 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/medical-template.jpg')?>" /> |
| 56 |
</div> |
| 57 |
<div class="tb-col-3"> |
| 58 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/cosmoswp_demo-03-home.jpg')?>" /> |
| 59 |
</div> |
| 60 |
<div class="tb-col-3"> |
| 61 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/cosmoswp_demo-13-home.jpg')?>" /> |
| 62 |
</div> |
| 63 |
<div class="tb-col-3"> |
| 64 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/cosmoswp_demo-12-home.jpg')?>" /> |
| 65 |
</div> |
| 66 |
<div class="tb-col-3"> |
| 67 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/cosmoswp_demo-13-home.jpg')?>" /> |
| 68 |
</div> |
| 69 |
<div class="tb-col-3"> |
| 70 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/cosmoswp_demo-13-home.jpg')?>" /> |
| 71 |
</div> |
| 72 |
<div class="tb-col-3"> |
| 73 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/cosmoswp_demo-02-home-01.jpg')?>" /> |
| 74 |
</div> |
| 75 |
|
| 76 |
<div class="tb-col-12 tb-text__center"> |
| 77 |
<a href="https://templateberg.com/gutenberg-templates/" class="tb-btn tb-btn__primary" target="_blank"> |
| 78 |
<?php echo esc_html__('Gutenberg Templates', 'templateberg'); ?> |
| 79 |
</a> |
| 80 |
<a href="https://templateberg.com/wordpress-themes-template-kits/" class="tb-btn tb-btn__primary" target="_blank"> |
| 81 |
<?php echo esc_html__('Theme Template Kits', 'templateberg'); ?> |
| 82 |
</a> |
| 83 |
</div> |
| 84 |
|
| 85 |
</div> |
| 86 |
</div> |
| 87 |
</div> |
| 88 |
</div> |
| 89 |
</div> |
| 90 |
</div> |
| 91 |
</div> |
| 92 |
</div> |
| 93 |
</div> |
| 94 |
|