Update README.md
diff --git a/README.md b/README.md
index a3d8bcf..d30e205 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
-# Apache Sling Form Based Authentication Handler
+[<img src="http://sling.apache.org/res/logos/sling.svg" align="center"/>](http://sling.apache.org)
 
-This module is part of the [Apache Sling](https://sling.apache.org) project.
+[![Build Status](https://img.shields.io/jenkins/s/https/builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-form-1.8.svg)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-form-1.8) [![Test Status](https://img.shields.io/jenkins/t/https/builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-form-1.8.svg)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-auth-form-1.8) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sling/org.apache.sling.auth.form/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.auth.form%22)
+
+# Apache Sling Form Based Authentication Handler
 
 Bundle implementing form based authentication with login and logout support.
 Authentication state is maintained in a Cookie or in an HTTP Session. The
 password is only submitted when first authenticating.
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.