Wexim v1.3 - One Page Parallax preview 1

Wexim v1.3 - One Page Parallax

bookmark

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

HTML

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

text
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 navigation
  • css/style.css — Main stylesheet, includes typography, buttons, gradients, animations, etc.
  • css/bootstrap.min.css — Bootstrap framework styles, provides grid and base components
  • css/animate.min.css — CSS animation library, controls element entrance effects
  • js/ — 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:

text
main-file/bootstrap-v4/index.html

To run a local server, execute:

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

help_outline

FAQ