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 navigationfahima/assets/css/style.css— Main template stylesheetfahima/assets/css/responsive.css— Responsive stylesfahima/sendmail.php— Contact form email sending scriptfahima/contact.html— Contact page (with form)fahima/gallery.html— Image gallery display page
Quick Start
- Open
fahima/index.htmldirectly in your browser to preview - To use the contact form, deploy
sendmail.phpto a PHP-enabled server and update the recipient email address - 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
