Fahima - Creative Portfolio & Blog HTML Template preview 1

Fahima - Creative Portfolio & Blog HTML Template

bookmark

Fahima is a responsive HTML5 personal blog template built on Bootstrap, ideal for travel bloggers or photographers looking to showcase their personal portfolio. The template includes three homepage layouts and supports modules such as im...

HTML

Project Overview

Fahima is a responsive HTML5 personal blog template built on Bootstrap, ideal for travel bloggers or photographers looking to showcase their personal portfolio. The template includes three homepage layouts and supports modules such as image galleries, blog detail pages, and contact forms.

Tech Stack

  • Bootstrap 4.1.3
  • jQuery
  • Google Fonts (Open Sans)
  • Font Awesome
  • Flaticon icon library
  • Owl Carousel slider component
  • PHP (for contact form email sending only)

Project Structure

text
fahimahtml-10/Fahima pack/
├── Documentation/          # Template usage documentation
│   ├── index.html
│   ├── css/                # Documentation styles
│   └── js/                 # Documentation scripts
└── fahima/                 # Template main files
    ├── index.html          # Homepage (main style)
    ├── index2.html         # Homepage variant two
    ├── index3.html         # Homepage variant three
    ├── about.html          # About page
    ├── contact.html        # Contact page
    ├── gallery.html        # Gallery page
    ├── blog-details.html   # Blog detail page
    ├── 404.html            # 404 error page
    ├── sendmail.php        # Email sending handler
    └── assets/             # Static assets
        ├── css/
        ├── js/
        └── images/

Key File Descriptions

  • fahima/index.html — Main homepage with carousel and navigation
  • fahima/assets/css/style.css — Main template stylesheet
  • fahima/assets/css/responsive.css — Responsive styles
  • fahima/sendmail.php — Contact form email sending script
  • fahima/contact.html — Contact page (with form)
  • fahima/gallery.html — Image gallery display page

Quick Start

  1. Open fahima/index.html directly in your browser to preview
  2. To use the contact form, deploy sendmail.php to a PHP-enabled server and update the recipient email address
  3. All images and icon assets are located in the assets/ directory — replace them as needed

Usage Suggestions

  • This template is designed for personal brand showcasing; it is recommended to replace placeholder images and copy with your actual travel content
  • The contact form relies on a server-side PHP environment; if using static hosting, integrate a third-party form service accordingly
help_outline

FAQ