Skip to content

Commit b32e14a

Browse files
authored
Merge pull request #9 from tiliev/16.2
Updated candidates data source images
2 parents 2f8f50a + da9d152 commit b32e14a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data-files/candidates.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ var dataSource = [
44
{description: 'JSON'},
55
{description: 'HTML'},
66
{description: 'JSLint'}
7-
], picture: '../../../../images/tile-manager/450px-Douglas_Crockford.jpg', linkedin: 'http://www.linkedin.com/groups?gid=3165057&trk=group-name'
7+
], picture: 'https://igniteui.github.io/help-samples/images/tile-manager/450px-Douglas_Crockford.jpg', linkedin: 'http://www.linkedin.com/groups?gid=3165057&trk=group-name'
88
},
99
{name: 'John Resig', text: 'John Resig is the Dean of Computer Science at Khan Academy and the creator of the jQuery JavaScript library. He\'s also the author of the books Pro JavaScript Techniques and Secrets of the JavaScript Ninja. Currently, John is located in Brooklyn, NY and enjoys studying Ukiyo-e (Japanese Woodblock Printing) in his spare time.', skills: [
1010
{description: 'JavaScript'},
1111
{description: 'JSON'},
1212
{description: 'HTML'},
1313
{description: 'jQuery'}
14-
], picture: '../../../../images/tile-manager/3450728563_69b0bd0743_m.jpg', linkedin: 'http://www.linkedin.com/groups?viewMembers=&gid=100943&sik=1360507269893&goback=%2Eanp_100943_1360507269892_1'
14+
], picture: 'https://igniteui.github.io/help-samples/images/tile-manager/3450728563_69b0bd0743_m.jpg', linkedin: 'http://www.linkedin.com/groups?viewMembers=&gid=100943&sik=1360507269893&goback=%2Eanp_100943_1360507269892_1'
1515
},
1616
{name: 'Bill Gates', text: 'William Henry "Bill" Gates III (born October 28, 1955) is an American programmer, inventor, business magnate and philanthropist. Gates is the former chief executive and current chairman of Microsoft, the world\'s largest personal-computer software company, which he co-founded with Paul Allen. He is consistently ranked among the world\'s wealthiest people and was the wealthiest overall from 1995 to 2009, excluding 2008, when he was ranked third; in 2011 he was the wealthiest American and the second wealthiest person. During his career at Microsoft, Gates held the positions of CEO and chief software architect, and remains the largest individual shareholder, with 6.4 percent of the common stock. He has also authored and co-authored several books.', skills: [
1717
{description: 'Entrepreneurship'},
1818
{description: 'VB'},
1919
{description: 'Operating Systems'},
2020
{description: 'Programming Languages'}
21-
], picture: '../../../../images/tile-manager/220px-BillGates2012.jpg', linkedin: 'http://www.linkedin.com/company/8736?trk=tyah'
21+
], picture: 'https://igniteui.github.io/help-samples/images/tile-manager/220px-BillGates2012.jpg', linkedin: 'http://www.linkedin.com/company/8736?trk=tyah'
2222
},
2323
{
2424
name: 'Jon Skeet', text: 'Author of C# in Depth. Currently a software engineer at Google, London. Usually a Microsoft MVP (C#, 2003-2010, 2011-)', skills: [
2525
{ description: 'C#' },
2626
{ description: '.NET' },
2727
{ description: 'Java' }
28-
], picture: '../../../../images/tile-manager/jonskeet.jpg', linkedin: 'http://uk.linkedin.com/pub/jon-skeet/0/800/ba3'
28+
], picture: 'https://igniteui.github.io/help-samples/images/tile-manager/jonskeet.jpg', linkedin: 'http://uk.linkedin.com/pub/jon-skeet/0/800/ba3'
2929
}
3030
];

0 commit comments

Comments
 (0)