"KEŞFEDİN! Belki de ihtiyacınız olan ürün burada"
Modern, responsive corporate website for Toz Yapı Teknolojileri - a leading construction technology company in Turkey specializing in innovative building solutions.
- Responsive Design: Mobile-first approach with full responsive layout
- Modern UI/UX: Clean, professional design with smooth animations
- SEO Optimized: Complete meta tags, structured data, and sitemap
- Performance Optimized: Compressed assets, caching, and optimized images
- Multilingual Support: Language selector for international customers
- Interactive Elements: AI assistant chat, contact forms, and smooth scrolling
- Security Headers: Complete security configuration for production
- Panjur Sistemleri (Shutter Systems)
- Kepenk Sistemleri (Rolling Shutter Systems)
- Pergola Sistemleri (Pergola Systems)
- Otomatik Kapı Sistemleri (Automatic Door Systems)
- Bahçe ve Çit Sistemleri (Garden & Fence Systems)
- Diğer Sistemler (Other Systems)
- Frontend: Pure HTML5, CSS3, Vanilla JavaScript
- Styling: Custom CSS framework with responsive grid
- Icons: Custom icon set with Unicode fallbacks
- Images: SVG placeholders (ready for real images)
- Performance: Optimized for speed and SEO
webhugging/
├── index.html # Main website file
├── assets/
│ ├── css/
│ │ ├── main.css # Main stylesheet
│ │ └── icons.css # Icon definitions
│ └── images/ # Image assets directory
├── placeholder-*.jpg/png # Placeholder images (replace with real images)
├── favicon.ico # Website favicon
├── robots.txt # Search engine directives
├── sitemap.xml # SEO sitemap
├── package.json # Project configuration
├── .htaccess # Apache server configuration
└── README.md # This file
-
Clone the repository
git clone https://github.com/tozsolutions/webhugging.git cd webhugging -
Start local server
# Using Python (recommended) python3 -m http.server 8000 # Or using Node.js npx serve . # Or using PHP php -S localhost:8000
-
Open in browser
http://localhost:8000
- Upload all files to your web server
- Configure SSL certificate (recommended)
- Replace placeholder images with real company images
- Update contact information and company details
- Configure email forms (backend integration required)
- Test all functionality
Replace these placeholder files with real company images:
placeholder-toz-logo.png- Company logo (120x48px)placeholder-hero-image.jpg- Hero section image (600x400px)placeholder-product-*.jpg- Product images (400x300px)placeholder-project-*.jpg- Project images (600x400px)placeholder-partner-*.png- Partner logos (120x80px)placeholder-luna-icon.png- AI assistant icon (48x48px)
Edit index.html to update:
- Contact details (address, phone, email)
- Company description and history
- Product specifications
- Project details
- Partner information
Update these files for better SEO:
sitemap.xml- Add all pages and update URLs- Meta tags in
index.html- Update descriptions and keywords robots.txt- Configure crawling preferences
Primary colors are defined in CSS variables:
:root {
--primary: #2d3748; /* Dark gray */
--secondary: #f6ad55; /* Orange/Yellow */
--accent: #f8edeb; /* Light pink */
--rolex: #116149; /* Green */
}- Add HTML content in
index.html - Update navigation links
- Add corresponding CSS styles
- Update sitemap.xml
- ✅ Chrome (latest)
- ✅ Firefox (latest)
- ✅ Safari (latest)
- ✅ Edge (latest)
- ✅ Mobile browsers (iOS Safari, Chrome Mobile)
- Content Security Policy (CSP)
- XSS Protection
- Clickjacking Protection
- MIME Type Sniffing Prevention
- Secure Headers Configuration
- Optimized images
- CSS minification ready
- Gzip compression enabled
- Browser caching configured
- Lazy loading ready
- Complete meta tags
- Open Graph support
- Twitter Cards
- Structured data (JSON-LD)
- Semantic HTML structure
- Fast loading times
Toz Yapı Teknolojileri
- Address: Üniversiteler Mah. 1597. Cad Bilkent Center AVM No:3 Bilkent Çankaya ANKARA
- Phone: +90 536 773 14 04
- Email: merhaba@tozyapi.com.tr, ozkan@tozyapi.com.tr
- Website: www.tozyapi.com.tr
MIT License - See LICENSE file for details
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
Made with ❤️ for Toz Yapı Teknolojileri