Skip to content

Commit

Permalink
redirects: remove a few more
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJvandeWeg committed Oct 14, 2023
1 parent 9c958f2 commit c6f414e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/_includes/layouts/webinar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ layout: layouts/base.njk
<div class="blog nohero w-full pt-6 pb-24 ff-bg-light">
<div class="container flex flex-col md:flex-row m-auto text-left px-6 md:max-w-screen-lg gap-8">
<div>
<a class="mb-4 inline-flex align-center gap-1" href="/webinars">
<a class="mb-4 inline-flex align-center gap-1" href="/webinars/">
{% include "components/icons/chevron-left.svg" %}
Back to Webinars
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/features.njk
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sitemapPriority: 0.8
</p>
</div>
<div class="flex flex-col items-center">
<a class="ff-btn ff-btn--secondary-outlined uppercase align-baseline w-full" href="/docs/install"
<a class="ff-btn ff-btn--secondary-outlined uppercase align-baseline w-full" href="/docs/install/introduction/"
onclick="capture('cta-install', {'position': 'primary'})">Install now</a>
</div>
</div>
Expand Down Expand Up @@ -161,7 +161,7 @@ sitemapPriority: 0.8
</p>
</div>
<div class="flex flex-col items-center">
<a class="ff-btn ff-btn--secondary-outlined uppercase align-baseline w-full" href='/book-demo'>Book a demo</a>
<a class="ff-btn ff-btn--secondary-outlined uppercase align-baseline w-full" href='/book-demo/'>Book a demo</a>
</div>
</div>
</div>
Expand Down
12 changes: 5 additions & 7 deletions src/solutions/device-management.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description:

<div>
<div class="-mt-28 text-center">
<a href="/contact-us" class="inline-block ff-btn ff-btn--secondary shadow">GET IN TOUCH</a>
<a href="/contact-us/" class="inline-block ff-btn ff-btn--secondary shadow">GET IN TOUCH</a>
</div>
</div>

Expand Down Expand Up @@ -78,11 +78,9 @@ description:
</div>
</div>
<div class="w-full max-w-screen-lg m-auto pb-32 px-6">

<div class="flex justify-center items-center md:w-full">
<lite-youtube videoid="dvTgCBXCa5A" class="aspect-video bg-cover bg-top bg-no-repeat border-2 border-black rounded-md drop-shadow-xl" style="background-image: url('../../images/solutions/webinar-july-2023_video_tile.jpg'); width: 1080px; background-repeat: no-repeat;"></lite-youtube>
</div>

<div class="flex justify-center items-center md:w-full">
<lite-youtube videoid="dvTgCBXCa5A" class="aspect-video bg-cover bg-top bg-no-repeat border-2 border-black rounded-md drop-shadow-xl" style="background-image: url('../../images/solutions/webinar-july-2023_video_tile.jpg'); width: 1080px; background-repeat: no-repeat;"></lite-youtube>
</div>
</div>
</div>

Expand All @@ -94,7 +92,7 @@ description:
<p class="text-2xl leading-10 mt-0 mb-9">
Contact us to discover how FlowFuse can help manage your Node-RED device deployments.</p>
<div>
<a href="/contact-us" class="inline-block ff-btn ff-btn--secondary m-auto">GET IN TOUCH</a>
<a href="/contact-us/" class="inline-block ff-btn ff-btn--secondary m-auto">GET IN TOUCH</a>
</div>
</div>
</div>

0 comments on commit c6f414e

Please sign in to comment.