mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
Fixed copy
This commit is contained in:
@@ -28,11 +28,11 @@
|
|||||||
},
|
},
|
||||||
title: 'Auth',
|
title: 'Auth',
|
||||||
subtitle: 'Secure login for all users',
|
subtitle: 'Secure login for all users',
|
||||||
description: 'Sign in your users securly with multiple login methods like email/password, sms, OAuth, annoymous, magic URLs and more.',
|
description: 'Authenticate users securely with multiple login methods like Email/Password, SMS, OAuth, Annoymous, Magic URLs and more.',
|
||||||
features: [
|
features: [
|
||||||
'30+ login methods',
|
'30+ login methods',
|
||||||
'Support for roles, user labels and teams',
|
'Support for teams, roles and user labels',
|
||||||
'Rate-limits and advanced user protections',
|
'Rate-limits and advanced user protection',
|
||||||
'Custome SMTP and email templates'
|
'Custome SMTP and email templates'
|
||||||
],
|
],
|
||||||
shot: './images/products/Auth.svg'
|
shot: './images/products/Auth.svg'
|
||||||
@@ -80,9 +80,9 @@
|
|||||||
subtitle: 'Upload and manage files',
|
subtitle: 'Upload and manage files',
|
||||||
description: 'Securely store files with advanced compression, encryption and image transformations.',
|
description: 'Securely store files with advanced compression, encryption and image transformations.',
|
||||||
features: [
|
features: [
|
||||||
'File encryption in rest and transit',
|
'File encryption at rest and transit',
|
||||||
'Built-in image transformation capabilities',
|
'Built-in image transformation capabilities',
|
||||||
'Advanced compression with webp/brotli support'
|
'Advanced compression with WebP/Brotli support'
|
||||||
],
|
],
|
||||||
shot: './images/products/Storage.svg'
|
shot: './images/products/Storage.svg'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -310,12 +310,26 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="aw-big-padding-section-level-1 u-position-relative u-overflow-hidden">
|
<div class="aw-big-padding-section-level-1 u-position-relative u-overflow-hidden">
|
||||||
<div
|
<Spline let:fallback let:viewer>
|
||||||
class="u-position-absolute aw-is-not-mobile"
|
<div
|
||||||
style="inline-size:600px; inset-block-start:0; inset-inline-start:calc(100% - 600px)"
|
class="u-position-absolute aw-is-not-mobile"
|
||||||
>
|
style="inline-size:512px; block-size: 512px; inset-block-start:6rem; inset-inline-start:calc(100% - 500px)"
|
||||||
<img src="/images/temp/bg-side-2.png" width="600" alt="" />
|
>
|
||||||
</div>
|
<img
|
||||||
|
src="/images/animations/tech.png"
|
||||||
|
width="512"
|
||||||
|
height="512"
|
||||||
|
alt=""
|
||||||
|
style="position: absolute; display: block;"
|
||||||
|
use:fallback
|
||||||
|
/>
|
||||||
|
|
||||||
|
<spline-viewer
|
||||||
|
url="https://prod.spline.design/KvoQWZAi5foGUXxJ/scene.splinecode"
|
||||||
|
use:viewer
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</Spline>
|
||||||
<div class="aw-big-padding-section-level-2 is-margin-replace-padding">
|
<div class="aw-big-padding-section-level-2 is-margin-replace-padding">
|
||||||
<div class="aw-container u-position-relative">
|
<div class="aw-container u-position-relative">
|
||||||
<section class="aw-hero is-align-start">
|
<section class="aw-hero is-align-start">
|
||||||
|
|||||||
Reference in New Issue
Block a user