refactor(site): complete site redesign with new pages, navbar search, and asset cleanup #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/new-content"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The site has been restructured from the ground up to reflect Unitoo's
current product focus. Thirteen obsolete pages (cybersecurity sub-pages,
legacy software, radio, projects, and others) along with their includes,
layouts, and staff partials have been removed; in their place, three new
dedicated product pages — Atlas, Beacon, and Thrust — have been added,
each with full i18n support and an enriched tag taxonomy. The about-us and
contacts pages have been overhauled, and the homepage hero rewritten.
On the frontend, jQuery has been dropped entirely; cookie.js has been
migrated to vanilla JS. Navbar search with CSS animation and the
corresponding JS handler have been introduced, and the JS concat order in
Makefile updated accordingly. Roughly 60 unused images have been deleted
and new background/element images added for the redesigned page set.
Dead translation keys have been pruned from both en.yml and it.yml, 12 new
tag keys added, search.json rewritten to match the new structure, and
stale CSS rules removed from _layout.scss and _base.scss. DEPLOY.md has
been added as a deployment reference.