|
31 | 31 | 'duration': '2 weeks', |
32 | 32 | 'rating': '4.5', |
33 | 33 | 'price': 'Free', |
34 | | - 'imageName': 'popular-01.jpg', |
| 34 | + 'imageName': 'ruby/ruby-original.svg', #fetched from devicon icon image library |
35 | 35 | 'description': 'Learn the basics of Ruby programming language for building robust applications.' |
36 | 36 | } |
37 | 37 | Python = { |
|
42 | 42 | 'duration': '3 weeks', |
43 | 43 | 'rating': '4.7', |
44 | 44 | 'price': 'Free', |
45 | | - 'imageName': 'popular-03.jpg', |
| 45 | + 'imageName': 'python/python-original.svg', |
46 | 46 | 'description': 'Learn the basics of Python programming language for building robust applications.' |
47 | 47 | } |
48 | 48 | ReactJS = { |
|
53 | 53 | 'duration': '1 week', |
54 | 54 | 'rating': '5.0', |
55 | 55 | 'price': 'Free', |
56 | | - 'imageName': 'popular-01.jpg', |
| 56 | + 'imageName': 'react/react-original.svg', |
57 | 57 | 'description': 'ReactJS is a powerful, efficient and user-friendly JavaScript library for building interactive interfaces.' |
58 | 58 | } |
59 | 59 | ML = { |
|
64 | 64 | 'duration': '3 week', |
65 | 65 | 'rating': '4.9', |
66 | 66 | 'price': '$7.5', |
67 | | - 'imageName': 'popular-02.jpg', |
| 67 | + 'imageName': 'python/python-original.svg', |
68 | 68 | 'description': 'Training computers to learn from data, improving performance without explicit instructions.' |
69 | 69 | } |
70 | 70 | JavaScript = { |
|
75 | 75 | 'duration': '4 weeks', |
76 | 76 | 'rating': '4.7', |
77 | 77 | 'price': '$5.0', |
78 | | -'imageName': 'popular-04.jpg', |
| 78 | +'imageName': 'javascript/javascript-original.svg', |
79 | 79 | 'description': 'Learn the basics of JavaScript programming for front-end and back-end development.' |
80 | 80 | } |
81 | 81 |
|
|
87 | 87 | 'duration': '5 weeks', |
88 | 88 | 'rating': '4.8', |
89 | 89 | 'price': 'Free', |
90 | | -'imageName': 'popular-03.jpg', |
| 90 | +'imageName': 'java/java-original.svg', |
91 | 91 | 'description': 'Get started with Java and object-oriented programming for building robust applications.' |
92 | 92 | } |
93 | 93 |
|
|
99 | 99 | 'duration': '2 weeks', |
100 | 100 | 'rating': '4.5', |
101 | 101 | 'price': '$15', |
102 | | -'imageName': 'popular-02.jpg', |
| 102 | +'imageName': 'cplusplus/cplusplus-original.svg', |
103 | 103 | 'description': 'Introduction to C++ programming language and its applications in various domains.' |
104 | 104 | } |
105 | 105 | Django = { |
|
110 | 110 | 'duration': '3 weeks', |
111 | 111 | 'rating': '4.6', |
112 | 112 | 'price': '$25', |
113 | | -'imageName': 'popular-01.jpg', |
| 113 | +'imageName': 'django/django-plain.svg', |
114 | 114 | 'description': 'Learn the basics of Django framework for building robust web applications.' |
115 | 115 | } |
116 | 116 | HTML = { |
|
121 | 121 | 'duration': '3 Days', |
122 | 122 | 'rating': '4.5', |
123 | 123 | 'price': '$10', |
124 | | -'imageName': 'popular-04.jpg', |
| 124 | +'imageName': 'html5/html5-original.svg', |
125 | 125 | 'description': 'Learn the basics of HTML and CSS for front-end web development.' |
126 | 126 | } |
127 | 127 | Angular = { |
|
132 | 132 | 'duration': '3 Days', |
133 | 133 | 'rating': '4.5', |
134 | 134 | 'price': '$10', |
135 | | -'imageName': 'popular-04.jpg', |
| 135 | +'imageName': 'angularjs/angularjs-original.svg', |
136 | 136 | 'description': 'Learn the basics of Angular for front-end web development.' |
137 | 137 | } |
138 | 138 |
|
|
144 | 144 | 'duration': '4 weeks', |
145 | 145 | 'rating': '4.6', |
146 | 146 | 'price': '$12', |
147 | | - 'imageName': 'popular-03.jpg', |
| 147 | + 'imageName': '/php/php-original.svg', |
148 | 148 | 'description': 'Learn PHP scripting language for web development and server-side scripting.' |
149 | 149 | } |
150 | 150 | Swift = { |
|
155 | 155 | 'duration': '2 weeks', |
156 | 156 | 'rating': '4.8', |
157 | 157 | 'price': '$9', |
158 | | - 'imageName': 'popular-02.jpg', |
| 158 | + 'imageName': 'swift/swift-original.svg', |
159 | 159 | 'description': 'Get started with Swift programming language for iOS and macOS app development.' |
160 | 160 | } |
161 | 161 | SQL = { |
|
166 | 166 | 'duration': '3 weeks', |
167 | 167 | 'rating': '4.7', |
168 | 168 | 'price': '$7', |
169 | | - 'imageName': 'popular-01.jpg', |
| 169 | + 'imageName': 'mysql/mysql-original.svg', |
170 | 170 | 'description': 'Learn the basics of SQL for managing and querying databases.' |
171 | 171 | } |
172 | 172 | NodeJS = { |
|
177 | 177 | 'duration': '2 weeks', |
178 | 178 | 'rating': '4.9', |
179 | 179 | 'price': '$10', |
180 | | - 'imageName': 'popular-04.jpg', |
| 180 | + 'imageName': 'nodejs/nodejs-original.svg', |
181 | 181 | 'description': 'Build scalable network applications using Node.js runtime environment.' |
182 | 182 | } |
183 | 183 | Rails = { |
|
188 | 188 | 'duration': '4 weeks', |
189 | 189 | 'rating': '4.5', |
190 | 190 | 'price': '$15', |
191 | | - 'imageName': 'popular-03.jpg', |
| 191 | + 'imageName': 'rails/rails-original-wordmark.svg', |
192 | 192 | 'description': 'Learn web development with the Ruby on Rails framework.' |
193 | 193 | } |
194 | 194 | VueJS = { |
|
199 | 199 | 'duration': '1 week', |
200 | 200 | 'rating': '4.7', |
201 | 201 | 'price': '$8', |
202 | | - 'imageName': 'popular-02.jpg', |
| 202 | + 'imageName': 'vuejs/vuejs-original.svg', |
203 | 203 | 'description': 'Introduction to Vue.js for building interactive user interfaces.' |
204 | 204 | } |
205 | 205 | DataScience = { |
|
210 | 210 | 'duration': '6 weeks', |
211 | 211 | 'rating': '4.8', |
212 | 212 | 'price': '$20', |
213 | | - 'imageName': 'popular-01.jpg', |
| 213 | + 'imageName': 'python/python-original.svg', |
214 | 214 | 'description': 'Explore data analysis and machine learning using Python.' |
215 | 215 | } |
216 | 216 | Android = { |
|
221 | 221 | 'duration': '5 weeks', |
222 | 222 | 'rating': '4.7', |
223 | 223 | 'price': '$18', |
224 | | - 'imageName': 'popular-03.jpg', |
| 224 | + 'imageName': 'android/android-original.svg', |
225 | 225 | 'description': 'Build mobile apps for the Android platform using Java and Android Studio.' |
226 | 226 | } |
227 | 227 | Cybersecurity = { |
|
232 | 232 | 'duration': '2 weeks', |
233 | 233 | 'rating': '4.5', |
234 | 234 | 'price': '$9', |
235 | | - 'imageName': 'popular-02.jpg', |
| 235 | + 'imageName': 'javascript/javascript-original.svg', |
236 | 236 | 'description': 'Introduction to cybersecurity principles and practices.' |
237 | 237 | } |
0 commit comments