Coding Projects
Dynamic Website HTML
Website developer
I designed and developed a website for the University of Mayrland's premier Hip-hop dance team, Dynamic Dance. The website was developed to enhance the team's digital presence and brand identity. Utilizing HTML, CSS, and Squarespace, I crafted a responsive and visually engaging platform that showcases the team’s history, achievements, and upcoming events. I utilized specific design elements based on the team’s branding to ensure consistency and captivate both clientele and viewers. The site integrates custom styling, interactive elements, and 2D/3D design assets, creating a seamless user experience while maintaining the team’s energetic and professional aesthetic.
Website developer
Restaurant Reservation System
This Python program is a table reservation system that allows users to enter their name, reservation time, and number of guests. The system checks for a table that meets the party size and confirms the reservation. If no suitable table is found, the user is notified. This code is based on a project from INST 326 (Object-Oriented Programming for Information Science). It applies OOP principles such as encapsulation, inheritance, and polymorphism to organize data and processes efficiently.