Skip to content

Add Game Server Support service + dedicated Terms page, and wire into site navigation#43

Merged
iaretechnician merged 1 commit into
unstablefrom
copilot/create-game-server-support-page
May 29, 2026
Merged

Add Game Server Support service + dedicated Terms page, and wire into site navigation#43
iaretechnician merged 1 commit into
unstablefrom
copilot/create-game-server-support-page

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 29, 2026

This PR adds a new Game Server Support offering page and a separate Terms of Service page tailored to support/customization work (not hosting). The content is structured for community owners with clear service scope, realistic pricing examples, project examples, and direct conversion paths.

  • Service page: game-server-support.php

    • Introduces the full page structure for the new offering:
      • Hero + subheadline + prominent DESIGN • DEBUG • DEPLOY
      • “Who This Is For” audience cards
      • “Games We Commonly Support” list with non-expert framing
      • “Services We Offer” capability cards
      • “Typical Project Pricing” with variable quote guidance and realistic ranges
      • “Example Projects” cards (DayZ, Minecraft, classic community)
      • “Why Runlevel Systems” positioning
      • CTA block with Request Quote and Contact Support
      • “How This Service Works” summary block linking to full terms
  • Terms page: game-server-support-terms.php

    • Adds a plain-English ToS page covering:
      • scope, no guaranteed results, compatibility limits
      • estimates/scope change handling
      • third-party licensing responsibility
      • testing/backups responsibility
      • liability/payment/refund terms
  • Navigation and discoverability updates

    • Adds Game Server Support to top nav (includes/navigation.php)
    • Adds Game Server Support and Game Server Support Terms links in footer (includes/footer.php)
    • Updates the homepage services card to feature the new support service (index.php)
    • Adds a cross-link from hosting to support (gameserver-hosting.php) to reinforce hosting vs support separation
<li><a href="<?php echo $base_path; ?>game-server-support.php" <?php echo ($current_page == 'game-server-support') ? 'aria-current="page"' : ''; ?>>Game Server Support</a></li>

@iaretechnician iaretechnician marked this pull request as ready for review May 29, 2026 18:16
Copilot AI review requested due to automatic review settings May 29, 2026 18:16
@iaretechnician iaretechnician merged commit 607ec6f into unstable May 29, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “Game Server Support” service offering to the Runlevel Systems marketing site, including a dedicated Terms of Service page, and wires the new service into primary navigation and key conversion paths.

Changes:

  • Introduces game-server-support.php describing the new support/customization offering with pricing/examples and CTAs.
  • Adds game-server-support-terms.php with support-specific terms.
  • Updates site navigation, footer, homepage service card, and hosting page cross-linking to improve discoverability and clarify hosting vs. support.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
index.php Replaces the homepage “Game Server Hosting” service card with “Game Server Support” to feature the new offering.
includes/navigation.php Adds “Game Server Support” to the top navigation menu.
includes/footer.php Adds footer links for “Game Server Support” and “Game Server Support Terms”.
gameserver-hosting.php Adds a cross-link directing users to the new support service for non-hosting technical help.
game-server-support.php New service page content, structure, and CTAs for support/customization work.
game-server-support-terms.php New terms page tailored to support/customization (non-hosting) engagements.

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/assets/images/RL-icon.png">

<title>Game Server Support | Terms of Service</title>
Comment thread game-server-support.php
<p>Tell us what you want changed, fixed, or improved. We'll review the request, provide an estimate, and explain the options. Some projects take a few minutes while others may require testing, development, and deployment.</p>
<p>Because every game and server is different, most work is quoted individually.</p>
<div class="service-actions">
<a class="core-action secondary" href="/game-server-support-terms.php">Read Full Terms Of Service</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants