Skip to content

Commit 129d370

Browse files
authored
Merge pull request #50 from skrustev/tm-fix
Add correct image reference and styling for the Tile Manager Angular sample. 17.1
2 parents d9d57e3 + 0623ebd commit 129d370

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

HTMLSamples/tile-manager/angular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</script>
2929

3030
<style type="text/css">
31-
.dashboard {
31+
#dashboard {
3232
position: relative;
3333
width: 100%;
3434
height: 550px;

data-files-ja/candidates.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
{description: 'JSON'},
55
{description: 'HTML'},
66
{description: 'JSLint'}
7-
], picture: '../../images/samples/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: 'ジョン・レシグ', text: 'ジョン・レシグは、 Khan Academy のコンピューター サイエンス学部長で、 JavaScript ライブラリの jQuery を開発しました。また、「Pro JavaScript Techniques」と「Secrets of the JavaScript Ninja」の著者です。現在、ジョンはブルックリン、ニューヨーク州に住んでおり、余暇には浮世絵 (日本の木版印刷) を楽しんでいます。', skills: [
1010
{description: 'JavaScript'},
1111
{description: 'JSON'},
1212
{description: 'HTML'},
1313
{description: 'jQuery'}
14-
], 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'
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: 'ビル・ゲイツ', text: 'ウィリアム・ヘンリー・ゲイツ3世 (William Henry Gates III, 1955 年 10 月 28 日)、通称ビル・ゲイツ (Bill Gates) は、米国のプログラマー、発明家、大事業家と慈善家です。ゲイツ氏は、ポール・アレンと共同で創業した世界最大のコンピューター ソフトウェア会社、マイクロソフト社の元 CEO で現会長です。彼は、1995 年から 2009 年 (2008 年を除く) まで世界長者番付で連続世界一でした。2008 年は世界で 3 位に転落。しかし 2011年には、ゲイツ氏はアメリカで 1 位、世界で 2 位となりました。マイクロソフトでのキャリアで彼は CEO と主席ソフトウェア設計者として従事、依然として株式の 6.4 %を持つ個人筆頭株主です。彼は数々の本の著者と共著者でもあります。', skills: [
1717
{description: '企業家精神'},
1818
{description: 'VB'},
1919
{ description: 'オペレーティング システム' },
2020
{ description: '開発言語' }
21-
], picture: '../../images/samples/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: 'ジョン・スキート', text: '「C# in Depth」の著者です。現在、ロンドンのグーグルでソフトウェア エンジニアを務めています。通常マイクロソフト MVP (C#、2003-2010、2011-)です。', skills: [
2525
{ description: 'C#' },
2626
{ description: '.NET' },
2727
{ description: 'Java' }
28-
], picture: '../../images/samples/tile-manager/jonskeet.jpg', linkedin: 'uk.linkedin.com/pub/jon-skeet/0/800/ba3'
28+
], picture: 'https://igniteui.github.io/help-samples/images/tile-manager/jonskeet.jpg', linkedin: 'uk.linkedin.com/pub/jon-skeet/0/800/ba3'
2929
}
3030
];

0 commit comments

Comments
 (0)