Skip to content

Commit ef34ccf

Browse files
committed
Add pitch
1 parent 07119cc commit ef34ccf

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

docs/assets/reliableapps.png

15.2 KB
Loading

docs/index.html

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,42 @@
2323
.wrapper {
2424
}
2525

26-
.wrapper img {
26+
.wrapper img#logo {
2727
max-width: 300px;
2828
height: auto;
2929
display: block;
3030
margin: 0 auto;
3131
}
3232

33-
.wrapper p {
34-
text-align: center;
33+
.wrapper img#reliableapps {
34+
max-width: 300px;
35+
margin: 2em auto 0 auto;
36+
display: block;
37+
}
38+
39+
.wrapper p#pitch {
40+
color: #40dafe;
41+
max-width: 600px;
3542
margin-top: 2em;
3643
line-height: 180%;
37-
a {
38-
color: white;
39-
}
44+
text-align: center;
4045
}
4146
</style>
4247
</head>
4348
<body>
4449
<div class="wrapper">
45-
<img src="/assets/logo.png" alt="Logo" data-aos="flip-left" />
46-
<p data-aos="fade-up">
47-
📞 <a href="tel:+61412345678">+61 437 807 666</a>
50+
<img id="logo" src="/assets/logo.png" alt="Logo" data-aos="flip-left" />
51+
<img
52+
id="reliableapps"
53+
src="/assets/reliableapps.png"
54+
data-aos="flip-right"
55+
/>
56+
<p id="pitch">
57+
Exploding Labs builds profitable SaaS apps using our own open-source
58+
backend infrastructure. At the core is <b>Minibase</b> — a lightweight,
59+
modular platform for quickly launching database-driven web apps. We use
60+
it to ship real products, and so can you. Our tools are open. Our
61+
mission is focused: create software that pays its way.
4862
</p>
4963
</div>
5064
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>

0 commit comments

Comments
 (0)