|
9 | 9 | </head> |
10 | 10 | <body> |
11 | 11 | <main> |
12 | | - <section class="start"> |
| 12 | + <div id="start"> |
13 | 13 | <img id="logo" src="/assets/logo.png" alt="Logo" data-aos="flip-left" /> |
14 | 14 |
|
15 | 15 | <!-- |
|
26 | 26 | </p> |
27 | 27 |
|
28 | 28 | <!--Zoho Campaigns Web-Optin Form's Header Code Starts Here--> |
| 29 | +<div id="campaign"> |
29 | 30 |
|
30 | 31 | <script type="text/javascript" src="https://zcmp-user.maillist-manage.com.au/js/optin.min.js" onload="setupSF('sf3zffe2a83f6cfd2a1d2743bdc53ed6d9c637778874ae5738950198d8388004b22c','ZCFORMVIEW',false,'light',false,'0')"></script> |
31 | 32 | <script type="text/javascript"> |
|
37 | 38 | <style>.quick_form_8_css * { -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; overflow-wrap: break-word }@media only screen and (max-width: 600px) {.quick_form_8_css[name="SIGNUP_BODY"] { width: 100% !important; min-width: 100% !important; margin: 0px auto !important; padding: 0px !important } .SIGNUP_FLD { width: 90% !important; margin: 10px 5% !important; padding: 0px !important } .SIGNUP_FLD input { margin: 0 !important; border-radius: 25px !important } }</style> |
38 | 39 |
|
39 | 40 | <!--Zoho Campaigns Web-Optin Form's Header Code Ends Here--><!--Zoho Campaigns Web-Optin Form Starts Here--> |
40 | | - |
41 | 41 | <div id="sf3zffe2a83f6cfd2a1d2743bdc53ed6d9c637778874ae5738950198d8388004b22c" data-type="signupform" style="opacity: 1;"> |
42 | 42 | <div id="customForm"> |
43 | 43 | <div class="quick_form_8_css" style="border: 0px solid white; padding: 1em; color: white; overflow: hidden" name="SIGNUP_BODY"> |
|
107 | 107 | </span> |
108 | 108 | <div id="zcOptinSuccessPanel"></div> |
109 | 109 | </div> |
110 | | - |
| 110 | +</div> |
111 | 111 | <!--Zoho Campaigns Web-Optin Form Ends Here--> |
112 | | - </section> |
113 | 112 |
|
114 | | - <div class="projects"> |
| 113 | + </div> |
| 114 | + |
| 115 | + <div id="projects"> |
115 | 116 | <h1>Projects</h1> |
116 | 117 |
|
117 | 118 | <!-- SuperStack --> |
118 | 119 | <section class="project"> |
119 | 120 | <img src="/assets/superstack.png" alt="SuperStack logo" /> |
120 | 121 | <h2>SuperStack</h2> |
121 | | - <h3>SuperStack is a lightweight and extensible application backend – coming soon!</h3> |
| 122 | + <h3>Lightweight and extensible application backend – coming soon!</h3> |
122 | 123 | </section> |
123 | 124 |
|
124 | 125 | <!-- iko --> |
125 | 126 | <section class="project"> |
126 | | - <a href="/iko/"><img src="/assets/iko.png" alt="iko logo" /></a> |
| 127 | + <img src="/assets/iko.png" alt="iko logo" /> |
127 | 128 | <h2>iko</h2> |
| 129 | + <div class="links"> |
| 130 | + <a class="docs-link" href="/iko/">Docs</a> | <a href="https://github.com/explodinglabs/iko">GitHub</a> |
| 131 | + </div> |
128 | 132 | <h3>A command-line tool for generation and management of database migrations.</h3> |
129 | | - <p> |
130 | | - <a class="docs-link" href="/iko/">Docs</a> | |
131 | | - <a href="https://github.com/explodinglabs/iko">GitHub</a> |
132 | | - </p> |
133 | 133 | </section> |
134 | 134 |
|
135 | 135 | <!-- powersync --> |
136 | 136 | <section class="project"> |
137 | 137 | <img src="/assets/powersync.png" alt="powersync logo" /> |
| 138 | + <h2>PowerSync</h2> |
| 139 | + <div class="links"> |
| 140 | + <a href="https://github.com/explodinglabs/powersync">GitHub</a> |
| 141 | + </div> |
138 | 142 | <h3> |
139 | 143 | Keep browsers in sync during development. |
140 | 144 | </h3> |
141 | | - <p> |
142 | | - <a href="https://github.com/explodinglabs/powersync">GitHub</a> |
143 | | - </p> |
144 | 145 | </section> |
145 | 146 |
|
146 | 147 | <!-- jsonrpcclient --> |
147 | 148 | <section class="project"> |
148 | | - <a href="/jsonrpcclient/"><img src="/assets/jsonrpcclient.png" alt="jsonrpcclient logo" /></a> |
149 | | - <h3> |
150 | | - Generate JSON-RPC requests and parse responses in Python. |
151 | | - </h3> |
152 | | - <p> |
153 | | - <a class="docs-link" href="/jsonrpcclient/">Docs</a> | |
154 | | - <a href="https://github.com/explodinglabs/jsonrpcclient">GitHub</a> |
155 | | - </p> |
156 | | - </section> |
157 | | - |
158 | | - <!-- jsonrpcserver --> |
159 | | - <section class="project"> |
160 | | - <a href="/jsonrpcserver/"><img src="/assets/jsonrpcserver.png" alt="jsonrpcserver logo" /></a> |
| 149 | + <img src="/assets/jsonrpcclient.png" alt="jsonrpcclient logo" /> |
| 150 | + <div class="links"> |
| 151 | + <a class="docs-link" href="/jsonrpcclient/">Docs</a> | <a href="https://github.com/explodinglabs/jsonrpcclient">GitHub</a> |
| 152 | + </div> |
| 153 | + <img src="/assets/jsonrpcserver.png" alt="jsonrpcserver logo" /> |
| 154 | + <div class="links"> |
| 155 | + <a class="docs-link" href="/jsonrpcserver/">Docs</a> | <a href="https://github.com/explodinglabs/jsonrpcserver">GitHub</a> |
| 156 | + </div> |
161 | 157 | <h3> |
162 | | - Process incoming JSON-RPC requests in Python. |
| 158 | + JSON-RPC handling Python libraries. |
163 | 159 | </h3> |
164 | | - <p> |
165 | | - <a class="docs-link" href="/jsonrpcserver/">Docs</a> | |
166 | | - <a href="https://github.com/explodinglabs/jsonrpcserver">GitHub</a> |
167 | | - </p> |
168 | 160 | </section> |
169 | 161 |
|
170 | 162 | </div> |
|
0 commit comments