Files
roi-theme/wp-content/plugins/thrive-visual-editor/landing-page/templates/fame-download.php
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

98 lines
4.1 KiB
PHP
Executable File

<div class="tve_lp_header tve_empty_dropzone">
<div style="width: 310px;" class="thrv_wrapper tve_image_caption aligncenter">
<span class="tve_image_frame">
<img class="tve_image"
src="<?php echo TVE_LANDING_PAGE_TEMPLATE . '/css/images/fame_logo.png' ?>"
style="width: 310px"/>
</span>
</div>
</div>
<div class="tve_lp_content_bg tve_no_drag tve_lp_content" style="margin: 0">
<div class="tve_editor_main_content tve_empty_dropzone tve_content_width">
<div class="thrv_wrapper thrv_contentbox_shortcode" data-tve-style="5">
<div class="tve_cb tve_cb5 tve_white">
<div class="tve_cb_cnt">
<h1 class="tve_p_center" style="margin-bottom: 10px;font-size: 48px;"><span class="bold_text">Thank You</span> for Signing Up!</h1>
<div style="width: 383px;" class="thrv_wrapper tve_image_caption aligncenter">
<span class="tve_image_frame">
<img class="tve_image"
src="<?php echo TVE_LANDING_PAGE_TEMPLATE . '/css/images/vibrant_lead_product.png' ?>"
style="width: 383px"/>
</span>
</div>
</div>
</div>
</div>
<div class="thrv_wrapper thrv_contentbox_shortcode" data-tve-style="6">
<div class="tve_cb tve_cb6 tve_orange" style="background: #f0bd0d">
<div class="tve_cb_cnt">
<h4 class="tve_p_center" style="margin-top: 20px;">Click the button below to start your download.</h4>
<div class="thrv_wrapper thrv_button_shortcode tve_centerBtn" data-tve-style="1">
<div class="tve_btn tve_btn7 tve_purple tve_normalBtn tve_nb" style="margin-bottom: 0;">
<a class="tve_btnLink " href="">
<span class="tve_left tve_btn_im">
<i></i>
</span>
<span class="tve_btn_txt">START DOWNLOAD</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="thrv_wrapper thrv_contentbox_shortcode shadow_cb" data-tve-style="5">
<div class="tve_cb tve_cb5 tve_white">
<div class="tve_cb_cnt">
<div class="thrv_wrapper thrv_columns tve_clearfix" style="margin: 0;">
<div class="tve_colm tve_tfo tve_df ">
<h5 style="font-size: 26px;">
<span class="bold_text">Did you know...</span> we also have a line of best-selling books for people just like you.
<a href="https://thrivethemes.com" target="_blank">
<font class="underline_text" color="#f0bd0d">
Click here
</font>
</a>
to check them out.
</h5>
</div>
<div class="tve_colm tve_foc tve_ofo tve_df tve_lst">
<div style="width: 226px;" class="thrv_wrapper tve_image_caption aligncenter">
<span class="tve_image_frame">
<img class="tve_image"
src="<?php echo TVE_LANDING_PAGE_TEMPLATE . '/css/images/fame_download_image.png' ?>"
style="width: 226px"/>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tve_lp_footer tve_empty_dropzone tve_drop_constraint">
<div class="thrv_wrapper thrv_content_container_shortcode">
<div class="tve_clear"></div>
<div class="tve_center tve_content_inner" style="width: 400px;min-width:50px; min-height: 2em;">
<div class="thrv_wrapper thrv_contentbox_shortcode footer_cb" data-tve-style="4">
<div class="tve_cb tve_cb4 tve_orange" style="background: transparent;border-radius: 200px;">
<div class="tve_cb_cnt">
<p class="tve_p_center" style="margin: 0; padding: 0; font-size: 16px; color: #fff;font-weight: 100;">
&copy; {tcb_current_year} Landing Page. All rights Reserved.
<a href="https://thrivethemes.com" target="_blank">
<font color="#fff">
<span class="underline_text">Disclaimer</span>
</font>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="tve_clear"></div>
</div>
</div>