Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-07-25 00:37:20 +0400
committerisaacs <i@izs.me>2013-07-25 00:37:20 +0400
commit4bf52118209753c0c8d48aecb8770e7095c73eee (patch)
treeb15a22207ef54e124ceb14951b8fa887b76278d7 /doc/index.html
parentff0de45929ab130bec268097c46a1047aba29825 (diff)
doc: explicitly set industry logo height
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index 586ada181df..c3863165379 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -38,7 +38,7 @@
<div id="quotes" class="clearfix">
<h2>Node.js in the Industry</h2>
<ul>
- <li class="microsoft"><img src="http://nodejs.org/images/microsoft-logo.png">
+ <li class="microsoft"><img src="http://nodejs.org/images/microsoft-logo.png" height=34>
<p>Node gives Azure users the first end-to-end JavaScript
experience for the development of a whole new class of real-time
applications.
@@ -48,7 +48,7 @@
<span>Principal Program Manager, Microsoft Open Technologies, Inc.</span></p>
</li>
- <li class="ebay"><img src="http://nodejs.org/images/ebay-logo.png">
+ <li class="ebay"><img src="http://nodejs.org/images/ebay-logo.png" height=34>
<p>Node’s evented I/O model freed us from worrying about locking
and concurrency issues that are common with multithreaded async
I/O.
@@ -57,7 +57,7 @@
<br>
<span>Principal Member, Technical Staff</span></p></li>
- <li class="linkedin"><img src="http://nodejs.org/images/linkedin-logo.png">
+ <li class="linkedin"><img src="http://nodejs.org/images/linkedin-logo.png" height=34>
<p>On the server side, our entire mobile software stack is
completely built in Node. One reason was scale. The second is
Node showed us huge performance gains.
@@ -66,7 +66,7 @@
<br>
<span>Director of Engineering, Mobile</span></p></li>
- <li class="yahoo"><img src="http://nodejs.org/images/yahoo-logo.png">
+ <li class="yahoo"><img src="http://nodejs.org/images/yahoo-logo.png" height=34>
<p>Node.js is the execution core of Manhattan. Allowing
developers to build one code base using one language – that is
the nirvana for developers.