diff --git a/aio/content/images/bios/thomaslaforge.png b/aio/content/images/bios/thomaslaforge.png new file mode 100644 index 00000000000..8414bc41729 Binary files /dev/null and b/aio/content/images/bios/thomaslaforge.png differ diff --git a/aio/content/marketing/contributors.json b/aio/content/marketing/contributors.json index 800ba1df5e3..3b940644b37 100644 --- a/aio/content/marketing/contributors.json +++ b/aio/content/marketing/contributors.json @@ -995,6 +995,14 @@ "bio": "Owner and trainer at Ultimate Angular. Lives in England, UK. Has a love for teaching, OSS and speaking at conferences. Google Developer Expert for Web Technologies and Angular.", "groups": ["GDE"] }, + "thomaslaforge": { + "name": "Thomas Laforge", + "picture": "thomaslaforge.png", + "twitter": "laforge_toma", + "website": "https://thomaslaforge.dev/home", + "bio": "Thomas is a contractor with a strong passion for frontend development, specifically focusing on Angular. He is the creator and maintainer of Angular Challenges, a platform that gathers multiple challenges to help you improve your skills in Angular.", + "groups": ["GDE"] + }, "tomastrajan": { "name": "Tomas Trajan", "picture": "tomastrajan.jpg", diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index e4c8afc0489..6d68ba4d564 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -665,9 +665,9 @@ "logo": "" }, "butter-cms": { - "title":"How to integrate ButterCMS into Angular 2+ App", + "title": "How to integrate ButterCMS into Angular 2+ App", "desc": "Integrate a Headless CMS into your Angular App, create blog posts and pages", - "url":"https://medium.com/orlyknop/how-to-integrate-buttercms-into-angular-2-app-a1baaa51402", + "url": "https://medium.com/orlyknop/how-to-integrate-buttercms-into-angular-2-app-a1baaa51402", "logo": "" }, "angular-projects": { @@ -822,6 +822,11 @@ "desc": "Want to learn #Angular, but not sure where to start? Check out this in-depth “Angular for Beginners Course“ created by Angular #GDE @SantoshYadavDev.", "title": "Angular for Beginners Course", "url": "https://youtu.be/3qBXWUpoPHo" + }, + "angular-challenges": { + "desc": "Learn angular its ecosystem and open-source by practising on real-life examples.", + "title": "Angular Challenges", + "url": "https://angular-challenges.vercel.app/" } } },