Skip to content

Commit

Permalink
added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugh5 committed May 16, 2024
1 parent 0a2a899 commit 691ffdb
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Hugh's Portfolio

Welcome to Hugh's Portfolio project! This web-based portfolio showcases Hugh's skills, experience, and projects as a Mobile App Developer. The portfolio aims to provide an interactive and visually appealing platform for potential employers, clients, and collaborators to learn more about Hugh's professional background and achievements.

## Table of Contents

1. [Project Structure](#project-structure)
1. [Technologies Used](#technologies-used)
1. [Deployment](#deployment)
1. [Usage/Features](#usagefeatures)
1. [License](#license)

## Project Structure

The project is structured as follows:

```
Hugh's Portfolio/
├── css/
│ └── style.css
├── images/
│ └── ...
├── js/
│ ├── jquery.min.js
│ └── script.js
├── index.html
├── experience.html
├── projects.html
├── blog.html
├── testimonials.html
├── favicon.ico
└── README.md
```

## Technologies Used

- HTML5
- CSS3
- JavaScript
- jQuery

## Deployment

The portfolio is deployed on GitHub Pages at the following URL: [https://hugh5.github.io/portfolio/](https://hugh5.github.io/portfolio/)

## Usage/Features

- Navigation: Use the navigation bar at the top to visit different pages of the portfolio, including Home, Experience, Projects, Blog, and Testimonials.
- Toggle Theme: Click the theme button on the top right to switch between light and dark themes.
- Responsive Design: The portfolio is designed to be fully responsive and mobile-friendly.
- Contact: Use the social media links in the footer to connect with Hugh via email, GitHub, or LinkedIn.

## License

This project is licensed under the MIT License.

<br>

Thank you for visiting Hugh's Portfolio!

0 comments on commit 691ffdb

Please sign in to comment.