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 filenixo-rtl/index.html— RTL version homepage, automatically loads bootstrap.rtl.min.cssnixo/assets/css/style.css— Main stylesheet containing dark/light theme variablesnixo/assets/js/main.js— Global interaction scripts (navigation, carousel, forms, etc.)documentation/index.html— Complete template usage manual with customization instructionsdocumentation/css/style.scss— Documentation page style source
Quick Start
- Navigate to the
nixo/ornixo-rtl/directory - Open
index.htmldirectly in your browser to preview - 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
