Skip to content
Merged
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
33 changes: 14 additions & 19 deletions learn.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3 className="course-card__title">{title}</h3>
<div>
<h1 className="page-hero__title">Learn Constructor Fabric</h1>
<p className="page-hero__lead">
You can take one or more courses to learn more about Constructor Fabric — from an overview for C-level executives to how to build your very first application using Constructor Studio and Constructor Gears to how to contribute.
Explore Constructor Fabric through a curated set of courses for business leaders, technical teams, and developers. Choose the courses that match your role and goals—from understanding the platform’s business value to building applications with Constructor Studio and creating custom Gears.
</p>
</div>
</div>
Expand All @@ -95,35 +95,30 @@ <h1 className="page-hero__title">Learn Constructor Fabric</h1>
<div className="grid-2" style={{display:'grid', gridTemplateColumns:'repeat(auto-fit, minmax(320px, 1fr))', gap:24}}>
<CourseCard
n={1}
title="Constructor Fabric Overview for Executives"
body="Gain a concise, high-level view of Constructor Fabric, its core capabilities, and its business value. Explore how the platform can support faster product delivery, greater operational efficiency, and scalable SaaS and XaaS growth."
enrollHref="https://constructorfabric.constructor.app/learn/courses/daec92db-91ab-4863-8104-ab75efa961cc" />
<CourseCard
n={2}
title="Constructor Studio Overview"
body="This course is designed for CTOs, R&D Leaders, Architects, Development Leaders, Developers, and QA Engineers. It provides an overview of how Constructor Studio supports these roles and helps them in their daily work."
body="Discover Constructor Studio through the perspective of six key roles across the software delivery lifecycle. Learn what the platform offers each role and how it can make everyday work more connected, efficient, and effective."
availability="Enrol"
enrollHref="https://constructorfabric.constructor.app/learn/catalog/9ef4998d-eeaf-4ffe-a205-558cd42f5116" />
<CourseCard
n={2}
title="Constructor for Developers"
n={3}
title="Constructor Studio for Developers"
body="Learn how to use Constructor Studio to design and build your first XaaS application — from idea to PRD, to architecture, to design documents to decomposition into tasks to the actual code generation."
enrollHref="https://constructorfabric.constructor.app/learn/catalog/6194ef20-02c7-44bd-ad09-0be950659136" />
<CourseCard
n={3}
title="Constructor Gears for Beginners"
body="Learn how to use Constructor Gears in your XaaS application."
availability="Coming Soon ..." />
<CourseCard
n={4}
title="Constructor Fabric: Overview for Executives"
body="This course is designed for CEOs, CFOs, COOs, CTOs, CIOs, CPOs, founders, board members, investors, and senior leaders responsible for SaaS and XaaS growth, AI strategy, product execution, platform scalability, monetization, and enterprise value. The course provides a concise business view of why AI coding tools alone are not enough, why SaaS and XaaS companies need a stronger operating model, and how Constructor Fabric can support faster market execution, monetization velocity, operating leverage, M&A readiness, and a more durable competitive moat."
enrollHref="https://constructorfabric.constructor.app/learn/courses/daec92db-91ab-4863-8104-ab75efa961cc" />
title="Intro to Constructor Gears"
body="Build a solid foundation in Constructor Gears. Learn what Gears are, how they work, and where they can be used before moving on to hands-on configuration and development."
availability="Coming Soon ..." />
<CourseCard
n={5}
title="Constructor Gears for Contributors"
body="Learn how can you contribute to Constructor Gears — from the enhancements of the existing Gears to the creation of a completely new Gears."
title="How to Build a Gear"
body="Take the next step from using Gears to creating them. First, learn how to configure and integrate an existing Gear into your application; then build a custom Gear tailored to your own requirements."
availability="Coming Soon ..." />
<ElementLinkCard
title="Acronis Accelerate: The Journey to Autonomous IT"
body="Join a live virtual event where Constructor Fabric is introduced as part of Acronis's Autonomous IT platform — learn to build applications with AI, qualify for free dev infrastructure, and reach a market of 500 million SMBs."
href="learn/acronis-accelerate-event.html"
linkLabel="Learn more →" />
</div>
</div>
</section>
Expand Down
Loading