Commit Graph

3 Commits

Author SHA1 Message Date
Eric
e0aa635aec
Website: Update landing-page generator & /imagine/higher-education (#11751)
Changes:
- Updated the landing page generator to generate a new .ejs file using
the `generateFile()` method instead of using a page template so we can
be sure that every landing page generated will have `<%- /* Expose
server-rendered data as window.SAILS_LOCALS :: */
exposeLocalsToBrowser() %>`.
- Updated /imagine/higher-education to have a `SAILS_LOCALS` variable.
2023-05-17 17:01:47 -05:00
Eric
309297182a
Website: Add HubSpot chat widget and replace calendly links (#11677)
Closes: https://github.com/fleetdm/confidential/issues/2699
Changes: 
- Removed the Papercups chat widget.
- Changed the "Talk to an expert" buttons on the website to open the
HubSpot chat widget.
- Updated the Fleet Sandbox registration page to link to the MDM setup
docs.
- Changed the earliest supported versions of iOS and Safari the Fleet
website support to v11.

After this PR is merged, we will need to activate the new chat flow in
HubSpot.
2023-05-12 19:07:50 -05:00
Eric
2c4dc043cb
Website: Add landing page generator (#11308)
Changes:
- Added a new Sails generator, `landing-page`, that generates a page
with our current landing page layout with lorum ipsum and placeholder
images. New pages created by this generator will live in the `/imagine/`
subfolder and can be created by running (from the `website/` folder) `.
- Added a handbook entry about using the landing page generator.
- Removed the `experimental/okta-webflow` page.

---------

Co-authored-by: Jarod Reyes <jarodreyes@gmail.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-05-03 18:51:01 -05:00