Project Overview
Cinkes is a professional HTML5 website template for financial/business companies, suitable for building official websites for financial firms, investment institutions, business services, and more. The template includes complete pages such as homepage, team, services, portfolio, pricing, and offers both LTR (English) and RTL (Arabic) versions along with light/dark theme switching.
Tech Stack
- HTML5 + CSS3 (static pages)
- Bootstrap 5 (responsive layout framework)
- Font Awesome 6 (icon library)
- Animate.css (page animations)
- Magnific Popup (image lightbox)
- Swiper (carousel/slider)
- MeanMenu (mobile navigation)
Project Structure
cinkeshtml-10/cinkes_main/
├── documentation/ # Template usage documentation
├── img/ # Shared image assets
│ ├── logo/ # Logo files
│ ├── about/ # About page images
│ ├── blog/ # Blog images
│ ├── brand/ # Partner brand logos
│ └── icon/ # Functional icons
├── ltr-demo/ # LTR version (English/Left-to-Right)
│ ├── index.html # Default homepage
│ └── assets/ # Styles and scripts
└── rtl-demo/ # RTL version (Arabic/Right-to-Left)
└── index.html # Arabic homepage
Key Files
ltr-demo/index.html— Default LTR homepage, entry fileltr-demo/index-2.html— Finance version homepage variantltr-demo/about.html— About us pageltr-demo/portfolio.html— Project portfolio pageltr-demo/assets/css/main.css— Main stylesheetrtl-demo/index.html— RTL homepage (Arabic layout)
Quick Start
Pure static template, no dependencies required:
- Open
cinkeshtml-10/cinkes_main/ltr-demo/index.htmldirectly in browser to preview the English version - Or open
cinkeshtml-10/cinkes_main/rtl-demo/index.htmlto preview the Arabic version - For a local server, use VS Code's Live Server extension or run
npx serve ltr-demo
Usage Tips
The template demo content is for a cleaning service company. Replace the logo, images, and text to quickly transform it into a financial website. Note that the img/ directory contains shared assets for both versions, so updates should be synchronized.
