diff --git a/articles/compare-fleet-and-jamf.md b/articles/compare-fleet-and-jamf.md index b56e08f70b..b152d36247 100644 --- a/articles/compare-fleet-and-jamf.md +++ b/articles/compare-fleet-and-jamf.md @@ -86,8 +86,7 @@ Implementation and migration timelines vary based on fleet size and organization - - + diff --git a/articles/fleet-management-software.md b/articles/fleet-management-software.md index 9092b985b5..52919b2db1 100644 --- a/articles/fleet-management-software.md +++ b/articles/fleet-management-software.md @@ -124,6 +124,5 @@ Timelines depends on fleet size and configuration complexity. Fleet supports zer - diff --git a/articles/fleet-vs-jamf-pro-ninjaone-mdm-comparison.md b/articles/fleet-vs-jamf-pro-ninjaone-mdm-comparison.md index 1ec4706118..edf5ce53f9 100644 --- a/articles/fleet-vs-jamf-pro-ninjaone-mdm-comparison.md +++ b/articles/fleet-vs-jamf-pro-ninjaone-mdm-comparison.md @@ -118,7 +118,6 @@ Jamf Pro only supports Apple and Android devices, so organizations with Windows Migration timeframes vary based on fleet size and complexity. Fleet supports gradual migration alongside existing MDM tools, allowing you to transition devices incrementally while maintaining visibility across your entire fleet during the transition. [Talk to Fleet](https://fleetdm.com/contact) to discuss your specific migration requirements and timeline. - diff --git a/articles/mdm-providers-compared.md b/articles/mdm-providers-compared.md index 00f27f2b52..ae7ff1ee8b 100644 --- a/articles/mdm-providers-compared.md +++ b/articles/mdm-providers-compared.md @@ -102,7 +102,6 @@ Fleet and Workspace ONE each provide MDM enrollment, configuration management, a Fleet supports MDM migration without requiring device wipes, allowing organizations to transition devices from an existing MDM with minimal disruption. The migration process preserves device enrollment and user data while transferring management to Fleet. Organizations can migrate gradually, running Fleet alongside an existing tool during the transition period. - diff --git a/website/assets/styles/pages/landing-pages/basic-comparison.less b/website/assets/styles/pages/landing-pages/basic-comparison.less index 68b67a2e91..68dcc7a2dc 100644 --- a/website/assets/styles/pages/landing-pages/basic-comparison.less +++ b/website/assets/styles/pages/landing-pages/basic-comparison.less @@ -158,9 +158,30 @@ margin-bottom: 0px; margin-top: 0px; } + [purpose='demo-button'] { + margin-top: 42px; + + } } - + [purpose='demo-button'] { + display: flex; + min-height: 36px; + width: 140px; + padding: 8px var(--Space-space_200, 16px); + justify-content: center; + align-items: center; + gap: 4px; + color: var(--White, #FFF); + text-align: center; + border-radius: 8px; + /* Body/Emphasis/SM */ + font-family: Inter; + font-size: 14px; + font-style: normal; + font-weight: 700; + line-height: 21px; /* 150% */ + } [purpose='article-container'] { margin-top: 64px; @@ -235,6 +256,22 @@ } } + [purpose='bottom-cta'] { + margin-top: 64px; + hr { + margin-bottom: 48px; + } + h2 { + margin-bottom: 10px; + } + p { + margin-bottom: 10px; + } + [purpose='demo-button'] { + margin-top: 32px; + } + } + @media (max-width: 1199px) { [purpose='article-and-sidebar'] { gap: 80px; diff --git a/website/scripts/build-static-content.js b/website/scripts/build-static-content.js index f94b422d7c..8b6b1c57e4 100644 --- a/website/scripts/build-static-content.js +++ b/website/scripts/build-static-content.js @@ -752,10 +752,6 @@ module.exports = { } // If this is a comparison article, we will require a different set of meta tags and will determine the URL of the page using the articleSlugInCategory meta tag. if(embeddedMetadata.category === 'comparison') { - if(!embeddedMetadata.articleSubtitle){ - throw new Error(`Failed compiling markdown content: A comparison article is missing a "articleSubtitle" meta tag at ${path.join(topLvlRepoPath, pageSourcePath)}. To resolve, add a articleSubtitle meta tag and try running this script again.`); - } - if(!embeddedMetadata.articleSlugInCategory){ throw new Error(`Failed compiling markdown content: A comparison article is missing a "articleSlugInCategory" meta tag at ${path.join(topLvlRepoPath, pageSourcePath)}. To resolve, add a articleSlugInCategory meta tag and try running this script again.`); } diff --git a/website/views/pages/landing-pages/basic-comparison.ejs b/website/views/pages/landing-pages/basic-comparison.ejs index f07f29b834..d8274d7c8f 100644 --- a/website/views/pages/landing-pages/basic-comparison.ejs +++ b/website/views/pages/landing-pages/basic-comparison.ejs @@ -2,10 +2,13 @@
-

<%= thisPage.meta.articleSubtitle%>

+
+

How to choose the right MDM

<%=thisPage.meta.articleTitle %>

+

<%= thisPage.meta.introductionTextBlockOne%>

<%if(thisPage.meta.introductionTextBlockTwo){%>

<%= thisPage.meta.introductionTextBlockTwo%>

<% } %> +
Get a demo
Hero image @@ -27,6 +30,12 @@
<%- partial(path.relative(path.dirname(__filename), path.resolve( sails.config.appPath, path.join(sails.config.builtStaticContent.compiledPagePartialsAppPath, thisPage.htmlId)))) %>
+
+
+

See Fleet in action

+

Compare your current setup and plan your move to Fleet

+
Get a demo
+