Skip to content

Commit 6d16292

Browse files
committed
fix: ruby project page
1 parent 4b7f214 commit 6d16292

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

public/projects/gobake/features.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,31 @@ title: Go-Native
33
icon: Code
44
creator: Fezcode
55
role: CREATOR
6+
subtitle: Native Execution. Fast and elegant.
7+
quote: Go-Native changed how we build. It's the most natural build tool I've ever experienced.
68
description: Write your build scripts in Go. No new syntax to learn. Benefit from Go's type safety and performance.
79
:::
810

911
:::feature
1012
title: Zero Dependencies
1113
icon: ShieldCheck
12-
creator: Samil B.
13-
role: ARCHITECT
14+
subtitle: Pure Go. No external mess.
15+
quote: Zero Dependencies means no more dependency hell. It's a breath of fresh air for our CI/CD.
1416
description: The build system is just a Go program. It compiles itself on the fly, requiring nothing but the Go toolchain.
1517
:::
1618

1719
:::feature
1820
title: Metadata Management
1921
icon: NewspaperClipping
20-
creator: Fezcoddy
21-
role: DESIGNER
22+
subtitle: Centralized control. Single Source.
23+
quote: Metadata Management brings sanity to our versioning. Absolute game changer for release engineering.
2224
description: Manage versions, tools, and dependencies in a central `recipe.piml` file.
2325
:::
2426

2527
:::feature
2628
title: Self-Bootstrapping
2729
icon: Cpu
28-
creator: Neural Nexus
29-
role: KERNEL
30+
subtitle: Autonomous builds. Self-healing.
31+
quote: Self-Bootstrapping is magic. It handles its own lifecycle perfectly so I don't have to.
3032
description: Just run `gobake`. It handles the rest, ensuring your build environment is always consistent.
3133
:::

src/pages/project-pages/RubyProjectPage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const RubyProjectPage = () => {
294294
<img src={`/projects/${productSlug}/line.svg`} alt="" className="absolute left-0 -bottom-[22px] w-full max-w-[430px] h-auto opacity-30 group-hover:opacity-100 transition-opacity" />
295295
</div>
296296
<p className="text-xl sm:text-2xl font-bold text-white mb-4 leading-relaxed uppercase tracking-tight">
297-
{feature.title} is Go-native.<br/>Fast and elegant.
297+
{feature.subtitle}
298298
</p>
299299
<div className="text-sm sm:text-base text-stone-300 mb-6 leading-relaxed font-medium">
300300
{feature.description}
@@ -304,7 +304,7 @@ const RubyProjectPage = () => {
304304
<div className="flex-1 relative text-sm sm:text-base font-medium text-stone-300 leading-relaxed border border-[#CEB372] p-6 md:p-8 rounded-3xl bg-stone-800/20 shadow-sm">
305305
<span className="absolute -top-10 -left-4 text-[140px] text-[#CEB372] opacity-20 font-serif leading-none select-none pointer-events-none"></span>
306306
<p className="relative z-10 italic">
307-
{feature.title} changed how we build. It's the most natural build tool I've ever experienced.
307+
{feature.quote}
308308
</p>
309309
</div>
310310
<div className="flex-shrink-0 flex flex-col items-center text-center w-32">

0 commit comments

Comments
 (0)