Website company profile untuk distributor dan supplier forklift di Indonesia. Dibuat menggunakan native HTML, CSS, dan JavaScript tanpa framework atau library tambahan (kecuali Font Awesome untuk icons).
- Fully responsive untuk semua device (desktop, tablet, mobile)
- Mobile-first approach dengan breakpoints optimal
- Hamburger menu untuk mobile navigation
- Auto-sliding banner dengan 3 slides
- Manual navigation dengan prev/next buttons
- Dot indicators untuk navigasi langsung
- Pause on hover functionality
- Smooth transitions
- Product categories dengan icon dan deskripsi
- Featured products grid dengan badge (New, Popular)
- Product specifications display
- Hover effects untuk better UX
- 6 layanan utama dengan icon
- Grid layout responsive
- Hover animations
- Animated statistics counter
- Feature list dengan icons
- Gradient background design
- Latest articles grid
- Article metadata (date, author)
- Placeholder untuk featured images
- Contact information cards
- Contact form dengan validation
- Email dan phone number validation
- Form submission handling
- Smooth scroll navigation
- Active menu highlighting on scroll
- Scroll to top button
- Animate on scroll effects
- Counter animations
- Hover effects pada cards
forklift/
βββ index.html # Main HTML file
βββ styles.css # All styling
βββ script.js # All JavaScript functionality
βββ README.md # Documentation
- Primary Color:
#ff6b00(Orange) - Secondary Color:
#1a1a1a(Dark) - Accent Color:
#ffa500(Light Orange) - Background:
#f8f9fa(Light Gray)
- Font Family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif
- Responsive font sizes
- Clear hierarchy
- Modern card designs
- Gradient backgrounds
- Box shadows untuk depth
- Border radius untuk smooth edges
- Smooth transitions
- Toggle hamburger menu
- Close menu on link click
- Smooth animations- Auto-slide every 5 seconds
- Manual navigation (prev/next)
- Dot navigation
- Pause on hover
- Smooth transitions- Active link highlighting on scroll
- Smooth scroll to sections
- Mobile menu toggle- Scroll to top button (appears after 300px)
- Header shadow on scroll
- Animate on scroll for cards- Required fields validation
- Email format validation
- Phone number validation (Indonesian format)
- Success message- Counter animation untuk statistics
- Intersection Observer untuk scroll animations
- Hover effects untuk cards
- Icon rotation effects- Desktop: > 992px
- Tablet: 768px - 992px
- Mobile: < 768px
- Small Mobile: < 480px
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Opera (latest)
- Font Awesome 6.4.0 - untuk icons
- CDN:
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css
- Clone atau Download project ini
- Buka
index.htmldi browser - Atau gunakan local server:
# Menggunakan Python python -m http.server 8000 # Menggunakan Node.js (http-server) npx http-server # Menggunakan PHP php -S localhost:8000
- Akses di browser:
http://localhost:8000
- Logo dan tagline
- Navigation menu (6 items)
- Mobile hamburger menu
- Sticky header dengan scroll effect
- 3 slides dengan gradient backgrounds
- Call-to-action buttons
- Auto-sliding functionality
- Navigation controls
- 4 kategori utama:
- Electric Forklift
- Diesel Forklift
- Warehouse Truck
- Wheel Loader
- 4 produk unggulan
- Product badges (New, Popular)
- Specifications display
- View details button
- 6 layanan:
- Sales
- Rental
- Service & Maintenance
- Spare Parts
- Attachment
- Training
- 6 keunggulan
- 4 statistik dengan counter animation:
- 15+ Years Experience
- 500+ Happy Clients
- 1000+ Units Sold
- 24/7 Support
- 3 artikel terbaru
- Article metadata
- Read more links
- 4 info cards:
- Address
- Phone
- Working Hours
- Contact form dengan validation
- Company info dengan social media links
- Products links
- Services links
- Company links
- Copyright notice
Edit di styles.css:
:root {
--primary-color: #ff6b00; /* Warna utama */
--secondary-color: #1a1a1a; /* Warna gelap */
--accent-color: #ffa500; /* Warna aksen */
}Edit di index.html:
- Ganti teks sesuai kebutuhan
- Update contact information
- Tambah/kurangi produk atau services
- Simpan gambar di folder
images/ - Ganti placeholder dengan:
<img src="images/your-image.jpg" alt="Description">Edit di script.js:
slideInterval = setInterval(nextSlide, 5000); // 5000ms = 5 detik- Semantic HTML5 tags
- Meta description
- Proper heading hierarchy
- Alt text untuk images (siap ditambahkan)
- Clean URL structure
- Minimal dependencies
- Optimized CSS
- Efficient JavaScript
- Lazy loading ready
- Fast load time
- Tambahkan real images untuk products dan articles
- Implementasi backend untuk contact form
- Tambahkan product detail pages
- Implementasi blog system
- Tambahkan search functionality
- Integrasi dengan WhatsApp Business API
- Tambahkan language switcher (ID/EN)
- Implementasi dark mode
- Tambahkan testimonials section
- Integrasi dengan Google Maps untuk location
Free to use for personal and commercial projects.
Website ini dibuat dengan fokus pada:
- Clean Code: Kode yang mudah dibaca dan maintain
- Best Practices: Mengikuti standar web development
- Performance: Optimasi untuk loading speed
- Accessibility: Struktur yang accessible
- Responsiveness: Mobile-first approach
Jika ingin berkontribusi:
- Fork repository
- Buat branch baru
- Commit changes
- Push ke branch
- Create Pull Request
Untuk pertanyaan atau support, silakan hubungi melalui contact form di website.
Built with β€οΈ using Native HTML, CSS, and JavaScript
Last Updated: January 2025