A dynamic PHP-MySQL web application inspired by Pixar's Inside Out, where users can explore various βIslands of Personalityβ representing core memories and personal experiences β including Family, Friendship, Relationship, and Memory.
Note: Full functionality is best viewed using a local server (XAMPP, WAMP, etc.) due to PHP and MySQL requirements.
| Technology | Description |
|---|---|
| HTML5 | Page structure |
| CSS3 / W3.CSS | Styling and layout |
| JavaScript | Frontend interactivity |
| PHP | Backend scripting |
| MySQL | Data storage and retrieval |
| Bootstrap 5 | Responsive grid system |
| Font Awesome | Icons |
| AOS.js | Scroll animations |
- Explore themed personality islands dynamically rendered from the database
- Each island has a unique color scheme, icon, and identity
- Hero section includes an autoplaying, full-width embedded YouTube video
- Long-form and short-form descriptions fetched from the database
- Interactive image gallery showcasing memory visuals
- View detailed content and associated media for each island
- Fully responsive layout across mobile, tablet, and desktop devices
islandsofpersonality/
β
βββ assets/
β βββ images/ # Island and content images
β βββ styles/ # CSS files
β βββ shared/ # Reusable PHP includes
β βββ connect.php # Database connection
β βββ head.php # <head> template
β βββ script.php # JS/CDN scripts
β
βββ index.php # Homepage with video and island overview
βββ view.php # Individual island memory content
βββ README.md