summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2017-03-31 19:07:40 +0200
committerRoman Reiss <me@silverwind.io>2017-04-02 13:54:34 +0200
commit2d039ffa29e4c4366a1028555b71cb36b7129fb1 (patch)
tree4ff8f9aa5dfdd6b02def2ef88166f0eb35a729ca /README.md
parent0ea45707a46bd8005281aacf2e43283b5e222ab5 (diff)
downloadandroid-node-v8-2d039ffa29e4c4366a1028555b71cb36b7129fb1.tar.gz
android-node-v8-2d039ffa29e4c4366a1028555b71cb36b7129fb1.tar.bz2
android-node-v8-2d039ffa29e4c4366a1028555b71cb36b7129fb1.zip
doc: add logo to README
Adds a centered logo to the README to make it a little more festive. As centering is not possible in pure Markdown, a bit of HTML is used. PR-URL: https://github.com/nodejs/node/pull/12148 Ref: https://github.com/nodejs/node/issues/6920 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2144742ea7..2f4980e06c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
-# Node.js
-
-[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/29/badge)](https://bestpractices.coreinfrastructure.org/projects/29)
+<p align="center">
+ <img alt="Node.js" src="https://nodejs.org/static/images/logo-light.svg" width="400"/>
+</p>
+<p align="center">
+ <a title="Gitter" href="https://gitter.im/nodejs/node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg"></a>
+ <a title="CII Best Practices" href="https://bestpractices.coreinfrastructure.org/projects/29"><img src="https://bestpractices.coreinfrastructure.org/projects/29/badge"></a>
+</p>
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
uses an event-driven, non-blocking I/O model that makes it lightweight and