feat: add environment-based CSS theming with configurable colors and branding
This commit is contained in:
+15
-15
@@ -5,37 +5,37 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Secuird — Enterprise Identity & Access Management</title>
|
||||
<meta name="title" content="Secuird — Enterprise Identity & Access Management" />
|
||||
<meta name="description" content="Secuird unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO with Microsoft 365, Google Workspace, and GitHub without complex federation. Eliminate SSH key chaos with short-lived certificates tied to verified identities." />
|
||||
<title>%VITE_APP_NAME% — Enterprise Identity & Access Management</title>
|
||||
<meta name="title" content="%VITE_APP_NAME% — Enterprise Identity & Access Management" />
|
||||
<meta name="description" content="%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO with Microsoft 365, Google Workspace, and GitHub without complex federation. Eliminate SSH key chaos with short-lived certificates tied to verified identities." />
|
||||
<meta name="keywords" content="identity management, access management, SSO, single sign-on, SSH certificates, MFA, multi-factor authentication, OIDC, enterprise security, Microsoft 365, Google Workspace, GitHub authentication" />
|
||||
<meta name="author" content="Secuird" />
|
||||
<meta name="author" content="%VITE_APP_NAME%" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" href="/gatehouse-logo.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="%VITE_FAVICON%" />
|
||||
<link rel="apple-touch-icon" href="%VITE_FAVICON%" />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://securd.com/" />
|
||||
<meta property="og:title" content="Secuird — Enterprise Identity & Access Management" />
|
||||
<meta property="og:description" content="Secuird unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
|
||||
<meta property="og:title" content="%VITE_APP_NAME% — Enterprise Identity & Access Management" />
|
||||
<meta property="og:description" content="%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
|
||||
<meta property="og:image" content="/og-image.png" />
|
||||
<meta property="og:site_name" content="Secuird" />
|
||||
<meta property="og:site_name" content="%VITE_APP_NAME%" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:url" content="https://securd.com/" />
|
||||
<meta name="twitter:title" content="Secuird — Enterprise Identity & Access Management" />
|
||||
<meta name="twitter:description" content="Secuird unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
|
||||
<meta name="twitter:title" content="%VITE_APP_NAME% — Enterprise Identity & Access Management" />
|
||||
<meta name="twitter:description" content="%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
|
||||
<meta name="twitter:image" content="/og-image.png" />
|
||||
<meta name="twitter:site" content="@securd" />
|
||||
|
||||
<!-- Theme color -->
|
||||
<meta name="theme-color" content="#36b9a6" />
|
||||
<meta name="msapplication-TileColor" content="#36b9a6" />
|
||||
<meta name="theme-color" content="%VITE_THEME_COLOR%" />
|
||||
<meta name="msapplication-TileColor" content="%VITE_THEME_COLOR%" />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://securd.com/" />
|
||||
@@ -45,7 +45,7 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "SoftwareApplication",
|
||||
"name": "Secuird",
|
||||
"name": "%VITE_APP_NAME%",
|
||||
"applicationCategory": "SecurityApplication",
|
||||
"operatingSystem": "Web",
|
||||
"description": "Enterprise identity and access management platform providing secure authentication, organization-level security policy, SSH certificate management, and OIDC-based Single Sign-On.",
|
||||
@@ -74,7 +74,7 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "Secuird",
|
||||
"name": "%VITE_APP_NAME%",
|
||||
"url": "https://securd.com",
|
||||
"logo": "https://securd.com/gatehouse-logo.svg",
|
||||
"sameAs": [
|
||||
|
||||
Reference in New Issue
Block a user