Example:

```js
<ProfilePicture name="Daniel Mason" location="https://s.gravatar.com/avatar/84bd2c61751e14ff3e0f42fca1dfcf12?s=480" />
```

Broken Image Example

```js
<ProfilePicture name="Daniel" location="not a real location" />

<ProfilePicture name="Jon Bon Jovi" location="not a real location" />

```
