-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #735 from FlowFuse/docs-ff-advert
Docs: Add FlowFuse details & CTA
- Loading branch information
Showing
5 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<template> | ||
<div class="flowfuse-advert"> | ||
<div> | ||
<h1>Elevate Node-RED with FlowFuse</h1> | ||
<p>FlowFuse provides a complete platform to manage and scale your production Node-RED applications.</p> | ||
<ul> | ||
<li>Simplified Hosting and Maintenance</li> | ||
<li>Centralized Management of your Node-RED Deployments</li> | ||
<li>Built-in Version Control & Robust Development Pipelines</li> | ||
<li>Enhanced Team Collaboration</li> | ||
<li>Efficient Remote Device Management</li> | ||
</ul> | ||
<a href="https://flowfuse.com/product/why-flowfuse/">Learn More</a> | ||
</div> | ||
<div> | ||
<img src="../assets/images/screenshot-flowfuse-applications.png"> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<style scoped> | ||
.flowfuse-advert { | ||
margin-top: 64px; | ||
padding-top: 64px; | ||
border-top: 1px solid var(--vp-c-divider); | ||
display: grid; | ||
grid-template-columns: 1fr 60%; | ||
gap: 36px; | ||
} | ||
.flowfuse-advert h1 { | ||
color: var(--vp-c-flowfuse); | ||
} | ||
.flowfuse-advert img { | ||
} | ||
.flowfuse-advert a { | ||
display: inline-block; | ||
margin-top: 16px; | ||
padding: 8px 16px; | ||
background-color: var(--vp-c-flowfuse); | ||
color: white; | ||
border-radius: 4px; | ||
text-decoration: none; | ||
} | ||
.flowfuse-advert a:hover { | ||
background-color: var(--vp-c-flowfuse-dark); | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters