Commit f661a6771eebf5354edab58547450220794b3fb2

Lea Verou 2013-05-18T17:47:04

Added Used By section to Prism homepage

diff --git a/index.html b/index.html
index 12662c9..011205f 100644
--- a/index.html
+++ b/index.html
@@ -51,6 +51,17 @@
 	
 </header>
 
+<section id="used-by">
+	<h1>Used By</h1>
+	
+	<p>Prism is used on several websites, small and large. Some of them are:</p>
+	
+	<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>
+	
+	<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>
+
 <section id="examples">
 	<h1>Examples</h1>
 	
diff --git a/style.css b/style.css
index 02f51eb..09047d8 100644
--- a/style.css
+++ b/style.css
@@ -357,4 +357,9 @@ footer {
 	content: '☠';
 	float: right;
 	font: 100px/1.6 LeaVerou;
+}
+
+#used-by img {
+	max-width: 200px;
+	margin-right: 20px;
 }
\ No newline at end of file