const filterContainer = document.getElementById('filterBar'); // keep "All" button first (already present manually, but we replace to be safe) filterContainer.innerHTML = ''; const allBtn = document.createElement('button'); allBtn.className = 'filter-btn active'; allBtn.setAttribute('data-category', 'all'); allBtn.innerHTML = '<i class="fas fa-th-large"></i> All'; filterContainer.appendChild(allBtn);
.download-header p font-size: 1.2rem; color: #2c5368; max-width: 700px; margin: 0.8rem auto 0; www.lavileztechservice.com download
id: 10, title: "New Product Firmware", version: "v1.0", category: "tools", // or drivers, software, documentation description: "Fixes connectivity issues and adds power management.", fileSize: "14.2 MB", date: "2025-03-01", icon: "fa-rocket", downloadLink: "/downloads/firmware_v1.0.bin", fileName: "firmware_v1.0.bin" const filterContainer = document
// Helper: format date to readable string function formatDate(dateStr) const options = year: 'numeric', month: 'short', day: 'numeric' ; return new Date(dateStr).toLocaleDateString(undefined, options); const filterContainer = document.getElementById('filterBar')
.btn-download:hover background: #0f405a; transform: scale(0.98);