Skip to content

Commit a3f3b7b

Browse files
committed
foxflow link per @cdavernas suggestion
Signed-off-by: Alvin Engler <[email protected]>
1 parent cb01b07 commit a3f3b7b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

public/img/logos/foxflow.svg

Lines changed: 12 additions & 0 deletions
Loading

src/pages/index.astro

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const examples = (await getCollection('example'));
9797
<a class="link link-accent" href="https://slack.cncf.io/" target="_blank" rel="noopener">Open Slack</a>
9898
</Card>
9999
</Section>
100-
100+
101101
<!-- Projects -->
102102
<Section title="Open Source projects supporting our DSL" class="bg-base-200" isGrid={true}>
103103
<Card title="Apache EventMesh Workflow" image="img/logos/eventmesh.png">
@@ -128,6 +128,10 @@ const examples = (await getCollection('example'));
128128
<p>FaasNet makes it easy to deploy functions and API to Kubernetes without repetitive, boiler-plate coding.</p>
129129
<a class="link link-accent" href="https://github.com/simpleidserver/FaasNet" target="_blank" rel="noopener">Learn More</a>
130130
</Card>
131+
<Card title="Foxflow" image="img/logos/foxflow.svg" imageSize="medium">
132+
<p>Foxflow's AI agent development platform accelerates business process automation and software delivery through LLM-integrated declarative workflows</p>
133+
<a class="link link-accent" href="https://foxflow.com" target="_blank" rel="noopener">Learn More</a>
134+
</Card>
131135
<Card title="Huawei" image="img/logos/huawei.png" imageSize="medium">
132136
<p>Huawei FunctionGraph hosts event-driven functions in a serverless context while ensuring high availability, high scalability, and zero maintenance.</p>
133137
<a class="link link-accent" href="https://www.huaweicloud.com/intl/en-us/product/functiongraph.html" target="_blank" rel="noopener">Learn More</a>
@@ -156,4 +160,4 @@ const examples = (await getCollection('example'));
156160
</Card>
157161
</div>
158162
</Section>
159-
</Layout>
163+
</Layout>

0 commit comments

Comments
 (0)