Chore: logo
This commit is contained in:
+12
-3
@@ -6,15 +6,24 @@
|
||||
<title>Gatehouse — Identity & Access</title>
|
||||
<meta name="description" content="Gatehouse is a self-hosted identity and access platform providing secure authentication, organization-level security policy, and OIDC-based Single Sign-On." />
|
||||
<meta name="author" content="Gatehouse" />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="apple-touch-icon" href="/gatehouse-logo.svg" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="Gatehouse — Identity & Access" />
|
||||
<meta property="og:description" content="Secure authentication and access management for your organization." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
<meta property="og:image" content="/gatehouse-logo.svg" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@Lovable" />
|
||||
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
<meta name="twitter:site" content="@Gatehouse" />
|
||||
<meta name="twitter:image" content="/gatehouse-logo.svg" />
|
||||
|
||||
<!-- Theme color -->
|
||||
<meta name="theme-color" content="#36b9a6" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
||||
<!-- Background - Primary color (Teal #36b9a6) -->
|
||||
<rect width="24" height="24" rx="3" fill="#36b9a6"/>
|
||||
|
||||
<!-- Left pillar -->
|
||||
<path d="M4 4h3v16H4V4z" fill="#ffffff"/>
|
||||
|
||||
<!-- Right pillar -->
|
||||
<path d="M17 4h3v16h-3V4z" fill="#ffffff"/>
|
||||
|
||||
<!-- Archway -->
|
||||
<path d="M7 4h10v3H7V4z" fill="#ffffff" opacity="0.7"/>
|
||||
|
||||
<!-- Keyhole -->
|
||||
<circle cx="12" cy="14" r="2" fill="#ffffff" opacity="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 496 B |
@@ -0,0 +1,30 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" width="128" height="128">
|
||||
<!-- Background circle (optional, can be removed) -->
|
||||
<rect width="24" height="24" rx="4" fill="#36b9a6"/>
|
||||
|
||||
<!-- Abstract gate - two pillars with archway -->
|
||||
<!-- Left pillar -->
|
||||
<path
|
||||
d="M4 4h3v16H4V4z"
|
||||
fill="#ffffff"
|
||||
/>
|
||||
<!-- Right pillar -->
|
||||
<path
|
||||
d="M17 4h3v16h-3V4z"
|
||||
fill="#ffffff"
|
||||
/>
|
||||
<!-- Archway/top bar -->
|
||||
<path
|
||||
d="M7 4h10v3H7V4z"
|
||||
fill="#ffffff"
|
||||
opacity="0.7"
|
||||
/>
|
||||
<!-- Keyhole/entry indicator -->
|
||||
<circle
|
||||
cx="12"
|
||||
cy="14"
|
||||
r="2"
|
||||
fill="#ffffff"
|
||||
opacity="0.5"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 661 B |
Reference in New Issue
Block a user