Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 0 additions & 88 deletions README.md

This file was deleted.

48 changes: 48 additions & 0 deletions SE-2021-039/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Personal Portfolio Website

## Project Description
This is a personal portfolio website built using **HTML**, **CSS**, and **JavaScript**. It showcases my skills, projects, education, experience, and contact details in a visually appealing and professional manner.

The website features an **elegant gold and black theme**, smooth animations, and interactive elements that enhance the user experience.

### Key Features
- **Home Page** – A welcoming introduction.
- **About Me** – Background information, skills, and interests.
- **Projects** – A gallery of projects with images and descriptions.
- **Education & Experience** – My academic qualifications and work experience.
- **Skills** – A showcase of my technical proficiencies.
- **Contact Section** – Email, phone, and social media links for easy communication.

The website is fully **responsive** and ensures a smooth experience across all devices. It is hosted on a free platform for easy public access.

---

## Libraries & Technologies Used
- [Google Fonts](https://fonts.google.com/)
- **Custom CSS & JavaScript**
- [Font Awesome](https://fontawesome.com/) (or similar icon library)
- **Vanilla JavaScript** – No external JS frameworks or libraries
- **CSS Class Manipulation** – For triggering animations (`.show`, `.visible`, `.loaded`)
- **Event Listeners** – Used for `DOMContentLoaded`, scroll, mousemove, and click events
- **Custom Cursor** – Follows mouse movement and updates `.custom-cursor` position
- **Smooth Section Reveal on Scroll** – Elements fade in as they appear on screen
- **Hover & Click Effects on Skills** – Tooltips and alerts when interacting with skill elements
- **Collapsible Skill Categories** – Expand/collapse functionality for skill sections

---

## Live Demo
[Click here to view the live website](https://soft-crepe-d2ca02.netlify.app/)

---

## How to Run the Project Locally
1. **Clone or download** the project repository.
2. Open the project folder on your computer.
3. **Double-click** on the `index.html` file to open the website in your browser.

---

## Contact
For feedback or collaboration, feel free to reach out via the **Contact Section** on the website!

Loading