Skip to content

Justme017/Mehta.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

Portfolio Website

Overview

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/.

Features

  • 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.

Setup Instructions

To run this website locally or contribute to its development:

  1. Clone the Repository:

    git clone https://github.com/justme017/Mehta.github.io.git
  2. Navigate to the Project Directory:

    cd Mehta.github.io
  3. Open the Website Locally:

    • Open index.html in a web browser to view the site.
    • Alternatively, use a local server (e.g., with Python):
      python -m http.server 8000
      Then visit http://localhost:8000 in your browser.
  4. Make Changes:

    • Edit the HTML, CSS, or JavaScript files as needed.
    • Test changes locally before pushing to GitHub.
  5. Deploy Updates:

    • Push changes to the main branch of the repository:
      git add .
      git commit -m "Your commit message"
      git push origin main
    • GitHub Pages will automatically update the live site.

Technologies Used

  • HTML5: For structuring the website.
  • CSS3: For styling and responsive design.
  • JavaScript: For interactivity and dynamic content.
  • GitHub Pages: For hosting the website.

Contact

Feel free to reach out for collaboration or inquiries:

Thank you for visiting my portfolio!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published