Project Overview
Daevnt is a dark-themed HTML template designed for events and conferences, offering three homepage variants: creative conference, online conference, and educational conference. It supports GSAP animations, Swiper carousels, dark mode toggling, and other features, making it suitable for quickly building event websites or portfolio showcase pages.
Tech Stack
- HTML5 + CSS3 + Vanilla JavaScript
- jQuery (DOM manipulation and event binding)
- GSAP (ScrollTrigger, SplitText, and other plugins for interactive animations)
- Swiper (carousel component)
- SASS (style preprocessor with source files)
- Google Fonts (Bricolage Grotesque / DM Sans)
Project Structure
daevnthtml-10/
├── Daevnt - Event & Conference HTML Template/
│ ├── index.html # Main entry page
│ ├── about-us.html # About page
│ ├── blog*.html # Blog list and detail pages
│ ├── events*.html # Event list and detail pages
│ ├── speaker*.html # Speaker pages
│ ├── services*.html # Services page
│ ├── pricing.html # Pricing page
│ ├── faq.html # FAQ page
│ ├── contact-us.html # Contact page
│ ├── 404.html # Error page
│ ├── coming-soon.html # Coming soon page
│ └── assets/
│ ├── css/style.css # Compiled styles
│ ├── sass/style.scss # SASS source files
│ ├── js/main.js # Interaction logic
│ ├── fonts/ # Icon fonts (Flaticon)
│ └── img/ # Image assets
└── Daevnt - Help Documentation/
└── index.html # Official help documentation
Core File Descriptions
index.html— Template entry point with full navigation and homepage layoutassets/css/style.css— Compiled styles defining the dark theme and component stylesassets/sass/style.scss— SASS source files, customizable by modifying variables and recompilingassets/js/main.js— Contains mobile menu, sticky header, GSAP animations, counters, and other logiconline-conference.html— Online conference homepage varianteducational-conference.html— Educational conference homepage variant
Quick Start
- Open
Daevnt - Event & Conference HTML Template/index.htmldirectly in a browser to preview; - To modify styles, adjust variables in
style.scssand recompile; - Replace placeholder images in
assets/img/and update copy inindex.htmlfor quick deployment.
Usage Recommendations
GSAP animations rely on CDN loading, ensure network connectivity during initial deployment; the dark theme suits event atmospheres, but pay attention to contrast between light text and background for accessibility.
