diff --git a/harp.json b/harp.json index 7439dfacd6..67da6a89c5 100644 --- a/harp.json +++ b/harp.json @@ -194,7 +194,7 @@ "lucas": { "name": "Lucas Mirelmann", - "picture": "/resources/images/bios/lucas-kitten.jpg", + "picture": "/resources/images/bios/lucas.jpg", "twitter": "lgalfaso", "website": "BLANK", "bio": "Lucas works as a Software Engineer at Google and is a core Angular contributor." @@ -253,6 +253,13 @@ "twitter": "BLANK", "website": "BLANK", "bio": "Scott works for Google on the Material Design team, where he brings designers' dreams to life on the web." + }, + "pawel": { + "name": "Pawel Kozlowski", + "picture": "/resources/images/bios/pawel.jpg", + "twitter": "pkozlowski_os", + "website": "BLANK", + "bio": "Open source hacker, AngularJS book author, AngularUI lead developer. Pawel is an software-development addict who believes in free, open source software. He is a core contributor to the AngularJS framework, AngularUI, Karma-runner and several other projects. He is the co-author of the \"Mastering Web Application Development with AngularJS\" book. When not coding, Pawel can be spotted speaking at various software development conferences." } } } diff --git a/public/resources/images/bios/lucas-kitten.jpg b/public/resources/images/bios/lucas-kitten.jpg deleted file mode 100644 index a338219ce8..0000000000 Binary files a/public/resources/images/bios/lucas-kitten.jpg and /dev/null differ diff --git a/public/resources/images/bios/lucas.jpg b/public/resources/images/bios/lucas.jpg new file mode 100644 index 0000000000..1ea7880638 Binary files /dev/null and b/public/resources/images/bios/lucas.jpg differ diff --git a/public/resources/images/bios/pawel.jpg b/public/resources/images/bios/pawel.jpg new file mode 100644 index 0000000000..825ab32180 Binary files /dev/null and b/public/resources/images/bios/pawel.jpg differ diff --git a/public/resources/images/bios/tonyc.jpg b/public/resources/images/bios/tonyc.jpg index eef833fee2..67cfd57557 100644 Binary files a/public/resources/images/bios/tonyc.jpg and b/public/resources/images/bios/tonyc.jpg differ