davitacols / portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Portfolio

Welcome to my portfolio website! This project showcases my skills, projects, and experience in web development. It is hosted using GitHub Pages and built with modern web technologies.

Features

  • Responsive Design: The website is fully responsive and looks great on all devices.
  • Interactive Elements: Includes animations and hover effects to enhance user experience.
  • Skills Section: Displays technical and professional skills with animated progress bars and interactive elements.
  • Projects Section: Showcases various projects with images, descriptions, and links.
  • Contact Section: Provides a contact form for visitors to get in touch.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • GitHub Pages

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

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

    cd your-repository
    
    
  3. Open the index.html file in your browser:

    You can simply open the file in a web browser, or use a local server for a better development experience

Usage

You can visit the live website hosted on GitHub Pages: https://www.tinyurl.com/davitacols

To customize the content:

  • HTML Files: Update the content in the HTML files to reflect your own information.
  • CSS Files: Modify the CSS files to change the styles and animations.
  • JavaScript Files: Update the JavaScript files to add or modify interactive elements.

Contributing

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

  1. Fork the repository

  2. Create a new branch:

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

    git commit -m 'Add some feature'
    
  4. Push to the branch:

    git push origin feature/YourFeature
    
  5. Open a pull request

About


Languages

Language:CSS 50.3%Language:HTML 40.2%Language:JavaScript 6.6%Language:PHP 2.9%