|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>Exploding Labs</title> |
6 | 7 | <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> |
7 | 8 | <link rel="stylesheet" href="/index.css" /> |
8 | | - <title>Exploding Labs</title> |
9 | 9 | </head> |
10 | 10 | <body> |
11 | 11 | <main> |
12 | | - <img id="logo" src="/assets/logo.png" alt="Logo" data-aos="flip-left" /> |
13 | | - |
14 | | - <img |
15 | | - id="reliableapps" |
16 | | - src="/assets/reliableapps.png" |
17 | | - data-aos="flip-right" |
18 | | - /> |
| 12 | + <section class="start"> |
| 13 | + <img id="logo" src="/assets/logo.png" alt="Logo" data-aos="flip-left" /> |
19 | 14 |
|
20 | | - <p id="pitch"> |
21 | | - Exploding Labs builds profitable SaaS apps using our own open-source |
22 | | - infrastructure. At the core is <b>Minibase</b> — a lightweight platform |
23 | | - for quickly launching database-driven web apps. We use it to ship real |
24 | | - products, and so can you. Our tools are open. |
25 | | - </p> |
| 15 | + <img |
| 16 | + id="reliableapps" |
| 17 | + src="/assets/reliableapps.png" |
| 18 | + data-aos="flip-right" |
| 19 | + /> |
26 | 20 |
|
27 | | - <div class="projects"> |
28 | | - <!-- iko --> |
29 | | - <div class="project"> |
30 | | - <a href="/iko/"> |
31 | | - <img src="/assets/iko.png" alt="iko logo" /> |
32 | | - </a> |
33 | | - <h2>iko</h2> |
34 | | - <p> |
35 | | - <a href="/iko/">Docs</a> | |
36 | | - <a href="https://github.com/explodinglabs/iko">GitHub</a> |
| 21 | + <p id="pitch"> |
| 22 | + Exploding Labs builds profitable SaaS apps using our own open-source |
| 23 | + infrastructure. At the core is <b>Minibase</b> — a lightweight platform |
| 24 | + for quickly launching database-driven web apps. We use it to ship real |
| 25 | + products, and so can you. Our tools are open. |
37 | 26 | </p> |
38 | | - </div> |
| 27 | + </section> |
39 | 28 |
|
40 | | - <!-- powersync --> |
41 | | - <div class="project"> |
42 | | - <img src="/assets/powersync.png" alt="powersync logo" /> |
43 | | - <h2>PowerSync</h2> |
44 | | - <p> |
45 | | - <a href="https://github.com/explodinglabs/powersync">GitHub</a> |
46 | | - </p> |
47 | | - </div> |
| 29 | + <div class="projects"> |
| 30 | + <h1>Projects</h1> |
48 | 31 |
|
49 | | - <!-- jsonrpcserver --> |
50 | | - <div class="project"> |
51 | | - <a href="/jsonrpcserver/"> |
52 | | - <img src="/assets/jsonrpcserver.png" alt="jsonrpcserver logo" /> |
53 | | - </a> |
54 | | - <h2>jsonrpcserver</h2> |
55 | | - <p> |
56 | | - <a href="/jsonrpcserver/">Docs</a> | |
57 | | - <a href="https://github.com/explodinglabs/jsonrpcserver">GitHub</a> |
58 | | - </p> |
59 | | - </div> |
| 32 | + <!-- iko --> |
| 33 | + <section class="project"> |
| 34 | + <a href="/iko/"><img src="/assets/iko.png" alt="iko logo" /></a> |
| 35 | + <h2>iko</h2> |
| 36 | + <h3>A command-line tool for generation and management of database migrations.</h3> |
| 37 | + <p> |
| 38 | + <a class="docs-link" href="/iko/">Docs</a> | |
| 39 | + <a href="https://github.com/explodinglabs/iko">GitHub</a> |
| 40 | + </p> |
| 41 | + </section> |
60 | 42 |
|
61 | | - <!-- jsonrpcclient --> |
62 | | - <div class="project"> |
63 | | - <a href="/jsonrpcclient/"> |
64 | | - <img src="/assets/jsonrpcclient.png" alt="jsonrpcclient logo" /> |
65 | | - </a> |
66 | | - <h2>jsonrpcclient</h2> |
67 | | - <p> |
68 | | - <a href="/jsonrpcclient/">Docs</a> | |
69 | | - <a href="https://github.com/explodinglabs/jsonrpcclient">GitHub</a> |
70 | | - </p> |
| 43 | + <!-- powersync --> |
| 44 | + <section class="project"> |
| 45 | + <img src="/assets/powersync.png" alt="powersync logo" /> |
| 46 | + <h3> |
| 47 | + Keep browsers in sync during development. |
| 48 | + </h3> |
| 49 | + <p> |
| 50 | + <a href="https://github.com/explodinglabs/powersync">GitHub</a> |
| 51 | + </p> |
| 52 | + </section> |
| 53 | + |
| 54 | + <!-- jsonrpcserver --> |
| 55 | + <section class="project"> |
| 56 | + <a href="/jsonrpcserver/"><img src="/assets/jsonrpcserver.png" alt="jsonrpcserver logo" /></a> |
| 57 | + <h3> |
| 58 | + Process incoming JSON-RPC requests in Python. |
| 59 | + </h3> |
| 60 | + <p> |
| 61 | + <a class="docs-link" href="/jsonrpcserver/">Docs</a> | |
| 62 | + <a href="https://github.com/explodinglabs/jsonrpcserver">GitHub</a> |
| 63 | + </p> |
| 64 | + </section> |
| 65 | + |
| 66 | + <!-- jsonrpcclient --> |
| 67 | + <section class="project"> |
| 68 | + <a href="/jsonrpcclient/"><img src="/assets/jsonrpcclient.png" alt="jsonrpcclient logo" /></a> |
| 69 | + <h3> |
| 70 | + Generate JSON-RPC requests and parse responses in Python. |
| 71 | + </h3> |
| 72 | + <p> |
| 73 | + <a class="docs-link" href="/jsonrpcclient/">Docs</a> | |
| 74 | + <a href="https://github.com/explodinglabs/jsonrpcclient">GitHub</a> |
| 75 | + </p> |
| 76 | + </section> |
71 | 77 | </div> |
72 | 78 |
|
73 | | - </div> |
74 | 79 | </main> |
75 | 80 |
|
76 | 81 | <script src="https://unpkg.com/aos@next/dist/aos.js"></script> |
77 | 82 | <script> |
78 | 83 | AOS.init(); |
79 | 84 | </script> |
80 | 85 |
|
81 | | - <script |
| 86 | + <!--script |
82 | 87 | id="powersync" |
83 | 88 | type="text/javascript" |
84 | 89 | data-events-uri=":8080/.well-known/mercure" |
85 | 90 | data-events-topic="powersync" |
86 | 91 | src="https://explodinglabs.github.io/powersync/powersync-0.1.0.js" |
87 | 92 | async |
88 | | - ></script> |
| 93 | + ></script--> |
89 | 94 | </body> |
| 95 | + |
90 | 96 | </html> |
0 commit comments