initial commit

This commit is contained in:
Carlos Gutierrez
2025-09-02 23:12:22 -04:00
commit 3029582bb4
19 changed files with 14951 additions and 0 deletions

11
utils/constants.ts Normal file
View File

@@ -0,0 +1,11 @@
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";