index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <!--
  4. Currently tested with:
  5. Mac Windows
  6. ______________________
  7. Chrome | 15 -
  8. Safari | 5 -
  9. FF | 8 8
  10. IE | N/A 9
  11. -->
  12. <head>
  13. <title>FinalsClub.org</title>
  14. <!-- XXX Some SEO here would be nice -->
  15. <link rel='stylesheet' href='/stylesheets/fc2.css'>
  16. <script type='text/javascript' src='/javascripts/jquery.min.js'></script>
  17. <script type='text/javascript' src='/javascripts/es5-shim.min.js'></script>
  18. <script type='text/javascript' src='/socket.io/socket.io.js'></script>
  19. <script type='text/javascript' src='/javascripts/protodiv.js'></script>
  20. <script type='text/javascript' src='/javascripts/main.js'></script>
  21. <meta name="viewport" content="width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0">
  22. <meta name="apple-touch-icon" href=""> <!-- XXX -->
  23. <meta name="icon" href="">
  24. </head>
  25. <body>
  26. <div class="masthead">
  27. <div class="logbar">
  28. <div class="loginstatus">&nbsp;</div>
  29. </div>
  30. <div class="navbar">
  31. <table>
  32. <tr>
  33. <td>
  34. <a href="/"><img src="/images/finals-club-wht.png" class="logo"/></a>
  35. </td>
  36. <td class="menu">
  37. <a href="javascript:goPage('/schools')">Start Here!</a>
  38. <a href="http://blog.finalsclub.org">Blog</a>
  39. <a href="javascript:goPage('/archive')">Archive</a>
  40. <a href="javascript:goPage('/press')">Press</a>
  41. <a href="javascript:goPage('/register')">Create an Account</a>
  42. <a href="javascript:goPage('/login')" class="special">Login</a>
  43. </td>
  44. </tr>
  45. </table>
  46. </div>
  47. <div class="logbar">&nbsp;</div>
  48. </div>
  49. <div id="topofcontent"></div>
  50. <div class="content">
  51. <style>
  52. /* The is here is because it's related less to "styling" and more to UI "behavior" */
  53. .page { display: none; }
  54. </style>
  55. <div class=page id=pg_home>
  56. <div class="contenthome">
  57. <div class="tagline">
  58. <p>
  59. Welcome to FinalsClub.org, a 501(c)(3) non-profit
  60. open education project dedicated to helping college
  61. students collaborate, learn, and share their
  62. knowledge freely online.
  63. </p>
  64. <p>
  65. Please create an account with your school email address
  66. to try our tools or browse our course archive to learn
  67. something new.
  68. Thank you for helping us improve access to education,
  69. one lecture at a time.
  70. </p>
  71. <p></p>
  72. <div id="learnsomething" class="button green">Learn something &gt;&gt; </div>
  73. <p></p>
  74. <iframe src="http://player.vimeo.com/video/30647271?title=0&amp;byline=0&amp;portrait=0" width="350" height="250" frameborder="0" webkitallowfullscreen="webkitAllowFullScreen" allowfullscreen="allowFullScreen"></iframe>
  75. </div>
  76. </div>
  77. </div>
  78. <div class=page id=pg_schools>
  79. <h1>Universities</h1>
  80. <div class="proto school" id=PROTO_school onclick="goPage('/school/___id__')">
  81. <div class=name>__name__</div>
  82. <div class=desc>__description__</div>
  83. </div>
  84. </div>
  85. <div class=page id=pg_courses>
  86. <h1>Courses for <span id=school_name></span></h1>
  87. <div class="proto course" id=PROTO_course>
  88. <div class=dept>__department__</div>
  89. <div class=name>
  90. <a href="javascript:goPage('/course/___id__')">__number__: __name__</a>
  91. </div>
  92. </div>
  93. </div>
  94. <div class=page id=pg_lectures>
  95. <div class="proto lectures_head" id=PROTO_lectures_head>
  96. <h1>Lectures for Course __number__ : __name__</h1>
  97. Subject: __subject__<br>
  98. Department: __department__<br>
  99. </div>
  100. <div class="proto lectures_instructor" id=PROTO_lectures_instructor>
  101. Instructor: __name__ (__email__)<br>
  102. </div>
  103. <div class="proto lecture" id=PROTO_lecture>
  104. <div class=name>
  105. <a href="javascript:goPage('/lecture/___id__')">__name__</a><br>
  106. Created: __date__<br>
  107. </div>
  108. </div>
  109. </div>
  110. <div class=page id=pg_notes>
  111. <h1>Notepads </h1>
  112. <div class="proto note" id=PROTO_note>
  113. <div class=name>
  114. <a href="/note/___id__">__name__</a>
  115. </div>
  116. </div>
  117. </div>
  118. <div class=page id=pg_archive_subjects>
  119. <h1>Archived Subjects</h1>
  120. <p>
  121. Please browse our archive of past courses
  122. covered at Harvard from 2008 through 2010.
  123. </p>
  124. <ul>
  125. <li class=proto id=PROTO_archive_subject>
  126. <a href="javascript:goPage('/archive/subject/__id__')">__name__</a>
  127. </li>
  128. </ul>
  129. </div>
  130. <div class=page id=pg_archive_courses>
  131. <h1>Archived Courses</h1>
  132. <ul>
  133. <li class=proto id=PROTO_archive_course>
  134. <a href="javascript:goPage('/archive/course/__id__')">__name__</a>
  135. </li>
  136. </ul>
  137. </div>
  138. <div class=page id=pg_archive_notes>
  139. <h1>Archived Notes</h1>
  140. <ul>
  141. <li class=proto id=PROTO_archive_note>
  142. <a href="javascript:goPage('/archive/note/___id__')">__topic__</a>
  143. </li>
  144. </ul>
  145. </div>
  146. <div class=page id=pg_archive_note_display>
  147. <div id=PROTO_archive_note_display>
  148. <h1>__topic__</h1>
  149. <div>__text__</div>
  150. <pre>__err__</pre>
  151. </div>
  152. </div>
  153. <div class=page id=pg_register>
  154. <h1>Create an Account</h1>
  155. <form id="credentials" action="/register" method="POST">
  156. <div class="zarea">
  157. <div class="row">
  158. <div class="label">
  159. <label for="email">Email</label>
  160. </div>
  161. <div class="field">
  162. <input type="text" name="email">
  163. </div>
  164. </div>
  165. <div class="row">
  166. <div class="label">
  167. <label for="password">Password</label>
  168. </div>
  169. <div class="field">
  170. <input type="password" name="password">
  171. </div>
  172. </div>
  173. <div class="row">
  174. <div class="label">
  175. <label for="school">School</label>
  176. </div>
  177. <div class="field">
  178. <select name="school">
  179. <option value="Berkeley">Berkeley</option>
  180. <option value="Brown">Brown</option>
  181. <option value="Columbia">Columbia</option>
  182. <option value="Cornell">Cornell</option>
  183. <option value="Dartmouth">Dartmouth</option>
  184. <option value="Harvard">Harvard</option>
  185. <option value="MIT">MIT</option>
  186. <option value="Princeton">Princeton</option>
  187. <option value="Stanford">Stanford</option>
  188. <option value="UPenn">UPenn</option>
  189. <option value="University of Texas">University of Texas</option>
  190. <option value="Yale">Yale</option>
  191. <option value="Other">Other</option>
  192. </select>
  193. </div>
  194. </div>
  195. <div class="row">
  196. <div class="label">
  197. <label for="name">Name</label>
  198. </div>
  199. <div class="field">
  200. <input type="text" name="name">
  201. </div>
  202. </div>
  203. <div class="row">
  204. <div class="label">
  205. <label for="affil">Affiliation</label>
  206. </div>
  207. <div class="field">
  208. <select name="affil">
  209. <option value="Student">Student</option>
  210. <option value="Teachers Assistant">Teachers Assistant</option>
  211. </select>
  212. </div>
  213. </div>
  214. <div class="row">
  215. <div class="label">
  216. &nbsp;
  217. </div>
  218. <div class="field">
  219. <button>Register</button>
  220. </div>
  221. </div>
  222. </div>
  223. </form>
  224. </div>
  225. <div class=page id=pg_login>
  226. <h1>Login</h1>
  227. <form id="credentials" action="/login" method="POST">
  228. <div class="zarea">
  229. <div class="row">
  230. <div class="label">
  231. <label for="email">Email</label>
  232. </div>
  233. <div class="field">
  234. <input type="text" name="email" size="15" value="joe@sleepless.com">
  235. </div>
  236. </div>
  237. <div class="row">
  238. <div class="label">
  239. <label for="password">Password</label>
  240. </div>
  241. <div class="field">
  242. <input type="password" name="password" size="15">
  243. </div>
  244. </div>
  245. <div class="row">
  246. <div class="label">&nbsp;
  247. </div>
  248. <div class="field">
  249. <button class="major">Login</button>
  250. <span class="reglink">
  251. <a href="/resetpw">Forgot password?</a>
  252. </span>
  253. </div>
  254. </div>
  255. <div class="row">
  256. <div class="label">&nbsp;
  257. </div>
  258. <div class="field">
  259. <span class="reglink">
  260. <a href="/register">Create an Account</a>
  261. </span>
  262. </div>
  263. </div>
  264. </div>
  265. </form>
  266. </div>
  267. <div class=page id=pg_conduct>
  268. <div class="conduct">
  269. <h1>Code of Conduct</h1>
  270. <p class="academic">
  271. <img src="/images/keep-it-academic.png" alt="Keep it academic.">
  272. </p>
  273. <p class="vague">
  274. This directive is deliberately vague to
  275. accommodate creative humor, insight, and exploration.<br>
  276. Disruptive or irrelevant material, however,
  277. will be subject to removal.<br>
  278. Just keep it academic, and we'll all be better off.<br>
  279. </p>
  280. </div>
  281. </div>
  282. <div class=page id=pg_press>
  283. <h1>FinalsClub in the Press</h1>
  284. <div class="press">
  285. <img src="/images/boston.com.png" class="press">
  286. <p class="date">December 13, 2009</p>
  287. <p>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.</p>
  288. <p>Then, two years ago, Magliozzi started up a side project called Finalsclub.org.</p>
  289. <p class="readmore">
  290. <a href="http://www.boston.com/bostonglobe/ideas/articles/2009/12/13/freeharvardeducationcom">Read more ...</a>
  291. </p>
  292. </div>
  293. <hr>
  294. <div class="press">
  295. <img src="/images/harvard-crimson.jpg" class="press">
  296. <p class="date">Wednesday, February 18, 2009</p>
  297. <p>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. </p>
  298. <p>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. </p>
  299. <p class="readmore">
  300. <a href="http://www.thecrimson.com/article/2009/2/18/finalscluborg-passes-punch-span-stylefont-weight-boldcorrection">Read more ...</a>
  301. </p>
  302. </div>
  303. <hr>
  304. <div class="press">
  305. <img src="/images/blown-to-bits.png" class="press">
  306. <p class="date">September 27th, 2009</p>
  307. <p>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. </p>
  308. <p class="readmore">
  309. <a href="http://www.bitsbook.com/2009/09/a-harvard-skirmish-in-the-copyright-wars">Read more ...</a>
  310. </p>
  311. </div>
  312. </div>
  313. <div class=page id=pg_notfound>
  314. <h1>Page Not Found</h1>
  315. Sorry, there is no content for this page.
  316. </div>
  317. </div>
  318. <div class="footer">
  319. <table>
  320. <tr>
  321. <td class="col1">
  322. <div class="logo">
  323. <img src="/images/finals-club-wht.png" title="FinalsClub.org" class="lilogo"/>
  324. </div>
  325. <div>Copyright 2011</div>
  326. <div>All Rights Reserved</div>
  327. </td>
  328. <td class="col2">
  329. <a href="javascript:goPage('/conduct')">Code of Conduct</a>
  330. <a href="http://blog.finalsclub.org/about.html">About</a>
  331. <a href="http://blog.finalsclub.org/contact.html">Contact</a>
  332. <a href="http://blog.finalsclub.org/legal.html">Legal</a>
  333. <a href="http://blog.finalsclub.org/team.html">Team</a>
  334. </td>
  335. </tr>
  336. </table>
  337. </div>
  338. <div class="footerer">
  339. <p>
  340. This work is licensed under a
  341. Creative Commons Attribution-ShareAlike 3.0
  342. United States License
  343. </p>
  344. <p>
  345. <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png"/></a>
  346. <a href="http://mixpanel.com/f/partner"><img alt="Real Time Web Analytics" src="http://mixpanel.com/site_media/images/partner/badge_blue.png" style="border-width:0;margin:2px;"/></a>
  347. </p>
  348. </div>
  349. </body>
  350. </html>