Project Introduction
Sycols is a set of HTML website templates designed for psychological counseling/mental health service institutions, including pages such as homepage, portfolio, blog, team showcase, and counseling service introduction. The template adopts a responsive design, suitable for building psychological counseling studios, hospital psychology departments, or online psychological counseling platforms.
Tech Stack
- Bootstrap 3.x (documentation) / Bootstrap 5.x (template main styles)
- jQuery (interaction logic)
- Font Awesome 4.x (icons)
- Custom IcoMoon icon font (psychology-themed icons)
- Google Fonts (Open Sans, Poppins, etc.)
Project Structure
text
sycols-html-package/
├── sycols-html/ # Template main body
│ ├── index.html # Homepage
│ ├── index2.html / index3.html # Homepage variants
│ ├── services.html # Services overview
│ ├── contact.html # Contact us
│ ├── blog-*.html # Blog-related pages
│ ├── team-*.html # Team pages
│ └── assets/ # Static resources (CSS/JS/images)
├── sycols-html-documentations/ # Development documentation
│ ├── index.html # Documentation homepage
│ └── css/style.css # Documentation styles
└── sycols-icons/ # Custom icon font
├── style.css # Icon style definitions
└── demo.html # Icon preview page
Core File Description
sycols-html/index.html— Main site homepage entry, includes header navigation, banner, service introduction sectionssycols-html/assets/css/sycols.css— Template core stylesheetsycols-html/assets/js/script.js— Page interaction script (needs review to confirm)sycols-icons/style.css— IcoMoon icon font declarations and 40+ psychology-themed icon class definitionssycols-html-documentations/index.html— Official development documentation, includes HTML structure, CSS explanations, third-party integration guides
Quick Start
- Enter the
sycols-html/directory - Open
index.htmldirectly in a browser to preview - To run with a local server, execute:
bash
npx serve sycols-html
Usage Suggestions
- Before formal use, replace all placeholder content (contact information, addresses, images)
- The icon library is located in
sycols-icons/, font files must also be imported for proper display - This template is purely static pages; for form functionality, you need to integrate a backend or third-party service (such as Formspree)
