-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (270 loc) · 14.2 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="description" content="Code Labs AB">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Code Labs AB</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/icons/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/icons/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/icons/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/icons/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/icons/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/icons/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/icons/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/icons/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Mandatory Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto" rel="stylesheet">
<!-- Plugin Stylesheets -->
<link rel="stylesheet" href="css/plugins/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/plugins/owl-carousel/owl.theme.default.min.css">
<link rel="stylesheet" href="css/plugins/owl-carousel/owl.carousel.custom.css">
<link rel="stylesheet" href="css/plugins/devices/devices.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<link rel="stylesheet" href="css/simple-line-icons.css">
<link rel="stylesheet" href="css/plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="css/plugins/aos/aos.css">
<link rel="stylesheet" href="css/plugins/loaders-css/loaders.min.css">
<!-- Template Stylesheets -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/themes/theme-blue.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-108068039-1');ga('send','pageview');
</script>
</head>
<body>
<!--[if lt IE 10]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Page Preloader (only used on index pages) -->
<div class="tp--preloader">
<div class="tp--spinner loader">
<div class="loader-inner ball-beat">
<div></div><div></div><div></div>
</div>
</div>
</div>
<!--
NAVBAR
==================================================
-->
<!-- Hero - Cloud section
================================================== -->
<section id="cloud">
<!-- Navigation -->
<div class="jumbotron vertical-center" style="background: url('images/Start_Header.jpg'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; border-radius: 0px;">
<nav class="navbar navbar-expand-md navbar-light static-top">
<a class="navbar-brand" href="index.html">
<p class="mt-2">
<small>
<img src="images/logos/CodeLabs_Logo2_White.png" class="float-left mr-1" alt="Code Labs AB." height="25">
</small>
</p>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-supported-content">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-supported-content">
<ul class="navbar-nav ml-auto nav-pills nav-fill">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="container text-center" id="landing">
<br>
<h1 class="text-light">
<p style="font-family: Montserrat, sans-serif; font-weight:700;">Cloud natives</p>
</h1>
<br>
<p class="text-light font-weight-normal">
Our certified cloud architects are experienced in helping clients migrate and run infrastructure
and applications in the cloud.</p><br>
<a class="btn btn-xs btn-primary" href="services.html">Find out more</a>
</div>
</section>
<!-- What we do Section
================================================== -->
<section id="whatwedo" class="tp--section tp--features text-center">
<div class="page-header text-center">
<i class="icon-loop icons"></i>
<h2>What we do</h2>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<p>Code Labs is a team of highly skilled and professional consultants that can help you in many different areas of digitalization</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 tp--feature">
<div class="tp--icon-wrapper">
<i class="tp--icon-gradient icon-cloud-download icon-small"></i>
</div>
<h3>Cloud Technologies</h3>
<p class="text-left">Our certified consultants have long experience helping clients migrate to the cloud from planning all the way through implementation</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 tp--feature">
<div class="tp--icon-wrapper">
<i class="tp--icon-gradient icon-layers icon-small"></i>
</div>
<h3>Software Development</h3>
<p class="text-left">We help our clients develop products with next-generation technologies and change how people interact with your products and enhance their experience</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 tp--feature">
<div class="tp--icon-wrapper">
<i class="tp--icon-gradient icon-organization icon-small"></i>
</div>
<h3>Infrastructure Engineering</h3>
<p class="text-left">We know how to build highly availabe systems and infrastructure using distributed systems and configuration management</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 tp--feature">
<div class="tp--icon-wrapper">
<i class="tp--icon-gradient icon-screen-smartphone icon-small"></i>
</div>
<h3>Mobile & Web applications</h3>
<p class="text-left">Create digital content, immersive and portable applications used on billions of devices from smartphones to tablets and more using Swift, Objective-C or Java</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 tp--feature">
<div class="tp--icon-wrapper">
<i class="tp--icon-gradient icon-cup icon-small"></i>
</div>
<h3>System Development</h3>
<p class="text-left">We have long experience deliverying projects in Java and other backend programming languages, microservices, databases and frameworks such as Spring</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 tp--feature">
<div class="tp--icon-wrapper">
<i class="tp--icon-gradient icon-screen-desktop icon-small"></i>
</div>
<h3>Frontend Development</h3>
<p class="text-left">Our frontend developers have experience building serverless cloud native applications using react, angular, nodejs and taking full advantage of cloud infrastructure</p>
</div>
</div>
<!-- /.row -->
</div>
</section>
<!-- Our Clients Sections
================================================== -->
<section id="featured1" class="tp--section tp--featured tp--section-light">
<div class="container">
<div class="row tp--col-sm-vertical-align">
<div class="col-md-2"></div>
<div class="col-md-8 text-md-center">
<div>
<h2 class="text-center">Our clients</h2>
<p>We help businesses and organizations in different industries reach their goals by cutting down cost, enhancing developer experience and creating value for our clients. </p>
</div>
</div>
</div>
</div>
</section>
<!-- Clients
================================================== -->
<section id="clients" class="tp--section tp--partners tp--partners-greyscale p-top-md-100 p-bottom-md-100">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="owl-carousel" data-carousel-options='{ "autoplay": "true", "autoplayTimeout":"1000", "mouseDrag": true, "touchDrag": true}'>
<div class="item">
<img src="images/logos/NetEnt_Logo.png" class="desaturate" alt="NetEnt">
</div>
<div class="item">
<img src="images/logos/TUI_Logo.png" class="desaturate" alt="TUI">
</div>
<div class="item">
<img src="images/logos/Dice_Logo.png" class="desaturate" alt="DICE">
</div>
<div class="item">
<img src="images/partners/kindred-box.jpg" class="desaturate" alt="Kindred">
</div>
<div class="item">
<img src="images/partners/ica-box.jpg" class="desaturate" alt="Ica Group">
</div>
<div class="item">
<img src="images/logos/Nackademin_Logo.png" class="desaturate" alt="Nackademin">
</div>
<div class="item">
<img src="images/partners/ppm-box.jpg" class="desaturate" alt="Pensionsmyndigheten">
</div>
<div class="item">
<img src="images/logos/SVT_Logo.png" class="desaturate" alt="SVT">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer
================================================== -->
<footer id="footer" class="tp--footer tp--section-dark tp--gradient-20 tp--footer-1 text-xs-center" style="background: #2e60be !important;">
<div class="container">
<div class="row tp--social">
<div class="col-lg-12 text-center">
<img src="images/logos/CodeLabs_Logo2_White.png" height="30px">
<br>
<br>
<p class="text-center font-weight-normal text-uppercase">
Code Labs AB | Kommendörsgatan 11, 114 48 Stockholm<br>
Org: 559064-2442 | Tel: 08-128 164 00 | [email protected]
</p>
</div>
</div></div></div>
<div class="row tp--social">
<div class="col-lg-12 text-center">
<a class="icon" href="https://www.linkedin.com/company/15189915/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="icon" href="https://www.facebook.com/codelabsab/" target="_blank"><i class="fab fa-facebook"></i></a>
<a class="icon" href="https://github.com/codelabsab" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap Plugins -->
<script src="js/bootstrap.min.js"></script>
<!-- Template Plugins -->
<script src="js/plugins/classie/classie.js"></script>
<script src="js/plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="js/plugins/isotope/isotope.pkgd.min.js"></script>
<script src="js/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="js/plugins/modernizr/modernizr-custom.js"></script>
<script src="js/plugins/aos/aos.js"
integrity="sha384-McD+Tmp+lmBZadiJGm7E+nBPfTrToJ7tG8OpvmPCsyvGbG6VD8nLvRE7O8h9CWk8"
crossorigin="anonymous"></script>
<script src="js/plugins/jquery-validate/jquery.validate.min.js"></script>
<script src="js/plugins/loaders-css/loaders.css.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>