Skip to content

Commit

Permalink
add Owen as instructor to multi-chain architecture & ICTT courses (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashucoder9 authored Sep 10, 2024
2 parents 23b6697 + a92f970 commit 5dcba34
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions content/common/intro/instructors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ const instructors: Instructor[] = [
twitter: "https://x.com/ashngmi",
linkedin: "https://www.linkedin.com/in/andyvargtz/",
github: "https://github.com/ashucoder9",
},
{
name: "Owen Wahlgren",
title: "Developer Relations Engineer",

twitter: "https://x.com/owenwahlgren",
linkedin: "https://www.linkedin.com/in/owenwahlgren/",
github: "https://github.com/owenwahlgren",
}
];

Expand Down
4 changes: 2 additions & 2 deletions content/courses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const officialCourses: Course[] = [
duration: "1.5 hours",
languages: [],
tools: ["Avalanche-CLI"],
instructors: ["Martin Eckardt", "Ash"] // + Usman + Owen
instructors: ["Martin Eckardt", "Ash", "Owen Wahlgren"] // + Usman
},
{
name:"Avalanche Interchain Messaging",
Expand All @@ -67,7 +67,7 @@ const officialCourses: Course[] = [
duration: "2.5 hours",
tools: ["Telepoter", "Foundry"],
languages: ["Solidity"],
instructors: ["Martin Eckardt", "Andrea Vargas", "Ash"] // + Owen
instructors: ["Martin Eckardt", "Andrea Vargas", "Ash", "Owen Wahlgren"]
},
/*{
name:"Chainlink VRF with Interchain Messaging ",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5dcba34

Please sign in to comment.