This repository was archived by the owner on Apr 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (73 loc) · 2.55 KB
/
index.html
File metadata and controls
73 lines (73 loc) · 2.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>WHITE devOPS</title>
<meta name="description" content="We design and develop digital products for web, mobile and embedded systems: the source code is our art.">
<link rel="stylesheet" href="/main.css">
</head>
<body>
<header><img src="/logo.svg" alt="WHITE devOPS"></header>
<main>
<section id="about-us">
<h1>About Us</h1>
<p>
At WHITE devOPS, we design and develop digital products for web, mobile and embedded systems: the source code is our art.
</p>
<p>
Our goal of simplicity, precision and perfection in the result constantly drives us to innovate, to grow a solid reliability, to go the extra mile … And we love it.
</p>
<p>
Time is precious. We strongly believe that computing allows the Man to live better by offering him the time and the opportunity to concentrate on the essentials.
</p>
<p>
Digital technology has changed our world and our perception over this one.<br>
It gives us to share some amazing things and it is up to us, developers, to provide the whole World with memorable experiences.
</p>
<p>
It is our duty, our job, and we do it with conviction.
</p>
<p>
Each of our projects follows the DevOps movement that allows a complete and granular control over our productions.<br>
We never stand back, we work hard so that every second spent with our products is special and unique.
</p>
</section>
<section id="expertise">
<h1>Our Expertise</h1>
<p>
"DevOps" is the connection between "development" and "operations".
</p>
<p>
We hold ourselves to control each one of the products we ship on the fingertips, from the first to the last minute.<br>
And we take great care to ensure that everything is done cleanly.
</p>
<p>
This is the heart of our solid expertise:
</p>
<div class="table">
<ul>
<li>Backend Apps</li>
<li>Big Data</li>
<li>Data Mining</li>
<li>Data Recovery</li>
<li>Dedicated & Cloud Hosting</li>
<li>Embedded Systems</li>
<li>Infrastructure Monitoring</li>
</ul>
<ul>
<li>iOS Apps</li>
<li>Managed Services</li>
<li>Physical Networks</li>
<li>Responsive Web Apps</li>
<li>Security R&D</li>
<li>User Interface Design</li>
<li>Visual Design & Identity</li>
</ul>
</div>
</section>
<section id="contact">
<a href="mailto:hello@whitedevops.com">Contact Us</a>
</section>
<footer>© WHITE</footer>
</main>
</body>
</html>