diff --git a/www/_data/showcase-apps.yml b/www/_data/showcase-apps.yml index 9848218045..1f80b1d9bb 100644 --- a/www/_data/showcase-apps.yml +++ b/www/_data/showcase-apps.yml @@ -37,3 +37,11 @@ description: > JustWatch is the easiest way to see if your favorite movies or TV shows are available on any streaming provider. + +- name: Series Seven + image: SeriesSeven.png + url: http://www.idangero.us/series7/ + description: > + Series Seven allows you to track your favorite TV shows and easily + get all information about TV show. You'll never miss new episode of + your favorite show with Series Seven. diff --git a/www/_data/tools.yml b/www/_data/tools.yml index 4ebd343005..308981912f 100644 --- a/www/_data/tools.yml +++ b/www/_data/tools.yml @@ -63,3 +63,11 @@ developing hybrid and native apps with JavaScript. Use our free and open source Kendo UI framework with Telerik Platform to address every stage of your application lifecycle - from idea to deployment. + +- name: Framework7 + image: framework7.png + url: http://www.idangero.us/framework7/ + description: > + Framework7 is a free and open source mobile HTML framework for + developing hybrid mobile apps or web apps with iOS & Android + native look and feel. diff --git a/www/static/img/showcase-apps/SeriesSeven.png b/www/static/img/showcase-apps/SeriesSeven.png new file mode 100644 index 0000000000..862ee57dc1 Binary files /dev/null and b/www/static/img/showcase-apps/SeriesSeven.png differ diff --git a/www/static/img/tools/framework7.png b/www/static/img/tools/framework7.png new file mode 100644 index 0000000000..f472b1efed Binary files /dev/null and b/www/static/img/tools/framework7.png differ