-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (124 loc) · 3.79 KB
/
index.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
128
129
130
131
132
133
134
<!DOCTYPE HTML>
<!--
Inverse by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Open Studio Labs (OS Labs)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Open-source Research & Development-as-a-Service Platform" />
<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 class="current"><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<div id="banner">
<div class="wrapper style1 special">
<div class="inner">
<h1 class="heading alt">Open Studio Labs</h1>
<p>
We know Open Source
</p>
<!-- <div class="image fit special">
<img src="images/pic01.jpg" alt="" />
</div> -->
<!-- <ul class="feature-icons">
<li><span class="icon solid fa-laptop"></span><span class="label">Magna aliquam</span></li>
<li><span class="icon solid fa-wifi"></span><span class="label">Etiam feugiat</span></li>
<li><span class="icon solid fa-cloud"></span><span class="label">Nisl adipiscing</span></li>
</ul> -->
</div>
</div>
</div>
<!-- One -->
<div id="one">
<div class="wrapper">
<div class="inner">
<!-- Text -->
<!-- <h3>Text</h3> -->
<p class="special">
We understand Open Source and the issues companies face when they utilize OS Software.
</p>
<p class="special">
Too often, companies have become accustomed to tackling the tasks of getting new features, fixing
bug issues, and
enhancing cybersecurity via workarounds or pestering the Maintainer.
<p class="special">
Our solution delivers engineering support to under-resourced OS projects, ultimately helping
companies reduce their
technical debt.
</p>
<ul class="actions special">
<li><a href="mailto:[email protected]" class="button">Book a Call</a></li>
</ul>
</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>