Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HTMLSamples/tile-manager/angular.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</head>
<body class="container">
<div ng-app="sampleApp" ng-controller="tileManagerController">
<ig-tile-manager id="dashboard" data-source="data" margin-left="10" margin-top="10" right-panel-tiles-width="200" right-panel-tiles-height="156" class="dashboard" maximized-state='<h3>${name}</h3><img src="${picture}" title="${name}" alt="error" /><p class="text">${text}</p><div style="clear: both"><span class="color">Skills:</span></div><ul class="skills"></ul><div class="linkedIn"><span class="color">LinkedIn:</span> <a href="${linkedin}" target="_blank">http://www.linkedin.com/profile</a></div>' minimized-state='<h4>${name}</h4><img src="${picture}" class="minimized" title="${name}" alt="error" />'>
<ig-tile-manager id="dashboard" data-source="data" margin-left="10" margin-top="10" right-panel-tiles-width="200" right-panel-tiles-height="156" class="dashboard" maximized-state="<h3>${name}</h3><img src='${picture}' title='${name}' alt='error' /><p class='text'>${text}</p><div style='clear: both'><span class='color'>Skills:</span></div><ul class='skills'></ul><div class='linkedIn'><span class='color'>LinkedIn:</span> <a href='${linkedin}' target='_blank'>http://www.linkedin.com/profile</a></div>" minimized-state="<h4>${name}</h4><img src='${picture}' class='minimized' title='${name}' alt='error' />">
</ig-tile-manager>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions data-files/candidates.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
];
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var dist = "./dist",
copySrc = [
"./css/**/*",
"./js/**/*",
"./images/**/*",
"./data-files/**/*",
"./data-files-ja/**/*"
],
Expand Down
Binary file added images/tile-manager/220px-BillGates2012.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tile-manager/3450728563_69b0bd0743_m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tile-manager/450px-Douglas_Crockford.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tile-manager/jonskeet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.