Restructure public site navigation and project intake flow#63
Merged
iaretechnician merged 3 commits intoMay 31, 2026
Merged
Conversation
Copilot created this pull request from a session on behalf of
iaretechnician
May 31, 2026 16:36
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the public site to position Runlevel Systems as a software and systems company first, while tightening customer flow from discovery to project request. It replaces the old top-level nav/service split with a clearer structure, adds a dedicated Start Project intake path, and moves portfolio content out of the primary navigation.
Navigation and site structure
Home,Software,Dev+1,Products,Start Project,DashboardSimulation,Hosting,Mods,Projects,Contact, andPricingfrom the main navProject intake / request flow
start-project.phpas the primary intake page for quotes, ideas, support requests, and new project submissionsestimate.phptraffic to the new Start Project entry pointService positioning
software.phparound capability areas instead of named projectsdesign-debug-deploy.phpto present Dev+1 as augmentation/rescue/deployment support, with Runlevel Tools as the shared delivery workspaceProducts and portfolio
products.phparound platforms and product examples: Runlevel Tools, GSP Panel, GameServers.World, and PureOPSprojects.phpas a hidden portfolio index reachable from footer/product links instead of primary navigationSupporting pages
game-server-panel.phpto align GSP messaging with open-source hosting/service management and commercial support entry pointspayments.phpto reflect the actual request → review → estimate/proposal → payment/start-work flowShared presentation
assets/css/coreloop.csswith shared layouts for the sitemap footer, request form, pricing cards, and project detail pagesExample of the new primary navigation structure:
<ul class="core-nav-links"> <li><a href="<?= $base_path; ?>index.php">Home</a></li> <li><a href="<?= $base_path; ?>software.php">Software</a></li> <li><a href="<?= $base_path; ?>design-debug-deploy.php">Dev+1</a></li> <li><a href="<?= $base_path; ?>products.php">Products</a></li> <li><a href="<?= $base_path; ?>start-project.php">Start Project</a></li> <li><a href="<?= $base_path; ?>dashboard.php">Dashboard</a></li> </ul>