Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions website/components/sections/EngineSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ export function EngineSection({ isDarkMode = true }: EngineSectionProps) {
accentColor={accentColor}
/>

{/* Capability Map Diagram — commented out
{/* Capability Map Diagram */}
<div
className={`relative p-4 sm:p-6 md:p-8 lg:p-10 rounded-lg ${bgCard} overflow-hidden`}
>
Expand Down Expand Up @@ -1021,7 +1021,6 @@ export function EngineSection({ isDarkMode = true }: EngineSectionProps) {
</div>
</div>
</div>
*/}
</div>
</section>
);
Expand Down
20 changes: 3 additions & 17 deletions website/components/sections/FooterSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ export function FooterSection({ isDarkMode = true }: FooterSectionProps) {
</div>
</div>

{/* FAQ — hidden for now */}
{/* <div className="mb-6 md:mb-8">
{/* FAQ */}
<div className="mb-6 md:mb-8">
<div>
<h4
className={`text-xs font-semibold uppercase tracking-wider mb-4 ${accentColor}`}
Expand Down Expand Up @@ -321,21 +321,7 @@ export function FooterSection({ isDarkMode = true }: FooterSectionProps) {
))}
</div>
</div>
</div> */}

{/* iii Particle Branding — hidden for now */}
{/* <div className={`border-t ${borderColor} pt-8 md:pt-12`}>
<div className="h-52 sm:h-72 md:h-96 lg:h-[28rem] w-full overflow-hidden mb-8">
<TextParticle
renderSource={drawIiiLogo}
particleColor={isDarkMode ? '#f4f4f4' : '#000000'}
hoverColor={isDarkMode ? '#f3f724' : '#2f7fff'}
hoverRadius={150}
particleSize={2.5}
particleDensity={4}
/>
</div>
</div> */}
</div>

<div className="pt-8 md:pt-12">
<div className="flex flex-col md:flex-row items-center justify-between gap-4">
Expand Down
2 changes: 2 additions & 0 deletions website/public/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Observe operations, traces, and system behavior across the entire connected stac
It really is as simple as Functions, Triggers, and Workers
Anything that does work.
A Function receives input and optionally returns output. It can live anywhere — locally, on cloud, on serverless, or as a third-party HTTP endpoint. All Functions are treated the same within iii.
#### The Engine does it all
Operations flow through the Engine to any worker, in any language

## Polyglot Runtime
### One protocol. Any language.
Expand Down
2 changes: 2 additions & 0 deletions website/public/ai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
It really is as simple as Functions, Triggers, and Workers
Anything that does work.
A Function receives input and optionally returns output. It can live anywhere — locally, on cloud, on serverless, or as a third-party HTTP endpoint. All Functions are treated the same within iii.
#### The Engine does it all
Operations flow through the Engine to any worker, in any language

## Polyglot Runtime
### One protocol. Any language.
Expand Down
Loading