Skip to content

Commit

Permalink
lemon squeezy
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 30, 2024
1 parent a8e1279 commit 9274fca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
24 changes: 16 additions & 8 deletions website/assets/pricing.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,49 @@
{
"price": 10,
"name": "Steel",
"icon": "🗡️"
"icon": "🗡️",
"lm_url": "fca57eab-a133-4fc4-96f5-3c1746e9db2b"
},
{
"price": 20,
"name": "Copper",
"icon": "🥘"
"icon": "🥘",
"lm_url": "e2ff53fc-54c8-434a-a964-fe5d7b2f4529"
},
{
"price": 40,
"name": "Bronze",
"icon": "🛎️"
"icon": "🛎️",
"lm_url": "7f3453c2-213b-4e68-bce6-52dbadd1703c"
},
{
"price": 75,
"name": "Silver",
"icon": "🍴"
"icon": "🍴",
"lm_url": "3f693a5e-456e-45b8-98bb-2ee75df67fb7"
},
{
"price": 150,
"name": "Gold",
"icon": "🏆"
"icon": "🏆",
"lm_url": "a6f020b9-883b-49a8-8ebd-5cd377824b7d"
},
{
"price": 250,
"name": "Platinum",
"icon": "💿"
"icon": "💿",
"lm_url": "3a325b51-ca94-4906-95fb-26233a45fb59"
},
{
"price": 500,
"name": "Sapphire",
"icon": "💍"
"icon": "💍",
"lm_url": "3e40dd53-071b-4b37-8fbd-1e22fb9e5c92"
},
{
"price": 1000,
"name": "Diamond",
"icon": "💎"
"icon": "💎",
"lm_url": "a8c91555-7beb-466f-ba82-112aeebda1ce"
}
]
4 changes: 2 additions & 2 deletions website/blocks/support_plans.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<table class="plan-table">
<tr>
<td class="plan-icon">🗡️</td>
<td class="plan-name">Steel Plan</td>
<td class="plan-name"><a href="https://support.openfreemap.org/checkout/buy/a6f020b9-883b-49a8-8ebd-5cd377824b7d?media=0&desc=0&discount=0">Steel Plan</a></td>
<td class="plan-price"><strong>$10</strong> / month</td>
</tr>
<tr>
Expand All @@ -26,7 +26,7 @@
</tr>
<tr>
<td class="plan-icon">💿</td>
<td class="plan-name">Platinum Plan</td>
<td class="plan-name"><a href="https://support.openfreemap.org/checkout/buy/3a325b51-ca94-4906-95fb-26233a45fb59?media=0&desc=0&discount=0">Platinum Plan</a></td>
<td class="plan-price"><strong>$250</strong> / month</td>
</tr>
<tr>
Expand Down

0 comments on commit 9274fca

Please sign in to comment.