summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2013-03-13 21:14:19 -0700
committerjakefeasel <jfeasel@gmail.com>2013-03-13 21:14:19 -0700
commit5e074d95f8df56208d7920b74a83d497756bbfdc (patch)
tree5a7ce4cb6fb6624ab6e7f84e84310e4cb3d946ed
parent1d662e2bfcfbb04001dd795e7c43c328a1ab1690 (diff)
downloadsqlfiddle-5e074d95f8df56208d7920b74a83d497756bbfdc.zip
sqlfiddle-5e074d95f8df56208d7920b74a83d497756bbfdc.tar.gz
sqlfiddle-5e074d95f8df56208d7920b74a83d497756bbfdc.tar.bz2
Adding new video on about page
-rw-r--r--src/main/webapp/about.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/main/webapp/about.html b/src/main/webapp/about.html
index afa3c45..637aef4 100644
--- a/src/main/webapp/about.html
+++ b/src/main/webapp/about.html
@@ -124,7 +124,7 @@
<hr>
</div>
- <div class="span12 panel pull-left">
+ <div class="span9 panel pull-left">
<h2>What am I supposed to do here?</h2>
<p>
If you do not know SQL or basic database
@@ -153,6 +153,19 @@
whole installation for your evaluation; just create your database and queries here!
</p>
</div>
+ <div class="span3 panel pull-right">
+ <div class="thumbnail">
+ <div class="image">
+ <iframe width="270" height="180" src="http://www.youtube.com/embed/DDVOMRvyAS4?rel=0" frameborder="0" allowfullscreen></iframe>
+ </div>
+ <div class="caption">
+ <h5>SQLFiddle : SQL Online Practice Tool</h5>
+ <p>
+ <a href="http://allzhere.in/2013/03/12/sql-fiddle-runexecute-sql-online/" target="_blank"><span class="label">AllzHere</span></a> has made a nice <a href="http://youtu.be/DDVOMRvyAS4" target="_blank">instructional video</a> and <a href="http://allzhere.in/2013/03/12/sql-fiddle-runexecute-sql-online/" target="_blank">blog post</a> for getting started with SQL Fiddle.
+ </p>
+ </div>
+ </div>
+ </div>
<a name="howWorks"></a>