-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2019 from gustavomm19/master
add trust cards json
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 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,34 @@ | ||
[{ | ||
"images": [ | ||
"https://c0.klipartz.com/pngpicture/288/367/gratis-png-logotipo-de-forbes.png", | ||
"https://1000logos.net/wp-content/uploads/2017/04/Symbol-New-York-Times.png", | ||
"https://nypost.com/wp-content/themes/nypost-2016/static/images/default/nypost.png" | ||
], | ||
"title": "Todo el mundo está hablando de nosotros", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}, { | ||
"images": [ | ||
"https://www.vhv.rs/dpng/d/227-2276289_best-bootcamp-badge-course-report-green-hd-png.png", | ||
"https://professional.du.edu/sites/default/files/Full_Stack_Badge_noLevel_lightgoldring.png" | ||
], | ||
"title": "Tenemos muchas medallas", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}, { | ||
"images": [ | ||
"https://upload.wikimedia.org/wikipedia/commons/3/3c/Clark_University_logo.png", | ||
"https://upload.wikimedia.org/wikipedia/en/thumb/e/e1/University_of_Texas_at_Austin_seal.svg/1200px-University_of_Texas_at_Austin_seal.svg.png" | ||
], | ||
"title": "Estas universidades nos certifican", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}, { | ||
"images": [ | ||
"https://media.istockphoto.com/id/1334437504/vector/group-of-people-students-with-bags-in-school-back-view-meeting-of-young-men-and-women-before.jpg?s=612x612&w=0&k=20&c=-fZCUJrwsmFIdyVMbN8I0uJVS4zlaiwJn43JEjcgnmI=", | ||
"https://upload.wikimedia.org/wikipedia/commons/3/3c/Clark_University_logo.png" | ||
], | ||
"title": "La opinión importa...", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}] |
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,34 @@ | ||
[{ | ||
"images": [ | ||
"https://c0.klipartz.com/pngpicture/288/367/gratis-png-logotipo-de-forbes.png", | ||
"https://1000logos.net/wp-content/uploads/2017/04/Symbol-New-York-Times.png", | ||
"https://nypost.com/wp-content/themes/nypost-2016/static/images/default/nypost.png" | ||
], | ||
"title": "Everyone is talking about us", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}, { | ||
"images": [ | ||
"https://www.vhv.rs/dpng/d/227-2276289_best-bootcamp-badge-course-report-green-hd-png.png", | ||
"https://professional.du.edu/sites/default/files/Full_Stack_Badge_noLevel_lightgoldring.png" | ||
], | ||
"title": "We have a lot of badges", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}, { | ||
"images": [ | ||
"https://upload.wikimedia.org/wikipedia/commons/3/3c/Clark_University_logo.png", | ||
"https://upload.wikimedia.org/wikipedia/en/thumb/e/e1/University_of_Texas_at_Austin_seal.svg/1200px-University_of_Texas_at_Austin_seal.svg.png" | ||
], | ||
"title": "These universities certify us", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}, { | ||
"images": [ | ||
"https://media.istockphoto.com/id/1334437504/vector/group-of-people-students-with-bags-in-school-back-view-meeting-of-young-men-and-women-before.jpg?s=612x612&w=0&k=20&c=-fZCUJrwsmFIdyVMbN8I0uJVS4zlaiwJn43JEjcgnmI=", | ||
"https://upload.wikimedia.org/wikipedia/commons/3/3c/Clark_University_logo.png" | ||
], | ||
"title": "Opinion does matter...", | ||
"description": "Especially NY Times, Forbes, Daily mail and Daily bugle", | ||
"aricle_url": "https://www.google.com" | ||
}] |