Commit Graph
1694 Commits
Author SHA1 Message Date
EricandMike Thomas d2f760e240 Website: Add Jamf Pro comparison to MDM features table. (#20465)
Closes: #20439

Changes:
- Added a Jamf pro to the comparison table on the device management
page.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2024-07-18 17:37:04 -05:00
JD f7fd553c3f Article: Managing labels in Fleet (#20592)
Article: Managing labels in Fleet
https://github.com/fleetdm/confidential/issues/7348
2024-07-18 15:14:51 -07:00
Sam PflugerandEric 40b69afeff Add Charles Zaffery qoute to testimonials.yml (#20453)
Co-authored-by: Eric <eashaw@sailsjs.com>
2024-07-18 14:41:54 -05:00
JD 2b3acaed6a Article: Fleet 4.54.0 release (#20538) 2024-07-17 16:15:08 -07:00
Eric 3e42081866 Website: Update Markdown comment regex in build-static-content script (#20555)
Changes:
- Updated the regex that matches multiline HTML comments directly after
list items in Markdown content to prevent it from incorrectly matching
two multiline comments with no newlines in between them.
2024-07-17 17:00:58 -05:00
214c97ca26 Update CODEOWNERS and DRIs (#20503)
- @lukeheath is interim DRI of API design while @rachaelshaw is out
- @noahtalerman is interim DRI of product reference docs
- @eashaw is also CODEOWNER of `docs/` b/c of doc generation markdown,
structure expertise, and to unblock if Noah is slow to review

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2024-07-17 15:51:12 -05:00
Eric 5b5df4ac7e Website: Update edit-details modal on customer dashboard page. (#20541)
Closes: #20539

Changes:
- Added `<cloud-error>` to the edit details modal on the
`/customers/dashboard` page.
2024-07-17 13:55:39 -05:00
Mike Thomas 3943036907 Website - Move calendar banner below the product categories on the home page (#20526)
Moved the calendar banner below the product categories.

Closes https://github.com/fleetdm/fleet/issues/20525
2024-07-17 11:37:31 -05:00
Eric 76386ad2a8 Website: Update heading size on homepage (#20514)
Closes: #20494

Changes:
- Updated the headings for the product category sections on the homepage
(h3 » h2)
- Updated the font size for the personalized product category sections
(14px » 16px)
2024-07-16 12:25:04 -05:00
Eric a6904ed596 Website: update space between sections on landing pages. (#20510)
Closes: #20495
Changes:
- Updated the space between sections on the endpoint ops and
vulnerability management pages.
2024-07-16 12:13:46 -05:00
Eric b700ad40ef Website: Update body parser configuration. (#20511)
Changes:
- Updated the website's body parser limit (5mb » 10mb)
2024-07-16 11:34:25 -05:00
Eric 1e09672720 Website: increase bodyparser limit (#20457)
Changes:
- updated the website's http config to increase the bodyparser limit.
2024-07-15 11:21:03 -05:00
Eric 5515bb05f5 Website: Add ID to site-wide CTA. (#20434)
Changes:
- Added an ID to the site-wide /start CTA to make the buttons inside
easier to create filters for in Hotjar.
2024-07-15 09:55:22 -05:00
Eric be919835e2 Website: Add testimonials to /register page (#20394)
Closes: #20074

Changes:
- Added personalized testimonials to the /register page.
2024-07-12 17:00:27 -05:00
Eric 36ca428b17 Website: Add build script error for multi-line comments that break markdown page rendering. (#20403)
Closes: https://github.com/fleetdm/confidential/issues/7260

Changes:
- Updated `build-static-content` to throw an error if it detects a
multi-line HTML comment that starts on the line after a list to prevent
rendering issues

e.g., 
```
- List item
<!--
- Commented-out list item
--> 
```
2024-07-12 16:42:04 -05:00
Rachael Shaw 121a191651 Update redirect for rotating enroll secret docs (#20418)
Was moved into the contributing docs
2024-07-12 13:11:10 -05:00
Eric ec126a0ec7 Website: Add subdomains to sails.config.custom.RX_PROTOCOL_AND_COMMON_SUBDOMAINS (#20289)
Changes:
- Added 6 common LinkedIn subdomains to
`sails.config.custom.RX_PROTOCOL_AND_COMMON_SUBDOMAINS`
2024-07-11 13:45:16 -05:00
Eric 601189d38c Website: Update docs CTA classes and styles (#20386)
Changes:
- Added a unique class to the CTA at the bottom of docs pages.
2024-07-11 12:21:22 -05:00
Eric 673368332b Website: Update lead source on contact records (#20383)
Changes:
- Updated signup.js to add the "Website - Sign up" lead source to new
contact records.
2024-07-11 11:31:05 -05:00
Eric 93b957d91b Website: Add unique classes to buttons in the continue.partial.ejs (#20323)
Related to: #20227

Changes
- Added unique classes to buttons in the site-wide CTA.
2024-07-10 14:43:50 -05:00
Eric e5188eaac6 Website: disable Mergefreeze related code in GH webhook (#20292)
Changes:
- Commented out code related to Mergefreeze in the receive-from-github
webhook.
2024-07-09 17:57:15 -05:00
Eric 670a8ef2a0 Website: Set leadSource on new contact records (#20285)
Closes: #20284

Changes:
- Updated the `update-or-create-contact-and-account` helper to set a
lead source on new contact records
- Updated `update-or-create-contact-and-account-and-create-lead` to to
pass in a lead source to the `update-or-create-contact-and-account`
helper
- Updated save-questionnaire-progress to set a lead source on newly
created contact records
2024-07-09 17:04:12 -05:00
Eric c98ef33297 Website: update relative link modification (#20253)
Changes:
- Updated the build-static-content script to use clearer variable names
and to replace spaces in folders when modifying relative links to
documentation pages.
2024-07-08 11:59:39 -05:00
Eric caa27322fe Website: Disable lead creation from get started questionnaire submissions (#20250)
Changes:
 - Removed SF lead creation in the `save-questionnaire-progress` action.
2024-07-08 11:29:32 -05:00
Eric 61e34775d5 Website: Update build-static-content script to treat trust.fleetdm.com links as external links (#20180)
Closes: https://github.com/fleetdm/confidential/issues/7186

Changes:
- Updated the build-static-content script to treat trust.fleetdm.com
links as external links.
2024-07-05 17:16:18 -05:00
Mike ThomasandEric 80b188951d Website update mdm tooltip (#20222)
Added a tooltip to the "Complete device state" feature.

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-07-05 15:47:55 -05:00
Eric e073daf144 Website: Update comparison table on device management page (#20215)
Closes: #20212

Changes:
- Updated the "App Management" feature status to be coming soon
2024-07-03 17:19:35 -05:00
Eric 9a09c03687 Website: update CTAs for psystage 4 (#20214)
Closes: #20188

Changes:
- Updated the orb/banner CTA and the CTA in the docs for users with a
use case.
2024-07-03 17:13:18 -05:00
Eric 73c2b25403 Website: update get started CTA styles (#20216)
Closes: #20185

Changes:
- Updated the styles for the get started CTA to prevent styling issues
when the orb is collapsed and visible because of screen width.
2024-07-03 17:11:18 -05:00
Eric e27a3bb851 Website: Update start questionnaire CTA visibility (#20206)
Closes: #20189

Changes:
- Made the CTA for the get started questionnaire visible to users who
have completed the "Thanks for checking out Fleet" step
- Updated the background of the image in the mobile start CTA.
- Updated the get started questionnaire to take users who have completed
the "Thanks for checking out Fleet" step to either the "What did you
think?" or "How was your deployment?" steps
2024-07-03 15:57:35 -05:00
Mike Thomas f92460aa06 Add video to /start "Is it any good?" (#20192)
Added a video to /start "Is it any good?" as per Figma wires:
https://www.figma.com/design/3he8e72251IEnF6dBafKq1/%F0%9F%9A%A7-fleetdm.com-(scratchpad)?node-id=14741-317164
2024-07-03 11:55:03 -05:00
Mike ThomasandEric ab17019385 Website update start now link (#20184)
- I updated the primary CTA in the home page hero to link to the landing
page for the buying situation in session.

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-07-03 11:48:36 +09:00
Eric c870e7d562 Website: Reorder /start questionnaire responses. (#20163)
Relates to: https://github.com/fleetdm/confidential/issues/7024

Changes:
- Moved the Device management option to the top of the list of responses
to the "What will you use Fleet for?" question
2024-07-02 17:23:03 -05:00
Eric 6d766d32bc Website: update spacing on /better page (#20175)
Closes: https://github.com/fleetdm/confidential/issues/7136
Closes: https://github.com/fleetdm/confidential/issues/7180

Changes:
- Updated the spacing between sections on the /better page on smaller
screens.
2024-07-02 17:16:58 -05:00
Eric 0abe6ab6f5 Website: follow-up changes from backend code review (#20174)
Closes: #20102

Changes:
- Replaced timers.setImmediate with `.exec()` when CRM records are
updated in the background
- Removed the `\s` replacement during relative link modification in
build-static-content and added a comment explaining why we replace URL
encoded spaces in links.
2024-07-02 17:00:10 -05:00
Eric 2e19e37a0a Website: Update leads created from "Talk to us" form submissions. (#20140)
Related to: #20107


Changes:
- Updated the description of leads created from "Talk to us" form
submissions to include the name of the Calendly event.
2024-07-02 16:25:54 -05:00
Eric b3c59fc7c3 Website: Update send-data-to-vanta script (#20169)
Changes:
- Wrapped the request to the /users endpoint of Fleet instances in a
try-catch block to handle errors from the .retry() method.
2024-07-02 13:54:09 -05:00
Mike Thomas 7a9d29e823 Update tagline (#20147)
Updated agnostic and mdm tagline.
2024-07-02 10:23:38 -05:00
Mike Thomas 9ce9a22750 Website pricing tab switch order (#20146)
- Changed the tab switch order to lead with IT
- Changed tabs to have a consistent width (fixes a balance issue caused
by the re-ordering)
-
2024-07-02 10:12:25 -05:00
Noah Talerman 0076148a79 Docs: GitOps reference (#19740)
Docs for Fleet's best practice GitOps: #13643 (also #17043)
2024-07-02 11:11:43 -04:00
EricandMike Thomas 86a90b7cfd Website: Update /device-management page (#20139)
Closes: #20082


Changes:
- Updated the styles, layout, and content of the /device-management
page.


@mike-j-thomas, I commented out the tooltip icon for the "Complete
device state" feature. I can make a follow-up PR to uncomment it and add
a tooltip when I have content for it.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2024-07-02 10:42:24 +09:00
Mike Thomas 68ffc21235 Update device-management.ejs (#20119)
Text change on device management top-3.
2024-07-01 10:01:44 -05:00
JD 9266843057 Article: configure logging destinations (#20062)
Article: How to configure logging destinations
https://github.com/fleetdm/confidential/issues/6943

TODO: graphics
2024-06-28 17:05:02 -07:00
Eric 76f747f4a4 Website: update secondary CTA buttons (#20105)
Closes: #20081 

Changes:
- Created a new component: `<animated-arrow-button>`.
- Example usage: `<animated-arrow-button href="/contact">Talk to
us</animated-arrow-button>`
- Replaced the animated arrow buttons across the website with the
`<animated-arrow-button>` component.
2024-06-28 16:55:25 -05:00
Eric ebab0a7e7b Website: Update logic deciding when to create issue for monthly rituals. (#20095)
Closes: https://github.com/fleetdm/confidential/issues/7106

Changes:
- Updated the auto-issue logic for monthly rituals to create issues for
rituals on the day of the month the ritual was started and to create
issues on the last day of the month if the ritual was started on a day
that does not exist in the current month.
2024-06-28 16:47:12 -05:00
Eric 2c1913d7b2 Website: Update MDM section on homepage, move zero trust section to endpoint ops page (#20097)
Closes: #20083

Changes:
- Updated the buying situation-agnostic MDM section on the homepage.
- Moved the zero trust section from the device management page to the
/endpoint-ops page.
2024-06-28 14:58:39 -05:00
EricandMike Thomas fb1c536533 Website: Update product categories on homepage (#20037)
Closes: https://github.com/fleetdm/confidential/issues/7113

Changes:
- Updated the homepage to default to MDM personalization.
- Updated the layout and content of the homepage to match the latest
wireframes.
- Replaced the calendar section on the homepage with the calendar banner
partial
- Added a product category switch for the buying situation agnostic
version of the page

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2024-06-27 18:30:50 -05:00
Eric d48318d587 Website: Move calendar section on landing pages (#20067)
Closes: #20045

Changes:
- Moved the calendar section on landing pages
2024-06-27 17:02:18 -05:00
Rachael Shaw 7798820d71 Website: Add redirect to vuln processing docs (#20024)
Add redirect for use in the product (see #19857)
2024-06-27 15:34:33 -05:00
Eric 0abf4bb293 Website: Update personalized quotes on contact page and start questionnaire (#20071)
Closes: #20044 

Changes:
- Updated the personalized quotes on the contact form and /start
questionnaire
2024-06-27 15:06:16 -05:00