-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (79 loc) · 5.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>null</title>
<meta name="description" content="null is a company helping web development teams work better." />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link href="/styles.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis:200,700|Raleway&display=swap" rel="stylesheet">
<meta name="google-site-verification" content="Ff_QrMxR_qw6rBsCGHvaV_OgvI5H-v1k-lRvrn2vs-M" />
</head>
<body class="font-sans">
<section class="py-16 md:py-32 xl:py-48">
<div class="container mx-auto text-center px-4">
<h1 class="font-title text-6xl md:text-7xl mb-12 md:mb-20 xl:mb-24">null</h1>
<!-- <p class="text-lg md:text-xl my-3">Everyone is capable of great work. Aiming for elite will only give us elitism.</p>-->
<p class="text-lg md:text-xl my-3">We help dev teams work better.</p>
</div>
</section>
<section class="py-12 md:py-48 bg-gray-800 text-white">
<div class="container mx-auto text-center px-4">
<h2 class="font-title text-6xl mb-12 md:mb-16">how we work</h2>
<div class="md:flex">
<div class="md:flex-1 mx-2 md:mx-8">
<h3 class="font-title text-xl font-bold my-3">Simpler is better</h3>
<p class="text-gray-400">Reject complexity: aim for impactful and efficient results by simplifying problems.</p>
</div>
<div class="md:flex-1 mx-2 md:mx-8">
<h3 class="font-title text-xl font-bold my-3">People matter</h3>
<p class="text-gray-400">Being excellent to each other is a skill that no amount of technical knowledge can replace.</p>
</div>
<div class="md:flex-1 mx-2 md:mx-8">
<h3 class="font-title text-xl font-bold my-3">Continuous improvement</h3>
<p class="text-gray-400">Deliver often. Build trust. Acknowledge what doesn't work. Organize to improve. Repeat.</p>
</div>
</div>
</div>
</section>
<section class="py-12 md:py-48">
<div class="container mx-auto px-4">
<h2 class="font-title text-6xl mb-12 md:mb-16 text-center">what we do</h2>
<div class="md:flex">
<div class="md:flex-1 mx-2 md:mx-8">
<h3 class="text-xl my-3 text-center">Consulting</h3>
<p class="text-gray-600 mb-2">We have helped kickstart new projects with a solid architecture, refactored legacy applications, move to serverless infrastructure…</p>
<p class="text-gray-600"><a href="mailto:[email protected]">Let's discuss working together?</a></p>
</div>
<div class="md:flex-1 mx-2 md:mx-8">
<h3 class="text-xl my-3 text-center">Bref</h3>
<p class="text-gray-600 mb-2">
Serverless radically simplifies creating and hosting modern applications.
This is why null maintains <a href="https://bref.sh/" title="Serverless PHP applications with Bref">Bref</a>, an open-source project for serverless PHP applications.
</p>
<p class="text-gray-600">We provide <a href="https://bref.sh/#enterprise" title="Serverless PHP support and consulting">support and consulting around Bref</a>.</p>
</div>
<div class="md:flex-1 mx-2 md:mx-8">
<h3 class="text-xl my-3 text-center">Serverless training</h3>
<p class="text-gray-600 mb-2">We offer on-site and remote <a href="https://training.bref.sh/?utm_source=null" title="Training to learn why and how to create serverless PHP applications on AWS">training about serverless application architecture</a>.</p>
<p class="text-gray-600">Not ready for a full training yet? Check out <a href="https://serverless-visually-explained.com/?utm_source=null" title="Serverless online course">Serverless Visually Explained</a>, an online interactive course to learn about serverless.</p>
</div>
</div>
</div>
</section>
<footer class="mt-12 py-6 bg-gray-300 text-gray-500 text-center text-sm">
<p>null - a french company - SIRET 84497790000019 - <a href="mailto:[email protected]">[email protected]</a></p>
</footer>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-15584647-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-15584647-21');
</script>
</body>
</html>