Liggeet - University Education HTML Template preview 1

Liggeet - University Education HTML Template

bookmark

Liggeet is a responsive HTML5 template built on Bootstrap 5.0.2, designed for educational institutions and school websites. It includes homepage variants, admission, academic, event, blog, and other page templates, making it suitable for...

HTML

Project Overview

Liggeet is a responsive HTML5 template built on Bootstrap 5.0.2, designed for educational institutions and school websites. It includes homepage variants, admission, academic, event, blog, and other page templates, making it suitable for quickly building official websites for schools and training institutions.

Tech Stack

  • Bootstrap 5.0.2 (CSS framework)
  • jQuery (interaction logic)
  • Owl Carousel (carousel component)
  • Font Awesome 6 (icon library)
  • Google Fonts (Open Sans, Titillium Web, Manrope)
  • PHP (only sendemail.php, for email processing)

Project Structure

text
liggeet pack/
├── doc/                    # Template documentation
│   ├── index.html
│   ├── css/
│   └── images/
└── liggeet/                # Complete template package
    ├── index.html          # Homepage (4 variants)
    ├── about.html
    ├── academics-*.html
    ├── admission-*.html
    ├── blog-*.html
    ├── event-*.html
    ├── contact.html
    ├── login.html / register.html
    ├── sendemail.php
    └── assets/
        ├── css/            # Stylesheets
        ├── js/             # Scripts
        └── images/

Core File Description

  • liggeet/index.html — Main homepage template, includes header navigation, carousel, footer
  • assets/js/main.js — All interaction logic (menu, carousel, counter)
  • assets/css/style.css — Global styles and component styles
  • assets/css/responsive.css — Responsive adaptation styles
  • sendemail.php — Contact form email sending interface

Quick Start

This is a purely static site. Simply open liggeet/index.html in a browser to preview. To modify content, edit the corresponding HTML files; style adjustments are made in the assets/css/ directory.

Usage Suggestions

The template uses a dark top notification bar by default. It is recommended to replace it with actual event information before going live. The sendemail.php file requires a server environment to send and receive emails properly.

help_outline

FAQ