Project Overview
AirBeat is a responsive HTML template designed for audio podcast and music websites, built on Bootstrap 4. It offers 3 homepage styles, multiple page types including podcasts, shows, blogs, and authors, and features a built-in jPlayer audio player. Ideal for quickly building musician homepages, podcast platforms, or audio content sites.
Tech Stack
- Bootstrap 4 (responsive layout)
- jQuery + jPlayer (audio playback)
- Font Awesome 5 (icons)
- Slick Slider (carousel)
- Flat Icons (icon font)
Project Structure
text
airbeathtml-10/package/
├── documentation/ # Template usage documentation
│ ├── index.html # Documentation entry point
│ ├── css/
│ └── images/
└── html/ # Actual template files
├── index.html # Homepage (3 variants: index / index2 / index3)
├── podcast.html # Podcast list
├── shows.html # Shows list
├── blogs.html # Blog list
├── authors.html # Authors page
├── contact.html # Contact page
├── donate.html # Donation page
├── login-register.html # Login/Register
├── pricing.html # Pricing page
├── 404.html
├── css/ # Stylesheets (style.css / responsive.css / color.css etc.)
└── js/ # Script files
Core File Description
html/index.html— Main template entry page, includes complete header, navigation, and player structurehtml/css/style.css— Main stylesheet, defines the overall visual stylehtml/css/responsive.css— Responsive breakpoint styleshtml/css/color.css— Color scheme (includes 6 theme colors)html/js/script.js— Navigation, scrollbar, and other interaction logichtml/sendmail.php— Contact form backend processing script
Quick Start
Pure static template, no dependencies to install:
- Open
html/index.htmldirectly in your browser to preview - To run with a local server, execute:
Then visitbash
# Python 3 python -m http.server 8000http://localhost:8000/airbeathtml-10/package/html/
Usage Suggestions
- Replace placeholder images in the
images/directory with your actual assets - Audio content is configured via jPlayer; modify the JS initialization for
#jquery_jplayer_1inindex.html - RTL support: Add the
rtlclass to<body>to switch to right-to-left layout
