Skip to content

Commit 116f493

Browse files
authored
Update Experience.tsx
1 parent f2ed44d commit 116f493

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

twizzy.gg/src/components/sections/index/Experience.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,45 +20,45 @@ export default function Experience() {
2020
<ul className={`flex flex-col pt-6 pb-1 gap-4 overflow-hidden`}>
2121
<ExperienceCard
2222
url="https://github.com/twizzycodes/lemonade-cli"
23-
title="Lemonade CLI"
23+
title="Creator/Developer"
2424
fullDescription={[
2525
"An open-source, model-agnostic AI coding CLI. Lemonade is a Claude Code–style agentic terminal assistant",
2626
"any model on OpenRouter https://openrouter.ai (Multiple free models)"
2727
]}
2828
cardImage="/lemonade.png"
2929
cardDescription="An open-source, model-agnostic AI coding CLI. Lemonade is a Claude Code–style agentic terminal assistant that runs against any model on OpenRouter https://openrouter.ai — pick whichever model you have credits or access for. Point it at an API key"
3030
media={[]}
31-
myRole="Creator/Developer"
31+
myRole="Lemonade CLI"
3232
timeline="July 2026 - Current"
3333
delay={0.1}
3434
gradient="bg-gradient-to-br from-orange-500 to-yellow-300"
3535
/>
3636
<ExperienceCard
3737
url="https://github.com/bigcheesh/openflow"
38-
title="OpenFlow"
38+
title="Creator/Developer"
3939
fullDescription={[
4040
"OpenFlow is a powerful jailbroken AI platform that lets you use models like Claude and Gemini with zero restrictions for maximum flexibility.",
4141
"This has now been discontinued as I have stopped updating."
4242
]}
4343
cardImage="/kyo.png"
4444
cardDescription="OpenFlow is a powerful jailbroken AI platform that lets you use models like Claude and Gemini with zero restrictions for maximum flexibility."
4545
media={[]}
46-
myRole="Creator/Developer"
46+
myRole="OpenFlow"
4747
timeline="March 2025 - discontinued"
4848
delay={0.1}
4949
gradient="bg-gradient-to-br from-sky-400 to-sky-200"
5050
/>
5151
<ExperienceCard
5252
url="https://oceansystems.vercel.app/"
53-
title="OceanSystems"
53+
title="Creator/Developer"
5454
fullDescription={[
5555
"Ocean Systems is a multi use discord moderation build in website bot, where you can moderate your server from a dashboard. We are still in development and now require a key to access.",
5656
"If you would like to try, please add me on discord lix.bear to get pre-access."
5757
]}
5858
cardImage="/oceansystems.png"
5959
cardDescription="OceanSystems is the ultimate Discord management solution, providing bots, dashboards, and automations all in one place with premium moderation, protection, and engagement features."
6060
media={[]}
61-
myRole="Creator/Developer"
61+
myRole="OceanSystems"
6262
timeline="September 2022 - Present"
6363
delay={0.2}
6464
gradient="bg-gradient-to-br from-purple-900 to-black"

0 commit comments

Comments
 (0)