docs: add GTFS-to-HTML to showcase (#6181)

* Add GTFS-to-HTML to showcase

* add gtfs-to-html.png to showcase

* Update website/src/data/users.tsx

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Brendan Nee 2021-12-23 18:05:35 -08:00 committed by GitHub
parent 866f67afb1
commit 13056ea57c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View file

@ -633,6 +633,14 @@ const Users: User[] = [
source: 'https://github.com/urigo/graphql-mesh',
tags: ['opensource'],
},
{
title: 'GTFS-to-HTML',
description: 'Generate human-readable HTML timetables from GTFS',
preview: require('./showcase/gtfs-to-html.png'),
website: 'https://gtfstohtml.com',
source: 'https://github.com/BlinkTagInc/gtfs-to-html',
tags: ['opensource'],
},
{
title: 'Gulp',
description: 'A toolkit to automate & enhance your workflow',