This is my personal portfolio website showcasing my projects, skills, and professional background. The site is hosted on GitHub Pages at https://justme017.github.io/Mehta.github.io/.
- About Me: A section introducing myself, my background, and my interests.
- Projects: A showcase of my projects with descriptions, technologies used, and links to live demos or repositories.
- Skills: A list of my technical skills and proficiencies.
- Contact: Links to my social profiles (e.g., LinkedIn, GitHub) and a contact form or email for inquiries.
- Responsive Design: Optimized for both desktop and mobile devices.
To run this website locally or contribute to its development:
-
Clone the Repository:
git clone https://github.com/justme017/Mehta.github.io.git
-
Navigate to the Project Directory:
cd Mehta.github.io -
Open the Website Locally:
- Open
index.htmlin a web browser to view the site. - Alternatively, use a local server (e.g., with Python):
Then visit
python -m http.server 8000
http://localhost:8000in your browser.
- Open
-
Make Changes:
- Edit the HTML, CSS, or JavaScript files as needed.
- Test changes locally before pushing to GitHub.
-
Deploy Updates:
- Push changes to the
mainbranch of the repository:git add . git commit -m "Your commit message" git push origin main
- GitHub Pages will automatically update the live site.
- Push changes to the
- HTML5: For structuring the website.
- CSS3: For styling and responsive design.
- JavaScript: For interactivity and dynamic content.
- GitHub Pages: For hosting the website.
Feel free to reach out for collaboration or inquiries:
- GitHub: justme017
Thank you for visiting my portfolio!