Commit 855715727a347d207d3719e3e3511c82ea630afb

Lea Verou 2013-05-18T20:37:41

Added tutorials section to homepage

diff --git a/index.html b/index.html
index 011205f..575f1f1 100644
--- a/index.html
+++ b/index.html
@@ -157,6 +157,27 @@
 	<p>It’s very easy to <a href="extending.html#writing-plugins">write your own Prism plugins</a>. Did you write a plugin for Prism that you want added to this list? <a href="https://github.com/LeaVerou/prism" target="_blank">Send a pull request</a>!</p>
 </section>
 
+<section id="tutorials">
+	<h1>Third-party tutorials</h1>
+	
+	<p>Several tutorials have been written by members of the community to help you integrate Prism into multiple different website types and configurations:</p>
+	
+	<ul>
+		<li><a href="http://www.kevinlorenz.com/blog/prism_js">Syntax highlighting with Prism.js</a></li>
+		<li><a href="http://wp.tutsplus.com/tutorials/plugins/adding-a-syntax-highlighter-shortcode-using-prism-js/">Adding a Syntax Highlighter Shortcode Using Prism.js | WPTuts+</a></li>
+		<li><a href="http://www.stramaxon.com/2012/07/prism-syntax-highlighter-for-blogger.html">Implement PrismJs Syntax Highlighting to your Blogger/BlogSpot</a></li>
+		<li><a href="http://www.allblogtools.com/tricks-and-hacks/beautify-source-codes-in-your-posts-with-prism-syntax-highlighter-for-blogger/">Beautify Source Codes In Your Posts With Prism Syntax Highlighter For Blogger</a></li>
+		<li><a href="http://dotnordic.se/extending-and-customizing-prism-syntax-highlighter/">Extending and customizing Prism syntax highlighter</a></li>
+		<li><a href="http://davidpeach.co.uk/2013/02/prism-js-code-highlighter/">Prism JS Code Highlighter</a></li>
+		<li><a href="http://schier.co/post/how-to-re-run-prismjs-on-ajax-content">How To Re-Run Prism.js On AJAX Content</a></li>
+		<li><a href="http://www.semisedlak.com/article/highlight-your-code-syntax-with-prismjs/">Highlight your code syntax with Prism.js</a></li>
+	</ul>
+	
+	<p>Please note that the tutorials listed here are not verified to contain correct information. Read at your risk and always check the official documentation here if something doesn’t work :)</p>
+	
+	<p>Have you written a tutorial about Prism that’s not already included here? Send a pull request!</p>
+</section>
+
 <section id="credits">
 	<h1>Credits</h1>
 	<ul>