Commit Graph

1255 Commits

Author SHA1 Message Date
Eric
6c351c6a7b
Website: Update homepage hero height at <575px (#16340)
https://fleetdm.slack.com/archives/C058S8PFSK0/p1706201845597239

Changes:
- Reduced the homepage hero height 
   - @<575px: 625px » 600px
   - @<373px: 647px » 550px
2024-01-25 12:09:33 -06:00
Eric
5b0360b517
Website: Update website navigation labels (#16337)
Changes:
- Added an "Articles" label to the community dropdown in the website's
navigation menu (Mobile and desktop)
- Updated the `z-index` value of the mobile navigation menu to prevent
the website's footer fro being visible when the menu is open on small
pages.
2024-01-25 11:02:14 -06:00
Eric
c16a568e8e
Website: Update mobile documentation navigation links (#16323)
Changes:
- Added links to /tables, /queries, /support, and the releases page of
the Fleet GitHub repo to the mobile documentation nav menu.
- Updated the color of the `.border-bottom` bootstrap class to match
wireframes
2024-01-25 09:36:52 +09:00
Eric
298fee8229
Website: Update footer styles (#16330)
Closes: #16329

Changes:
- Updated the website footer to have a higher z-index than the parallax
image layers on the homepage and product landing pages to prevent the
layers of the image from covering the links in the footer.
2024-01-24 17:28:43 -06:00
JD
c3da46fb00
Article: Introducing Windows MDM (#16289)
Article: Introducing Windows MDM
https://github.com/fleetdm/confidential/issues/4602

Graphics: https://github.com/fleetdm/confidential/issues/4602

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2024-01-24 09:38:54 -05:00
Mike Thomas
19809ac127
Website - text change on device management footer (#16314)
Website - text change on device management footer


.
2024-01-24 22:44:20 +09:00
Mike Thomas
109ffae251
Website update device management (#16312)
Updated messaging on the device management landpage

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-01-24 22:22:24 +09:00
Mike Thomas
95cee66a84
Website update homepage 2024 01 22 (#16311)
Updated messaging on the homepage.

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-01-24 22:08:31 +09:00
Eric
11fda29c87
Website: Add parallax image to homepage and landing pages. (#16035)
Closes: #14987


Changes:
- Added a new component that displays a Fleet cloud city image with a
parallax effect when scrolled.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2024-01-24 14:18:07 +09:00
Mike McNeil
5098b4233f
Update integrations.ejs (#15686)
Mike T:
I had to update the styles a touch to accommodate the longer text. I
also suggested moving the content about custom workflows to a new line,
like this:

<img width="1460" alt="image"
src="https://github.com/fleetdm/fleet/assets/78363703/f193a0bf-68ac-45bc-af93-200f85c7f25a">

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2024-01-23 11:06:53 -06:00
Mike McNeil
ee5609830b
Website: Footer pt3 + pricing (#16249)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any permissions changes (docs/Using
Fleet/manage-access.md)
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2024-01-21 23:55:01 -06:00
Mike McNeil
06680c7939
Website: Footer links pt 2: Update layout.ejs (#16248)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any permissions changes (docs/Using
Fleet/manage-access.md)
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2024-01-21 23:30:08 -06:00
Mike McNeil
fa43332fb8
Update footer link (#16244)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any permissions changes (docs/Using
Fleet/manage-access.md)
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2024-01-21 23:07:58 -06:00
Mike McNeil
fa75fb300e
Frame hero text in a more positive way (#16247) 2024-01-21 19:09:53 -06:00
Noah Talerman
28e1d2bf12
Add redirect from GitOps article => GitOps repo (#16228)
- Almost the entire article is invalid because we took down the GitHub
action while we’re working on updating it.
- Keep the heavily trafficked link up 
- Point folks to repo so they know that Fleet GitOps is coming soon.
2024-01-19 14:47:32 -05:00
Eric
433fe225d8
Website: Update social meta images (#16223)
Closes: #15987

Changes:
- Updated the default meta image for twitter for pages without a meta
image to be the Fleet logo on a white background.
- Updated the default meta image for other social previews (Linkedin,
Slack, etc) to be a cloud city image.
2024-01-19 11:36:45 -06:00
Rachael Shaw
8e11d4d352
Add link to GitOps repo (#16213)
Added link to https://github.com/fleetdm/fleet-gitops
2024-01-19 10:37:24 -06:00
Eric
fa6627ace9
Website: Update homepage content (#16169)
Closes: #16161

Changes:
- Updated the homepage to match the latest wireframes.
2024-01-18 14:18:48 -06:00
Eric
df239ce401
Website: Update GH webhook to not send requests to Zapier for patch releases. (#16152)
Closes: #16135

Changes:
- Updated the `receive-from-github` webhook to not send requests to
Zapier when a patch version of Fleet is released.

For context: The request to Zapier triggers an automation that updates
Slack channel topics with information about the latest release of Fleet.

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2024-01-18 12:39:32 -06:00
Mike Thomas
58487c584a
Update "ask us anything" link on /support (#16189)
- I updated the "ask us anything" link to point to /contact rather than
opening the chatbot.
2024-01-18 10:03:37 -06:00
Mike McNeil
bf25465df2
Website: Add alias route (#16194)
@eashaw can review and merge
2024-01-17 23:10:03 -06:00
Mike Thomas
223ded6230
Fix left over code that is locking people out of the fleetctl-preview… (#16192) 2024-01-18 12:25:47 +09:00
Eric
2dcdf9559e
Website: Update embedded youtube videos (#16151)
Closes: #16109

Changes:
- Updated embedded Youtube videos on the website's landing pages to show
video controls and to only show related videos from Fleet's YouTube
channel.
2024-01-17 11:41:19 -06:00
Mike Thomas
29b7c8e44e
Updated quote content and logos (#16095)
Closes https://github.com/fleetdm/confidential/issues/5015

- Updated testimonials.yml to reflect correct quote content and logos
from wireframes
- Updated logos to be a consistent height
- Adjusted logo min and max height css

# Checklist for submitter

- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-01-16 22:27:12 -06:00
Eric
845cbf339d
Website: Update tagline on homepage and endpoint ops page, update order of calls to action. (#16156)
Closes: #16154 

Changes:
- Reordered the calls to action at the bottom of the
/vulnerability-management and /endpoint-ops pages and updated the button
text
- Updated the secondary button on the bottom CTA on the /endpoint-ops
and /vulnerability-management pages to link to /try-fleet
- Re-added a comma to the tagline on the homepage and endpoint ops page.
2024-01-17 12:22:43 +09:00
Eric
722ec60ed6
Website: Update calls to action (Talk to an expert » Show me/Call us) (#16106)
Closes: https://github.com/fleetdm/confidential/issues/5016

Changes:
- Updated the text of the "Talk to an expert" buttons across the website
(except the pricing page) to "Show me"
- Updated the "Talk to an expert" button on the pricing page to "Call
us"
2024-01-16 16:33:56 -06:00
Eric
522f8cd9ac
Website: Update searchbar on osquery schema table pages. (#16150)
Closes: #16108

Changes:
- Updated the styles for the search bar on `/tables/*` pages to make it
have the same height and padding as the platform selector
2024-01-16 16:28:52 -06:00
Eric
2cbf21f7d2
Website: update homepage headings (#16145)
Closes: #16114 
Closes: #16112 

Changes:
- Updated the styles for h1 and h4 headings on the homepage.
- Removed a comma to make the "Focus on data not vendors" tagline
consistent across the website.
2024-01-16 15:16:24 -06:00
Eric
bde102844b
Website: update homepage links (#16116)
Changes:
- Removed links from logos on the homepage.
2024-01-15 19:30:58 -06:00
Eric
d4408e6e80
Website: Update greyscale image filenames on homepage (#16115)
Changes:
- Updated the filenames of images that were replaced with greyscale
versions.
2024-01-15 17:54:34 -06:00
Eric
38ad078258
Website: Update community edition link on pricing page (#16107)
Closes: https://github.com/fleetdm/confidential/issues/5014

Changes:
- Updated the link on the pricing page for the community edition of
Fleet to open in a new tab.
2024-01-15 16:34:24 -06:00
Eric
ce30cfb608
Website: Update mobile navigation menu (#16113)
Closes: #16110

Changes:
- Updated the indentation of items in the website's mobile navigation
menu
- Fixed a duplicate "Resources" heading
2024-01-15 16:33:44 -06:00
Eric
43f21baa86
Website: Update script to create GH issues for rituals in YAML files. (#15752)
Closes: #14246

Changes: 
- Added a new key to the rituals YAML configuration: `autoIssue.repo`.
This value should be a string that is the name of the GH repo that
issues for the ritual should be created in.
- Updated ritual validation in `build-static-content`.
- Added support for the "monthly" ritual frequency for rituals with an
`autoIssue` value.
- Updated the `create-issues-for-todays-rituals` script to create GitHub
issues for rituals.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2024-01-15 12:53:53 -06:00
Eric
c37f5cfe20
Website: Update testimonials configuration, filter and reorder testimonials on landing pages (#16091)
Closes: #16018

Changes:
- Updated the testimonial configuration in testimonial.yml to add two
new required values:
- `quoteAuthorProfileImageFilename` - The filename of the quote author's
LinkedIn profile picture in the website's `assets/images/` folder
- `productCategories`: An array of product categories that this quote is
relevant to
- Added new quotes to testimonials.yml 
- Updated the testimonial validation in build-static-content to throw an
error if a testimonial is missing one of the new required values
- Updated the `<scrollable-tweets> component to match the latest
wireframes
- Updated the controllers for the product category landing pages to
filter testimonials by product category and sort them by the order
specified in [the
wireframes](https://www.figma.com/file/3he8e72251IEnF6dBafKq1/%F0%9F%9A%A7-fleetdm.com-(scratchpad)?type=design&node-id=9369-4714&mode=dev)
2024-01-12 19:22:36 -06:00
Eric
370303244f
Website: Replace homepage platform icons with greyscale versions (#16036)
Closes: #16008

Changes:
- Replaced the platform icons used on the homepage with greyscale
versions.
2024-01-12 19:12:18 -06:00
Luke Heath
bada3ce08d
Add script to generate bug category csv (#16082) 2024-01-12 13:24:22 -06:00
Eric
23f4053ff2
Replace expired Slack invite with Fleet website slack redirect (#15747)
Related to: https://github.com/fleetdm/fleet/issues/15089

Changes:
- Replaced the expired osquery Slack invitation with a link to the Fleet
website's `/slack` redirect.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2024-01-12 12:30:23 -06:00
RachelElysia
5ae52b3a0b
Fleet UI: Update page titles (#15983) 2024-01-12 09:27:56 -05:00
Noah Talerman
5f38355169
Merge fleetd doc page to enroll hosts page (#15907)
- Move relevant content from "Fleetd" doc page to "Enroll hosts" page
- Remove "Fleetd" docs page
2024-01-10 14:35:18 -05:00
JD
d10f9e9d5a
Article Fleet 4.43.0 release (#16011)
Article: Fleet 4.43.0 release
https://github.com/fleetdm/fleet/issues/15743
2024-01-10 11:53:28 -05:00
Eric
e40767a68e
Website: update nested list styles on pages built from Markdown (#15994)
Closes: https://github.com/fleetdm/fleet/issues/15995

Changes:
- Updated nested list styles on pages built from Markdown to prevent
nested unordered lists from incrementing the counter of ordered lists.
2024-01-09 12:57:47 -06:00
Mike McNeil
0de715bd35
Website: © 2023 => © 2024 (#15978)
Thanks @JarenGlover for the heads up!
2024-01-09 10:09:10 -06:00
Isabell Reedy
494c180652
Removing Marcos from repo DRI (#15970)
...
2024-01-09 04:26:58 -06:00
Isabell Reedy
0ceaa406ab
Remove Marcos from maintainers (#15971)
...
2024-01-09 04:25:21 -06:00
Mike McNeil
fc8fe9b05b
Update homepage.ejs: Tweak testimonials (#15975)
Co-authored-by: Eric <eashaw@sailsjs.com>
2024-01-08 22:02:23 -06:00
Mike McNeil
37ab55c2da
Website: Update homepage.ejs: curtains (#15946)
- Make the curtains match the drapes
2024-01-05 23:48:14 -06:00
Eric
0d3f992874
Website: update ordered list styles on documentation pages (#15786)
Closes: https://github.com/fleetdm/confidential/issues/4072

Changes: 
- Updated the styles for numbers on ordered lists on
docs/handbook/article pages to match the latest wireframes.
- Updated the documentation page script to set counters for numbered
steps to be the value of their `start` attribute.
2024-01-05 15:25:11 -06:00
Eric
9aea6e1c36
Website: Add script to send aggregated metrics to Datadog (#15933)
Related to: https://github.com/fleetdm/fleet/issues/15178
Changes:
- Added a new script: `send-metrics-to-datadog`, a script that
aggregates the latest usage statistics from Fleet instances reported in
the past week, and sends them to Datadog.
2024-01-05 13:23:49 -06:00
Mike McNeil
2eb29bd56b
Website: Alias for radio ad (#15928) 2024-01-05 12:42:46 +09:00
Mike Thomas
fac11a9f3e
Update fleet-mdm.ejs (#15927)
update kicker text in the footer.
2024-01-04 21:00:36 -06:00