-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.constant.js
201 lines (201 loc) · 5.61 KB
/
courses.constant.js
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
angular.module('makmacademy')
.constant('COURSES', {
"1 - GIT": [
{
"name": 2,
"outputPath": "courses/1 - GIT/Bash.html",
"url": "/1 - GIT/Bash",
"label": "2"
},
{
"name": 4,
"outputPath": "courses/1 - GIT/Conventions.html",
"url": "/1 - GIT/Conventions",
"label": "4"
},
{
"name": 1,
"outputPath": "courses/1 - GIT/Intro.html",
"url": "/1 - GIT/Intro",
"label": "1"
},
{
"name": 5,
"outputPath": "courses/1 - GIT/Learn Git.html",
"url": "/1 - GIT/Learn Git",
"label": "5"
},
{
"name": 3,
"outputPath": "courses/1 - GIT/Troubleshooting.html",
"url": "/1 - GIT/Troubleshooting",
"label": "3"
}
],
"2 - Infrastructure Section": [
{
"name": 4,
"outputPath": "courses/2 - Infrastructure Section/Kerberos.html",
"url": "/2 - Infrastructure Section/Kerberos",
"label": "4"
},
{
"name": 3,
"outputPath": "courses/2 - Infrastructure Section/Linux.html",
"url": "/2 - Infrastructure Section/Linux",
"label": "3"
},
{
"name": 2,
"outputPath": "courses/2 - Infrastructure Section/Mongo DB.html",
"url": "/2 - Infrastructure Section/Mongo DB",
"label": "2"
},
{
"name": 1,
"outputPath": "courses/2 - Infrastructure Section/SSL.html",
"url": "/2 - Infrastructure Section/SSL",
"label": "1"
},
],
"3 - CouchDB": [
{
"name": 1,
"outputPath": "courses/3 - CouchDB/1 - DumpBasket.html",
"url": "/3 - CouchDB/1 - DumpBasket",
"label": "1"
}
],
"4 - Basic Web Training": [
{
"name": 1,
"outputPath": "courses/4 - Basic Web Training/1 - Html & CSS - Basic Layout.html",
"url": "/4 - Basic Web Training/1 - Html & CSS - Basic Layout",
"label": "1"
},
{
"name": 10,
"outputPath": "courses/4 - Basic Web Training/10 - MongoDB.html",
"url": "/4 - Basic Web Training/10 - MongoDB",
"label": "10"
},
{
"name": 11,
"outputPath": "courses/4 - Basic Web Training/11 - Storing Some Data.html",
"url": "/4 - Basic Web Training/11 - Storing Some Data",
"label": "11"
},
{
"name": 12,
"outputPath": "courses/4 - Basic Web Training/12 - Webbit.html",
"url": "/4 - Basic Web Training/12 - Webbit",
"label": "12"
},
{
"name": 13,
"outputPath": "courses/4 - Basic Web Training/13 - BONUS - Testing.html",
"url": "/4 - Basic Web Training/13 - BONUS - Testing",
"label": "13"
},
{
"name": 2,
"outputPath": "courses/4 - Basic Web Training/2 - Pixel Perfect.html",
"url": "/4 - Basic Web Training/2 - Pixel Perfect",
"label": "2"
},
{
"name": 3,
"outputPath": "courses/4 - Basic Web Training/3 - Transformations and Transitions.html",
"url": "/4 - Basic Web Training/3 - Transformations and Transitions",
"label": "3"
},
{
"name": 4,
"outputPath": "courses/4 - Basic Web Training/4 - Flex Layout.html",
"url": "/4 - Basic Web Training/4 - Flex Layout",
"label": "4"
},
{
"name": 5,
"outputPath": "courses/4 - Basic Web Training/5 - Stopwatch.html",
"url": "/4 - Basic Web Training/5 - Stopwatch",
"label": "5"
},
{
"name": 6,
"outputPath": "courses/4 - Basic Web Training/6 - Dive into JavaScript.html",
"url": "/4 - Basic Web Training/6 - Dive into JavaScript",
"label": "6"
},
{
"name": 7,
"outputPath": "courses/4 - Basic Web Training/7 - Game World.html",
"url": "/4 - Basic Web Training/7 - Game World",
"label": "7"
},
{
"name": 8,
"outputPath": "courses/4 - Basic Web Training/8 - Client Framework.html",
"url": "/4 - Basic Web Training/8 - Client Framework",
"label": "8"
},
{
"name": 9,
"outputPath": "courses/4 - Basic Web Training/9 - Server-Side - Web API.html",
"url": "/4 - Basic Web Training/9 - Server-Side - Web API",
"label": "9"
}
],
"5 - Basic DOTNET Training": [
{
"name": 1,
"outputPath": "courses/5 - Basic DOTNET Training/1 - Zoo.html",
"url": "/5 - Basic DOTNET Training/1 - Zoo",
"label": "1"
},
{
"name": 2,
"outputPath": "courses/5 - Basic DOTNET Training/2 - Logger.html",
"url": "/5 - Basic DOTNET Training/2 - Logger",
"label": "2"
},
{
"name": 3,
"outputPath": "courses/5 - Basic DOTNET Training/3 - Generic List Manager.html",
"url": "/5 - Basic DOTNET Training/3 - Generic List Manager",
"label": "3"
},
{
"name": 5,
"outputPath": "courses/5 - Basic DOTNET Training/4 - MiliBank.html",
"url": "/5 - Basic DOTNET Training/4 - MiliBank",
"label": "5"
},
{
"name": 4,
"outputPath": "courses/5 - Basic DOTNET Training/5 - Reflection.html",
"url": "/5 - Basic DOTNET Training/5 - Reflection",
"label": "4"
},
{
"name": 6,
"outputPath": "courses/5 - Basic DOTNET Training/6 - Space Travel Agency.html",
"url": "/5 - Basic DOTNET Training/6 - Space Travel Agency",
"label": "6"
}
],
"6 - Advanced DOTNET Training": [
{
"name": 1,
"outputPath": "courses/6 - Advanced DOTNET Training/1 - Cookbook.html",
"url": "/6 - Advanced DOTNET Training/1 - Cookbook",
"label": "1"
},
{
"name": 2,
"outputPath": "courses/6 - Advanced DOTNET Training/2 - Cookbook Server.html",
"url": "/6 - Advanced DOTNET Training/2 - Cookbook Server",
"label": "2"
}
]
});