| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | die( 'You are not allowed to call this page directly.' ); |
| 4 | 4 | } |
| 5 | 5 | ?> |
| 6 | 6 | <div class="frm_wrap"> |
| 7 | - <div class="frm_grid_container frm_no_grid_750 frm-mb-lg"> | |
| 7 | + <div class="frm_grid_container frm_no_grid_750"> | |
| 8 | 8 | <div class="frm6"> |
| 9 | 9 | <div class="frm-ws-block-1"> |
| 10 | 10 | <div class="frm-ws-logo"> |
| 11 | 11 | <?php |
| @@ -23,72 +23,70 @@ | ||
| 23 | 23 | |
| 24 | 24 | </div> |
| 25 | 25 | </div> |
| 26 | 26 | <div class="frm6"> |
| 27 | - <div class="frm-player frm-text-right"> | |
| 28 | - <iframe width="480" height="240" src="https://www.youtube.com/embed/7X2BqhRsXcg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
| 27 | + <div class="frm-player"> | |
| 28 | + <iframe width="480" height="240" src="https://www.youtube.com/embed/-eGuL_OWHw4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
| 29 | 29 | </div> |
| 30 | 30 | </div> |
| 31 | 31 | </div> |
| 32 | 32 | |
| 33 | - <div class="frm_grid_container frm-mb-lg"> | |
| 33 | + <div class="frm_grid_container frm-top-spacing"> | |
| 34 | 34 | <div class="frm6 frm-ws-block frm-create-blank-form"> |
| 35 | - <div class="frm-icon-wrapper"> | |
| 36 | - <?php FrmAppHelper::icon_by_class( 'frmfont frm_plus_icon' ); ?> | |
| 37 | - </div> | |
| 35 | + <div class="frm-icon"><?php FrmAppHelper::icon_by_class( 'frmfont frm_plus_icon' ); ?></div> | |
| 38 | 36 | <div class="frm-fill"> |
| 39 | 37 | <h3><?php esc_html_e( 'New Blank Form', 'formidable' ); ?></h3> |
| 40 | 38 | <p><?php esc_html_e( 'Create a new view from scratch', 'formidable' ); ?></p> |
| 41 | 39 | </div> |
| 42 | - <span class="caret rotate-270"></span> | |
| 40 | + <?php FrmAppHelper::icon_by_class( 'frmfont frm_arrow_right_icon frm-right-arrow' ); ?> | |
| 43 | 41 | </div> |
| 44 | 42 | <div class="frm6 frm-ws-block frm-trigger-new-form-modal"> |
| 45 | - <div class="frm-icon-wrapper frm-icon-briefcase"> | |
| 46 | - <svg class="frmsvg" viewBox="0 0 24 24"><path d="M15 6.5a1 1 0 01-1-1V4h-4v1.5a1 1 0 01-2 0V4c0-1.1.9-2 2-2h4a2 2 0 012 2v1.5a1 1 0 01-1 1z" fill="currentColor" fill-opacity=".6"/><path d="M18 12.5v1c0 .3-.3.7-.8.7s-.7-.4-.7-.8v-.9h-9v1c0 .3-.3.7-.8.7s-.7-.4-.7-.8v-.9H0v6.8A2.8 2.8 0 002.8 22h18.4a2.8 2.8 0 002.8-2.8v-6.7h-6zM21.3 5H2.6A2.8 2.8 0 000 7.8V11h6V9.7c0-.4.3-.7.8-.7s.7.3.7.8V11h9V9.7c0-.4.3-.7.8-.7s.7.3.7.8V11h6V7.7A2.8 2.8 0 0021.2 5z" fill="currentColor"/></svg> | |
| 43 | + <div class="frm-icon frm-icon-briefcase"> | |
| 44 | + <svg viewBox="0 0 24 24" fill="none"><path d="M15 6.5a1 1 0 01-1-1V4h-4v1.5a1 1 0 01-2 0V4c0-1.1.9-2 2-2h4a2 2 0 012 2v1.5a1 1 0 01-1 1z" fill="currentColor" fill-opacity=".6"/><path d="M18 12.5v1c0 .3-.3.7-.8.7s-.7-.4-.7-.8v-.9h-9v1c0 .3-.3.7-.8.7s-.7-.4-.7-.8v-.9H0v6.8A2.8 2.8 0 002.8 22h18.4a2.8 2.8 0 002.8-2.8v-6.7h-6zM21.3 5H2.6A2.8 2.8 0 000 7.8V11h6V9.7c0-.4.3-.7.8-.7s.7.3.7.8V11h9V9.7c0-.4.3-.7.8-.7s.7.3.7.8V11h6V7.7A2.8 2.8 0 0021.2 5z" fill="currentColor"/></svg> | |
| 47 | 45 | </div> |
| 48 | 46 | <div class="frm-fill"> |
| 49 | 47 | <h3><?php esc_html_e( 'New Form From a Template', 'formidable' ); ?></h3> |
| 50 | 48 | <p><?php esc_html_e( 'Check out our powerful pre-built templates', 'formidable' ); ?></p> |
| 51 | 49 | </div> |
| 52 | - <span class="caret rotate-270"></span> | |
| 50 | + <?php FrmAppHelper::icon_by_class( 'frmfont frm_arrow_right_icon frm-right-arrow' ); ?> | |
| 53 | 51 | </div> |
| 54 | 52 | </div> |
| 55 | 53 | |
| 56 | 54 | <div class="frm-ws-carousel-wrapper"> |
| 57 | - <h2><?php esc_html_e( 'Get limitless possibilities', 'formidable' ); ?></h2> | |
| 55 | + <h4><?php esc_html_e( 'Get limitless possibilities', 'formidable' ); ?></h4> | |
| 58 | 56 | |
| 59 | 57 | <div class="frm_grid_container"> |
| 60 | 58 | <div class="frm3"> |
| 61 | - <div class="frm-icon-wrapper"> | |
| 62 | - <svg class="frmsvg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65"><path d="M57 39.5V11a4 4 0 00-4-4H11a4 4 0 00-4 4v42a4 4 0 004 4h42a4 4 0 004-4v-3M32.5 8.5v48" stroke="currentColor" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M40 28h10.5M40 34h10.5" stroke="currentColor" opacity=".6" stroke-width="3" stroke-linecap="round" fill="none"/><path d="M32 33H8m12.5-18.5V25m3.6 16.2l-7.4 7.4M15 20h10.5m-9.1 21.2l7.4 7.4" stroke="currentColor" stroke-width="3" stroke-linecap="round" fill="none"/></svg> | |
| 59 | + <div class="frm-icon"> | |
| 60 | + <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65"><path d="M57 39.5V11a4 4 0 00-4-4H11a4 4 0 00-4 4v42a4 4 0 004 4h42a4 4 0 004-4v-3M32.5 8.5v48" stroke="currentColor" stroke-width="3" stroke-linecap="round"/><path d="M40 28h10.5M40 34h10.5" stroke="currentColor" opacity=".6" stroke-width="3" stroke-linecap="round"/><path d="M32 33H8m12.5-18.5V25m3.6 16.2l-7.4 7.4M15 20h10.5m-9.1 21.2l7.4 7.4" stroke="currentColor" stroke-width="3" stroke-linecap="round"/></svg> | |
| 63 | 61 | </div> |
| 64 | 62 | <h3><?php esc_html_e( 'Calculators', 'formidable' ); ?></h3> |
| 65 | 63 | <p><?php esc_html_e( 'Give instant online estimates and calculate advanced product options.', 'formidable' ); ?></p> |
| 66 | - <span><?php FrmWelcomeController::upgrade_to_pro_button(); ?></span> | |
| 64 | + <?php FrmWelcomeController::upgrade_to_pro_button(); ?> | |
| 67 | 65 | </div> |
| 68 | 66 | <div class="frm3"> |
| 69 | - <div class="frm-icon-wrapper"> | |
| 67 | + <div class="frm-icon"> | |
| 70 | 68 | <?php FrmAppHelper::icon_by_class( 'frmfont frm_comment_icon' ); ?> |
| 71 | 69 | </div> |
| 72 | - <h3><?php esc_html_e( 'Survey and polls', 'formidable' ); ?></h3> | |
| 70 | + <h3><?php esc_html_e( 'Survey and Polls', 'formidable' ); ?></h3> | |
| 73 | 71 | <p><?php esc_html_e( 'Collect customer feedback & data like a pro - no coding required.', 'formidable' ); ?></p> |
| 74 | - <span><?php FrmWelcomeController::upgrade_to_pro_button(); ?></span> | |
| 72 | + <?php FrmWelcomeController::upgrade_to_pro_button(); ?> | |
| 75 | 73 | </div> |
| 76 | 74 | <div class="frm3"> |
| 77 | - <div class="frm-icon-wrapper"> | |
| 78 | - <svg class="frmsvg" viewBox="0 0 28 28"><path d="M25 12.9L14.3 23.6a7 7 0 11-10-9.9L15.2 3a4.7 4.7 0 016.6 6.6L11 20.3A2.3 2.3 0 017.7 17l9.9-9.9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg> | |
| 75 | + <div class="frm-icon"> | |
| 76 | + <svg viewBox="0 0 28 28" fill="none"><path d="M25 12.9L14.3 23.6a7 7 0 11-10-9.9L15.2 3a4.7 4.7 0 016.6 6.6L11 20.3A2.3 2.3 0 017.7 17l9.9-9.9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg> | |
| 79 | 77 | </div> |
| 80 | 78 | <h3><?php esc_html_e( 'File uploads', 'formidable' ); ?></h3> |
| 81 | 79 | <p><?php esc_html_e( 'Easily upload documents, files, photos, and music for user avatars, featured images, or email attachments.', 'formidable' ); ?></p> |
| 82 | - <span><?php FrmWelcomeController::upgrade_to_pro_button(); ?></span> | |
| 80 | + <?php FrmWelcomeController::upgrade_to_pro_button(); ?> | |
| 83 | 81 | </div> |
| 84 | 82 | <div class="frm3"> |
| 85 | - <div class="frm-icon-wrapper"> | |
| 86 | - <svg class="frmsvg" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7.3 5.5H1.8C1 5.5.5 4.9.5 4.3V1.8C.5 1 1.1.5 1.8.5h5.4c.7 0 1.3.6 1.3 1.3v2.4c0 .7-.6 1.3-1.2 1.3zm0 9H1.8c-.7 0-1.3-.6-1.3-1.2v-2.5c0-.7.6-1.3 1.3-1.3h5.4c.7 0 1.3.6 1.3 1.2v2.5c0 .7-.6 1.3-1.2 1.3zm0 9H1.8c-.7 0-1.3-.6-1.3-1.2v-2.5c0-.7.6-1.3 1.3-1.3h5.4c.7 0 1.3.6 1.3 1.2v2.5c0 .7-.6 1.3-1.2 1.3z" stroke="currentColor" opacity=".6"/><path d="M23.3 1.4H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 2H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 7H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 2H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 7H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 2H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6z" fill="currentColor"/></svg> | |
| 83 | + <div class="frm-icon"> | |
| 84 | + <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.3 5.5H1.8C1 5.5.5 4.9.5 4.3V1.8C.5 1 1.1.5 1.8.5h5.4c.7 0 1.3.6 1.3 1.3v2.4c0 .7-.6 1.3-1.2 1.3zm0 9H1.8c-.7 0-1.3-.6-1.3-1.2v-2.5c0-.7.6-1.3 1.3-1.3h5.4c.7 0 1.3.6 1.3 1.2v2.5c0 .7-.6 1.3-1.2 1.3zm0 9H1.8c-.7 0-1.3-.6-1.3-1.2v-2.5c0-.7.6-1.3 1.3-1.3h5.4c.7 0 1.3.6 1.3 1.2v2.5c0 .7-.6 1.3-1.2 1.3z" stroke="currentColor" opacity=".6"/><path d="M23.3 1.4H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 2H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 7H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 2H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 7H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6zm0 2H11.7c-.4 0-.7.3-.7.6s.3.6.8.6h11.5c.4 0 .7-.3.7-.6s-.3-.6-.7-.6z" fill="currentColor"/></svg> | |
| 87 | 85 | </div> |
| 88 | 86 | <h3><?php esc_html_e( 'Display form data with views', 'formidable' ); ?></h3> |
| 89 | 87 | <p><?php esc_html_e( 'Now you can display form data in custom Views without any PHP.', 'formidable' ); ?></p> |
| 90 | - <span><?php FrmWelcomeController::maybe_show_conditional_action_button( 'views', 'views-info' ); ?></span> | |
| 88 | + <?php FrmWelcomeController::maybe_show_conditional_action_button( 'views', 'views-info' ); ?> | |
| 91 | 89 | </div> |
| 92 | 90 | </div> |
| 93 | 91 | </div> |
| 94 | 92 | </div> |