Skip to content

Commit 1fbfedf

Browse files
authored
Merge pull request #233 from alvin/foxflow-vendor-link
Add Foxflow to the adopters
2 parents 9a2e585 + 5e3671d commit 1fbfedf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: public/img/logos/foxflow.svg

+12
Loading

Diff for: src/pages/index.astro

+5-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const examples = (await getCollection('example'));
9999
<a class="link link-accent" href="https://slack.cncf.io/" target="_blank" rel="noopener">Open Slack</a>
100100
</Card>
101101
</Section>
102-
102+
103103
<!-- Projects -->
104104
<Section title="Open Source projects supporting our DSL" class="bg-base-200" isGrid={true}>
105105
<Card title="Apache EventMesh Workflow" image="img/logos/eventmesh.png">
@@ -130,6 +130,10 @@ const examples = (await getCollection('example'));
130130
<p>FaasNet makes it easy to deploy functions and API to Kubernetes without repetitive, boiler-plate coding.</p>
131131
<a class="link link-accent" href="https://github.com/simpleidserver/FaasNet" target="_blank" rel="noopener">Learn More</a>
132132
</Card>
133+
<Card title="Foxflow" image="img/logos/foxflow.svg" imageSize="medium">
134+
<p>Foxflow's AI agent development platform accelerates business process automation and software delivery through LLM-integrated declarative workflows</p>
135+
<a class="link link-accent" href="https://foxflow.com" target="_blank" rel="noopener">Learn More</a>
136+
</Card>
133137
<Card title="Huawei" image="img/logos/huawei.png" imageDark="img/logos/huawei.svg" imageSize="medium">
134138
<p>Huawei FunctionGraph hosts event-driven functions in a serverless context while ensuring high availability, high scalability, and zero maintenance.</p>
135139
<a class="link link-accent" href="https://www.huaweicloud.com/intl/en-us/product/functiongraph.html" target="_blank" rel="noopener">Learn More</a>

0 commit comments

Comments
 (0)