Project Overview
Prinoz is a modern HTML multi-page template designed for printing companies and service providers. It includes 3 homepage versions, service details, project showcase, news blog, shop/cart, contact form, and other complete pages, making it ideal for quick website setup in the printing industry.
Tech Stack
- Vite 5.4+ (Build Tool)
- Bootstrap 5 (CSS Framework)
- Static HTML + CSS + JavaScript
- Nice Select / MeanMenu (Form & Navigation Interaction)
- Swiper / Magnific Popup (Carousel & Modal)
- PHP (Contact Form Backend Processing)
Project Structure
buyer-file/
├── *.html # 18 HTML Pages
├── contact.php # Form Processing
├── vite.config.js # Vite Configuration
├── package.json # Dependencies & Scripts
└── assets/
├── css/ # Stylesheets
│ ├── bootstrap.min.css
│ ├── main.css
│ ├── meanmenu.css
│ └── nice-select.css
└── img/ # Image Assets
Key Files
index.html— Homepage entry filecontact.php— Contact form email sending logicassets/css/main.css— Main stylesheetshop-list.html/shop-details.html— Shop list & detailsvite.config.js— Vite build configurationpackage.json— Project dependency declaration
Quick Start
# Install dependencies
npm install
# Development mode (hot reload)
npm run dev
# Production build
npm run build
# Preview build result
npm run preview
Usage Notes
When deploying, place contact.php on a PHP-supported server environment, or replace it with another backend service. Static files built by Vite (default dist/ directory) can be deployed directly to any static hosting platform.