Skip to content

Commit

Permalink
finish pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed May 9, 2024
1 parent 9eba0aa commit 92f3e89
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 24 deletions.
6 changes: 2 additions & 4 deletions README.md
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)
40 changes: 27 additions & 13 deletions pages/pricing.mdx
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>

---
![image](pricing1.png)
</Card>
<Card
style={{ justifyContent: 'center', alignItems: 'center', textAlign: 'center' }}
>
<div>
75 Count Package

<Card>
<div style={{ textAlign: 'center' }}>
**75 Count Package**
</div>

---
![image](pricing2.png)
</Card>

<Card>
<div style={{ textAlign: 'center' }}>
**120 Count Package**
</div>

---
![image](pricing3.png)
</Card>
</div>
</CardGrid>
Binary file modified public/pricing1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pricing2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/pricing3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export default defineTheme({
settings: {
logo: () => <Logo />,
backgroundPattern: 'flare',
toc: false,
contentFooter: false,
colors: {
"primary": "#A476D9",
"primaryLighter": "#C4ADDE",
Expand All @@ -57,13 +59,10 @@ export default defineTheme({
directories: [
directory("main", {
sidebar: [
group("Global", [
// Havent done any of this shit.
link("Introduction", "/intro", { icon: 'mdi:handshake' }),
link("Ingredients", "/ingredients", { icon: 'mdi:cow' }),
link("Pricing", "/pricing", { icon: 'mdi:money' }),
link("About us", "/about", { icon: 'mdi:about' }),
]),
link("Introduction", "/intro", { icon: 'mdi:handshake' }),
link("Ingredients", "/ingredients", { icon: 'mdi:cow' }),
link("Pricing", "/pricing", { icon: 'mdi:money' }),
link("About us", "/about", { icon: 'mdi:about' }),
]
})
],
Expand Down

0 comments on commit 92f3e89

Please sign in to comment.