|
82 | 82 | </div>
|
83 | 83 | <div purpose="pricing-switch" class="d-flex flex-md-row flex-column justify-content-center mx-auto">
|
84 | 84 | <div purpose="pricing-switch-option" class="all" :class="[pricingMode === 'all' ? 'selected' : '']" @click="clickChangePricingMode('all')">All features</div>
|
85 |
| - <div purpose="pricing-switch-option" class="it" :class="[pricingMode === 'IT' ? 'selected' : '']" @click="clickChangePricingMode('IT')">For IT admins</div> |
86 | 85 | <div purpose="pricing-switch-option" class="security" :class="[pricingMode === 'Security' ? 'selected' : '']" @click="clickChangePricingMode('Security')">For security engineers</div>
|
| 86 | + <div purpose="pricing-switch-option" class="it" :class="[pricingMode === 'IT' ? 'selected' : '']" @click="clickChangePricingMode('IT')">For IT admins</div> |
87 | 87 | <div purpose="pricing-tier-switch" :class="pricingMode+'-selected'"></div>
|
88 | 88 | </div>
|
89 | 89 | </div>
|
|
338 | 338 | // ██║ ██║ ██║╚██████╔╝ ██║ ██║ ██║
|
339 | 339 | // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝ ╚═╝
|
340 | 340 | %>
|
341 |
| - You already know how to manage the operating system. In Fleet, you can focus on managing Apple, Windows and Linux; not Intune, Omnissa, and your anxiety. |
| 341 | + You already know how to manage the operating system. In Fleet, you can focus on managing Apple, Windows and Linux; not "Android MDM", "Apple MDM", "config management", etc. |
342 | 342 | </p>
|
343 | 343 | </div>
|
344 | 344 | <div purpose="accordion-item">
|
|
363 | 363 | // ██║ ██║ ██║╚██████╔╝ ██║ ██║███████╗
|
364 | 364 | // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝╚══════╝
|
365 | 365 | %>
|
366 |
| - We're moving pretty fast, and we have every incentive to listen. At Fleet, everyone can contribute. We also regularly deliver customer promises, and all the code is 100% source-available. |
| 366 | + We're moving pretty fast, and we have every incentive to listen. At Fleet, everyone can contribute. We also regularly deliver customer promises, and all the code is <a href="https://github.com/fleetdm/fleet">100% source-available</a>. |
367 | 367 | </p>
|
368 | 368 | </div>
|
369 | 369 | <div purpose="accordion-item">
|
|
388 | 388 | // ██║ ██║ ██║╚██████╔╝ ██║ ██║██████╔╝
|
389 | 389 | // ╚═╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝╚═════╝
|
390 | 390 | %>
|
391 |
| - Fleet <a href="https://fleetdm.com/handbook/company#history">started as an osquery management server</a>. After 10 years of production osquery use at scale in huge organizations, Fleet added "write" and "execute" device management capabilities, with all the necessary integrations to be comparable with other device management platforms like Omnissa (fka WS1, fka Airwatch), Jamf, Intune, and more. Today, Fleet is actively used as the next-gen MDM in homelabs all over the world, and at larger fleets at Epic Games, Cisco, Stripe, Fastly, Lear, and more. |
| 391 | + Fleet <a href="https://fleetdm.com/handbook/company#history">started as an osquery management server</a>. After 10 years of production osquery use at scale in huge organizations, Fleet added "write" and "execute" device management capabilities, with all the necessary integrations to be comparable with other device management platforms like Omnissa (fka WS1, fka Airwatch), Jamf, Intune, and more. Today, Fleet is used in homelabs all over the world, and at larger fleets at Epic Games, Cisco, Stripe, Fastly, Lear, and more. |
392 | 392 | </p>
|
393 | 393 | </div>
|
394 | 394 | </div>
|
395 | 395 | <div class="d-flex flex-row justify-content-start">
|
396 |
| - <p purpose="contact-note">Couldn’t find an answer? <a href="/contact">Talk to an engineer</a>.</p> |
| 396 | + <p purpose="contact-note">Couldn’t find an answer? <a href="/docs/get-started/faq">Read the FAQ</a> or <a href="/contact">talk to an engineer</a>.</p> |
397 | 397 | </div>
|
398 | 398 | </div>
|
399 | 399 | </div>
|
|
0 commit comments