Nixo v1.3 - IT Service Startup Bootstrap 5 Template preview 1

Nixo v1.3 - IT Service Startup Bootstrap 5 Template

bookmark

Nixo is a modern HTML template designed for technology services and digital agencies. Built on Bootstrap 5, it supports dark/light mode switching and RTL (Arabic, Hebrew) typography. With 22+ pages and 3 homepage styles, it's suitable fo...

HTML

Project Overview

Nixo is a modern HTML template designed for technology services and digital agencies. Built on Bootstrap 5, it supports dark/light mode switching and RTL (Arabic, Hebrew) typography. With 22+ pages and 3 homepage styles, it's suitable for IT startups, software services, AI companies, and similar business scenarios.

Tech Stack

  • HTML5 + CSS3 (Static Pages)
  • Bootstrap 5.x (Responsive Framework)
  • Sass (Style Preprocessor)
  • jQuery + Various jQuery Plugins (Owl Carousel, Magnific Popup, Nice Select, etc.)
  • Google Fonts (Raleway + Work Sans)

Project Structure

text
nixo-technology-services-digital-agency-html-template/
├── documentation/          # Template Usage Documentation
│   ├── index.html
│   ├── css/style.css
│   └── js/main.js
├── nixo/                   # LTR Version Main Template
│   ├── index.html          # Homepage (3 Styles)
│   ├── about.html
│   ├── services-*.html
│   ├── blog-*.html
│   ├── contact.html
│   ├── assets/
│   │   ├── css/
│   │   ├── js/
│   │   └── images/
│   └── ...
└── nixo-rtl/               # RTL Version (Arabic/Hebrew)
    └── ...

Core File Description

  • nixo/index.html — LTR version homepage entry file
  • nixo-rtl/index.html — RTL version homepage, automatically loads bootstrap.rtl.min.css
  • nixo/assets/css/style.css — Main stylesheet containing dark/light theme variables
  • nixo/assets/js/main.js — Global interaction scripts (navigation, carousel, forms, etc.)
  • documentation/index.html — Complete template usage manual with customization instructions
  • documentation/css/style.scss — Documentation page style source

Quick Start

  1. Navigate to the nixo/ or nixo-rtl/ directory
  2. Open index.html directly in your browser to preview
  3. To modify styles, edit the SCSS files under assets/css/ and recompile

Usage Recommendations

  • The template includes complete contact form and subscription form structures; backend integration is required
  • The RTL version directory structure is identical to the LTR version; pay attention to path references when mixing
  • The documentation provides detailed instructions for SCSS compilation, carousel customization, theme color modification, etc. It's recommended to read before making changes
help_outline

FAQ