Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aede03f7ca | |||
| 505b6dae25 | |||
| f3ba72fe08 | |||
| 4098c5dd9f | |||
| 05d2a05005 |
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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: #8da39a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user