HEX
Server: Apache
System: Linux p3plzcpnl485017.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: rbrijwzv8p53 (8461783)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/rbrijwzv8p53/public_html/epicit.us/industries.php
<?php
$pageTitle = "Industries";
$pageDesc = "Epic IT supports operations, enablement, education, workforce, professional services, and technology implementation teams.";
$canonicalPath = "/industries.php";
$activeNav = "industries";
include __DIR__ . "/includes/header.php";
?>
<main id="main">
  <?php render_page_hero(
    "Industries & Functions",
    "Designed for organizations where people, process, and execution all matter.",
    "Our work is especially useful when teams need standardization, capability building, clearer reporting, or a stronger delivery rhythm across stakeholders.",
    [
      ["href" => "/index.php", "label" => "Home"],
      ["label" => "Industries"]
    ]
  ); ?>

  <section class="section-shell">
    <div class="container industry-grid">
      <article class="resource-card reveal">
        <div class="meta">Operations & service teams</div>
        <h3>Strengthen consistency and reduce rework.</h3>
        <p>Support onboarding, process standardization, and quality reinforcement where frontline execution matters.</p>
      </article>
      <article class="resource-card reveal">
        <div class="meta">Corporate enablement</div>
        <h3>Build internal learning systems.</h3>
        <p>Create structured learning paths, facilitator-ready content, and employee development programs for growing teams.</p>
      </article>
      <article class="resource-card reveal">
        <div class="meta">Professional services</div>
        <h3>Improve delivery discipline.</h3>
        <p>Strengthen client-facing execution with clearer milestones, documentation, and progress visibility.</p>
      </article>
      <article class="resource-card reveal">
        <div class="meta">Education & workforce</div>
        <h3>Design for progression and measurable outcomes.</h3>
        <p>Support course design, program structures, assessments, and learner journeys that are easier to maintain.</p>
      </article>
      <article class="resource-card reveal">
        <div class="meta">Technology implementations</div>
        <h3>Support adoption and rollout.</h3>
        <p>Pair training and project coordination to help teams understand new systems and make the transition smoother.</p>
      </article>
      <article class="resource-card reveal">
        <div class="meta">Cross-functional programs</div>
        <h3>Create alignment across departments.</h3>
        <p>Useful when work spans multiple teams and someone needs to bring more structure to planning, follow-up, and communication.</p>
      </article>
    </div>
  </section>

  <section class="section-shell tight">
    <div class="container">
      <?php render_cta_band(
        "Not sure where your team fits?",
        "Tell us what you are trying to improve and we will suggest the service mix that makes the most sense."
      ); ?>
    </div>
  </section>
</main>
<?php include __DIR__ . "/includes/footer.php"; ?>