mirror of
https://github.com/CarGDev/Bio-Sketch-App.git
synced 2025-09-18 13:48:31 +00:00
12 lines
892 B
TypeScript
12 lines
892 B
TypeScript
export const title = "WELCOME TO THE UNIVERSITY of the CUMBERLANDS";
|
|
export const courseId = "Course ID: MSCS 533";
|
|
export const bioTitle = "Carlos Gutierrez";
|
|
export const bioText = `Senior Software Engineer based in Atlanta, GA. He specializes in full-stack development, cloud computing, and distributed systems, with strong expertise in React, NestJS, Java, and AWS. With experience leading frontend and backend initiatives, he has driven large-scale projects in SaaS, robotics, and telecommunications, consistently improving scalability, performance, and cost efficiency.`;
|
|
export const currentCourse = "Current Course: MSCS 533 - Advanced Software Development";
|
|
|
|
export const CONTAINER_BACKGROUND = "#605A95";
|
|
export const COLOR_ACCENT = "#EDE7F6";
|
|
export const COLOR_PRIMARY = "#FFF";
|
|
export const BACKGROUND_COLOR = "rgba(255, 255, 255, 0.1)";
|
|
export const APP_BACKGROUND = "#7540EE";
|