This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata-source.ts
More file actions
140 lines (139 loc) · 6.58 KB
/
data-source.ts
File metadata and controls
140 lines (139 loc) · 6.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
/**
* Card datasource
*/
// tslint:disable:max-line-length
export let cardBook: Object[] = [
{
header_title: ' ASP.NET MVC',
header_subtitle: 'Nick Harrison',
cardImage: { url: './src/card/images/Tile_1.png', tag: 'server' },
cardContent: 'ASP.NET Model View Controller design pattern to keep the data, views, and logic clearly separated in apps.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/ASPNET_MVC_Succinctly', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: ' Node.js',
header_subtitle: 'Emanuele DelBono ',
cardImage: { url: './src/card/images/Tile_2.png', tag: 'client' },
cardContent: ' Node.js is a wildly popular platform for writing web applications that has revolutionized web development in many ways.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/nodejs', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: ' React.js',
header_subtitle: 'Dmitri Nesteruk',
cardImage: { url: './src/card/images/Tile_3.png', tag: 'client' },
cardContent: 'React is a JavaScript library that has revolutionized how developers design and think about views in web applications.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/reactjs_succinctly', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: ' TypeScript',
header_subtitle: 'Steve Fenton',
cardImage: { url: './src/card/images/Tile_4.png', tag: 'client' },
cardContent: 'Microsoft TypeScript extends many familiar features of .NET programming to JavaScript.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/typescript', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: ' PHP',
header_subtitle: 'Jose Roberto Olivas Mendoza',
cardImage: { url: './src/card/images/Tile_5.png', tag: 'server' },
cardContent: 'Known for its straightforward simplicity, PHP is an open source, general-purpose scripting language oriented for web development.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/php_succinctly', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: ' CSS3',
header_subtitle: 'Peter Shaw',
cardImage: { url: './src/card/images/Tile_6.png', tag: 'ui' },
cardContent: 'In CSS3 Succinctly, author Peter Shaw provides an overview of the latest features available for custom cascading style sheets.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/css3', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: ' ASP.NET Core',
header_subtitle: 'Simone Chiaretta and Ugo Lattanzi',
cardImage: { url: './src/card/images/Tile_7.png', tag: 'server' },
cardContent: 'In ASP.NET Core Succinctly, seasoned authors Simone Chiaretta and Ugo Lattanzi update you on all the advances provided by Microsoft’s landmark framework.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/asp_net_core_succinctly', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: 'Aurelia',
header_subtitle: 'Matthew Duffield',
cardImage: { url: './src/card/images/Tile_8.png', tag: 'client' },
cardContent: 'Aurelia is a relatively new, open-source JavaScript library/framework that simplifies the creation of web-based applications.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/aurelia_succinctly', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: 'ECMAScript 6 ',
header_subtitle: 'Matthew Duffield',
cardImage: { url: './src/card/images/Tile_9.png', tag: 'client' },
cardContent: 'ECMAScript 6 (ES6), also known as ECMAScript 2015, brings new functionality and features to the table that developers have been wanting for a long time.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/ecmascript_6_succinctly', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: 'JavaScript',
header_subtitle: 'Cody Lindley',
cardImage: { url: './src/card/images/Tile_10.png', tag: 'client' },
cardContent: 'JavaScript Succinctly was written to give readers an accurate, concise examination of JavaScript objects and their supporting nuances.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/javascript', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: 'Knockout.js',
header_subtitle: 'Ryan Hodson',
cardImage: { url: './src/card/images/Tile_11.png', tag: 'client' },
cardContent: 'Knockout.js Succinctly is intended for professional web developers who need to build dynamic, scalable user interfaces with minimal code.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/knockoutjs', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
{
header_title: 'Angular 2',
header_subtitle: 'Joseph D. Booth',
cardImage: { url: './src/card/images/Tile_12.png', tag: 'client' },
cardContent: 'Angular 2 is a massively popular JavaScript framework built to take advantage of component development in web apps.',
card_action_btn: {
action_btns: [{ tag: 'a', href: 'https://www.syncfusion.com/ebooks/angular2_succinctly', target: '_blank', text: 'Read More' }],
isVertical: true
},
isHorizontal: false
},
];
// tslint:enable:max-line-length