-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
127 lines (113 loc) · 3.93 KB
/
aboutus.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE HTML>
<!--
Inverse by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header" class="alt">
<a class="logo" href="index.html">
<img width=40%" height="" alt="Open Studio Labs" src="images\Logo.190x190.v1.jpg">
</a>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="aboutus.html">About Us</a></li>
</ul>
</nav>
</header>
<!-- One -->
<div id="main">
<div class="wrapper">
<div class="inner">
<header class="major">
<h1>About Us</h1>
<p>We understand the unique challenges companies face <br /> when they utilize Open-Source Software.
</p>
</header>
<p>Too often, businesses have become accustomed to tackling the tasks of getting new features, fixing
bug issues, and enhancing cybersecurity through workarounds or pestering the OS Maintainer.</p>
<p>Our solution is a game-changer for businesses, empowering them to operate confidently and efficiently
by reducing technical debt through engineering support to <em>under-resourced</em> OS projects.</p>
<p> <a href="https://OpenStudioLabs.com/">Open Studio Labs</a> is progressing with the
<em>Development-as-a-Service
(DaaS)</em> platform, a solution that provides continuous development and support for
open-source
software. Our <em>Residency</em> program offers <i>real-world</i>
apprenticeship and mentorship to
our OS engineer contributors, helping them enhance and secure the open-source software they depend
upon.</p>
<p>In our commitment to being a key player in the OSS ecosystem, we create upstream <em>Enterprise Open
Source Software</em> for a <i>World</i> . When businesses look back at our contribution, it's
not just
significant; it's transformative, and we're proud to be part of this inspiring journey.</p>
<p>Our <em>Engineering Residency</em> program nurtures the <i>next generation</i> of engineers who
contribute to the
open-source relied upon by most technology companies.</p>
</p>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="wrapper style2">
<div class="inner">
<header class="major">
<h2>Get in touch</h2>
<p>Contact us today to learn more about how we <br />
ensure that the open source we depend on improves
every day.</p>
</header>
<div class="content">
<ul class="icons">
<li>
<span class="icon solid fa-home"></span>
<div>
<strong>Address</strong>
American Underground<br />
201 W Main Street<br />
Durham, NC 27701
</div>
</li>
<li>
<span class="icon solid fa-envelope"></span>
<div>
<strong>Email</strong>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</li>
</ul>
</div>
</div>
<div class="copyright">
© Open Studio Labs. All rights reserved. .
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-32QJF90LYM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-32QJF90LYM');
</script>
</body>
</html>