Inital Commit
[oweals/finalsclub.git] / views / index.jade
1 div.contenthome
2         div.tagline
3                 p
4                         | Welcome to FinalsClub.org, a 501(c)(3) non-profit open education project dedicated to helping college students collaborate, learn, and share their knowledge freely online.
5                 p
6                         | Please create an account with your school email address to try our tools or browse our course archive to learn something new.  Thank you for helping us improve access to education, one lecture at a time.
7                 p
8                         div.button.green#learnsomething Learn something >> 
9
10 script.
11         $("#learnsomething").click(function() {
12                 document.location = "/learn/random";
13         });