diff --git a/HTMLSamples/tile-manager/angular.html b/HTMLSamples/tile-manager/angular.html
index b48e31b..3ca499d 100644
--- a/HTMLSamples/tile-manager/angular.html
+++ b/HTMLSamples/tile-manager/angular.html
@@ -87,7 +87,7 @@
-
+
diff --git a/data-files/candidates.js b/data-files/candidates.js
index 7d842b0..5ba3bd9 100644
--- a/data-files/candidates.js
+++ b/data-files/candidates.js
@@ -4,27 +4,27 @@ var dataSource = [
{description: 'JSON'},
{description: 'HTML'},
{description: 'JSLint'}
- ], picture: '../../images/samples/tile-manager/450px-Douglas_Crockford.jpg', linkedin: 'http://www.linkedin.com/groups?gid=3165057&trk=group-name'
+ ], picture: '../../../../images/tile-manager/450px-Douglas_Crockford.jpg', linkedin: 'http://www.linkedin.com/groups?gid=3165057&trk=group-name'
},
{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: [
{description: 'JavaScript'},
{description: 'JSON'},
{description: 'HTML'},
{description: 'jQuery'}
- ], picture: '../../images/samples/tile-manager/3450728563_69b0bd0743_m.jpg', linkedin: 'http://www.linkedin.com/groups?viewMembers=&gid=100943&sik=1360507269893&goback=%2Eanp_100943_1360507269892_1'
+ ], picture: '../../../../images/tile-manager/3450728563_69b0bd0743_m.jpg', linkedin: 'http://www.linkedin.com/groups?viewMembers=&gid=100943&sik=1360507269893&goback=%2Eanp_100943_1360507269892_1'
},
{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: [
{description: 'Entrepreneurship'},
{description: 'VB'},
{description: 'Operating Systems'},
{description: 'Programming Languages'}
- ], picture: '../../images/samples/tile-manager/220px-BillGates2012.jpg', linkedin: 'http://www.linkedin.com/company/8736?trk=tyah'
+ ], picture: '../../../../images/tile-manager/220px-BillGates2012.jpg', linkedin: 'http://www.linkedin.com/company/8736?trk=tyah'
},
{
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: [
{ description: 'C#' },
{ description: '.NET' },
{ description: 'Java' }
- ], picture: '../../images/samples/tile-manager/jonskeet.jpg', linkedin: 'uk.linkedin.com/pub/jon-skeet/0/800/ba3'
+ ], picture: '../../../../images/tile-manager/jonskeet.jpg', linkedin: 'http://uk.linkedin.com/pub/jon-skeet/0/800/ba3'
}
];
\ No newline at end of file
diff --git a/gulpfile.js b/gulpfile.js
index c99db9c..e129112 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -10,6 +10,7 @@ var dist = "./dist",
copySrc = [
"./css/**/*",
"./js/**/*",
+ "./images/**/*",
"./data-files/**/*",
"./data-files-ja/**/*"
],
diff --git a/images/tile-manager/220px-BillGates2012.jpg b/images/tile-manager/220px-BillGates2012.jpg
new file mode 100644
index 0000000..e623887
Binary files /dev/null and b/images/tile-manager/220px-BillGates2012.jpg differ
diff --git a/images/tile-manager/3450728563_69b0bd0743_m.jpg b/images/tile-manager/3450728563_69b0bd0743_m.jpg
new file mode 100644
index 0000000..941f82a
Binary files /dev/null and b/images/tile-manager/3450728563_69b0bd0743_m.jpg differ
diff --git a/images/tile-manager/450px-Douglas_Crockford.jpg b/images/tile-manager/450px-Douglas_Crockford.jpg
new file mode 100644
index 0000000..ce3f097
Binary files /dev/null and b/images/tile-manager/450px-Douglas_Crockford.jpg differ
diff --git a/images/tile-manager/jonskeet.jpg b/images/tile-manager/jonskeet.jpg
new file mode 100644
index 0000000..6206e37
Binary files /dev/null and b/images/tile-manager/jonskeet.jpg differ