Project Introduction
Crovix is a static HTML website template designed for enterprise consulting and business services. It includes multiple complete pages such as homepage variants, About Us, News, Services, Team Members, and Case Studies. Ideal for quickly building corporate websites or business consulting sites.
Tech Stack
- HTML5 — Semantic template structure
- CSS3 — Responsive styles, including Bootstrap, Font Awesome, ElegantIcons
- JavaScript — jQuery, enabling smooth scrolling, sidebar navigation, search filtering, and other interactions
- Google Fonts — Hind font
Project Structure
text
crovixhtml-10/
├── buyer-file/
│ └── crovix/
│ ├── index.html # Main homepage
│ ├── index-2.html # Homepage variant
│ ├── index-3.html # Homepage variant
│ ├── about.html # About Us
│ ├── contact.html # Contact Us (static)
│ ├── contact.php # Contact form (PHP)
│ ├── news*.html # News-related pages
│ ├── service*.html # Service-related pages
│ ├── project*.html # Project case pages
│ ├── team*.html # Team member pages
│ ├── pricing.html # Pricing page
│ ├── 404.html # Error page
│ └── assets/ # Template assets (img, css, js, etc.)
└── documentation/
├── index.html # Template usage documentation
└── assets/ # Documentation site static assets
Key File Descriptions
buyer-file/crovix/index.html— Main entry point of the templatebuyer-file/crovix/contact.php— Form processing script requiring PHP environmentbuyer-file/crovix/assets/css/main.css— Core template stylesheetbuyer-file/crovix/assets/js/main.js— Template interaction logic (scrolling, navigation, etc.)documentation/index.html— Official usage documentation page
Quick Start
- Deploy the
buyer-file/crovix/directory to a web server (e.g., Nginx, Apache) or use a local development server - Open
index.htmldirectly in a browser to preview - For form functionality, configure a server environment that supports PHP
Usage Tips
- The template is built on Bootstrap; modify layout by adjusting the corresponding HTML and CSS blocks
- The contact form relies on
contact.php; replace it with a real backend API or third-party form service for production deployment
