Skip to content

A personal portfolio website showcasing my skills, projects, and professional experience. The site features a dynamic introduction with rotating text and color effects, a detailed portfolio section, and a contact form integrated with Formspree for easy communication. Built with HTML, CSS, and JavaScript,

Notifications You must be signed in to change notification settings

ajaypatil1993/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Portfolio Website

Welcome to my portfolio website! This site showcases my skills, projects, and professional experience. It includes sections for an introduction, a portfolio of my work, and a contact form.

Screenshot

Table of Contents

Project Structure

Here is the structure of the project:

portfolio-website/
├── index.html                 # Main HTML file
├── about.html                 # About page
├── portfolio.html             # Portfolio page
├── contact.html               # Contact page
├── css/
│   ├── style.css              # Main stylesheet
│   └── ...                    # Other stylesheets
├── js/
│   ├── script.js              # Main JavaScript file
│   └── ...                    # Other JavaScript files
├── images/
│   ├── screenshot.png         # Project screenshot
│   └── ...                    # Other images
├── assets/
│   ├── fonts/                 # Font files
│   └── ...                    # Other assets
└── README.md                  # This file

Technologies Used

This portfolio website was built using the following technologies:

  • HTML: For structuring the content of the website.
  • CSS: For styling the website and ensuring it is visually appealing.
    • Flexbox and Grid: For responsive layouts.
    • Animations: For dynamic text transitions and color effects.
  • JavaScript: For interactive elements and dynamic content.
    • Form Handling: Integrated with Formspree for contact form submissions.
  • Responsive Design: Ensured compatibility across various devices and screen sizes.
  • Version Control: Managed using Git for tracking changes and collaboration.
  • Deployment: Hosted on GitHub Pages or similar platform.

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/portfolio-website.git
  2. Navigate to the project directory:

    cd portfolio-website
  3. Open index.html in your preferred web browser to view the website locally.

Usage

To view the portfolio website:

  1. Open your web browser.
  2. Navigate to index.html in your local project directory.

You can view other pages such as the About page and Portfolio page by navigating to about.html and portfolio.html, respectively.

Contributing

If you want to contribute to this project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature-branch
  3. Make your changes and commit them:

    git commit -am 'Add new feature'
  4. Push your changes to the branch:

    git push origin feature-branch
  5. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or inquiries, feel free to reach out:


Thank you for checking out my portfolio website! Feel free to browse and reach out if you have any questions or feedback.

About

A personal portfolio website showcasing my skills, projects, and professional experience. The site features a dynamic introduction with rotating text and color effects, a detailed portfolio section, and a contact form integrated with Formspree for easy communication. Built with HTML, CSS, and JavaScript,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published