1-
21import React from 'react' ;
32import StarBackground from '@/components/StarBackground' ;
43import { GraduationCap , BookOpen , Video , Users , Award , Sparkles , Leaf , Brain , Coins , ShoppingCart , Heart , Lightbulb , ExternalLink } from 'lucide-react' ;
@@ -83,7 +82,7 @@ const PartnerCard = ({ name, url, logoUrl }: { name: string; url: string; logoUr
8382 < img
8483 src = { logoUrl }
8584 alt = { `${ name } logo` }
86- className = "max-w-full max-h-full object-contain group-hover:scale-110 transition-transform duration-300 filter brightness-0 invert "
85+ className = "max-w-full max-h-full object-contain group-hover:scale-110 transition-transform duration-300"
8786 onError = { ( e ) => {
8887 const target = e . target as HTMLImageElement ;
8988 target . style . display = 'none' ;
@@ -228,7 +227,7 @@ const Academy: React.FC = () => {
228227 {
229228 name : "Alchemy" ,
230229 url : "https://www.alchemy.com/" ,
231- logoUrl : "https://www .alchemy.com/favicon.ico "
230+ logoUrl : "https://docs .alchemy.com/img/logo-dark.svg "
232231 } ,
233232 {
234233 name : "AulaFacil" ,
@@ -238,17 +237,17 @@ const Academy: React.FC = () => {
238237 {
239238 name : "Coursera" ,
240239 url : "https://www.coursera.org/" ,
241- logoUrl : "https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera-university-assets.s3.amazonaws.com/fa/03c4c0f94c11e8ab9e23fc5d3b8282/coursera-logo-blue .png"
240+ logoUrl : "https://d3njjcbhbojbot.cloudfront.net/web/images/favicons/favicon-194x194 .png"
242241 } ,
243242 {
244243 name : "edX" ,
245244 url : "https://www.edx.org/" ,
246- logoUrl : "https://www.edx.org/favicon.ico "
245+ logoUrl : "https://www.edx.org/images/logos/edx-logo-elm.svg "
247246 } ,
248247 {
249248 name : "Explore" ,
250249 url : "https://www.explore.org/" ,
251- logoUrl : "https://www.explore.org/favicon.ico "
250+ logoUrl : "https://www.explore.org/sites/default/files/styles/large/public/explore_logo_stacked_black.png "
252251 } ,
253252 {
254253 name : "FutureLearn" ,
@@ -258,17 +257,17 @@ const Academy: React.FC = () => {
258257 {
259258 name : "Google for Education" ,
260259 url : "https://edu.google.com/" ,
261- logoUrl : "https://www.google.com/favicon .ico"
260+ logoUrl : "https://www.google.com/images/branding/product/ico/googleg_lodp .ico"
262261 } ,
263262 {
264263 name : "Hotmart" ,
265264 url : "https://www.hotmart.com/" ,
266- logoUrl : "https://www .hotmart.com/favicon.ico "
265+ logoUrl : "https://static .hotmart.com/img/new-hotmart-logo.svg "
267266 } ,
268267 {
269268 name : "Khan Academy" ,
270269 url : "https://www.khanacademy.org/" ,
271- logoUrl : "https://www.khanacademy .org/favicon.ico "
270+ logoUrl : "https://cdn.kastatic .org/images/khan-logo-dark-background.png "
272271 } ,
273272 {
274273 name : "MasterClass" ,
@@ -278,22 +277,22 @@ const Academy: React.FC = () => {
278277 {
279278 name : "MOOC" ,
280279 url : "https://www.mooc.org/" ,
281- logoUrl : "https://www.mooc.org/favicon.ico "
280+ logoUrl : "https://www.mooc.org/hubfs/mooc-logo-blue.svg "
282281 } ,
283282 {
284283 name : "OEGlobal" ,
285284 url : "https://www.oeglobal.org/" ,
286- logoUrl : "https://www.oeglobal.org/favicon.ico "
285+ logoUrl : "https://www.oeglobal.org/wp-content/themes/oeglobal2017/images/oeg-logo.png "
287286 } ,
288287 {
289288 name : "OpenupEd" ,
290289 url : "https://www.openuped.eu/" ,
291- logoUrl : "https://www.openuped.eu/favicon.ico "
290+ logoUrl : "https://www.openuped.eu/images/logo.png "
292291 } ,
293292 {
294293 name : "Skillshare" ,
295294 url : "https://www.skillshare.com/" ,
296- logoUrl : "https://www .skillshare.com/favicon.ico "
295+ logoUrl : "https://static .skillshare.com/assets/images/header/skillshare-logo.svg "
297296 } ,
298297 {
299298 name : "Udacity" ,
@@ -303,22 +302,22 @@ const Academy: React.FC = () => {
303302 {
304303 name : "Udemy" ,
305304 url : "https://www.udemy.com/" ,
306- logoUrl : "https://www.udemy.com/favicon.ico "
305+ logoUrl : "https://www.udemy.com/staticx/udemy/images/v7/logo-udemy.svg "
307306 } ,
308307 {
309308 name : "Unity Learn" ,
310309 url : "https://learn.unity.com/" ,
311- logoUrl : "https://unity.com/favicon.ico "
310+ logoUrl : "https://unity.com/logo-unity-web.png "
312311 } ,
313312 {
314313 name : "Unreal Engine" ,
315314 url : "https://www.unrealengine.com/en-US/learn" ,
316- logoUrl : "https://www .unrealengine.com/favicon.ico "
315+ logoUrl : "https://cdn2 .unrealengine.com/ue-logo-stacked-unreal-engine-w-677x545-fac11de0943f.png "
317316 } ,
318317 {
319318 name : "UNSSC" ,
320319 url : "https://www.unssc.org/" ,
321- logoUrl : "https://www.unssc.org/favicon.ico "
320+ logoUrl : "https://www.unssc.org/sites/unssc/files/logo_0.png "
322321 }
323322 ] ;
324323
0 commit comments