Project Overview
EvenTro is an HTML template designed for event management and planning agencies, suitable for creating event launch pages, ticket booking, event calendars, and more. The template offers both a static HTML version and a Gulp build version, with responsive layout, built-in dark mode settings panel, RTL support, and multi-page templates.
Tech Stack
- HTML5 / CSS3
- Bootstrap 5
- jQuery
- Sass (Gulp version)
- Gulp 4 (Build tool)
Project Structure
eventrohtml-10/
├── documentation/ # Template usage documentation
├── html version/ # Static HTML pages (ready to use)
│ ├── assets/
│ │ ├── css/
│ │ └── js/
│ ├── about.html
│ ├── all-events.html
│ ├── blog-list.html
│ ├── contact.html
│ ├── index-2.html
│ └── ... (multi-page templates)
└── gulp version/ # Gulp development version (requires compilation)
├── src/
├── gulpfile.js
└── package.json
Core Files Description
html version/index-2.html— Homepage template entry pointhtml version/assets/js/main.js— Interactive logic: mobile menu, back to top, Toast notifications, theme settingshtml version/assets/css/main.css— Main stylesheet with CSS variables, utility classes, and component stylesgulp version/gulpfile.js— Gulp task configuration (BrowserSync, Sass compilation, image optimization, etc.)gulp version/package.json— Project dependency declaration
Quick Start
Static HTML version (ready to use):
Simply open index-2.html inside the html version directory in your browser to preview.
Gulp development version:
cd eventrohtml-10/gulp version
npm install
npm run dev # or gulp watch, starts local server at http://localhost:3000
Usage Recommendations
This template is ideal for quickly building event showcase websites. For deep customization, the Gulp version is recommended, allowing unified theme color adjustments via Sass variables (e.g., --main-hex). When integrating with WordPress or other backends, you can directly reuse the page structure and styles from the html version directory.
