Skip to content

Commit e2b3524

Browse files
authored
Made Experience.tsx cards gradients
1 parent cce6984 commit e2b3524

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Experience() {
3131
myRole="Developer"
3232
timeline="March 2025 - discontinued"
3333
delay={0.1}
34-
gradient="bg-gradient-to-br"
34+
gradient="bg-gradient-to-br from-sky-400 to-sky-200"
3535
/>
3636
<ExperienceCard
3737
url="https://github.com/twizzycodes/lemonade-cli"
@@ -41,7 +41,7 @@ export default function Experience() {
4141
"any model on OpenRouter https://openrouter.ai (Multiple free models)"
4242
]}
4343
cardImage="/lemonade.png"
44-
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"
44+
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"
4545
media={[]}
4646
myRole="Developer"
4747
timeline="July 2026 - Current"
@@ -61,7 +61,7 @@ export default function Experience() {
6161
myRole="Founder/Lead Developer"
6262
timeline="September 2022 - Present"
6363
delay={0.2}
64-
gradient="bg-gradient-to-br"
64+
gradient="bg-gradient-to-br from-purple-900 to-black"
6565
/>
6666
</ul>
6767
</section>

0 commit comments

Comments
 (0)