-
Notifications
You must be signed in to change notification settings - Fork 2
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
Captain Jack Sparrow
committed
May 9, 2024
1 parent
9eba0aa
commit 92f3e89
Showing
6 changed files
with
35 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
# sudo-flix docs | ||
|
||
Find it at https://docs.sudo-flix.lol | ||
|
||
# Skool project | ||
[URL](https://ruby-ridge.wyzie.ru) |
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 |
---|---|---|
@@ -1,22 +1,36 @@ | ||
# Pricing | ||
|
||
<Note> | ||
An ingredient card is included in every purchase containing the precise vitamine count in your Chill Pills | ||
A personalized thank you card and an ingredient pamphlet is included in every purchase, it contains the precise vitamine count in your Chill Pills. | ||
</Note> | ||
|
||
<div style={{ flex: 'col' }}> | ||
<Card | ||
style={{ justifyContent: 'center', alignItems: 'center', textAlign: 'center' }} | ||
> | ||
<div> | ||
30 Count Package | ||
<CardGrid | ||
style={{ justifyContent: 'center', alignItems: 'center', textAlign: 'center' }} | ||
> | ||
<Card> | ||
<div style={{ textAlign: 'center' }}> | ||
**30 Count Package** | ||
</div> | ||
|
||
--- | ||
 | ||
</Card> | ||
<Card | ||
style={{ justifyContent: 'center', alignItems: 'center', textAlign: 'center' }} | ||
> | ||
<div> | ||
75 Count Package | ||
|
||
<Card> | ||
<div style={{ textAlign: 'center' }}> | ||
**75 Count Package** | ||
</div> | ||
|
||
--- | ||
 | ||
</Card> | ||
|
||
<Card> | ||
<div style={{ textAlign: 'center' }}> | ||
**120 Count Package** | ||
</div> | ||
|
||
--- | ||
 | ||
</Card> | ||
</div> | ||
</CardGrid> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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