Project Overview
Softora is a static HTML5 website template designed for IT solutions and technology companies, featuring multiple business pages including homepage, portfolio, blog, team, and services. Built with Bootstrap 5, it adapts to various business scenarios (IT services, AI agents, cybersecurity, big data analytics, etc.).
Tech Stack
- HTML5 + CSS3 (native)
- Bootstrap 5.3 (layout and components)
- SCSS (style preprocessing)
- Gulp (build tool)
- Third-party libraries: Swiper (carousel), Isotope (filter layout), Wow.js (scroll animations)
Project Structure
softorahtml-10/html/
├── gulpfile.js # Gulp task configuration
├── package.json # Dependency declaration
├── src/
│ ├── html/ # Page source files (homepage, blog, services, etc.)
│ └── scss/ # SCSS style files (modular organization)
└── documentation/ # Official documentation and preview styles
Core File Description
src/html/index.html— Default homepage (IT services theme)src/scss/— SCSS source code, organized by modules such as_header.scss,_footer.scss,_hero.scssgulpfile.js— Gulp build configuration, defining tasks like SCSS compilation and PostCSS prefixingpackage.json— Project dependencies andnpm run devstartup script
Quick Start
cd softorahtml-10/html
npm install
npm run dev
After building, open the generated page in your browser. For a quick preview, you can directly double-click src/html/index.html.
Usage Suggestions
- To modify page content, edit the HTML files under
src/html/directly; for style adjustments, modify the corresponding SCSS modules first, then recompile via Gulp - This template consists of pure static pages with no backend logic; if CMS integration is needed, you'll need to develop it yourself
