From 8ccd98466796226a38a237aa36942b8e49bf05f7 Mon Sep 17 00:00:00 2001 From: "fcdev@sleepless.com" Date: Sat, 12 Nov 2011 22:08:09 +0000 Subject: [PATCH] coding up index.html --- public/index.html | 362 +++++++++++++++++++++++++++++++++++++ public/stylesheets/fc2.css | 2 +- 2 files changed, 363 insertions(+), 1 deletion(-) create mode 100644 public/index.html diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..52ce36a --- /dev/null +++ b/public/index.html @@ -0,0 +1,362 @@ + + + + + FinalsClub.org + + + + + + + + + + + + + + + + + + +
+
+
 
+
+ +
 
+
+ + + +
+ + + + + +
+
+
+

+ 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. +

+

+ 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. +

+

+
Learn something >>
+

+ +
+
+ +
+ + + +
+

Universities

+
+
+ __name__ + (__numCourses__ courses) +
+
+
+ + + +
+

Courses for

+ + +
+ + + + +
+

Create an Account

+
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+   +
+
+ +
+
+
+
+
+ + + +
+
+

Code of Conduct

+

+ Keep it academic. +

+

+ This directive is deliberately vague to + accommodate creative humor, insight, and exploration.
+ Disruptive or irrelevant material, however, + will be subject to removal.
+ Just keep it academic, and we'll all be better off.
+

+
+
+ + + + +
+

FinalsClub in the Press

+
+ +

December 13, 2009

+

Plenty of Harvard graduates have traded on the fame and prestige of their alma mater, but few have done so the way Andrew Magliozzi has. The year he graduated, 2005, he started a tutoring company located steps from Harvard Yard, with a name, Veritas, that is the motto of his storied alma mater.

+

Then, two years ago, Magliozzi started up a side project called Finalsclub.org.

+

+ Read more ... +

+
+
+
+ +

Wednesday, February 18, 2009

+

A rapidly growing course preparatory Web site, FinalsClub.org, is moving forward with a plan to expand its site in spite of controversy over the legality of the venture.

+

The Web site, which allows students to share notes, create study groups, and blog about lectures and sections, recently hired 10 Harvard College students to serve as BETA testers for the site.

+

+ Read more ... +

+
+
+
+ +

September 27th, 2009

+

Computer Science professor and former Dean of Harvard, Harry Lewis, embraces FinalsClub's work and its guiding principle of open education. Even as Harvard University has not been wholly sympathetic to the FinalsClub mission, invoking the Copyright Act of 1976, assuming a similar position to other major institutions such as University of Texas, Lewis supports working towards the proverbial "temple of the free exchange of ideas." A course he taught in the Harvard Extension School was also shared freely online.

+

+ Read more ... +

+
+
+ + + + + + + +
+ + + + + +
+

+ This work is licensed under a + Creative Commons Attribution-ShareAlike 3.0 + United States License +

+

+ Creative Commons License + Real Time Web Analytics +

+
+ + + + + + diff --git a/public/stylesheets/fc2.css b/public/stylesheets/fc2.css index baa68f5..77cc7f0 100644 --- a/public/stylesheets/fc2.css +++ b/public/stylesheets/fc2.css @@ -641,7 +641,7 @@ div.school { -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, .3); } */ -.content .container1 h1 { +.content h1 { border-bottom: 2px solid #5c6572; background: transparent url("/images/bg_main-heading.gif") 0 100% repeat-x; font-family: Georgia, helvetica; -- 2.25.1