-
-
Notifications
You must be signed in to change notification settings - Fork 48
[content] Added deploy page #173
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,325 @@ | ||
| <html> | ||
| <head> | ||
| <title>Pro Deploy</title> | ||
| <meta name="slug" content="deploy" /> | ||
| <meta name="template" content="page-modal" /> | ||
| </head> | ||
| <body> | ||
| {% from 'contact.inc' import contact_button %} | ||
| <section class="section pt-0 has-text-centered"> | ||
| <div class="container is-max-widescreen"> | ||
| <h1 class="title is-spaced is-size-3-mobile"> | ||
| Deploy Like a <span class="has-text-primary">Pro</span> | ||
| </h1> | ||
| <p class="subtitle is-size-5"> | ||
| Our <strong>cloud-ready OpenWISP images</strong> deliver the same | ||
| high-tier performance as our enterprise on-premise deployments, | ||
| offering a professional-grade installation at a fraction of the cost, | ||
| all backed by our basic helpdesk support. | ||
| </p> | ||
|
|
||
| <div | ||
| class="fixed-grid has-2-cols-desktop | ||
| has-2-cols-tablet has-1-cols-mobile has-text-centered" | ||
| > | ||
| <div class="grid text bordered"> | ||
| <div class="cell"> | ||
| <h2 class="title is-size-5 mb-3">Amazon Web Services</h2> | ||
| <p class="button-container"> | ||
| <a | ||
| class="open-modal button with-text is-orange is-inverted" | ||
| href="#aws" | ||
| > | ||
| <span class="fas fa-brands fa-aws"></span> | ||
| <span>Deploy on AWS</span> | ||
| </a> | ||
| </p> | ||
|
|
||
| <div class="modal"> | ||
| <div class="modal-background"></div> | ||
| <div class="modal-card"> | ||
| <header class="modal-card-head"> | ||
| <p class="modal-card-title"> | ||
| Deploy on Amazon Web Services | ||
| </p> | ||
| <button class="delete close" aria-label="close"></button> | ||
| </header> | ||
| <section class="modal-card-body text content mb-0 pb-2"> | ||
| <p> | ||
| Our Cloud-Ready Professional Images are currently in final | ||
| staging and will be available shortly. | ||
| </p> | ||
| <p> | ||
| <strong>Get in touch with our team</strong> to receive | ||
| early access or a technical overview. | ||
| </p> | ||
| </section> | ||
| <footer class="modal-card-foot"> | ||
| <div class="buttons"> | ||
| {{ | ||
| contact_button( | ||
| text="Contact Us" | ||
| ) | ||
| }} | ||
| <button class="button with-text close"> | ||
| <span class="fas fa-close"></span> | ||
| <span>Close</span> | ||
| </button> | ||
| </div> | ||
| </footer> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5 mb-3">Microsoft Azure</h2> | ||
| <p class="button-container"> | ||
| <a | ||
| class="open-modal button with-text is-orange is-inverted" | ||
| href="#azure" | ||
| > | ||
| <span class="fas fa-brands fa-microsoft"></span> | ||
| <span>Deploy on Azure</span> | ||
| </a> | ||
| </p> | ||
|
|
||
| <div class="modal"> | ||
| <div class="modal-background"></div> | ||
| <div class="modal-card"> | ||
| <header class="modal-card-head"> | ||
| <p class="modal-card-title">Deploy on Microsoft Azure</p> | ||
| <button class="delete close" aria-label="close"></button> | ||
| </header> | ||
| <section class="modal-card-body text content mb-0 pb-2"> | ||
| <p> | ||
| Our Cloud-Ready Professional Images are currently in final | ||
| staging and will be available shortly. | ||
| </p> | ||
| <p> | ||
| <strong>Get in touch with our team</strong> to receive | ||
| early access or a technical overview. | ||
| </p> | ||
| </section> | ||
| <footer class="modal-card-foot"> | ||
| <div class="buttons"> | ||
| {{ | ||
| contact_button( | ||
| text="Contact Us" | ||
| ) | ||
| }} | ||
| <button class="button with-text close"> | ||
| <span class="fas fa-close"></span> | ||
| <span>Close</span> | ||
| </button> | ||
| </div> | ||
| </footer> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5 mb-3">Google Cloud</h2> | ||
| <p class="button-container"> | ||
| <a | ||
| class="open-modal button with-text is-orange is-inverted" | ||
| href="#google-cloud" | ||
| > | ||
| <span class="fas fa-brands fa-google"></span> | ||
| <span>Deploy on Google Cloud</span> | ||
| </a> | ||
| </p> | ||
|
|
||
| <div class="modal"> | ||
| <div class="modal-background"></div> | ||
| <div class="modal-card"> | ||
| <header class="modal-card-head"> | ||
| <p class="modal-card-title">Deploy on Google Cloud</p> | ||
| <button class="delete close" aria-label="close"></button> | ||
| </header> | ||
| <section class="modal-card-body text content mb-0 pb-2"> | ||
| <p> | ||
| Our Cloud-Ready Professional Images are currently in final | ||
| staging and will be available shortly. | ||
| </p> | ||
| <p> | ||
| <strong>Get in touch with our team</strong> to receive | ||
| early access or a technical overview. | ||
| </p> | ||
| </section> | ||
| <footer class="modal-card-foot"> | ||
| <div class="buttons"> | ||
| {{ | ||
| contact_button( | ||
| text="Contact Us" | ||
| ) | ||
| }} | ||
| <button class="button with-text close"> | ||
| <span class="fas fa-close"></span> | ||
| <span>Close</span> | ||
| </button> | ||
| </div> | ||
| </footer> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5 mb-3">DigitalOcean</h2> | ||
| <p class="button-container"> | ||
| <a | ||
| class="open-modal button with-text is-orange is-inverted" | ||
| href="#digitalocean" | ||
| > | ||
| <span class="fas fa-brands fa-digital-ocean"></span> | ||
| <span>Deploy on DigitalOcean</span> | ||
| </a> | ||
| </p> | ||
|
|
||
| <div class="modal"> | ||
| <div class="modal-background"></div> | ||
| <div class="modal-card"> | ||
| <header class="modal-card-head"> | ||
| <p class="modal-card-title">Deploy on DigitalOcean</p> | ||
| <button class="delete close" aria-label="close"></button> | ||
| </header> | ||
| <section class="modal-card-body text content mb-0 pb-2"> | ||
| <p> | ||
| Our Cloud-Ready Professional Images are currently in final | ||
| staging and will be available shortly. | ||
| </p> | ||
| <p> | ||
| <strong>Get in touch with our team</strong> to receive | ||
| early access or a technical overview. | ||
| </p> | ||
| </section> | ||
| <footer class="modal-card-foot"> | ||
| <div class="buttons"> | ||
| {{ | ||
| contact_button( | ||
| text="Contact Us" | ||
| ) | ||
| }} | ||
| <button class="button with-text close"> | ||
| <span class="fas fa-close"></span> | ||
| <span>Close</span> | ||
| </button> | ||
| </div> | ||
| </footer> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <section | ||
| class="fixed-grid has-1-cols-mobile has-2-cols-tablet has-3-cols-desktop pt-4 pb-4" | ||
| > | ||
| <h2 class="title is-size-3 is-size-4-mobile is-spaced"> | ||
| Pro <span class="has-text-primary">Benefits</span> | ||
| </h2> | ||
| <p class="subtitle is-size-5"> | ||
| Thousands of hours of experience, replicated in minutes. | ||
| </p> | ||
| <div class="features grid has-text-centered"> | ||
| <div class="cell"> | ||
| <h2 class="title is-size-5"> | ||
| <mark class="button is-small is-orange is-inverted"> | ||
| <span class="icon is-small"> | ||
| <i class="fas fa-gauge-high"></i> | ||
| </span> | ||
| </mark> | ||
| <span>Performance Tuning</span> | ||
| </h2> | ||
| <p> | ||
| Pre-optimized at the kernel and application levels to ensure | ||
| high-speed processing and stability under load. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5"> | ||
| <mark class="button is-small is-orange is-inverted"> | ||
| <span class="icon is-small"> | ||
| <i class="fas fa-solid fa-network-wired"></i> | ||
| </span> | ||
| </mark> | ||
| <span>Management VPN Ready</span> | ||
| </h2> | ||
| <p> | ||
| Gain immediate, encrypted remote access to your devices without | ||
| the complexity of manual tunneling or routing setup. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5"> | ||
| <mark class="button is-small is-orange is-inverted"> | ||
| <span class="icon is-small"> | ||
| <i class="fas fa-solid fa-shield-halved"></i> | ||
| </span> | ||
| </mark> | ||
| <span>Hardened Security</span> | ||
| </h2> | ||
| <p> | ||
| Built with secure-by-default configurations and automated SSL | ||
| certificate management to keep your infrastructure protected | ||
| from day one. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5"> | ||
| <mark class="button is-small is-orange is-inverted"> | ||
| <span class="icon is-small"> | ||
| <i class="fas fa-solid fa-cloud-arrow-up"></i> | ||
| </span> | ||
| </mark> | ||
| <span>Easy Upgrades & Migrations</span> | ||
| </h2> | ||
| <p> | ||
| Benefit from a well-documented, command-based upgrade process. | ||
| Moreover, with user data isolated on a dedicated partition, | ||
| migrations are as effortless as a simple copy-and-paste to a new | ||
| instance. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5"> | ||
| <mark class="button is-small is-orange is-inverted"> | ||
| <span class="icon is-small"> | ||
| <i class="fas fa-solid fa-wifi"></i> | ||
| </span> | ||
| </mark> | ||
| <span>Turnkey Hotspot Solution</span> | ||
| </h2> | ||
| <p> | ||
| Deploy a production-ready hotspot service in minutes. Our images | ||
| include a pre-configured captive portal and a guided setup for | ||
| essential features like user self-registration and SMS | ||
| verification, with native RadSec support included. | ||
| </p> | ||
| </div> | ||
|
|
||
| <div class="cell"> | ||
| <h2 class="title is-size-5"> | ||
| <mark class="button is-small is-orange is-inverted"> | ||
| <span class="icon is-small"> | ||
| <i class="fas fa-solid fa-key"></i> | ||
| </span> | ||
| </mark> | ||
| <span>Simplified Single Sign-On Setup</span> | ||
| </h2> | ||
| <p> | ||
| Secure your admin interface with professional identity | ||
| management. Our images include a guided workflow to connect | ||
| Active Directory or Google Sign-In, delivering a seamless, | ||
| secure login experience for your entire organization. | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| </div> | ||
| </section> | ||
| </body> | ||
| </html> | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect Font Awesome class syntax for brand icons.
The class
fas fa-brands fa-awsmixes incompatible prefixes. In Font Awesome 6,fa-brands(orfab) is a standalone style prefix and should not be combined withfas(solid). This will cause the icon to not render correctly.The same issue appears on lines 81, 128, and 175 for other brand icons.
🐛 Proposed fix
Apply similar fixes to:
fa-brands fa-microsoftfa-brands fa-googlefa-brands fa-digital-ocean📝 Committable suggestion
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coderabbitai it's rendering just fine for us and the fas class is needed to adjust spacing, if it isn't broken, don't fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nemesifier, understood! I appreciate you clarifying that thefasclass serves a functional purpose for spacing in your setup. I'll respect that decision and won't flag this pattern in future reviews.✏️ Learnings added