JoseRz is a professional web page portfolio designed to showcase projects and skills in a responsive layout. This portfolio is built using HTML, CSS, and JavaScript, ensuring a modern and interactive user experience.
The project is organized as follows:
JoseRz
├── src
│ ├── index.html # Main HTML document for the portfolio
│ ├── styles
│ │ └── style.css # CSS styles for the portfolio
│ ├── scripts
│ │ └── app.js # JavaScript for interactivity
│ └── assets
│ ├── fonts # Custom fonts used in the portfolio
│ └── images # Images for projects and personal branding
├── package.json
└── README.md
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install dependencies using npm:
npm install - Open
src/index.htmlin your web browser to view the portfolio.
- Responsive design that adapts to various screen sizes.
- Interactive elements powered by JavaScript.
- Custom fonts and images to enhance visual appeal.
This project is licensed under the MIT License. See the LICENSE file for more details.