Uncut - Multipurpose HTML5 Template preview 1

Uncut - Multipurpose HTML5 Template

bookmark

Uncut is a versatile HTML5 static template with complete documentation. It includes multiple page examples such as beauti-salon, making it suitable for quickly building corporate showcases, portfolios, event landing pages, and more.

HTML

Project Overview

Uncut is a versatile HTML5 static template with complete documentation. It includes multiple page examples such as beauti-salon, making it suitable for quickly building corporate showcases, portfolios, event landing pages, and more.

Tech Stack

  • Bootstrap 5 — Grid system and base components
  • jQuery — DOM manipulation and interactions
  • Font Awesome 6 Pro — Icon library
  • SCSS — Style source files (compiled to main.css)
  • Swiper, Isotope, Magnific Popup — Carousel/masonry/lightbox
  • Jarallax, Atropos — Parallax and 3D effects
  • Google Fonts — DM Sans, Plus Jakarta Sans, Space Grotesk, and more

Project Structure

text
uncuthtml-10/
├── documentation/           # Template usage documentation
│   ├── index.html
│   └── assets/
│       ├── css/
│       └── js/
└── uncut/                   # Actual template files
    ├── beauti-salon/         # Beauty salon example pages
    │   ├── index.html
    │   ├── about.html
    │   └── contact.html
    └── assets/
        ├── css/              # Compiled styles
        ├── scss/             # Style source files
        ├── js/               # Interaction scripts
        └── fonts/            # Local fonts

Core Files Description

  • uncut/assets/css/main.css — Main stylesheet, aggregating typography, layout, and various page styles
  • uncut/assets/js/main.js — Core interactions: preloader, mobile menu, lightbox, carousel, scroll animations, etc.
  • uncut/assets/scss/main.scss — SCSS source code, modify variables as needed and recompile
  • uncut/beauti-salon/index.html — Beauty salon homepage example, showcasing the template's actual appearance
  • uncut/assets/mail.php — Form backend processing (requires server environment configuration)
  • documentation/index.html — Official documentation covering template structure, customization methods, and resource references

Quick Start

Pure static template, no dependencies to install. Open pages directly in a browser or use any static server:

bash
# Python built-in server
cd uncuthtml-10/uncut
python -m http.server 8080

# Or double-click beauti-salon/index.html to open in browser

Usage Suggestions

Template style variables are centrally defined at the top of main.css (:root). Modify --tp-* variables to quickly change the theme color. For dark mode or additional page layouts, refer to the documentation chapters and corresponding screenshots. Form submission requires deploying mail.php to a PHP-supported host.

help_outline

FAQ