Skip to content

Commit

Permalink
Merge pull request #1056 from flowforge/zj-homepage-demo-cta
Browse files Browse the repository at this point in the history
cta: Update main action to book a demo
  • Loading branch information
Yndira-E authored Aug 21, 2023
2 parents 25cc00d + 537bbd7 commit 454384c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Binary file added src/images/pictograms/book-a-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 9 additions & 7 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,21 @@ sitemapPriority: 1.0
<div class="sm:mt-10 md:mt-10 w-full max-w-4xl text-center flex flex-wrap gap-2 justify-around">
<div class="w-full px-3 mt-4 sm:w-72 md:mt-0 css-full">
<div class="w-40 m-auto mb-4">
{% image "./images/pictograms/opensource.png", "Graphics depicting the Open-Source logo.", [160] %}
{% image "./images/pictograms/book-a-demo.png", "Icon representing a booked demo.", [160] %}
</div>
<h5 class="flex justify-center">Open Source</h5>
<label class="font-light mt-2 block">Try for free with deployment options including Docker and Kubernetes.</label>
<a class="mt-4 ff-btn ff-btn--secondary uppercase inline-block" href="./docs/install" onclick="capture('cta-install', {'position': 'secondary'})">Install</a>
<h5 class="flex justify-center">Book a Demo</h5>
<label class="font-light mt-2 block">Understand how you can develop and roll out bespoke applications with FlowFuse and Node-RED.</label>
<a class="mt-4 ff-btn ff-btn--secondary uppercase inline-block" href="/book-demo" onclick="capture('cta-book-demo', {'position': 'secondary'})">Book a Demo</a>
</div>
<div class="w-full px-3 mt-4 sm:w-72 md:mt-0">
<div class="w-40 m-auto mb-4">
<div class="w-full px-3 mt-4 sm:w-72 md:mt-0 flex flex-col items-center justify-between">
<div>
<div class="w-40 mb-4">
{% image "./images/pictograms/enterprise.png", "Graphic image representing 'Infrastructure'.", [160] %}
</div>
<h5 class="flex justify-center">FlowFuse Cloud</h5>
</div>
<label class="font-light mt-2 block">Get started in less than a minute, fully managed, fully secure.</label>
<a class="mt-4 ff-btn ff-btn--primary uppercase inline-block" href="https://app.flowforge.com/account/create" onclick="capture('cta-join', {'position': 'secondary'})">Join Now</a>
<a class="mt-4 ff-btn ff-btn--primary uppercase inline-block" href="https://app.flowforge.com/account/create" onclick="capture('cta-join', {'position': 'secondary'})">Join Now</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 454384c

Please sign in to comment.