Skip to content

Commit 142c1ec

Browse files
authored
Update index.html
SecurityCert's Community Project
1 parent 7fdfe0a commit 142c1ec

1 file changed

Lines changed: 28 additions & 6 deletions

File tree

index.html

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
--bg-dark: #000000;
1212
--bg-card: #0a0a0a;
1313
--bg-surface: #111111;
14-
--text-primary: #ffffff;
15-
--text-secondary: #888888;
16-
--text-muted: #666666;
17-
--accent: #ffffff;
18-
--accent-dim: #cccccc;
14+
--text-primary: #9b3d82;
15+
--text-secondary: #78105e;
16+
--text-muted: #5a244d;
17+
--accent: #9b3d82;
18+
--accent-dim: #7a3067;
1919
--border: #222222;
2020
--border-light: #333333;
2121
}
@@ -700,6 +700,27 @@
700700
border: 1px solid var(--border);
701701
opacity: 0.2;
702702
}
703+
704+
/* New cyberpunk subtitle style */
705+
.logo-sub {
706+
font-size: 1.2rem;
707+
font-weight: 600;
708+
color: var(--text-secondary);
709+
text-transform: uppercase;
710+
letter-spacing: 2px;
711+
margin-top: -5px;
712+
margin-left: 3px;
713+
font-family: 'Courier New', monospace;
714+
}
715+
716+
.logo-sub .logo-link {
717+
color: var(--text-secondary);
718+
text-decoration: none;
719+
}
720+
.logo-sub .logo-link:hover {
721+
color: var(--text-primary);
722+
text-shadow: 0 0 5px var(--text-primary);
723+
}
703724
</style>
704725
</head>
705726
<body>
@@ -712,6 +733,7 @@
712733
<div class="nav-container">
713734
<div class="logo-container">
714735
<div class="logo-text">PySpector</div>
736+
<div class="logo-sub">Powered By <a href="https://www.securitycert.it" target="_blank" class="logo-link">SecurityCert</a></div>
715737
</div>
716738
<ul class="nav-links">
717739
<li><a href="#features">Features</a></li>
@@ -765,7 +787,7 @@ <h1>Next-Gen Python Security Scanner</h1>
765787
</div>
766788
<div class="stat">
767789
<span class="stat-number">45+</span>
768-
<span class="stat-label">AI/LLM-specific Rules</span>
790+
<span class="stat-label">AI/LLM Rules</span>
769791
</div>
770792
<div class="stat">
771793
<span class="stat-number">95</span>

0 commit comments

Comments
 (0)