ONLY_TRUE_FEEDBACK_OCT_2025

This commit is contained in:
Flatlogic Bot 2025-10-08 16:26:26 +00:00
parent adc3e210b7
commit 1ac3977059
3 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

View File

@ -62,9 +62,12 @@ require_once 'templates/header.php';
<section class="survey-section"> <section class="survey-section">
<div class="container"> <div class="container">
<div id="success-message" class="hidden"> <div id="success-message" class="hidden" style="text-align: center;">
<h2>Thank you!</h2> <h2>Thank you!</h2>
<p>Your feedback has been submitted successfully. We appreciate you taking the time to help us improve.</p> <p>Your feedback has been submitted successfully. We appreciate you taking the time to help us improve.</p>
<p>We'll try our best to make Flatlogic better, and as a courtesy, we give you this promocode: <strong>ONLY_TRUE_FEEDBACK_OCT_2025</strong></p>
<p>It gives you <strong>free $10 credits</strong>. To use it, go to Billing -> Add Credits -> Select the $10 product and apply the promocode as shown below:</p>
<img src="assets/pasted-20251008-162409-6b449f77.png" alt="How to apply promocode" style="max-width: 100%; height: auto; border: 1px solid #ddd; margin-top: 15px;">
</div> </div>
<div class="form-container"> <div class="form-container">

View File

@ -12,6 +12,8 @@ $isSurveyPage = basename($_SERVER['PHP_SELF']) == 'survey.php';
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?= $pageTitle ?></title> <title><?= $pageTitle ?></title>
<meta property="og:image" content="https://project-screens.s3.amazonaws.com/screenshots/34760/app-hero-20251007-160150.png" />
<meta property="twitter:image" content="https://project-screens.s3.amazonaws.com/screenshots/34760/app-hero-20251007-160150.png" />
<meta name="description" content="<?= $description ?>"> <meta name="description" content="<?= $description ?>">
<link rel="canonical" href="<?= $canonical_url ?>" /> <link rel="canonical" href="<?= $canonical_url ?>" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">