Commit 37cb2daf66e54a723a3830e042348eb9e344cbaa

David Walsh 2014-02-21T20:27:15

Updating MDN logo on homepage

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/img/logo-mdn.png b/img/logo-mdn.png
index 2e4a724..fce7706 100644
Binary files a/img/logo-mdn.png and b/img/logo-mdn.png differ
diff --git a/index.html b/index.html
index 049b667..70184eb 100644
--- a/index.html
+++ b/index.html
@@ -59,7 +59,7 @@
 	<a href="http://smashingmagazine.com" target="_blank"><img src="img/logo-smashing.png" alt="Smashing Magazine" /></a>
 	<a href="http://alistapart.com" target="_blank"><img src="img/logo-ala.png" alt="A List Apart" /></a>
 	<a href="http://webplatform.org" target="_blank"><img src="img/logo-wpd.png" alt="WebPlatform.org" /></a>
-	<a href="https://developer.mozilla.org/" target="_blank"><img src="img/logo-mdn.png" alt="Mozilla Developer Network (MDN)" /></a>
+	<a href="https://developer.mozilla.org/" target="_blank"><img src="img/logo-mdn.png" alt="Mozilla Developer Network (MDN)" style="max-height: 100px;" /></a>
 	<a href="http://typeplate.com" target="_blank"><img src="img/logo-typeplate.png" alt="Typeplate" style="max-width: 100px;" /></a>
 	
 	<p>It’s also used on <a href="https://brendaneich.com/2012/10/harmony-of-dreams-come-true/" target="_blank">the personal blog of Brendan Eich</a>, creator of JavaScript itself!</p>