Skip to content

Commit 54d2868

Browse files
authored
Merge pull request #4404 from FlowFuse/experiment/url-replacement
Experiment/url replacement
2 parents 2b4ee04 + e8f4190 commit 54d2868

149 files changed

Lines changed: 177 additions & 175 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/_data/pricingFeatures.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ sections:
241241
buttons:
242242
cloud:
243243
- cta: TRY FOR FREE
244-
url: https://app.flowfuse.com/account/create
244+
url: /get-started/
245245
onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-starter'})"
246246
- cta: TRY FOR FREE
247-
url: https://app.flowfuse.com/account/create
247+
url: /get-started/
248248
onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-pro'})"
249249
- cta: Request a Quote
250250
url: /pricing/request-quote/

src/_data/site.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"baseURL": "https://flowfuse.com",
33
"appURL": "https://app.flowfuse.com",
4+
"onboardingURL": "/get-started/",
45
"jobBoard": "https://boards.greenhouse.io/flowfuse",
56
"openings": {
67
"em": "https://job-boards.greenhouse.io/flowfuse/jobs/5566913004"

src/_includes/common-cta.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</p>
2626
</div>
2727
<div class="flex flex-col items-center">
28-
<a class="ff-btn ff-btn--primary uppercase align-baseline w-full" href="{{ site.appURL }}/account/create" onclick="capture('cta-join', {'position': 'secondary'})">TRY FOR FREE</a>
28+
<a class="ff-btn ff-btn--primary uppercase align-baseline w-full" href="{{ site.onboardingURL }}" onclick="capture('cta-join', {'position': 'secondary'})">TRY FOR FREE</a>
2929
</div>
3030
</div>
3131
</div>

src/_includes/get-started.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p class="font-light mt-6">Our managed hosted solution, maintained and supported by the FlowFuse team. Experience flexibility, scalability, and expert assistance to drive your business forward.</p>
1313
</div>
1414
<a class="mt-4 ff-btn ff-btn--highlight uppercase inline-block self-center sm:self-start"
15-
href="{{ site.appURL }}/account/create"
15+
href="{{ site.onboardingURL }}"
1616
onclick="capture('cta-try-it-now', {'position': 'secondary'})">Try it out</a>
1717
</div>
1818
<div class="w-full mt-4 md:mt-0 flex flex-col justify-between">

src/_includes/layouts/abm-landing.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ nohero: true
3131
{{freeDemoButton() }}
3232
{% macro tryItOutButton(desktop=true) %}
3333
<a class="ff-btn uppercase text-base {% if desktop %}inline{% else %}flex flex-col w-full m-auto sm:mt-12{% endif %}"
34-
href="{{ site.appURL }}/account/create"
34+
href="{{ site.onboardingURL }}"
3535
onclick="capture('cta-try-now', {'reference': '{{ hero.buttonReference }}'})">
3636
<span class="flex gap-2 uppercase items-center text-indigo-600 hover:text-indigo-800">
3737
Start Free Trial
@@ -185,7 +185,7 @@ nohero: true
185185
<p class="text-center">{{ ctaSection.description }}</p>
186186
<div class="flex max-sm:flex-col max-md:mx-auto gap-3 justify-center mt-8">
187187
<a class="ff-btn ff-btn--primary min-h-[40px] uppercase" href="{{ hero.buttonLink }}" onclick="capture('cta-demo', {'position': 'secondary'}, {'reference': '{{ hero.buttonReference }}'})">{{ ctaSection.primaryCta }}</a>
188-
<a class="ff-btn ff-btn--primary-outlined min-h-[40px] uppercase" href="{{ site.appURL }}/account/create" onclick="capture('cta-try-now', {'position': 'secondary'}, {'reference': '{{ hero.buttonReference }}'})">{{ ctaSection.secondaryCta }}</a>
188+
<a class="ff-btn ff-btn--primary-outlined min-h-[40px] uppercase" href="{{ site.onboardingURL }}" onclick="capture('cta-try-now', {'position': 'secondary'}, {'reference': '{{ hero.buttonReference }}'})">{{ ctaSection.secondaryCta }}</a>
189189
</div>
190190
</div>
191191
</div>

src/_includes/layouts/base.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ eleventyComputed:
259259
<!-- CTAs -->
260260
<ul class="hidden cta top-8 right-0 border shadow-sm md:inline md:shadow-none w-36 z-10 md:border-0 bg-white md:bg-transparent md:w-auto rounded md:static md:float-none md:flex md:flex-row flex-col items-center justify-end font-medium text no-underline">
261261
<li class="flex"><a href="{{ site.appURL }}">Sign In</a></li>
262-
<li class="flex"><a href="{{ site.appURL }}/account/create" onclick="capture('cta-join', {'position': 'header'})">Free Trial</a></li>
262+
<li class="flex"><a href="{{ site.onboardingURL }}" onclick="capture('cta-join', {'position': 'header'})">Free Trial</a></li>
263263
<a class="ml-2 ff-btn ff-btn--primary uppercase text-sm inline-flex" href="/contact-us" onclick="capture('cta-talk-us', {'position': 'header'})">
264264
Contact Us
265265
</a>
@@ -269,7 +269,7 @@ eleventyComputed:
269269
<div id="mobile-ctas" class="hidden fixed bottom-0 z-20">
270270
<div class="grid grid-cols-2 gap-2">
271271
<a href="{{ site.appURL }}" class="ff-btn ff-btn--primary-outlined">Sign In</a>
272-
<a href="{{ site.appURL }}/account/create" onclick="capture('cta-join', {'position': 'header'})" class="ff-btn ff-btn--primary-outlined">Free Trial</a>
272+
<a href="{{ site.onboardingURL }}" onclick="capture('cta-join', {'position': 'header'})" class="ff-btn ff-btn--primary-outlined">Free Trial</a>
273273
</div>
274274
<a class="ff-btn ff-btn--primary" href="/contact-us" onclick="capture('cta-talk-to-sales', {'position': 'header'})">Contact Us</a>
275275
</div>

src/ai.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ctaSection:
7171
{{freeDemoButton() }}
7272
{% macro tryItOutButton(desktop=true) %}
7373
<a class="ff-btn uppercase text-base {% if desktop %}inline{% else %}flex flex-col w-full m-auto sm:mt-6{% endif %}"
74-
href="{{ site.appURL }}/account/create"
74+
href="{{ site.onboardingURL }}"
7575
onclick="capture('cta-try-now', {'reference': '{{ hero.buttonReference }}'})">
7676
<span class="flex gap-2 uppercase items-center text-white hover:text-indigo-200">
7777
Start Free Trial

src/blog/2022/05/sign-up-for-flowforge-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ new Node-RED project in under a minute!
2222
<!--more-->
2323

2424
<div class="max-w-md m-auto">
25-
<a class="ff-btn ff-btn--primary" href="{{ site.appURL }}/account/create">Sign up</a>
25+
<a class="ff-btn ff-btn--primary" href="{{ site.onboardingURL }}">Sign up</a>
2626
</div>
2727

2828
## What we offer

src/blog/2022/09/community-news-08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ Docker has [announced](https://twitter.com/Docker/status/1559919666721693699?t=Q
3434
[**Simulating IOT Projects in Your Browser**](https://wokwi.com/)
3535
While not directly related to FlowFuse we’ve enjoyed wasting a little too much time looking at the simulated IOT projects on [Wokwi](https://wokwi.com/). The [Simon Game with Score](https://wokwi.com/projects/328451800839488084) project is a little too addictive.
3636

37-
[**Try FlowFuse for Free**]({{ site.appURL }}/account/create)
37+
[**Try FlowFuse for Free**]({{ site.onboardingURL }})
3838
As a thank you for reading our newsletters we’d like to offer you a free, small project for one month on FlowFuse when you create a new team. To get this discount please use the code RELEASE09 when on the payment page after creating a new team.

src/blog/2022/09/flowforge-010-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ As an open-source project, we welcome the community involvement in what we're bu
6262

6363
### Try it out
6464

65-
[Sign up for FlowFuse Cloud]({{ site.appURL }}/account/create?code=RELEASE010) with this link or at the checkout enter the code **RELEASE010** to get your first project free for a month.
65+
[Sign up for FlowFuse Cloud]({{ site.onboardingURL }}?code=RELEASE010) with this link or at the checkout enter the code **RELEASE010** to get your first project free for a month.
6666

6767
### Upgrading FlowFuse
6868

0 commit comments

Comments
 (0)