Skip to content

Commit 7de7c6c

Browse files
committed
Create event page
1 parent b3795d9 commit 7de7c6c

5 files changed

Lines changed: 119 additions & 0 deletions

File tree

src/events/images/pi26/pi_logo.png

33.5 KB
Loading
309 KB
Loading
2.36 MB
Loading
945 KB
Loading

src/events/proveit-2026.njk

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
---
2+
layout: layouts/base.njk
3+
tags:
4+
- trade-show
5+
title: FlowFuse at ProveIt! 2026
6+
meta:
7+
description: Visit us at Hall 15, Stand H71 and experience live demos, explore real-time data visualisations, and see how open source innovation is shaping the future of industrial operations.
8+
demoHighlights:
9+
- Live demonstrations connected to the ProveIt! Virtual Factory
10+
- Real-time data flow across the complete ISA-95 architecture
11+
- Seamless integration with your existing systems
12+
- AI-powered development capabilities with FlowFuse Expert
13+
- Hands-on demos that put you in control of your operation
14+
sessionHighlights:
15+
- How we move data through the complete ISA-95 industrial stack (Levels 0-4)
16+
- Why FlowFuse is essential for scalable, future-proof data management
17+
- How our platform enables low-code integration, edge/cloud connectivity, and real-time event processing
18+
- Real-world integration with the ProveIt! ecosystem showcasing efficiency gains
19+
- Practical steps to implement unified industrial architectures
20+
---
21+
<!-- Hero Section -->
22+
<div class="w-full nohero py-20">
23+
<div class="w-full px-6">
24+
<div class="container flex flex-col m-auto text-left md:max-w-screen-lg items-stretch">
25+
<div class="w-full flex flex-col max-md:justify-center md:flex-row md:gap-10 mt-3 pb-8 md:pb-12">
26+
<div class="md:max-w-[390px] flex flex-grow relative ff-image-cover ff-image-rounded w-full max-md:mb-6">
27+
<div class="event bg-indigo-50 max-md:max-h-[300px] w-full flex-grow ff-image-cover left">
28+
{% image "./events/images/pi26/proveit26-hero.png", "Image of people at the FlowFuse booth", [644] %}
29+
</div>
30+
<div class="absolute top-5 left-5 w-[170px] h-auto">
31+
{% image "./events/images/pi26/pi_logo.png", "ProveIt! 2026 Logo", [170] %}
32+
</div>
33+
</div>
34+
<div class="main-content sm:2/3">
35+
<label class="text-red-600 font-medium mb-2 capitalize">Trade Show</label>
36+
<h1 class="md:max-w-screen-md">{{ title | safe }}</h1>
37+
<p>Discover how FlowFuse empowers you to build, deploy, and scale industrial automation — your way.</p>
38+
<p>Visit us at <span class="font-semibold">Booth #17</span> and experience live demonstrations of FlowFuse connecting to the ProveIt! Virtual Factory, showcasing real-time industrial connectivity, data integration, and AI-powered operations.</p>
39+
<p><span class="font-semibold">Let's prove it together — live, integrated, and in real-time.</span></p>
40+
<div class="flex items-start justify-start mt-10">
41+
<a class="ff-btn ff-btn--primary uppercase items-center text-base"
42+
href="https://www.proveitconference.com/offers/GVr8MysP?coupon_code=FLOWFUSE"
43+
target="_blank">
44+
GET YOUR DISCOUNTED TICKETS
45+
</a>
46+
</div>
47+
</div>
48+
</div>
49+
</div>
50+
</div>
51+
<!-- Join us Section -->
52+
<div class="w-full md:bg-white pt-12 md:pt-20 px-6">
53+
<div class="container flex flex-col md:flex-row m-auto text-left md:max-w-screen-lg m-auto md:gap-14 items-stretch">
54+
<div class="ff-prose mt-3 sm:1/3 flex-grow flex flex-col justify-center">
55+
<h3 class="text-gray-600 leading-snug">Join Us at Booth #17 and Experience Industrial Connectivity in Action</h3>
56+
<p>Join Us at Booth #17 and Experience Industrial Connectivity in Action</p>
57+
<div class="prose">
58+
<ul>
59+
{% for highlight in demoHighlights %}
60+
<li>{{ highlight | safe }}</li>
61+
{% endfor %}
62+
</ul>
63+
</div>
64+
<p>At FlowFuse, we believe in empowering engineers to take charge — designing, adapting, and scaling solutions to meet unique operational challenges.</p>
65+
<p>Visit us at Booth #17 and unlock the potential of smarter, more efficient manufacturing.</p>
66+
</div>
67+
<div class="md:max-w-[390px] flex flex-grow relative ff-image-cover ff-image-rounded w-full max-md:mb-6">
68+
<div class="max-md:max-h-[300px] w-full flex-grow ff-image-cover left">
69+
{% image "./events/images/pi26/proveit26-booth.png", "Image of people attending the FlowFuse demo.", [644] %}
70+
</div>
71+
</div>
72+
</div>
73+
<div id="livesession" class="flex flex-col m-auto text-left md:max-w-screen-lg m-auto items-stretch mt-6 md:mt-20">
74+
<!-- Live Session Section -->
75+
<div class="ff-image-rounded w-full mt-6 mb-12">
76+
{% image "./events/images/pi26/proveit-session.jpg", "Banner indicating place and time of the live session", [1024] %}
77+
</div>
78+
<!-- Live Demo Section -->
79+
<div class="mt-6">
80+
<h3 class="text-gray-600 leading-snug"><span class='text-indigo-600'>On-Site Live Demonstrations:</span></br>Intelligence and Connectivity Across Every Layer</h3>
81+
<p>Join us at our booth on <span class="font-semibold">from February 16–20, 2026</span> or exclusive live demonstrations featuring FlowFuse's complete industrial connectivity stack.</p>
82+
<p>Our demonstrations showcase how FlowFuse integrates with the ProveIt! Virtual Factory, demonstrating real-world industrial interoperability.</p>
83+
</div>
84+
<div class="flex max-md:flex-col w-full gap-4">
85+
<div class="ff-prose prose w-full md:2/3">
86+
<p>In these sessions, you'll see:</p>
87+
<ul>
88+
{% for highlight in sessionHighlights %}
89+
<li>{{ highlight | safe }}</li>
90+
{% endfor %}
91+
</ul>
92+
</div>
93+
<div class="bg-indigo-50/50 rounded-lg p-6 w-full md:max-w-[390px] flex flex-col justify-center max-md:mb-6">
94+
<h4>Don't miss out!</h4>
95+
<p>Stop by our booth, meet our leadership team and technical experts throughout the event, including Zeger-Jan van de Weg (CEO), Michael Davis, Kristopher Sandoval, Drew Gatti, and Omar Ahmed.</p>
96+
<div class="flex sm:order-2 order-3 mt-4">
97+
<a class="ff-btn ff-btn--primary-outlined uppercase items-center text-base mx-auto" href="/contact-us/">
98+
SCHEDULE A MEETING
99+
</a>
100+
</div>
101+
</div>
102+
</div>
103+
</div>
104+
<!-- Book a Demo Section -->
105+
<div class="container md:max-w-screen-lg p-8 border-2 border-indigo-200 rounded-lg bg-white drop-shadow-lg m-auto mt-10 md:mt-20 grid grid-cols-1 sm:grid-cols-3 sm:grid-flow-col sm:gap-x-6 sm:py-0 sm:grid-rows-[100px_minmax(20px,_1fr)]">
106+
<h3 class="order-1 sm:mt-6">Can't make it to ProveIt! 2026?</h3>
107+
<div class="sm:row-span-2 sm:col-span-2 sm:order-3 order-2">
108+
<p>No problem! You can still experience FlowFuse's cutting-edge industrial connectivity solution from the comfort of your own space. Book a personalised online demo with us and see how our flexible, real-time industrial software can optimise your operations.</p>
109+
<p>Our team is ready to walk you through the features that matter most to your business and answer any questions you may have.</p>
110+
<p>Take control of your industrial data and improve efficiency across your operations.</p>
111+
</div>
112+
<div class="flex items-start justify-start sm:order-2 order-3 sm:self-end sm:pb-6 max-sm:mt-6">
113+
<a class="ff-btn ff-btn--primary uppercase items-center text-base" href="/book-demo/">
114+
BOOK A DEMO
115+
</a>
116+
</div>
117+
</div>
118+
</div>
119+
</div>

0 commit comments

Comments
 (0)