Project Overview
APPIYAN is a versatile HTML5 App landing page template featuring 8 different homepage layouts, suitable for mobile apps, product showcases, pricing pages, and more. Built on Bootstrap, it provides complete frontend styles and interactive components that can be used directly in projects or as design references.
Tech Stack
- Bootstrap 4 (CSS Framework)
- jQuery (DOM manipulation & interactions)
- SCSS (Style source files)
- Owl Carousel (Carousel component)
- Wow.js (Animation effects)
- Magnific Popup (Image lightbox)
Project Structure
appiyanhtml-10/appiyan-package/
├── appiyan-documentation/ # Template documentation
│ ├── index.html
│ ├── css/
│ └── img/
└── appiyan-html/ # Template main files
├── index.html # 8 homepage preview entry
├── home1.html ~ home8.html # 8 homepage variants
├── blog.html / single-blog.html
├── style.css # Compiled main stylesheet
├── scss/ # SCSS source files
│ ├── _theme.scss
│ ├── _responsive.scss
│ └── _mixin.scss
└── assets/ # JS and other static resources
Core File Description
appiyan-html/index.html— Homepage preview collection, showcasing 8 layout entry pointsappiyan-html/home1.html— Homepage variant 1, standard app landing page layoutappiyan-html/style.css— Main stylesheet, aggregating all page stylesappiyan-html/scss/style.scss— SCSS entry file for custom compilationappiyan-html/scss/_responsive.scss— Responsive breakpoints and media query definitionsappiyan-documentation/index.html— Official usage documentation and instructions
Quick Start
- Download and extract the template package
- Navigate to the
appiyan-htmldirectory - Double-click
index.htmlto open in browser - Click any "view demo" link to preview each homepage variant
- For custom styling, modify files in the
scssdirectory and recompile
Usage Recommendations
The template integrates Bootstrap 4 and several popular plugins. It is recommended to base secondary development on home1.html. To adjust colors or themes, directly modify the variable definitions in scss/_theme.scss.
