Skip to content

Commit d959df6

Browse files
eferroclaude
andcommitted
Organize project index with categorized sections
- Group projects into logical categories: Web Applications, ChatGPT Custom GPTs, Resources & Curations, Development Tools, and Blog & Personal - Add three new ChatGPT Custom GPTs: eferro Lean Delivery, eferro Lean Discovery, and Thinkie Agent - Improve navigation and discoverability of different project types - Maintain existing functionality while enhancing organization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 891ce93 commit d959df6

1 file changed

Lines changed: 59 additions & 28 deletions

File tree

index.html

Lines changed: 59 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,65 @@ <h1 class="title">eferro Projects</h1>
1818
</header>
1919

2020
<nav class="links">
21-
<a class="card" href="https://eferro.github.io/eferro-picks-site/" target="_blank" rel="noopener noreferrer">
22-
<span class="card-title">eferro Picks</span>
23-
<span class="card-desc">Curated links and recommendations</span>
24-
</a>
25-
<a class="card" href="https://eferro.github.io/simplecalendar/" target="_blank" rel="noopener noreferrer">
26-
<span class="card-title">SimpleCalendar</span>
27-
<span class="card-desc">Simple, minimalist calendar</span>
28-
</a>
29-
<a class="card" href="https://eferro.github.io/focus/" target="_blank" rel="noopener noreferrer">
30-
<span class="card-title">Focus</span>
31-
<span class="card-desc">Pomodoro / distraction-free focus</span>
32-
</a>
33-
<a class="card" href="https://eferro.github.io/lean-prompt-garden/" target="_blank" rel="noopener noreferrer">
34-
<span class="card-title">Lean Prompt Garden</span>
35-
<span class="card-desc">Curated list of Prompt for Augmented coding</span>
36-
</a>
37-
<a class="card" href="https://g.co/gemini/share/6d9927b112ad" target="_blank" rel="noopener noreferrer">
38-
<span class="card-title">Interactive Data Analysis App</span>
39-
<span class="card-desc">Interactive data analysis tool built with Gemini</span>
40-
</a>
41-
<a class="card" href="https://github.com/eferro/k8s-memory-watch" target="_blank" rel="noopener noreferrer">
42-
<span class="card-title">k8s-memory-watch</span>
43-
<span class="card-desc">Kubernetes memory monitoring and alerting tool</span>
44-
</a>
45-
<a class="card" href="https://www.eferro.net/" target="_blank" rel="noopener noreferrer">
46-
<span class="card-title">Blog / Personal website</span>
47-
<span class="card-desc">eferro.net</span>
48-
</a>
21+
<section class="section">
22+
<h2 class="section-title">Web Applications</h2>
23+
<a class="card" href="https://eferro.github.io/simplecalendar/" target="_blank" rel="noopener noreferrer">
24+
<span class="card-title">SimpleCalendar</span>
25+
<span class="card-desc">Simple, minimalist calendar</span>
26+
</a>
27+
<a class="card" href="https://eferro.github.io/focus/" target="_blank" rel="noopener noreferrer">
28+
<span class="card-title">Focus</span>
29+
<span class="card-desc">Pomodoro / distraction-free focus</span>
30+
</a>
31+
<a class="card" href="https://g.co/gemini/share/6d9927b112ad" target="_blank" rel="noopener noreferrer">
32+
<span class="card-title">Interactive Data Analysis App</span>
33+
<span class="card-desc">Interactive data analysis tool built with Gemini</span>
34+
</a>
35+
</section>
36+
37+
<section class="section">
38+
<h2 class="section-title">ChatGPT Custom GPTs</h2>
39+
<a class="card" href="https://chatgpt.com/g/g-681225ecea248191aa52a038f2689358-eferro-lean-delivery" target="_blank" rel="noopener noreferrer">
40+
<span class="card-title">eferro Lean Delivery</span>
41+
<span class="card-desc">ChatGPT GPT for delivering value in smallest, safest steps</span>
42+
</a>
43+
<a class="card" href="https://chatgpt.com/g/g-687420ffb0d88191a8f16d4ad02b3353-eferro-lean-discovery" target="_blank" rel="noopener noreferrer">
44+
<span class="card-title">eferro Lean Discovery</span>
45+
<span class="card-desc">Turn fuzzy ideas into validated product bets</span>
46+
</a>
47+
<a class="card" href="https://chatgpt.com/g/g-6860ec93709c81919755df0152c1970c-thinkie-agent-with-kent-beck-s-thinkies" target="_blank" rel="noopener noreferrer">
48+
<span class="card-title">Thinkie Agent (with Kent Beck's Thinkies)</span>
49+
<span class="card-desc">Creative thinking tool using Kent Beck's habits of thought</span>
50+
</a>
51+
</section>
52+
53+
<section class="section">
54+
<h2 class="section-title">Resources & Curations</h2>
55+
<a class="card" href="https://eferro.github.io/eferro-picks-site/" target="_blank" rel="noopener noreferrer">
56+
<span class="card-title">eferro Picks</span>
57+
<span class="card-desc">Curated links and recommendations</span>
58+
</a>
59+
<a class="card" href="https://eferro.github.io/lean-prompt-garden/" target="_blank" rel="noopener noreferrer">
60+
<span class="card-title">Lean Prompt Garden</span>
61+
<span class="card-desc">Curated list of Prompt for Augmented coding</span>
62+
</a>
63+
</section>
64+
65+
<section class="section">
66+
<h2 class="section-title">Development Tools</h2>
67+
<a class="card" href="https://github.com/eferro/k8s-memory-watch" target="_blank" rel="noopener noreferrer">
68+
<span class="card-title">k8s-memory-watch</span>
69+
<span class="card-desc">Kubernetes memory monitoring and alerting tool</span>
70+
</a>
71+
</section>
72+
73+
<section class="section">
74+
<h2 class="section-title">Blog & Personal</h2>
75+
<a class="card" href="https://www.eferro.net/" target="_blank" rel="noopener noreferrer">
76+
<span class="card-title">Blog / Personal website</span>
77+
<span class="card-desc">eferro.net</span>
78+
</a>
79+
</section>
4980
</nav>
5081

5182
<footer class="footer">

0 commit comments

Comments
 (0)