You can manage and expand this portal directly via the code files:
-
Change Base Domain:
Open script.js and edit the BASE_URL constant at the top of the file (e.g., change it from https://atzartech-prog.github.io/ to your own domain).
-
Add or Edit Pages:
In script.js, modify the PAGES_DATA array. Each page is configured with:
{
title: "App Name",
path: "repo-name/", // combined with BASE_URL
// OR absolute: "https://google.com", for external links
description: "Description of what it does",
icon: "lucide-icon-name", // e.g., 'book-open', 'settings'
category: "Utility", // for filtering
accentColor: "indigo" // indigo, violet, cyan, emerald, amber, rose
}
-
Icon Library:
We use Lucide Icons. You can use any icon name listed on their website in the icon field.