-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b301ca
commit a37d796
Showing
2 changed files
with
34 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,135 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="icon" href="https://captn.ai/favicon.ico" type="image/x-icon"> <!-- Added favicon --> | ||
<title>Capt'n.ai</title> | ||
<style> | ||
@font-face { | ||
font-family: 'CustomFont'; | ||
src: url('https://captn.ai/fonts/47a8ea40a6adb66d377bd4931fa3e394.woff2') format('woff2'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
body { | ||
margin: 0; | ||
padding: 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
font-family: 'CustomFont', Arial, sans-serif; /* Updated font-family */ | ||
background-color: #eae4d9; | ||
color: #003851; | ||
font-size: 16px; | ||
} | ||
|
||
.container { | ||
text-align: center; | ||
max-width: 930px; | ||
padding: 0 1em; | ||
box-sizing: border-box; | ||
line-height: 1; | ||
} | ||
|
||
.top-left { | ||
position: absolute; | ||
top: 20px; | ||
left: 20px; | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.logo { | ||
width: 170px; | ||
height: 40px; | ||
} | ||
|
||
.message { | ||
font-size: 3em; | ||
font-weight: bold; | ||
line-height: 1.2; | ||
} | ||
|
||
p { | ||
font-size: 1.3em; | ||
line-height: 2; | ||
} | ||
|
||
.ml-2 { | ||
margin-left: 0.5rem; | ||
} | ||
|
||
.text-sm { | ||
font-size: 1.2rem; | ||
} | ||
|
||
.font-semibold { | ||
font-weight: 600; | ||
} | ||
|
||
.leading-6 { | ||
line-height: 1.5rem; | ||
} | ||
|
||
.dark .text-captn-light-cream { | ||
color: #eae4d9 | ||
} | ||
|
||
.sup .text-base { | ||
font-size: 1rem; | ||
} | ||
|
||
.sup .text-captn-dark-blue { | ||
color: #003851; | ||
|
||
} | ||
.top-left span { | ||
display: inline-block; | ||
margin-top: -10px; | ||
} | ||
.email-us { | ||
font-size: 1rem; | ||
} | ||
|
||
a { | ||
color: #6faabc; | ||
text-decoration: underline; | ||
} | ||
|
||
@media (max-width: 600px) { | ||
.message { | ||
font-size: 2em; | ||
line-height: 1.2; | ||
} | ||
p { | ||
font-size: 1.2em; | ||
line-height: 1.2; | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="top-left"> | ||
<img class="logo" src="https://captn.ai/logo.png"> | ||
<span class="ml-2 text-sm font-semibold leading-6 dark:text-captn-light-cream"><sup class="text-base text-captn-dark-blue">βeta</sup></span> | ||
</div> | ||
<div class="container"> | ||
<div class="message">We have entered maintenance mode since <i><span id="time"></span>.</i></div> | ||
<p>We'll resume normal operations shortly. Thank you for your patience!</p> | ||
<p class="email-us">For urgent matters or updates on the application's return, please reach out to us at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
</body> | ||
<script> | ||
function displayLocalTime(utcTimestamp) { | ||
const utcDate = new Date(utcTimestamp); | ||
const options = { weekday: 'short', year: 'numeric', month: 'short', day: 'numeric', hour: '2-digit', minute: '2-digit', second: '2-digit' }; | ||
const localTime = utcDate.toLocaleString(undefined, options); | ||
const timeZone = new Date().toLocaleDateString(undefined, {day:'2-digit',timeZoneName: 'long' }).substring(4); | ||
document.getElementById('time').textContent = `${localTime} (${timeZone})`; | ||
} | ||
const utcTimestamp = "2024-03-25T04:46:20Z"; | ||
displayLocalTime(utcTimestamp); | ||
</script> | ||
</script> | ||
</html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<meta | ||
name="viewport" | ||
content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" | ||
/> | ||
<meta name="theme-color" content="#000000" /> | ||
|
||
<link rel="manifest" href="/manifest.json" /> | ||
|
||
<meta property='og:type' content='website' /> | ||
<meta property='og:url' content='https://captn.ai' /> | ||
<meta property='og:description' content='Your AI-Powered Digital Marketing First Mate.' /> | ||
<meta property='og:image' content='https://captn.ai/public-banner.png' /> | ||
<meta name='twitter:image' content='https://captn.ai/public-banner.png' /> | ||
<meta name='twitter:image:width' content='800' /> | ||
<meta name='twitter:image:height' content='400' /> | ||
<meta name='twitter:card' content='summary_large_image' /> | ||
<script type='text/javascript'> (function(l) { if (l.search[1] === '/' ) { var decoded = l.search.slice(1).split('&').map(function(s) { return s.replace(/~and~/g, '&') }).join('?'); window.history.replaceState(null, null, l.pathname.slice(0, -1) + decoded + l.hash ); } }(window.location)) </script> | ||
<script async src='https://www.googletagmanager.com/gtag/js?id=G-NQN20RRZVD'></script> | ||
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-NQN20RRZVD');</script> | ||
|
||
<title>Capt’n.ai</title> | ||
<script type="module" crossorigin src="/assets/index-CL4ZMbhK.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-CfTMBqgq.css"> | ||
</head> | ||
|
||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.