diff --git a/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/React-logo.png b/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/React-logo.png index 4aa17fd15a044..352ab65fe4e5b 100644 Binary files a/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/React-logo.png and b/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/React-logo.png differ diff --git a/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/contentful-logo.png b/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/contentful-logo.png index 57b274ce2e92f..d564cb9e2d241 100644 Binary files a/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/contentful-logo.png and b/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/contentful-logo.png differ diff --git a/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/index.md b/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/index.md index beff43e86a9b6..1db286400f9c3 100644 --- a/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/index.md +++ b/docs/blog/2018-1-25-building-a-site-with-react-and-contentful/index.md @@ -26,10 +26,14 @@ Here’s the site I built for my dog's babysitters after learning the basics of ## What is React? Why choose it? +![React logo](React-logo.png) + React is a JavaScript library for building user interfaces. React helps developers and designers create composable UI components that painlessly adapt to data changes. ## What is Contentful? Why choose it? +![Contentful logo](contentful-logo.png) + Contentful is a headless Content Management System (CMS) that lets you organize your content into what could be called “modules,” or little bits of data that can be rearranged to appear nicely on mobile devices, tablets, computers, virtual reality devices (this is my own joke, but...maybe someday?) and more. Actually, the way Contentful handles bits of content means that you can push content out when new technology develops without having to redesign, rewrite, or rethink all of it for a new format.