website: update wording (#8290)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -15,7 +15,7 @@ import { TextSlide } from "../components/TextSlide";
|
|||||||
function Feature({ imageUrl, title, description }) {
|
function Feature({ imageUrl, title, description }) {
|
||||||
const imgUrl = useBaseUrl(imageUrl);
|
const imgUrl = useBaseUrl(imageUrl);
|
||||||
return (
|
return (
|
||||||
<div className={clsx("col col--4", styles.feature)}>
|
<div className={clsx("col col--3", styles.feature)}>
|
||||||
{imgUrl && (
|
{imgUrl && (
|
||||||
<div className="text--center">
|
<div className="text--center">
|
||||||
<img
|
<img
|
||||||
@ -63,8 +63,8 @@ function Home() {
|
|||||||
<div>with a unified platform.</div>
|
<div>with a unified platform.</div>
|
||||||
</h1>
|
</h1>
|
||||||
<p className="hero__subtitle">
|
<p className="hero__subtitle">
|
||||||
Unify all of your identity needs into a single
|
Unify your external users and team members in a
|
||||||
platform
|
single platform
|
||||||
</p>
|
</p>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<Link
|
<Link
|
||||||
@ -105,30 +105,46 @@ function Home() {
|
|||||||
<div className="container">
|
<div className="container">
|
||||||
<div className={clsx("row", styles.row)}>
|
<div className={clsx("row", styles.row)}>
|
||||||
<Feature
|
<Feature
|
||||||
title="Easy to use"
|
title="Unified identity management"
|
||||||
description={
|
description={
|
||||||
<>
|
<>
|
||||||
Identity made easy. authentik makes
|
A single platform for all your identity
|
||||||
single-sign on (SSO), user enrollment,
|
needs. Engineers have overview and
|
||||||
and access control simple.
|
control of the identity environment from
|
||||||
|
a single interface.
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Feature
|
<Feature
|
||||||
title="Realize your workflow"
|
title="Security through transparency"
|
||||||
description={
|
description={
|
||||||
<>
|
<>
|
||||||
authentik lets you build your workflow
|
Available source code ensures a
|
||||||
as you need it, no limitations.
|
continuous high level of security
|
||||||
|
through independent industry experts
|
||||||
|
using and testing the code.
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Feature
|
<Feature
|
||||||
title="Powered by Python"
|
title="Streamlined pricing"
|
||||||
description={
|
description={
|
||||||
<>
|
<>
|
||||||
Implement custom verification or access
|
A straightforward pricing model for all
|
||||||
control logic using Python code.
|
the features. No more guessing if a
|
||||||
|
feature is included in your subscription
|
||||||
|
or not. Covers B2B and B2C use cases.
|
||||||
|
</>
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
<Feature
|
||||||
|
title="Your workflows, realized"
|
||||||
|
description={
|
||||||
|
<>
|
||||||
|
Build your workflows in authentik as you
|
||||||
|
need them, without limitations. And if
|
||||||
|
that's not enough, everything else can
|
||||||
|
be done through the API.
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
.heroImage {
|
.heroImage {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
|
--ifm-col-width: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heroImage > img {
|
.heroImage > img {
|
||||||
|
Reference in New Issue
Block a user