mirror of https://github.com/nodejs/node.git
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>pull/12163/head
parent
0ea45707a4
commit
2d039ffa29
10
README.md
10
README.md
|
@ -1,6 +1,10 @@
|
||||||
# Node.js
|
<p align="center">
|
||||||
|
<img alt="Node.js" src="https://nodejs.org/static/images/logo-light.svg" width="400"/>
|
||||||
[![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>
|
||||||
|
<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
|
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
|
uses an event-driven, non-blocking I/O model that makes it lightweight and
|
||||||
|
|
Loading…
Reference in New Issue