Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
PhemcodeJay committed Nov 2, 2024
1 parent 33009c6 commit 669ccc8
Show file tree
Hide file tree
Showing 10 changed files with 499 additions and 176 deletions.
2 changes: 1 addition & 1 deletion assets/js/chart-custom2.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ fetchChartData('chart-data.php', '#apex-column', function(response) {
series.dataFields.value = "revenue";
series.dataFields.category = "product";
series.colors.list = [
am4core.color("#A52A2A"),
am4core.color("#D19A6A"),
am4core.color("#37e6b0"),
am4core.color("#ff4b4b"),
am4core.color("#fe721c"),
Expand Down
10 changes: 2 additions & 8 deletions db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,9 @@ CREATE TABLE `payments` (
`method` varchar(50) NOT NULL,
`status` varchar(50) NOT NULL,
`paypal_email` varchar(255) DEFAULT NULL,
`bitcoin_address` varchar(255) DEFAULT NULL,
`usdt_address` varchar(255) DEFAULT NULL,
`usdt_network` varchar(50) DEFAULT NULL,
`matic_address` varchar(255) DEFAULT NULL,
`tron_address` varchar(255) DEFAULT NULL,
`binance_pay_email` varchar(255) DEFAULT NULL,
`bybit_pay_email` varchar(255) DEFAULT NULL,
`okx_pay_email` varchar(255) DEFAULT NULL,
`created_at` timestamp NOT NULL DEFAULT current_timestamp()
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
`payment_proof` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h3>Starter Plan (Small)</h3>
<div class="icon">
<i class="bi bi-box"></i>
</div>
<h4><sup>$</sup>9<span> / month</span></h4>
<h4><sup>$</sup>5<span> / month</span></h4>
<ul>
<li><i class="bi bi-check"></i> <span>Ideal for startups and small businesses.</span></li>
<li><i class="bi bi-check"></i> <span>Affordable pricing tailored to your budget.</span></li>
Expand All @@ -260,7 +260,7 @@ <h3>Growth Plan (Medium)</h3>
<i class="bi bi-rocket"></i>
</div>

<h4><sup>$</sup>29<span> / month</span></h4>
<h4><sup>$</sup>15<span> / month</span></h4>
<ul>
<li><i class="bi bi-check"></i> <span>Designed for growing businesses.</span></li>
<li><i class="bi bi-check"></i> <span>Expanded features for enhanced scalability.</span></li>
Expand All @@ -276,7 +276,7 @@ <h3>Enterprise Plan (Big)</h3>
<div class="icon">
<i class="bi bi-send"></i>
</div>
<h4><sup>$</sup>49<span> / month</span></h4>
<h4><sup>$</sup>25<span> / month</span></h4>
<ul>
<li><i class="bi bi-check"></i> <span>Tailored for large enterprises.</span></li>
<li><i class="bi bi-check"></i> <span>Robust features, advanced analytics, and customization options.</span></li>
Expand Down
Binary file modified logonew.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 669ccc8

Please sign in to comment.