@@ -89,9 +89,12 @@ const styles = {
8989 '& a' : {
9090 textDecoration : 'none'
9191 } ,
92- '& h1, & img ' : {
92+ '& h1' : {
9393 marginTop : '0' ,
94- marginBottom : '.5rem' ,
94+ marginBottom : '1rem' ,
95+ } ,
96+ '& img' : {
97+ marginBottom : '0rem' ,
9598 } ,
9699 '& p' : {
97100 marginBottom : '0' ,
@@ -147,87 +150,91 @@ const Index = () => (
147150 < div css = { styles . card } >
148151 < h1 > < Link to = "/generate/" > csv-generate</ Link > </ h1 >
149152 < a
150- href = "https://npmjs.org/package/csv-generate "
151- title = "View this project on NPM "
153+ href = "https://github.com/adaltas/node-csv/actions "
154+ title = "CSV Generate build status "
152155 >
153156 < img
154- src = "https://img.shields.io/npm/v/csv-generate.svg "
155- alt = "NPM version "
157+ src = "https://img.shields.io/github/actions/workflow/status/adaltas/node-csv/nodejs.yml?branch=master "
158+ alt = "CSV Generate build status "
156159 />
157- </ a > { ' ' }
160+ </ a >
161+ { ' ' }
158162 < a
159- href = "https://travis-ci .org/#!/adaltas/node- csv-generate"
160- title = "View this project on Travis "
163+ href = "https://npmjs .org/package/ csv-generate"
164+ title = "View this project on NPM "
161165 >
162166 < img
163- src = "https://api.travis-ci.org/adaltas/node- csv-generate.svg"
164- alt = "Travis build status "
167+ src = "https://img.shields.io/npm/v/ csv-generate.svg"
168+ alt = "NPM version "
165169 />
166170 </ a >
167171 < p > Write random and user-defined strings, objects and arrays</ p >
168172 </ div >
169173 < div css = { styles . card } >
170174 < h1 > < Link to = "/parse/" > csv-parse</ Link > </ h1 >
171175 < a
172- href = "https://npmjs.org/package/csv-parse "
173- title = "View this project on NPM "
176+ href = "https://github.com/adaltas/node-csv/actions "
177+ title = "CSV parse build status "
174178 >
175179 < img
176- src = "https://img.shields.io/npm/v/csv-parse.svg "
177- alt = "NPM version "
180+ src = "https://img.shields.io/github/actions/workflow/status/adaltas/node-csv/nodejs.yml?branch=master "
181+ alt = "CSV parse build status "
178182 />
179- </ a > { ' ' }
183+ </ a >
184+ { ' ' }
180185 < a
181- href = "https://travis-ci .org/#!/adaltas/node- csv-parse"
182- title = "View this project on Travis "
186+ href = "https://npmjs .org/package/ csv-parse"
187+ title = "View this project on NPM "
183188 >
184189 < img
185- src = "https://api.travis-ci.org/adaltas/node- csv-parse.svg"
186- alt = "Travis build status "
190+ src = "https://img.shields.io/npm/v/ csv-parse.svg"
191+ alt = "NPM version "
187192 />
188193 </ a >
189194 < p > Read CSV strings and buffers and write object and arrays</ p >
190195 </ div >
191196 < div css = { styles . card } >
192197 < h1 > < Link to = "/transform/" > stream-transform</ Link > </ h1 >
193198 < a
194- href = "https://npmjs.org/package/stream-transform "
195- title = "View this project on NPM "
199+ href = "https://github.com/adaltas/node-csv/actions "
200+ title = "Stream transform build status "
196201 >
197202 < img
198- src = "https://img.shields.io/npm/v/stream-transform.svg "
199- alt = "NPM version "
203+ src = "https://img.shields.io/github/actions/workflow/status/adaltas/node-csv/nodejs.yml?branch=master "
204+ alt = "Stream transform build status "
200205 />
201- </ a > { ' ' }
206+ </ a >
207+ { ' ' }
202208 < a
203- href = "https://travis-ci .org/#!/adaltas/node- stream-transform"
204- title = "View this project on Travis "
209+ href = "https://npmjs .org/package/ stream-transform"
210+ title = "View this project on NPM "
205211 >
206212 < img
207- src = "https://api.travis-ci.org/adaltas/node- stream-transform.svg"
208- alt = "Travis build status "
213+ src = "https://img.shields.io/npm/v/ stream-transform.svg"
214+ alt = "NPM version "
209215 />
210216 </ a >
211217 < p > Read and write objects and arrays</ p >
212218 </ div >
213219 < div css = { styles . card } >
214220 < h1 > < Link to = "/stringify/" > csv-stringify</ Link > </ h1 >
215221 < a
216- href = "https://npmjs.org/package/csv-stringify "
217- title = "View this project on NPM "
222+ href = "https://github.com/adaltas/node-csv/actions "
223+ title = "CSV stringify build status "
218224 >
219225 < img
220- src = "https://img.shields.io/npm/v/csv-stringify.svg "
221- alt = "NPM version "
226+ src = "https://img.shields.io/github/actions/workflow/status/adaltas/node-csv/nodejs.yml?branch=master "
227+ alt = "CSV stringify build status "
222228 />
223- </ a > { ' ' }
229+ </ a >
230+ { ' ' }
224231 < a
225- href = "https://travis-ci .org/#!/adaltas/node- csv-stringify"
226- title = "View this project on Travis "
232+ href = "https://npmjs .org/package/ csv-stringify"
233+ title = "View this project on NPM "
227234 >
228235 < img
229- src = "https://api.travis-ci.org/adaltas/node- csv-stringify.svg"
230- alt = "Travis build status "
236+ src = "https://img.shields.io/npm/v/ csv-stringify.svg"
237+ alt = "NPM version "
231238 />
232239 </ a >
233240 < p > Read object and arrays and write CSV strings</ p >
0 commit comments