Project Overview
Wexim is a single-page parallax template built on Bootstrap 4, designed for creative portfolio/agency websites. It includes seven sections: Home, About, Team, Works, Pricing, Blog, and Contact. Features include full-screen slideshows, sidebar navigation, and various entrance animations, making it suitable for quickly building commercial showcase sites.
Tech Stack
- Bootstrap 4 (grid layout and responsive components)
- Static HTML (no framework, pure static pages)
- jQuery (interaction logic and plugin drivers)
- Google Fonts (Roboto, Poppins)
- Font Awesome (icons)
- Owl Carousel, Cube Portfolio, FancyBox (carousel and lightbox)
- Revolution Slider (slideshow component)
Project Structure
weximhtml-13/
├── main-file/
│ └── bootstrap-v4/
│ ├── index.html ← Main entry page
│ ├── css/
│ │ ├── style.css ← Global styles (includes all modules)
│ │ ├── bootstrap.min.css
│ │ └── animate.min.css
│ └── images/ ← Placeholder image assets
├── Documentation/ ← Official documentation (reference for configuration)
│ ├── index.html
│ └── css/
Core File Description
main-file/bootstrap-v4/index.html— Page entry, defines each section block and navigationcss/style.css— Main stylesheet, includes typography, buttons, gradients, animations, etc.css/bootstrap.min.css— Bootstrap framework styles, provides grid and base componentscss/animate.min.css— CSS animation library, controls element entrance effectsjs/— jQuery plugins and custom interaction scripts (slider, map, lightbox, etc.)rs-plugin/— Revolution Slider configuration and assets
Quick Start
This is a pure static project. Simply open the following file in your browser to preview:
main-file/bootstrap-v4/index.html
To run a local server, execute:
python -m http.server 8080
Then visit http://localhost:8080
Usage Suggestions
Ideal for single-page showcase websites such as portfolios, personal resumes, and corporate presentations. During development, replace the logo image, fill in actual content, and adjust the theme colors in style.css (currently default blue #3264f5 → purple gradient) to match your brand style.
