-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeveloper-workspaces.php
More file actions
93 lines (85 loc) · 6.22 KB
/
developer-workspaces.php
File metadata and controls
93 lines (85 loc) · 6.22 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
91
92
93
<!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>Developer Workspaces | Runlevel Systems</title>
<meta name="description" content="Private cloud development workspaces for small teams with project tracking, documentation, collaboration, and secure access.">
<meta name="keywords" content="Developer Workspaces, Cloud Development Workspace, Developer Collaboration Platform, technical project support">
<link href="assets/css/coreloop.css" rel="stylesheet">
</head>
<body>
<?php
$current_page = 'developer-workspaces';
$header_class = 'inner-header';
$page_subtitle = 'Private cloud development environments for small teams.';
?>
<?php include 'includes/header.php'; ?>
<?php include 'includes/navigation.php'; ?>
<main class="service-site" aria-label="Developer workspaces page">
<section class="service-hero compact">
<div class="container">
<p class="service-kicker">Service</p>
<h1>Developer Workspaces</h1>
<p class="service-lead">Private cloud development environments for small teams.</p>
</div>
</section>
<section class="service-section">
<div class="container">
<p class="section-intro">Give your team one secure online workspace where planning, coding, documentation, and collaboration all stay connected.</p>
<div class="service-card-grid two-columns">
<article class="service-card-item"><h3>Private Development Environments</h3><p>Work in isolated team spaces built for active software projects.</p></article>
<article class="service-card-item"><h3>Source Control Repositories</h3><p>Keep code organized with shared repositories and clear version history.</p></article>
<article class="service-card-item"><h3>Documentation and Wikis</h3><p>Store setup guides, product notes, and architecture docs in one place.</p></article>
<article class="service-card-item"><h3>Issue Tracking and Kanban Boards</h3><p>Track tasks, bugs, and milestones so everyone knows what is next.</p></article>
<article class="service-card-item"><h3>Team Collaboration</h3><p>Share updates, decisions, and feedback without switching between disconnected tools.</p></article>
<article class="service-card-item"><h3>Secure Access</h3><p>Control who can access your workspace and project resources.</p></article>
<article class="service-card-item"><h3>Browser-Based Development Tools</h3><p>Review and work on code from anywhere when needed.</p></article>
<article class="service-card-item"><h3>File Storage and Development Resources</h3><p>Keep project assets and support files available to the whole team.</p></article>
</div>
</div>
</section>
<section class="service-section alt">
<div class="container">
<h2>Why Teams Use Developer Workspaces</h2>
<div class="benefit-grid">
<article class="benefit-item"><h3>Faster Onboarding</h3><p>New team members can start contributing quickly with everything in one place.</p></article>
<article class="benefit-item"><h3>Better Visibility</h3><p>Everyone can see project status, priorities, and blockers.</p></article>
<article class="benefit-item"><h3>Less Tool Sprawl</h3><p>Reduce context switching by centralizing the core workflow.</p></article>
<article class="benefit-item"><h3>Secure Collaboration</h3><p>Work together with controlled access and private project spaces.</p></article>
</div>
</div>
</section>
<section class="service-section">
<div class="container">
<article class="service-detail-card">
<h2>How Project Ownership Works</h2>
<p>Runlevel Systems can help build, manage, host, and improve your project. In most managed development projects, you own your idea, brand, content, data, and final usable deliverables, while Runlevel Systems maintains the internal frameworks, templates, tools, and source repositories used to build and support the project.</p>
<p>If you need full source-code transfer or complete project files, we can discuss a separate buyout or transfer agreement. Some third-party assets may require you to purchase your own license before source files can be delivered.</p>
<div class="service-actions">
<a class="core-action secondary" href="/runlevel-terms.php">Read the Full Runlevel Systems Terms of Service</a>
</div>
</article>
</div>
</section>
<section class="service-section">
<div class="container cta-block">
<h2>Need a Private Workspace for Your Team?</h2>
<p>Tell us how your team works today and we can help design a workspace that supports your process.</p>
<div class="service-actions">
<a class="core-action primary" href="/contact.php">Contact Us</a>
<a class="core-action secondary" href="/design-debug-deploy.php">Explore Technical Partner</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>