EvenTro - Events & Meetings HTML Template preview 1

EvenTro - Events & Meetings HTML Template

bookmark

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...

HTML

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

text
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 point
  • html version/assets/js/main.js — Interactive logic: mobile menu, back to top, Toast notifications, theme settings
  • html version/assets/css/main.css — Main stylesheet with CSS variables, utility classes, and component styles
  • gulp 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:

bash
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.

help_outline

FAQ