4 Commits

Author SHA1 Message Date
505b6dae25 Update theme colors 2026-04-20 18:56:10 +00:00
f3ba72fe08 Update src/app/about/page.tsx 2026-04-20 18:54:02 +00:00
4098c5dd9f Merge version_2 into main
Merge version_2 into main
2026-04-20 18:50:49 +00:00
05d2a05005 Merge version_2 into main
Merge version_2 into main
2026-04-20 18:50:21 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -36,13 +36,13 @@ export default function AboutPage() {
<div id="about" data-section="about" className="pt-32 pb-20">
<SplitAbout
textboxLayout="split"
title="About Our Assessment"
description="We provide a comprehensive overview of your computer science potential through data-driven insights."
title="Honest Assessment Report"
description="Our journey from zero to top in CS is defined by disciplined curiosity and grit. Below, we outline the realities of navigating the modern tech landscape."
bulletPoints={[
{ title: "AI Impacts", description: "Understand how AI automation is reshaping traditional software engineering roles and expectations." },
{ title: "AI Risks", description: "Identify potential pitfalls and ethical considerations in deploying autonomous systems." },
{ title: "AI Advantages", description: "Leverage AI-driven productivity gains to accelerate development workflows." },
{ title: "Methodology Summary", description: "A brief summary of how we evaluate cognitive and behavioral data to predict your success." }
{ title: "The Zero-to-Top Blueprint", description: "Start with foundational logic rather than frameworks. Master CS fundamentals before specializing in high-growth stacks." },
{ title: "Potential Consequences", description: "High-performance tech paths can lead to significant mental fatigue; balancing innovation with sustainable habits is mandatory." },
{ title: "The AI Reality", description: "Software engineering is shifting from pure coding to architectural oversight. Adaptability is your greatest asset." },
{ title: "Ethical Responsibility", description: "The speed of innovation creates immense power; understanding the societal impacts of autonomous systems is part of every senior developer's duty." }
]}
useInvertedBackground={false}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);