Skip to content

Commit 7fa35d2

Browse files
Gowiemclaude
andauthored
feat: update client logo carousel (#101)
## Summary - Add new client logos: **Cursor**, **MarketSpark**, **MetaCTO** (with links to their websites) - Hide logos: Makr, We The Collective, Watermark - Reorder: Formation Bio moved to #3, Thinaer moved to end - Fix carousel autoplay: eliminate initial scroll delay, tune timing to reduce stutter ## Test plan - [ ] Verify new logos render correctly in carousel - [ ] Verify logo links open correct websites in new tab - [ ] Check carousel scrolls immediately on page load without stutter 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **New Features** * Added three new client logos (Cursor, MarketSpark, MetaCTO) to the carousel display. * **Updates** * Increased carousel animation speed for faster transitions between logos. * Adjusted logo visibility and reordered display sequence in carousel. * Hid three logos from active carousel display. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1214926 commit 7fa35d2

12 files changed

Lines changed: 41 additions & 14 deletions

File tree

assets/js/plugins.js

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/logos/cursor.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Cursor
3+
image: /img/logos/cursor.svg
4+
link: https://www.cursor.com
5+
weight: 4
6+
visible: true
7+
---

content/logos/formation-bio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Formation Bio
33
image: /img/logos/formation-bio-logo.png
44
link: https://formation.bio
5-
weight: 10
5+
weight: 3
66
visible: true
77
---

content/logos/makr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: MAKR
33
image: /img/logos/makr.png
44
weight: 11
5-
visible: true
5+
visible: false
66
---

content/logos/marketspark.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: MarketSpark
3+
image: /img/logos/marketspark.png
4+
link: https://www.marketspark.com
5+
weight: 5
6+
visible: true
7+
---

content/logos/metacto.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: MetaCTO
3+
image: /img/logos/metacto.svg
4+
link: https://www.metacto.com
5+
weight: 6
6+
visible: true
7+
---

content/logos/thinaer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Thinaer
33
image: /img/logos/thinaer.png
44
link: https://thinaer.io/
5-
weight: 3
5+
weight: 99
66
visible: true
77
---

content/logos/watermark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: Watermark
33
image: /img/logos/watermark.png
44
link: https://www.watermarkinsights.com/
55
weight: 7
6-
visible: true
6+
visible: false
77
---

content/logos/we_the_collective.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: We The Collective
33
image: /img/logos/we_the_collective.png
44
link: https://www.wethecollective.com/
55
weight: 5
6-
visible: true
6+
visible: false
77
---

static/img/logos/cursor.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)