This project is a personal portfolio website showcasing my skills, experiences, and hobbies. It's designed to be visually appealing, responsive, and easy to navigate.
- Responsive design that works well on desktop and mobile devices
- Navigation menu with links to different sections of the website
- About section with a brief introduction and profile picture
- Skills section displaying my technical proficiencies
- Hobbies section with interactive image overlays
- Media section featuring my favorite song and video
- Footer with social media links
personal-portfolio/
│
├── index.html
├── about_david.html
├── index.css
│
├── assets/
│ ├── images/
│ │ ├── profile.jpg
│ │ ├── ride.jpg
│ │ ├── swim.jpg
│ │ ├── piano.jpg
│ │ ├── linkedin.png
│ │ ├── github.png
│ │ └── twitter.png
│ │
│ ├── audios/
│ │ └── audio.mp3
│ │
│ └── videos/
│ └── video.mp4
│
└── README.md
- Clone this repository or download the files.
- Open
index.html
in your web browser to view the landing page. - Navigate to the "About David" page by clicking the link in the navigation menu.
- HTML
- CSS