Spaces:
Running
Running
Upload 2 files
Browse files- index.html +2 -1
- opportunity_map.html +2 -1
index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 5 |
-
<title>
|
| 6 |
<meta name="robots" content="noindex, nofollow">
|
| 7 |
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
| 8 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
@@ -723,6 +723,7 @@ function verify() {
|
|
| 723 |
// Auto-authorize the embedded map
|
| 724 |
const mapFrame = document.getElementById('map-frame');
|
| 725 |
if(mapFrame) mapFrame.src = 'opportunity_map.html?auth=CARLYLE2026';
|
|
|
|
| 726 |
show('c2'); // Trigger initial animations
|
| 727 |
} else {
|
| 728 |
const err = document.getElementById('lock-error');
|
|
|
|
| 2 |
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 5 |
+
<title>Institutional IR Analytics | Secure Access</title>
|
| 6 |
<meta name="robots" content="noindex, nofollow">
|
| 7 |
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
|
| 8 |
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
|
|
| 723 |
// Auto-authorize the embedded map
|
| 724 |
const mapFrame = document.getElementById('map-frame');
|
| 725 |
if(mapFrame) mapFrame.src = 'opportunity_map.html?auth=CARLYLE2026';
|
| 726 |
+
document.title = 'Carlyle IR Analytics Platform | Managed Access';
|
| 727 |
show('c2'); // Trigger initial animations
|
| 728 |
} else {
|
| 729 |
const err = document.getElementById('lock-error');
|
opportunity_map.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<meta name="robots" content="noindex, nofollow">
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 9 |
<style>
|
|
@@ -593,6 +593,7 @@ function verify(inputPass) {
|
|
| 593 |
if (pass === 'CARLYLE2026') {
|
| 594 |
document.getElementById('lock-screen').style.display = 'none';
|
| 595 |
document.body.style.overflow = 'auto';
|
|
|
|
| 596 |
} else if (!inputPass) {
|
| 597 |
document.getElementById('lock-error').style.display = 'block';
|
| 598 |
}
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Global Opportunity Map | Secure Access</title>
|
| 7 |
<meta name="robots" content="noindex, nofollow">
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 9 |
<style>
|
|
|
|
| 593 |
if (pass === 'CARLYLE2026') {
|
| 594 |
document.getElementById('lock-screen').style.display = 'none';
|
| 595 |
document.body.style.overflow = 'auto';
|
| 596 |
+
document.title = 'Carlyle Group — Global Opportunity Map';
|
| 597 |
} else if (!inputPass) {
|
| 598 |
document.getElementById('lock-error').style.display = 'block';
|
| 599 |
}
|