This repository contains the source code for my portfolio website, showcasing my projects, skills, and experience in the field of robotics and software development.
index.html: The main HTML document for the portfolio website, containing the structure and content of the site.styles.css: The CSS styles for the portfolio website, defining the layout, colors, fonts, and overall visual appearance.scripts.js: JavaScript code for interactive features, such as mobile navigation toggle and dynamic year display.assets/favicon.ico: The favicon for the website, which appears in the browser tab..github/workflows/deploy.yml: GitHub Actions workflow configuration for deploying the portfolio website to GitHub Pages.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/portfolio-website.git -
Navigate to the project directory:
cd portfolio-website -
Open
index.htmlin your web browser to view the portfolio website.
This project uses GitHub Pages for deployment. The deployment process is automated using GitHub Actions. Whenever changes are pushed to the main branch, the website will be automatically deployed.
This project is licensed under the MIT License. See the LICENSE file for more details.