feat(site): initial about.uptime.link website
- Rebrand from idp.global to uptime.link - Add JetBrains Mono as primary font - Update Hero with port detection, network scanning, status widgets - Update Features for uptime monitoring capabilities - Update HowItWorks for CLI-based workflow - Create new docs: CLI, Widgets, Detector - Remove idp.global specific pages (FairUsage, Docker, OIDC, Organizations, Users) - Use emerald green color scheme throughout
This commit is contained in:
17
index.html
17
index.html
@@ -3,16 +3,21 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>idp.global - Free Open Source Identity Platform</title>
|
||||
<meta name="description" content="idp.global is an OpenID like platform that provides an Open Source, free identity to everyone who wants one." />
|
||||
<meta name="author" content="idp.global" />
|
||||
<title>uptime.link - Open Source Uptime Monitoring</title>
|
||||
<meta name="description" content="uptime.link is an Open Source uptime monitoring platform with local network detection, service discovery, and embeddable status widgets." />
|
||||
<meta name="author" content="uptime.link" />
|
||||
|
||||
<meta property="og:title" content="idp.global - Free Open Source Identity Platform" />
|
||||
<meta property="og:description" content="idp.global is an OpenID like platform that provides an Open Source, free identity to everyone who wants one." />
|
||||
<meta property="og:title" content="uptime.link - Open Source Uptime Monitoring" />
|
||||
<meta property="og:description" content="uptime.link is an Open Source uptime monitoring platform with local network detection, service discovery, and embeddable status widgets." />
|
||||
<meta property="og:type" content="website" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@idp_global" />
|
||||
<meta name="twitter:site" content="@uptime_link" />
|
||||
|
||||
<!-- JetBrains Mono Font -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user