Project Overview
Techor is a static HTML website template designed for IT solutions and technology companies. It includes complete pages such as homepage variations, case studies, team members, service details, blog, and contact form. Built on Bootstrap, the template features interactive elements like preloader animations, magic cursor, back-to-top button, search popup, and sidebar menu, making it ideal for quickly building a tech company website.
Tech Stack
- HTML5 + CSS3 (vanilla)
- Bootstrap 5 (responsive layout framework)
- Swiper (carousel component)
- Slick (carousel component)
- Font Awesome Pro (icon library)
- Magnific Popup (modal/popup)
- Nice Select (custom dropdown)
- PHP (contact form email sending only)
Project Structure
techor-placeholder/
├── index.html # Homepage
├── index-2.html # Homepage variant 2
├── index-3.html # Homepage variant 3
├── about.html # About Us
├── service.html # Services List
├── service-details.html
├── project.html # Projects/Case Studies
├── project-details.html
├── team.html # Team Members
├── team-details.html
├── blog-grid.html # Blog (Grid)
├── blog-list.html # Blog (List)
├── blog-details.html
├── price.html # Pricing
├── faq.html # FAQ
├── contact.html # Contact Us
├── 404.html # Error Page
└── assets/
├── mail.php # Form email handler
└── css/ # Stylesheets (main styles and component styles)
Key Files
index.html— Homepage template with Hero section, service overview, and case studiescontact.html— Contact page with contact information and form submissionassets/mail.php— Backend script for contact form email sendingservice-details.html— Single service detail page templateproject-details.html— Single case study detail page templateassets/css/main.css— Main stylesheet with global layout and theme styles
Quick Start
This template consists of pure static pages with no dependencies to install. Simply open index.html in your browser to preview the full layout. To use the contact form functionality, deploy assets/mail.php to a web server environment that supports PHP.
Usage Recommendations
- Before deployment, update the recipient email address (the
$recipientvariable) inmail.php, and ensure the server has themail()function enabled - All static resource paths (CSS, images) are relative to the current HTML file location, so keep the overall directory structure intact
