Project Overview
Shifah is a responsive app landing page template built with Bootstrap, designed for mobile application product showcases and promotions. The template includes complete page sections such as a hero area, feature introductions, screenshot displays, pricing, download, and contact form, with interactive effects like parallax mouse following and scroll animations.
Tech Stack
- HTML5 / CSS3 (static pages)
- Bootstrap 5
- Font Awesome (icons)
- Owl Carousel (carousel component)
- Google Fonts (Prata / David Libre)
- Wow.js (scroll animations)
- PHP (contact form email sending)
Project Structure
shifahhtml-10/
├── Template_file/
│ └── Shifah/
│ ├── index.html # Main landing page
│ ├── sendmail.php # Contact form handler
│ └── assets/ # Styles, scripts, images, fonts
└── documentation/ # Official documentation (optional)
└── index.html
Core File Description
Template_file/Shifah/index.html— Main page entry, contains all section contentTemplate_file/Shifah/sendmail.php— PHP mail script for processing contact form submissionsassets/css/style.css— Main stylesheet with style definitions for 16 sectionsassets/css/animate.css— CSS3 scroll animationsassets/owlcarousel/— Screenshot carousel component CSSdocumentation/— Official template documentation for secondary development reference
Quick Start
- Deploy the
Template_file/Shifahdirectory to a web server - Modify the logo, images, and text content in
index.html - The contact form requires a server PHP environment; change
$toinsendmail.phpto the actual email address - Open
index.htmldirectly in a browser to preview (or access via a local server)
Usage Suggestions
This template is suitable for quickly building an app promotion landing page. It is recommended to replace all placeholder images and sample copy before going live, and deploy sendmail.php to a host that supports PHP to ensure the contact form works properly.
