Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make visible and update event banner #970

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions src/_includes/components/events-banner.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

</script>

<a data-action="event-banner" href="/webinars/2023/building-scalable-ha-node-red/"
<a data-action="event-banner" href="/webinars/2023/flowforge-device-management/"
class="hidden md:flex text-center w-full py-1 pb-2 sm:py-4 bg-gray-900 text-white text-sm px-2 gap-1 sm:gap-2 flex-col sm:flex-row items-center justify-center hover:bg-blue-900">
<span class="hidden sm:block text-teal-300 font-medium">Join our Webinar</span>
<span class="hidden sm:block">-</span>
<span>
Building Node-RED Applications for Scalability and High Availability
How to deploy Node-RED to hundreds of PLCs and IoT edge devices
</span>
<span class="hidden sm:block">-</span>
<span class="flex items-center gap-1 font-medium underline hover:text-teal-300 hover:stroke-teal-300" >
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<div class="flex-grow base">
<div class="w-full">
<!-- Events Banner -->
<!-- {% include "../components/events-banner.njk" %} -->
{% include "../components/events-banner.njk" %}
<!-- Navigation Header -->
<header id="ff-header" class="ff-header">
<nav class="relative w-full flex items-center justify-between mx-auto container md:max-w-screen-xl">
Expand Down