diff --git a/data/images/league-tables.png b/data/images/league-tables.png new file mode 100644 index 0000000..b347980 Binary files /dev/null and b/data/images/league-tables.png differ diff --git a/data/projects.json b/data/projects.json index 359f2b7..e05d1bb 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1,4 +1,10 @@ [ + { "name": "League Tables", + "previewImageUrl": "data/images/league-tables.png", + "primaryUrl": "https://se-polo-2019.netlify.app/", + "repositoryUrl": "https://github.com/ceddlyburge/elm-league-tables-from-google-sheets", + "description": "Display a League Table, Fixtures / Results and Top Scorers from data entered in Google Sheets" + }, { "name": "Elmify - stats about your listening tastes", "previewImageUrl": "data/images/elmify.png", "primaryUrl": "https://elmify.netlify.app/",