Add kudos to the homepage

Gerrit is an open source project and its success much depends on the
Gerrit community and the people driving it. Kudos is a way to recognize
contributions and to show appreciation.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I931e0e824dc76e93a848b3a45d7bf9c919f1667c
diff --git a/_data/topnav.yml b/_data/topnav.yml
index d27e5a1..9cb111b 100644
--- a/_data/topnav.yml
+++ b/_data/topnav.yml
@@ -9,6 +9,8 @@
       url: /news.html
     - title: Issues
       url: /issues.html
+    - title: Kudos
+      url: /kudos.html
 #Topnav dropdowns
 topnav_dropdowns:
 - title: Topnav dropdowns
diff --git a/pages/site/kudos.md b/pages/site/kudos.md
new file mode 100644
index 0000000..e3014b2
--- /dev/null
+++ b/pages/site/kudos.md
@@ -0,0 +1,71 @@
+---
+title: "Kudos"
+sidebar: gerritdoc_sidebar
+permalink: kudos.html
+hide_sidebar: true
+hide_navtoggle: true
+toc: false
+---
+
+## Kudos
+
+Gerrit is an open source project and its success much depends on the Gerrit
+community and the people driving it. Every day we see highly engaged and
+motivated contributors and kudos is a way for you to thank them and show your
+appreciation.
+
+Kudos is a public written thank you note of appreciation. These can be given by
+anyone to any Gerrit contributor and are public on the Gerrit homepage.
+
+Kudos can be given for doing a good job (e.g. fixing an important bug, helping
+someone resolve an issue, speaking at an event etc.) or living good citizenship
+behavior (e.g. doing lots of reviews, actively helping users on the mailing
+list, caring about releases, organizing community events, maintaining plugins
+etc.).
+
+### How to add kudos?
+
+Upload a change to the [homepage](https://gerrit-review.googlesource.com/admin/repos/homepage)
+project that adds the kudos to this page. If you don't know how to do this, just
+send an email to the [repo-discuss](https://groups.google.com/forum/#!pendingmsg/repo-discuss)
+mailing list that has a subject starting with '[kudos]' and a Gerrit maintainer
+will take care to upload the kudos for you.
+
+### List of kudos
+
+Note: Please add new kudos at the top of this list.
+
+---
+
+**[2019-03-20] To: Shawn Pearce (Google)**
+
+```
+  I want to thank Shawn for starting the Gerrit Code Review project and
+  fostering a great open source community around it.
+
+  Shawn's passion and dedication are the source of our success. Shawn was an
+  outstanding engineer who shaped the long-term vision for our project. The
+  number of his contributions is beyond count, his guidance and deep technical
+  knowledge were exceptional and I'm truely thankful for all his reviews that
+  made me learn so much.
+```
+
+From: Edwin Kempin (Google)
+
+---
+
+### Template
+
+<pre>
+  ---
+
+  **[$yyyy-MM-dd] To: $receiver-name ($receiver-company)**
+
+  ```
+    $kudos-text
+  ```
+
+  From: $sender-name ($sender-company)
+
+  ---
+</pre>