-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#55 Changes sites to a json data file
So we can easily swap out the data source and not have to redo the HTML
- Loading branch information
1 parent
52cb1cb
commit ed9411b
Showing
5 changed files
with
87 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{ | ||
"name": "pagestest", | ||
"platform_name": "Pages", | ||
"platform_version": "0.23", | ||
"platform_bg_color": "jtblue-200", | ||
"platform_text_color": "jtblue-600" | ||
}, | ||
{ | ||
"name": "joomla3test", | ||
"platform_name": "Joomla 3", | ||
"platform_version": "3.10.99", | ||
"platform_bg_color": "red-200", | ||
"platform_text_color": "red-600" | ||
}, | ||
{ | ||
"name": "joomla3test2", | ||
"platform_name": "Joomla 3", | ||
"platform_version": "3.10.15", | ||
"platform_bg_color": "red-200", | ||
"platform_text_color": "red-600" | ||
}, | ||
{ | ||
"name": "joomla4test", | ||
"platform_name": "Joomla 4", | ||
"platform_version": "4.0.15", | ||
"platform_bg_color": "green-200", | ||
"platform_text_color": "green-600" | ||
}, | ||
{ | ||
"name": "joomla4test2", | ||
"platform_name": "Joomla 4", | ||
"platform_version": "4.0.15", | ||
"platform_bg_color": "green-200", | ||
"platform_text_color": "green-600" | ||
}, | ||
{ | ||
"name": "wptest", | ||
"platform_name": "WordPress", | ||
"platform_version": "5.93", | ||
"platform_bg_color": "yellow-200", | ||
"platform_text_color": "yellow-600" | ||
}, | ||
{ | ||
"name": "wptest2", | ||
"platform_name": "WordPress", | ||
"platform_version": "5.93", | ||
"platform_bg_color": "yellow-200", | ||
"platform_text_color": "yellow-600" | ||
}, | ||
{ | ||
"name": "www.example.com", | ||
"platform_name": "Pages", | ||
"platform_version": "0.24", | ||
"platform_bg_color": "jtblue-200", | ||
"platform_text_color": "jtblue-600" | ||
} | ||
] |
Oops, something went wrong.