Skip to content

Latest commit

Β 

History

History
68 lines (53 loc) Β· 1.93 KB

File metadata and controls

68 lines (53 loc) Β· 1.93 KB

Fuad Aman - Personal Portfolio

A pixel-perfect, fully responsive personal portfolio website built with HTML5, CSS3, and Bootstrap 5.3.

πŸš€ Features

  • Premium UI/UX: Dark mode aesthetic with orange accents.
  • Responsive Design: Fully functional on Mobile, Tablet, and Desktop.
  • Performance: Optimized assets and clean code (Lighthouse 90+ target).
  • Accessibility: Semantic HTML and proper contrast ratios.
  • Clean Code: BEM-like naming convention and modular CSS.

πŸ“‚ Project Structure

fuad-aman-portfolio/
β”‚
β”œβ”€β”€ index.html          # Main HTML structure
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ css/
β”‚   β”‚   └── style.css   # Custom styles & overrides
β”‚   β”‚
β”‚   β”œβ”€β”€ images/         # Project assets
β”‚   β”‚   β”œβ”€β”€ profile.jpg
β”‚   β”‚   β”œβ”€β”€ project-1.png
β”‚   β”‚   β”œβ”€β”€ project-2.png
β”‚   β”‚   └── project-3.png
β”‚   β”‚
β”‚   └── icons/          # External icons/SVGs (if any)
β”‚
β”œβ”€β”€ README.md           # Project documentation
└── favicon.ico         # Text icon

πŸ›  Technologies Used

  • HTML5: Semantic markup.
  • CSS3: Custom variables, Flexbox, Grid, Animations.
  • Bootstrap 5.3: Layout and responsive utilities.
  • Bootstrap Icons: Scalable vector icons.

πŸ”§ Setup & Usage

  1. Clone the repository (or download the folder):

    git clone https://github.com/fuadaman/portfolio.git
  2. Open index.html in your browser.

    • Simply double-click the file or serve it using Live Server.

🎨 Customization

  • Colors: Edit CSS variables in assets/css/style.css.
    :root {
        --primary-color: #fd7e14; /* Change accent color */
        --dark-bg: #0b0b0b;       /* Change background */
    }
  • Content: Update text in index.html within the respective sections.

πŸ“„ License

This project is open-source and available for personal use.


Designed & Developed by Fuad Aman