Commit ยท
a6a4253
1
Parent(s): 7b1aabb
feat(ui): update landing page with Sentinel branding and docs links
Browse files- app/templates/index.html +35 -10
app/templates/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
-
<title>
|
| 8 |
<link
|
| 9 |
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@400;500;600;700&display=swap"
|
| 10 |
rel="stylesheet">
|
|
@@ -342,7 +342,7 @@
|
|
| 342 |
|
| 343 |
.main-title::before,
|
| 344 |
.main-title::after {
|
| 345 |
-
content: '
|
| 346 |
position: absolute;
|
| 347 |
top: 0;
|
| 348 |
left: 0;
|
|
@@ -1718,7 +1718,7 @@
|
|
| 1718 |
<h1 class="main-title">
|
| 1719 |
<span class="text">SCAM HONEYPOT</span>
|
| 1720 |
</h1>
|
| 1721 |
-
<div class="subtitle">
|
| 1722 |
<p class="tagline">Turning the Tables on Scammers with Artificial Intelligence</p>
|
| 1723 |
</div>
|
| 1724 |
|
|
@@ -1761,7 +1761,7 @@
|
|
| 1761 |
</div>
|
| 1762 |
<div class="badge buildathon">
|
| 1763 |
<i class="fas fa-trophy"></i>
|
| 1764 |
-
<span>
|
| 1765 |
</div>
|
| 1766 |
</div>
|
| 1767 |
|
|
@@ -1802,10 +1802,10 @@
|
|
| 1802 |
<div class="stat-sublabel">Working in Parallel</div>
|
| 1803 |
</div>
|
| 1804 |
<div class="stat-card">
|
| 1805 |
-
<span class="stat-icon">
|
| 1806 |
-
<div class="stat-number" data-count="
|
| 1807 |
-
<div class="stat-label">
|
| 1808 |
-
<div class="stat-sublabel">
|
| 1809 |
</div>
|
| 1810 |
<div class="stat-card">
|
| 1811 |
<span class="stat-icon">๐ฏ</span>
|
|
@@ -2159,13 +2159,38 @@
|
|
| 2159 |
<div class="cta-buttons">
|
| 2160 |
<a href="/docs" class="cta-btn primary">
|
| 2161 |
<i class="fas fa-book"></i>
|
| 2162 |
-
<span>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2163 |
</a>
|
| 2164 |
<a href="https://github.com/AvinashAnalytics/" class="cta-btn secondary" target="_blank">
|
| 2165 |
<i class="fab fa-github"></i>
|
| 2166 |
-
<span>
|
| 2167 |
</a>
|
| 2168 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2169 |
</section>
|
| 2170 |
|
| 2171 |
<!-- โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
|
|
| 4 |
<head>
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
+
<title>๐ก๏ธ Sentinel Cyber Defense | National Honeypot Grid</title>
|
| 8 |
<link
|
| 9 |
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@400;500;600;700&display=swap"
|
| 10 |
rel="stylesheet">
|
|
|
|
| 342 |
|
| 343 |
.main-title::before,
|
| 344 |
.main-title::after {
|
| 345 |
+
content: 'SENTINEL DEFENSE';
|
| 346 |
position: absolute;
|
| 347 |
top: 0;
|
| 348 |
left: 0;
|
|
|
|
| 1718 |
<h1 class="main-title">
|
| 1719 |
<span class="text">SCAM HONEYPOT</span>
|
| 1720 |
</h1>
|
| 1721 |
+
<div class="subtitle">Autonomous AI Grid for National Cyber Security</div>
|
| 1722 |
<p class="tagline">Turning the Tables on Scammers with Artificial Intelligence</p>
|
| 1723 |
</div>
|
| 1724 |
|
|
|
|
| 1761 |
</div>
|
| 1762 |
<div class="badge buildathon">
|
| 1763 |
<i class="fas fa-trophy"></i>
|
| 1764 |
+
<span>GUVI Buildathon Finalist</span>
|
| 1765 |
</div>
|
| 1766 |
</div>
|
| 1767 |
|
|
|
|
| 1802 |
<div class="stat-sublabel">Working in Parallel</div>
|
| 1803 |
</div>
|
| 1804 |
<div class="stat-card">
|
| 1805 |
+
<span class="stat-icon">๐ฎ๐ณ</span>
|
| 1806 |
+
<div class="stat-number" data-count="140">0</div>
|
| 1807 |
+
<div class="stat-label">Crore Citizens</div>
|
| 1808 |
+
<div class="stat-sublabel">Scalable Architecture</div>
|
| 1809 |
</div>
|
| 1810 |
<div class="stat-card">
|
| 1811 |
<span class="stat-icon">๐ฏ</span>
|
|
|
|
| 2159 |
<div class="cta-buttons">
|
| 2160 |
<a href="/docs" class="cta-btn primary">
|
| 2161 |
<i class="fas fa-book"></i>
|
| 2162 |
+
<span>System Docs</span>
|
| 2163 |
+
</a>
|
| 2164 |
+
<a href="/api/v1/stats" class="cta-btn secondary">
|
| 2165 |
+
<i class="fas fa-chart-line"></i>
|
| 2166 |
+
<span>Live Dashboard</span>
|
| 2167 |
</a>
|
| 2168 |
<a href="https://github.com/AvinashAnalytics/" class="cta-btn secondary" target="_blank">
|
| 2169 |
<i class="fab fa-github"></i>
|
| 2170 |
+
<span>Source Code</span>
|
| 2171 |
</a>
|
| 2172 |
</div>
|
| 2173 |
+
|
| 2174 |
+
<!-- Documentation Links -->
|
| 2175 |
+
<div style="margin-top: 50px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
|
| 2176 |
+
<div
|
| 2177 |
+
style="background: rgba(255,255,255,0.05); padding: 15px 25px; border-radius: 10px; border: 1px solid var(--border);">
|
| 2178 |
+
<i class="fas fa-sitemap" style="color: var(--cyber-blue); margin-right: 8px;"></i>
|
| 2179 |
+
<a href="https://github.com/AvinashAnalytics/" target="_blank"
|
| 2180 |
+
style="color: var(--text-secondary); text-decoration: none;">Architecture.md</a>
|
| 2181 |
+
</div>
|
| 2182 |
+
<div
|
| 2183 |
+
style="background: rgba(255,255,255,0.05); padding: 15px 25px; border-radius: 10px; border: 1px solid var(--border);">
|
| 2184 |
+
<i class="fas fa-balance-scale" style="color: var(--cyber-green); margin-right: 8px;"></i>
|
| 2185 |
+
<a href="https://github.com/AvinashAnalytics/" target="_blank"
|
| 2186 |
+
style="color: var(--text-secondary); text-decoration: none;">Ethics & Compliance</a>
|
| 2187 |
+
</div>
|
| 2188 |
+
<div
|
| 2189 |
+
style="background: rgba(255,255,255,0.05); padding: 15px 25px; border-radius: 10px; border: 1px solid var(--border);">
|
| 2190 |
+
<i class="fas fa-video" style="color: var(--honey-gold); margin-right: 8px;"></i>
|
| 2191 |
+
<a href="#" style="color: var(--text-secondary); text-decoration: none;">Watch Demo</a>
|
| 2192 |
+
</div>
|
| 2193 |
+
</div>
|
| 2194 |
</section>
|
| 2195 |
|
| 2196 |
<!-- โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|