A centralized, responsive web architecture designed to showcase software engineering projects, agentic AI workflows, and technical management competencies.
This repository contains the source code for my professional portfolio website. The system is designed with a strict focus on front-end maintainability, responsive layouts, and clean DOM manipulation without relying on heavy frontend frameworks.
Core Stack:
- Languages: HTML5, CSS3, Vanilla JavaScript (ES6+)
- Deployment: GitHub Pages
- Key Focus: Semantic markup and optimized asset delivery for high-performance rendering.
Design Patterns Implemented:
- Responsive Design Pattern: Utilized CSS Grid and Flexbox to ensure structural integrity across all viewport dimensions.
- Modular CSS: Implemented to decouple styling components, preventing global scope pollution and enhancing maintainability.
This is a static site architecture. No complex build tools or package managers are required to initialize the local environment.
- Clone the repository:
git clone [https://github.com/principerayquez21-stack/portfolio.git](https://github.com/principerayquez21-stack/portfolio.git) cd portfolio