7474 margin-left : 40px ;
7575 padding : 5px ;
7676 }
77- header .products img {
77+ header .products a {
78+ align-items : center;
79+ display : inline-flex;
80+ }
81+ header .products a img {
7882 height : 30px ;
7983 margin-right : 5px ;
8084 }
81- header .products a {
85+ header .products a span {
8286 color : # 222222 ;
8387 font-size : 14px ;
8488 margin : 0 10px 0 0 ;
169173 color : # 0C56A7 ;
170174 padding : 20px 0 100px ;
171175 }
176+ @media (max-width : 992px ) {
177+ header .products div {
178+ margin-left : 10px ;
179+ }
180+ header .products div : first-child {
181+ margin-left : 30px ;
182+ }
183+ }
172184 @media (max-width : 960px ) {
173185 main {
174186 margin : 0 20px ;
175187 }
176188 }
177- @media (max-width : 767 px ) {
178- header .products div {
179- margin-left : 2 px ;
189+ @media (max-width : 848 px ) {
190+ header .products a span {
191+ display : none ;
180192 }
181193 }
182- @media (max-width : 680 px ) {
194+ @media (max-width : 610 px ) {
183195 header .products {
184196 display : none;
185197 }
@@ -195,20 +207,34 @@ <h6>Foundation</h6>
195207 </ div >
196208 < nav class ="products ">
197209 < div >
198- < img class ="icon " src ="./images/incept-logo-icon.png " alt ="incept icon " />
199- < a href ="/incept "> Incept</ a >
210+ < a href ="/incept ">
211+ < img class ="icon " src ="./images/incept-logo-icon.png " alt ="incept icon " />
212+ < span > Incept</ span >
213+ </ a >
200214 </ div >
201215 < div >
202- < img class ="icon " src ="./images/ingest-logo-icon.png " alt ="ingest icon " />
203- < a href ="/ingest "> Ingest</ a >
216+ < a href ="/ingest ">
217+ < img class ="icon " src ="./images/ingest-logo-icon.png " alt ="ingest icon " />
218+ < span > Ingest</ span >
219+ </ a >
204220 </ div >
205221 < div >
206- < img class ="icon " src ="./images/ink-logo-icon.png " alt ="ink icon " />
207- < a href ="/ink "> Ink</ a >
222+ < a href ="/inquire ">
223+ < img class ="icon " src ="./images/inquire-logo-icon.png " alt ="inquire icon " />
224+ < span > Inquire</ span >
225+ </ a >
208226 </ div >
209227 < div >
210- < img class ="icon " src ="./images/idea-logo-icon.png " alt ="idea icon " />
211- < a href ="/idea "> Idea</ a >
228+ < a href ="/ink ">
229+ < img class ="icon " src ="./images/ink-logo-icon.png " alt ="ink icon " />
230+ < span > Ink</ span >
231+ </ a >
232+ </ div >
233+ < div >
234+ < a href ="/idea ">
235+ < img class ="icon " src ="./images/idea-logo-icon.png " alt ="idea icon " />
236+ < span > Idea</ span >
237+ </ a >
212238 </ div >
213239 </ nav >
214240 < nav class ="social ">
@@ -294,6 +320,46 @@ <h3>Ingest</h3>
294320 </ nav >
295321 </ article >
296322 </ section >
323+ < section >
324+ < div >
325+ < img class ="icon " src ="./images/inquire-logo-icon.png " alt ="inquire icon " />
326+ < h3 > Inquire</ h3 >
327+ < a href ="https://github.com/stackpress/inquire " target ="_blank ">
328+ < i class ="fab fa-fw fa-github "> </ i >
329+ </ a >
330+ < a href ="/inquire "> < i class ="fas fa-fw fa-globe "> </ i > </ a >
331+ </ div >
332+ < article >
333+ < p >
334+ Super lightweight generic typed SQL query builder, SQL
335+ dialects and composite engine. Schema builder, but no ORM.
336+ Bring your own database library.
337+ </ p >
338+ < ul >
339+ < li > Node MySQL2</ li >
340+ < li > Better SQLite3</ li >
341+ < li > Node PostGres (pg)</ li >
342+ < li > PGLite</ li >
343+ < li > CockroachDB</ li >
344+ < li > NeonDB</ li >
345+ < li > Vercel Postgres</ li >
346+ </ ul >
347+ < nav >
348+ < a href ="https://www.npmjs.com/package/@stackpress/inquire ">
349+ < img src ="https://img.shields.io/npm/v/%40stackpress%2Finquire.svg?style=flat " />
350+ </ a >
351+ < a href ="https://github.com/stackpress/inquire/blob/main/LICENSE ">
352+ < img src ="https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat " />
353+ </ a >
354+ < a href ="https://github.com/stackpress/inquire/commits/main/ ">
355+ < img src ="https://img.shields.io/github/last-commit/stackpress/inquire " />
356+ </ a >
357+ < a href ="https://github.com/stackpress/inquire/blob/main/README.md#contributing ">
358+ < img src ="https://img.shields.io/badge/PRs-welcome-brightgreen.svg " />
359+ </ a >
360+ </ nav >
361+ </ article >
362+ </ section >
297363 < section >
298364 < div >
299365 < img class ="icon " src ="./images/ink-logo-icon.png " alt ="ink icon " />
0 commit comments