Project Overview
LeBari is a Bootstrap 4-based HTML5 template for educational websites, featuring 5 homepage style variations covering online courses, coach training, kindergarten, university, and other educational scenarios. The template includes multiple business pages such as course details, blog, events, faculty, and membership, making it ready to use as an official website for educational platforms or training institutions.
Tech Stack
- HTML5 / Bootstrap 4 (responsive framework)
- CSS3 (custom styles + animations)
- Font Awesome 5 (icon library)
- jQuery (interactive functionality)
- Noto Sans TC (Google Fonts Chinese typeface)
- PHP (contact form email sending)
Project Structure
lebarihtml-10/lebari-package/lebari/
├── index.html # Homepage (online courses)
├── index-2.html ~ index-5.html # Other homepage variants
├── about.html # About Us
├── course.html # Course list
├── course-detail.html # Course details
├── blog.html # Blog list
├── blog-detail.html # Blog details
├── event.html # Events list
├── teacher.html # Faculty team
├── membership.html # Membership page
├── contact.html # Contact Us
├── sendemail.php # Email sending script
├── css/
│ ├── bootstrap.css # Bootstrap core
│ ├── style.css # Main stylesheet
│ ├── responsive.css # Responsive adaptations
│ └── font-awesome.css # Icon styles
└── fonts/ # Custom font files
Key File Descriptions
index.html— Main homepage with Banner, course showcase, faculty, testimonials, and other modulescss/style.css— Core theme styles defining global fonts, colors, and layout (primary color #43b97e)css/bootstrap.css— Bootstrap 4 framework styles providing grid system and componentscourse.html— Course category listing page with filter layout supportsendemail.php— Contact form backend script that receives user submissions and sends emailscontact.html— Contact Us page with form and map section
Quick Start
- Open
lebari/index.htmldirectly in a browser to preview the full effect - To run with a local server, use VS Code Live Server or execute:
text
npx serve lebarihtml-10/lebari-package/lebari - To modify the contact form recipient address: edit the recipient email in
sendemail.php
Usage Suggestions
- This template consists of pure static pages. For deployment, simply upload the
lebarifolder to any web server or static hosting platform (such as Vercel, Netlify) - To integrate with backend data, consider replacing listing pages like
course.htmlandblog.htmlwith dynamic templates (e.g., React/Vue components)
