Commit 99a95d2556a9d24d821771457b590c0d43447f2b

Gray Ghost Visuals 2013-05-18T14:06:21

Adds Typeplate Logo to Used By Section

diff --git a/img/logo-typeplate-avatar.jpg b/img/logo-typeplate-avatar.jpg
new file mode 100644
index 0000000..770ba2a
Binary files /dev/null and b/img/logo-typeplate-avatar.jpg differ
diff --git a/img/logo-typeplate.png b/img/logo-typeplate.png
new file mode 100644
index 0000000..4fb8866
Binary files /dev/null and b/img/logo-typeplate.png differ
diff --git a/index.html b/index.html
index 575f1f1..c18f3ce 100644
--- a/index.html
+++ b/index.html
@@ -58,6 +58,7 @@
 	
 	<a href="http://smashingmagazine.com" target="_blank"><img src="http://www.smashingmagazine.com/wp-content/themes/smashingv4/images/logo.png" alt="Smashing Magazine" /></a>
 	<a href="http://alistapart.com" target="_blank"><img src="http://happycog.com/m/content/logo-ala.png" alt="A List Apart" /></a>
+	<a href="http://typeplate.com" target="_blank"><img src="./img/logo-typeplate.png" alt="Typeplate: A typographic starter kit for great Web typography" /></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>
 </section>
diff --git a/style.css b/style.css
index 09047d8..bdd21ce 100644
--- a/style.css
+++ b/style.css
@@ -362,4 +362,5 @@ footer {
 #used-by img {
 	max-width: 200px;
 	margin-right: 20px;
+	vertical-align: middle;
 }
\ No newline at end of file