Project Overview
Meetco is a static HTML template designed for event and conference scenarios, offering complete pages including homepage design, business forums, conference events, ticketing, team introductions, and more. It supports 3 homepage variants (Business Forum, Design Conference, AI-themed Event). Built on Bootstrap, it can be deployed directly after download.
Tech Stack
- Bootstrap 5 (CSS / JS)
- Font Awesome (icons)
- Animate.css (animations)
- Swiper (carousel)
- Static HTML / CSS / JavaScript (no build tools)
Project Structure
meetco-html-package/
├── Documentation/ # Official documentation
│ ├── index.html
│ └── style.css
└── Meetco/ # Template main files
├── index.html # Homepage (Business Forum)
├── design-conference.html
├── feature-ai-event.html
├── about.html
├── team.html
├── team-details.html
├── ticket.html
├── ticket-details.html
├── event-list.html
├── event-details.html
├── event-gallery.html
├── blog.html
├── blog-details.html
├── faq.html
├── contact.html
└── assets/ # Static resources
├── css/
├── js/
└── img/
Key File Descriptions
Meetco/index.html— Homepage (Business Forum style), includes full navigation and footerMeetco/event-list.html— Event listing page, displays upcoming conference informationMeetco/ticket.html— Ticketing page, can showcase different ticket types and pricesMeetco/team.html— Speaker/team introduction pageMeetco/assets/css/main.css— Theme main stylesheetMeetco/contact.html— Contact page, includes contact form section
Quick Start
- Upload the contents of the
meetco-html-package/Meetcofolder to your server - Open
index.htmldirectly in your browser to preview; for production, upload via FTP to your web root directory
Usage Suggestions
This template is suitable for quickly building event/conference websites. The homepage already includes 3 industry-style variants that can be reused directly based on the actual event theme, requiring no additional configuration to run.
