Project Overview
Sifoxen is a set of Bootstrap-based static HTML templates designed for chiropractic, physical therapy, and rehabilitation care medical institutions. It includes a complete documentation site and ready-to-use main templates, offering 30+ page templates such as blog, appointment, shopping cart, and contact forms, suitable for quickly building medical service websites.
Tech Stack
- Bootstrap 3.x / 5.x (responsive layout framework)
- Static HTML5 + CSS3
- jQuery (interactive scripts)
- FontAwesome 5.x (icon library)
- IcoMoon custom icon font (sifoxen-icons)
- Google Fonts (Open Sans, Poppins, EB Garamond, etc.)
Project Structure
sifoxenhtml-10/sifoxen/
├── sifoxen-html-documentations/ # Template usage documentation
│ ├── index.html
│ ├── css/
│ │ ├── bootstrap.css
│ │ ├── font-awesome.css
│ │ └── style.css # Documentation page styles
│ ├── js/
│ └── images/
├── sifoxen-html-main/ # Main template (30+ pages)
│ ├── index.html # Homepage
│ ├── about.html
│ ├── contact.html
│ ├── blog-*.html # Blog-related pages
│ ├── cart.html, checkout.html # E-commerce feature pages
│ └── assets/ # CSS/JS/Fonts/Images
└── sifoxen-icons/ # Custom icon fonts
Key File Descriptions
sifoxen-html-main/index.html— Homepage entry, showcases the overall template stylesifoxen-html-main/assets/css/sifoxen.css— Main template core stylesheetsifoxen-html-documentations/index.html— Official documentation page with configuration instructionssifoxen-html-documentations/css/style.css— Documentation page styles with sidebar navigationsifoxen-icons/style.css— Custom icon font declarations, includes all business iconssifoxen-html-main/assets/vendors/bootstrap/— Bootstrap framework files
Quick Start
Simply open sifoxen-html-main/index.html in your browser to preview the homepage. For a local server (recommended), run:
npx serve sifoxen-html-main
# or
python -m http.server 8080
Usage Suggestions
The template uses a modular HTML structure. You can copy the relevant pages into your project as needed. For customization, modify the theme color variables (approximately #AE61BE purple) in assets/css/sifoxen.css to change the brand color. Interactive features like appointment booking and contact forms require backend integration.
