Skip to content

Commit

Permalink
[docs] Remove showcase items that don't qualify
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 10, 2020
1 parent 53aa542 commit d82ea69
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 37 deletions.
50 changes: 13 additions & 37 deletions docs/src/pages/discover-more/showcase/appList.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const appList = [
'design to simplify the rental of residential real estate.',
image: 'quintoandar.png',
link: 'https://www.quintoandar.com.br/',
similarWebVisits: 3000,
similarWebVisits: 6000,
dateAdded: '2019-05-08',
},
{
Expand All @@ -29,7 +29,7 @@ const appList = [
'Skyrim, Wolfenstein, The Elder Scrolls, more. Your source for news, features & community.',
image: 'bethesda.jpg',
link: 'https://bethesda.net/',
similarWebVisits: 18600,
similarWebVisits: 4000,
dateAdded: '2019-01-01',
},
{
Expand All @@ -39,7 +39,7 @@ const appList = [
'education-to-employment programs and career coaching services for students worldwide. ',
image: 'openclassrooms.jpg',
link: 'https://openclassrooms.com/en/',
similarWebVisits: 10190,
similarWebVisits: 6000,
dateAdded: '2018-01-34',
},
{
Expand All @@ -51,7 +51,7 @@ const appList = [
'idraulica… Ritira in negozio o ricevi comodamente a casa. 🇮🇹',
image: 'leroymerlin.jpg',
link: 'https://www.leroymerlin.it/',
similarWebVisits: 4400,
similarWebVisits: 5700,
dateAdded: '2019-01-01',
},
{
Expand All @@ -62,15 +62,15 @@ const appList = [
'and read programming tutorials from our community of developers.',
image: 'codementor.jpg',
link: 'https://www.codementor.io/',
similarWebVisits: 2980,
similarWebVisits: 1500,
dateAdded: '2018-01-34',
},
{
title: 'BARKS',
description: 'Japan Music Network. 🇯🇵',
image: 'barks.jpg',
link: 'https://www.barks.jp/',
similarWebVisits: 2700,
similarWebVisits: 3000,
dateAdded: '2019-01-01',
},
{
Expand All @@ -90,7 +90,7 @@ const appList = [
'magazines and real time streams, personalized for you. 🇫🇷',
image: 'sfrpresse.jpg',
link: 'https://sfrpresse.sfr.fr/',
similarWebVisits: 710,
similarWebVisits: 800,
dateAdded: '2018-01-25',
},
{
Expand All @@ -111,7 +111,7 @@ const appList = [
'Join the global community of readers and writers!',
image: 'sweek.jpg',
link: 'https://sweek.com/',
similarWebVisits: 383,
similarWebVisits: 200,
dateAdded: '2019-01-01',
},
{
Expand All @@ -137,7 +137,7 @@ const appList = [
description: 'NEO blockchain explorer and wallet.',
image: 'neotracker.jpg',
link: 'https://neotracker.io/',
similarWebVisits: 350,
similarWebVisits: 30,
dateAdded: '2019-01-01',
},
{
Expand All @@ -156,7 +156,7 @@ const appList = [
'online. The marketing website is also built with Material-UI: https://www.housecallpro.com/',
image: 'housecall.jpg',
link: 'https://pro.housecall.io/pro/log_in',
similarWebVisits: 214,
similarWebVisits: 750,
dateAdded: '2019-01-01',
},
{
Expand All @@ -166,7 +166,7 @@ const appList = [
'de forma direta e segura no Brasil. 🇧🇷',
image: 'bitcambio.jpg',
link: 'https://bitcambio.com.br/',
similarWebVisits: 148,
similarWebVisits: 50,
dateAdded: '2019-01-01',
},
{
Expand Down Expand Up @@ -209,7 +209,7 @@ const appList = [
'with more than 200K advertising options, and more than 1M satisfied customers.',
image: 'themediaant.jpg',
link: 'https://www.themediaant.com/',
similarWebVisits: 112,
similarWebVisits: 90,
dateAdded: '2019-01-01',
},
{
Expand Down Expand Up @@ -529,13 +529,6 @@ const appList = [
link: 'https://www.planalyze.io/',
dateAdded: '2018-01-10',
},
{
title: 'PhotoUtils',
description: 'Online photo editor. 6 simple and free image editing tools.',
image: 'photoutils.jpg',
link: 'https://photoutils.com/',
dateAdded: '2018-01-32',
},
{
title: 'npm registry browser',
description:
Expand Down Expand Up @@ -569,13 +562,6 @@ const appList = [
stars: 24,
dateAdded: '2018-01-35',
},
{
title: 'Persona',
description: 'Zero knowledge digital identity management system built on blockchain.',
link: 'https://persona.im/',
image: 'persona.jpg',
dateAdded: '2019-01-27',
},
{
title: 'MQTT Explorer',
description:
Expand All @@ -588,16 +574,6 @@ const appList = [
stars: 510,
dateAdded: '2019-03-25',
},
{
title: 'Learnseeker',
description:
'A data driven 1-1 tuition matching platform. ' +
'Incubated at the National University of Singapore. ' +
"It's based on one of our premium theme.",
link: 'https://learnseeker.sg/',
image: 'learnseeker.jpg',
dateAdded: '2019-03-26',
},
{
title: 'TagSpaces',
description:
Expand All @@ -621,7 +597,7 @@ const appList = [
description: 'NBA trade machine and social analysis tools for the basketball community.',
image: 'tradenba.jpg',
link: 'https://tradenba.com/',
similarWebVisits: 145,
similarWebVisits: 160,
dateAdded: '2020-01-20',
},
{
Expand Down
Binary file removed docs/static/images/showcase/learnseeker.jpg
Binary file not shown.
Binary file removed docs/static/images/showcase/persona.jpg
Binary file not shown.
Binary file removed docs/static/images/showcase/photoutils.jpg
Binary file not shown.

0 comments on commit d82ea69

Please sign in to comment.