-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
81 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,3 +123,5 @@ | |
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="pricing"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<table class="plan-table"> | ||
<tr> | ||
<td class="plan-icon">🗡️</td> | ||
<td class="plan-name">Steel Plan</td> | ||
<td class="plan-price">$10 / month</td> | ||
</tr> | ||
<tr> | ||
<td class="plan-icon">🥘</td> | ||
<td class="plan-name">Copper Plan</td> | ||
<td class="plan-price">$20 / month</td> | ||
</tr> | ||
<tr> | ||
<td class="plan-icon">🛎️</td> | ||
<td class="plan-name">Bronze Plan</td> | ||
<td class="plan-price">$40 / month</td> | ||
</tr> | ||
<tr> | ||
<td class="plan-icon">🍴</td> | ||
<td class="plan-name">Silver Plan</td> | ||
<td class="plan-price">$75 / month</td> | ||
</tr> | ||
<tr> | ||
<td class="plan-icon">🏆</td> | ||
<td class="plan-name">Gold Plan</td> | ||
<td class="plan-price">$150 / month</td> | ||
</tr> | ||
<tr> | ||
<td class="plan-icon">💿</td> | ||
<td class="plan-name">Platinum Plan</td> | ||
<td class="plan-price">$250 / month</td> | ||
</tr> | ||
<tr> | ||
<td class="plan-icon">💍</td> | ||
<td class="plan-name">Sapphire Plan</td> | ||
<td class="plan-price">$500 / month</td> | ||
</tr> | ||
<tr> | ||
<td class="plan-icon">💎</td> | ||
<td class="plan-name">Diamond Plan</td> | ||
<td class="plan-price">$1000 / month</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters