Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 850 Bytes

File metadata and controls

15 lines (9 loc) · 850 Bytes

Project Overview

This project is a personal portfolio website for Denis Ćorić, a full-stack developer. It showcases his skills, projects, and contact information. The website is built with HTML, CSS, and vanilla JavaScript. It features a clean, modern design with a light and dark theme.

Building and Running

This is a static website with no build process. To run the project, simply open the index.html file in a web browser.

Development Conventions

The project follows standard web development practices.

  • HTML: The HTML is well-structured and uses semantic tags.
  • CSS: The CSS is organized and uses custom properties for theming. It also includes a dark mode theme.
  • JavaScript: The JavaScript is written in an IIFE to avoid polluting the global namespace. It is used for theme switching and light animations.