Updated about page

This commit is contained in:
R-Bharathraj
2026-05-26 17:36:00 +05:30
parent 66c7e11e48
commit e003407a94
7 changed files with 77 additions and 190 deletions

View File

@@ -3401,6 +3401,7 @@ h1, h2, h3 {
--border-glow: rgba(226, 0, 26, 0.25);
min-height: 100vh;
border-radius: 20px;
padding: 2.5rem 0 4rem 0;
display: flex;
align-items: center;
@@ -4170,7 +4171,7 @@ h1, h2, h3 {
/* --- SECTION 3: COMPARISON MATRIX & MOAT (LIGHT / WHITE THEME) --- */
.comparison-section {
background-color: var(--bg-dark);
/* background-color: var(--bg-dark); */
background-image: radial-gradient(circle at 90% 20%, rgba(var(--primary-raw), 0.015) 0%, transparent 60%);
border-top: 1px solid var(--border-color);
}
@@ -4297,6 +4298,7 @@ tr:hover .capability-cell svg {
.moat-panel {
display: flex;
flex-direction: column;
height: 100%;
gap: 1.25rem;
background: var(--bg-card);
border: 1px solid var(--border-color);
@@ -4407,76 +4409,7 @@ tr:hover .capability-cell svg {
/* --- FOOTER (LIGHT THEME) --- */
footer {
background-color: var(--bg-darker);
border-top: 1px solid var(--border-color);
padding: 4rem 0;
color: var(--text-secondary);
font-size: 0.85rem;
}
.footer-layout {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-left {
display: flex;
align-items: center;
gap: 1.5rem;
}
.footer-logo {
height: 20px;
opacity: 0.85;
transition: var(--transition-fast);
}
.footer-logo:hover {
opacity: 1;
}
.footer-divider {
width: 1px;
height: 15px;
background: var(--border-color);
}
.footer-right {
display: flex;
align-items: center;
gap: 2rem;
}
.footer-pill {
padding: 0.25rem 0.75rem;
border-radius: 3px;
font-family: var(--font-heading);
font-weight: 800;
font-size: 0.7rem;
letter-spacing: 0.05em;
text-transform: uppercase;
background: rgba(15, 23, 42, 0.04);
border: 1px solid var(--border-color);
color: var(--text-secondary);
transition: var(--transition-fast);
}
.footer-pill:hover {
color: var(--text-primary);
border-color: rgba(15, 23, 42, 0.15);
}
.footer-pill.red {
border-color: rgba(var(--primary-raw), 0.2);
color: var(--primary);
}
.footer-pill.red:hover {
background: rgba(var(--primary-raw), 0.04);
border-color: var(--primary);
}
/* --- KEYFRAMES AND SYSTEM ANIMATIONS --- */
@@ -4625,21 +4558,6 @@ footer {
min-width: 600px; /* Forces swipe track behavior on narrow screens */
}
.footer-layout {
flex-direction: column;
gap: 1.5rem;
text-align: center;
}
.footer-left {
flex-direction: column;
gap: 1rem;
}
.footer-right {
justify-content: center;
gap: 1rem;
}
}
/* --- 5. SMALL SMARTPHONES (Portrait, Up to 480px) --- */