Skip to content

Aeh961/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

This is a simple portfolio website showcasing my projects, skills, and experience. The website is built using HTML, CSS, JavaScript, and Vue.js.

Table of Contents

Demo

You can view a live demo of the portfolio website here https://aeh961.github.io/Portfolio/

Features

  • Responsive design for various screen sizes.
  • Projects section to showcase my work.
  • Skills and experience display.
  • Contact form for potential employers or collaborators.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/portfolio.git

Navigate to the project directory:

bash Copy code cd portfolio Open the index.html file in your web browser.

Usage Customize the content to reflect your own projects, skills, and experience. Here are some key files and directories:

index.html: Main HTML file for the portfolio. assets/: Store images, icons, or any additional assets. styles/: CSS files for styling. scripts/: JavaScript and Vue.js files for interactivity. data/: JSON files for storing project and skills data. Feel free to add or remove sections based on your needs.

Customization Changing Project Data Update the data/projects.json file with information about your projects. Follow the existing format:

json Copy code [ { "name": "Project Name", "description": "A brief project description.", "technologies": ["HTML", "CSS", "JavaScript"], "github": "https://github.com/your-username/project-repo", "demo": "https://your-project-demo.com" }, // Add more projects... ] Adding Skills Update the data/skills.json file with your skills. Follow the existing format:

json Copy code [ "HTML", "CSS", "JavaScript", "Vue.js", // Add more skills... ] Contributing If you'd like to contribute to the project, please follow the contributing guidelines.

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

vbnet Copy code

Feel free to customize the content based on your specific portfolio structure and needs. Additionally, replace the placeholder links with the actual links to your live demo, GitHub repository, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors