Project Overview
Sun Star is a set of static HTML templates designed for solar and clean energy companies, providing complete pages including Home, About Us, Service Details, Team, Pricing, Blog, Testimonials, and more. It is suitable for energy companies to quickly build official websites or landing pages. The template includes 4 homepage styles (Carousel/Solid Color/Image/Video).
Tech Stack
- HTML5 + CSS3 (static pages)
- Bootstrap 5 (responsive layout)
- jQuery (interactive features)
- RemixIcon (icon library)
- Google Fonts: Plus Jakarta Sans
Project Structure
solarenergyhtml-10/Main File/
├── Documentation/ # Template usage documentation
│ ├── index.html
│ ├── component.html
│ ├── header.html
│ └── features.html
└── Solar Panel and Renewable Energy HTML Template - Sun Star/
├── index.html # Homepage main entry
├── about-us.html
├── services-1.html
├── services-detail.html
├── projects-1.html
├── team-1.html
├── pricing-plan.html
├── testimonial.html
├── blog-detail.html
├── contact.html
├── 404error.html
├── coming-soon.html
└── assets/ # CSS/JS/Images
Core File Description
index.html— Homepage entry, provides 4 visual style switchesservices-detail.html— Service details page templatecontact.html— Contact us page (with form)pricing-plan.html— Pricing plan display pagecoming-soon.html— Coming soon countdown page with built-in image carouselassets/css/style.css— Main stylesheet, includes dark mode support
Quick Start
Simply open Solar Panel and Renewable Energy HTML Template - Sun Star/index.html in a browser, or deploy it to any static server (such as Nginx, VS Code Live Server) to preview all pages.
Usage Suggestions
All text and image paths within the pages need to be replaced with actual content; the Logo is located at assets/images/header/Logo.svg and can be globally replaced in CSS. The template already supports dark mode switching, which can be enabled via the data-mode attribute.
