-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsimulation.php
More file actions
90 lines (83 loc) · 5.3 KB
/
Copy pathsimulation.php
File metadata and controls
90 lines (83 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/assets/images/RL-icon.png">
<title>Training & Simulation Software | Runlevel Systems</title>
<meta name="description" content="Runlevel Systems builds training and simulation software so teams can practice safely in virtual environments before real-world work.">
<meta name="keywords" content="training simulation software, virtual hardware training, employee training, digital twins, virtual labs">
<link href="assets/css/coreloop.css?v=clean-20260602" rel="stylesheet">
</head>
<body>
<?php
$current_page = 'simulation';
$header_class = 'inner-header';
$page_subtitle = 'Virtual practice for real-world work.';
?>
<?php include 'includes/header.php'; ?>
<?php include 'includes/navigation.php'; ?>
<main class="service-site" aria-label="Training and simulation services page">
<section class="service-hero compact">
<div class="container">
<p class="service-kicker">Simulation</p>
<h1>Training & Simulation Software</h1>
<p class="service-lead">Virtual practice for real-world work.</p>
<p class="service-sublead">Some work is expensive, risky, or difficult to practice on real equipment.</p>
<p class="service-sublead">Runlevel Systems builds interactive training software that lets employees, technicians, customers, and sales teams learn safely in a virtual environment.</p>
<p class="hero-tagline">DESIGN • DEBUG • DEPLOY</p>
</div>
</section>
<section class="service-section featured-project-section">
<div class="container">
<div class="featured-project-inner">
<div class="featured-project-text">
<p class="service-kicker">Example: Virtual Hardware Training</p>
<h2>Virtual Training Without Real-World Risk</h2>
<p class="service-lead">Runlevel Systems created a virtual hardware training simulator featuring a 3D server rack, Pure Storage hardware, removable components, buttons, lights, and a simulated PuTTY session for practicing configuration commands.</p>
<p>The goal was to help technicians practice new installs and hardware upgrades in a controlled environment.</p>
</div>
<div class="featured-project-badge">
<div class="service-icon" style="width: 72px; height: 72px; font-size: 2.5rem; margin: 0 auto 1rem;" aria-hidden="true">🧪</div>
<p class="featured-badge-label">Pure Storage Simulator</p>
<p class="featured-badge-sub">Interactive virtual hardware training system.</p>
</div>
</div>
</div>
</section>
<section class="service-section alt">
<div class="container">
<h2>Simulation Use Cases</h2>
<div class="service-card-grid two-columns">
<article class="service-card-item"><h3>Employee Training</h3></article>
<article class="service-card-item"><h3>Hardware Walkthroughs</h3></article>
<article class="service-card-item"><h3>Installation Practice</h3></article>
<article class="service-card-item"><h3>Maintenance Training</h3></article>
<article class="service-card-item"><h3>Safety Training</h3></article>
<article class="service-card-item"><h3>Product Demonstrations</h3></article>
<article class="service-card-item"><h3>Virtual Labs</h3></article>
<article class="service-card-item"><h3>Customer Education</h3></article>
<article class="service-card-item"><h3>Digital Twins</h3></article>
</div>
</div>
</section>
<section class="service-section">
<div class="container cta-block">
<h2>Could Your Training Be Virtual?</h2>
<p>Runlevel Systems can design and build a simulation environment that matches your equipment, procedures, and training goals.</p>
<p class="hero-tagline">DESIGN • DEBUG • DEPLOY</p>
<div class="service-actions">
<a class="core-action primary" href="/contact.php">Tell Us About Your Project</a>
</div>
</div>
</section>
</main>
<?php include 'includes/footer.php'; ?>
<script src="assets/js/jquery-1.12.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>