index.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. <!DOCTYPE html>
  2. <html class="no-js">
  3. <head>
  4. <link rel="stylesheet" href="/assets/css/include.css" type="text/css" media="screen" />
  5. <script type="text/javascript" src="/assets/js/modernizr.custom.js"></script>
  6. <script type="text/javascript" src="/assets/js/load.js"></script>
  7. <script type="text/javascript" src="http://use.typekit.com/cbx6gxx.js"></script>
  8. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  9. <script type='text/javascript' src='/javascripts/jquery.min.js'></script>
  10. <script type='text/javascript' src='/javascripts/es5-shim.min.js'></script>
  11. <script type='text/javascript' src='/javascripts/protodiv.js'></script>
  12. <script type='text/javascript' src='/javascripts/main.js'></script>
  13. <script type='text/javascript' src='/socket.io/socket.io.js'></script>
  14. </head>
  15. <body>
  16. <div class="header">
  17. <div class="container-12 highlight">
  18. <div class="grid-3">
  19. <a id="logo" href="/">
  20. <img src="/assets/img/logo-light.png" alt="FinalsClub" />
  21. </a>
  22. </div>
  23. <div class="grid-9">
  24. <nav id="user-nav" class="small">
  25. <ul>
  26. <li><span class="username">Guest</span></li>
  27. <li><a id=login_link href="/login">Login</a></li>
  28. </ul>
  29. </nav>
  30. <nav id="main-nav" class="small">
  31. <ul>
  32. <li><a href="/schools" id=school_link class="nav"><em class="icon"></em>Courses</a></li>
  33. <li><a href="http://blog.finalsclub.org"><em class="icon"></em>Blog</a></li>
  34. <li><a href="/archive" id=archive_link class="nav"><em class="icon"></em>Library</a></li>
  35. <li><a href="/press" id=press_link class="nav"><em class="icon"></em>Press</a></li>
  36. <li><a href="/register" id=register_link class="nav"><em class="icon"></em>Register</a></li>
  37. <li><a href="/profile" id=profile_link class="nav"><em class="icon"></em>Profile</a></li>
  38. <!-- li><a href="#" class="donate"><em class="icon"></em><em class="lc yellow">Donate</em></a></li -->
  39. </ul>
  40. </nav>
  41. </div>
  42. </div>
  43. </div>
  44. <hr class="stripes" />
  45. <div id="topofcontent"></div>
  46. <div id="messages" class="page"><span id="PROTO_message" class="__type__">__msg__</span></div>
  47. <div class="content">
  48. <style>
  49. /* The is here is because it's related less to "styling" and more to UI "behavior" */
  50. .page { display: none; }
  51. </style>
  52. <noscript>
  53. This site requires JavaScript to properly function.
  54. Please enable JavaScript or use a modern browser such as
  55. <a href="http://google.com/chrome">Google Chrome</a>
  56. or
  57. <a href="http://firefox.com">Firefox</a>.
  58. </noscript>
  59. <div class=page id=pg_home>
  60. <div class="grid-12">
  61. <div class="padded-loose">
  62. <h1 class="large-huge spaced centered">Welcome to FinalsClub! <span class="small">Collaborate. Learn. Share.</span></h1>
  63. </div>
  64. </div>
  65. <div class="grid-10 grid-centered">
  66. <div class="padded-loose">
  67. <p class="no-top-margin">
  68. Thank you for visiting FinalsClub.org, a 501(c)(3) non-profit open education
  69. project dedicated to helping college students share knowledge freely online. While you learn better, faster, and smarter by using FinalsClub with your classmates,
  70. we also encourage you to share your scholarship to benefit curious minds everywhere.
  71. </p>
  72. <p>
  73. Getting started is easy. Just register with your school email address and confirm
  74. your account. Then find your courses or add a new ones. You can also browse our
  75. Library to learn something new. Thank you for helping us improve access to education,
  76. one lecture at a time.
  77. </p>
  78. </div>
  79. </div>
  80. <div class="grid-12">
  81. <div class="button-set vertical half-width centered-rt-parent half-width-buttons">
  82. <button class="green">Sign Up</button>
  83. <button class="blue">Learn Something</button>
  84. </div>
  85. </div>
  86. <div class="container-12 spacer">
  87. <hr class="stripes spacer" />
  88. <div class="grid-6">
  89. <h3 class="heading">Check out our Screencasts</h3>
  90. <div class="video-wrapper">
  91. <iframe src="http://player.vimeo.com/video/30647271?title=0&amp;byline=0&amp;portrait=0&amp;color=367da9" width="460" height="259" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe> </div>
  92. </div>
  93. <div class="grid-6">
  94. <h3 class="heading">We currently support the following schools</h3>
  95. <div class="schools">
  96. <ul>
  97. <li><em class="sprite-school brown">Brown Logo</em></li>
  98. <li><em class="sprite-school columbia">Columbia Logo</em></li>
  99. <li><em class="sprite-school cornell">Cornell Logo</em></li>
  100. <li><em class="sprite-school dartmouth">Dartmouth Logo</em></li>
  101. <li><em class="sprite-school shield">School Logo</em></li>
  102. <li><em class="sprite-school mit">MIT Logo</em></li>
  103. <li><em class="sprite-school lock_haven">Lock Haven Logo</em></li>
  104. <li><em class="sprite-school cal">Cal Tech Logo</em></li>
  105. <li><em class="sprite-school texas">University of Texas Logo</em></li>
  106. <li><em class="sprite-school yale">Yale Logo</em></li>
  107. <li><em class="sprite-school penn">Penn Logo</em></li>
  108. <li><em class="sprite-school harvard">Harvad Logo</em></li>
  109. </ul>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class=page id=pg_schools>
  115. <h1>Universities</h1>
  116. <div class="proto school" id=PROTO_school onclick="goPage('/school/___id__')">
  117. <div class=name>__name__</div>
  118. <div class=desc>__description__</div>
  119. </div>
  120. </div>
  121. <div class=page id=pg_courses>
  122. <h1>Courses for <span id=school_name></span></h1>
  123. <div class="proto course" id=PROTO_course>
  124. <div class=dept>__department__</div>
  125. <div class=name>
  126. <a href="/course/___id__">__number__: __name__</a>
  127. </div>
  128. </div>
  129. <div>
  130. <span class="sub_menu" style="display:none;">
  131. <a href="" id="new_course">New Course</a>
  132. </span>
  133. <form method="POST" id="form_course" style="display:none;">
  134. <h1>Create New Course</h1>
  135. <p>Use this form to create a new course. After creating the course, you can create a lecture within it.</p>
  136. <div class="row">
  137. <div class="label">Course number</div>
  138. <div class="field">
  139. <input type="text" name="number">
  140. </div>
  141. </div>
  142. <div class="row">
  143. <div class="label">Course name</div>
  144. <div class="field">
  145. <input type="text" name="name">
  146. </div>
  147. </div>
  148. <div class="row">
  149. <div class="label">Course subject</div>
  150. <div class="field">
  151. <input type="text" name="subject">
  152. </div>
  153. </div>
  154. <div class="row">
  155. <div class="label">Course department</div>
  156. <div class="field">
  157. <input type="text" name="department">
  158. </div>
  159. </div>
  160. <div class="row">
  161. <div class="label">Instructor's Name</div>
  162. <div class="field">
  163. <input type="text" name="instructorName">
  164. </div>
  165. </div>
  166. <div class="row">
  167. <div class="label">Instructor's Email</div>
  168. <div class="field">
  169. <input type="text" name="email">
  170. </div>
  171. </div>
  172. <div class="row">
  173. <div class="label">&nbsp;</div>
  174. <div class="field">
  175. <button>Create Course</button>
  176. </div>
  177. </div>
  178. </form>
  179. </div>
  180. </div>
  181. <div class=page id=pg_lectures>
  182. <div class="proto lectures_head" id=PROTO_lectures_head>
  183. <h1>Lectures for Course __number__ : __name__</h1>
  184. Subject: __subject__<br>
  185. Department: __department__<br>
  186. </div>
  187. <div class="proto lectures_instructor" id=PROTO_lectures_instructor>
  188. Instructor: __name__ <span class="instructor_email">(__email__)</span><br>
  189. </div>
  190. <div class="proto lecture" id=PROTO_lecture>
  191. <div class=name>
  192. <a href="/lecture/___id__">__name__</a><br>
  193. Created: __date__<br>
  194. </div>
  195. </div>
  196. <div>
  197. <span class="sub_menu" style="display:none;">
  198. <a href="" id="new_lecture">New Lecture</a>
  199. </span>
  200. <form method="POST" id="form_lecture" style="display:none;">
  201. <h1>Create New Lecture</h1>
  202. <p>Use this form to create a new lecture. After creating the lecture, you can then create a notes-taking session within it.</p>
  203. <div class="row">
  204. <div class="label">Lecture Name</div>
  205. <div class="field">
  206. <input type="text" name="name">
  207. </div>
  208. </div>
  209. <div class="row">
  210. <div class="label">&nbsp;</div>
  211. <div class="field">
  212. <button>Create Lecture</button>
  213. </div>
  214. </div>
  215. </form>
  216. </div>
  217. </div>
  218. <div class=page id=pg_notes>
  219. <div class="proto notes_head" id=PROTO_notes_head>
  220. <h1>Note pads for Course __number__ : __name__</h1>
  221. Subject: __subject__<br>
  222. Department: __department__<br>
  223. </div>
  224. <div class="proto notes_instructor" id=PROTO_notes_instructor>
  225. Instructor: __name__ <span class="instructor_email">(__email__)</span><br>
  226. </div>
  227. <div class="proto note" id=PROTO_note>
  228. <div class=name>
  229. <a href="/note/___id__">__name__</a> Visits: __visits__
  230. </div>
  231. </div>
  232. <div>
  233. <span class="sub_menu" style="display:none;">
  234. <a href="" id="new_note">New Note Pad</a>
  235. </span>
  236. <form method="POST" id="form_note" style="display:none;">
  237. <h1>Create New Note Pad</h1>
  238. <p>Use this form to create a new note pad. You can then use this as a notes-taking session.</p>
  239. <div class="row">
  240. <div class="label">Note Pad Name</div>
  241. <div class="field">
  242. <input type="text" name="name">
  243. </div>
  244. </div>
  245. <div class="row">
  246. <div class="label">Private</div>
  247. <div class="field">
  248. <input type="checkbox" name="private" value="true">
  249. </div>
  250. </div>
  251. <div class="row">
  252. <div class="label">&nbsp;</div>
  253. <div class="field">
  254. <button>Create Note Pad</button>
  255. </div>
  256. </div>
  257. </form>
  258. </div>
  259. </div>
  260. <div class=page id=pg_archive_subjects>
  261. <h1>Archived Subjects</h1>
  262. <p>
  263. Please browse our archive of past courses
  264. covered at Harvard from 2008 through 2010.
  265. </p>
  266. <ul>
  267. <li class=proto id=PROTO_archive_subject>
  268. <a href="/archive/subject/__id__">__name__</a>
  269. </li>
  270. </ul>
  271. </div>
  272. <div class=page id=pg_archive_courses>
  273. <h1>Archived Courses</h1>
  274. <ul>
  275. <li class=proto id=PROTO_archive_course>
  276. <a href="/archive/course/__id__">__name__</a>
  277. </li>
  278. </ul>
  279. </div>
  280. <div class=page id=pg_archive_notes>
  281. <h1>Archived Notes</h1>
  282. <ul>
  283. <li class=proto id=PROTO_archive_note>
  284. <a href="/archive/note/___id__">__topic__</a>
  285. </li>
  286. </ul>
  287. </div>
  288. <div class=page id=pg_archive_note_display>
  289. <div id=PROTO_archive_note_display>
  290. <h1>__topic__</h1>
  291. <div>__text__</div>
  292. </div>
  293. </div>
  294. <div class=page id=pg_register>
  295. <h1>Create an Account</h1>
  296. <form id="form_register" action="/register" method="POST">
  297. <div class="zarea">
  298. <div class="row">
  299. <div class="label">
  300. <label for="email">Email</label>
  301. </div>
  302. <div class="field">
  303. <input type="text" name="email">
  304. </div>
  305. </div>
  306. <div class="row">
  307. <div class="label">
  308. <label for="password">Password</label>
  309. </div>
  310. <div class="field">
  311. <input type="password" name="password">
  312. </div>
  313. </div>
  314. <div class="row">
  315. <div class="label">
  316. <label for="school">School</label>
  317. </div>
  318. <div class="field">
  319. <select name="school">
  320. <option value="Berkeley">Berkeley</option>
  321. <option value="Brown">Brown</option>
  322. <option value="Columbia">Columbia</option>
  323. <option value="Cornell">Cornell</option>
  324. <option value="Dartmouth">Dartmouth</option>
  325. <option value="Harvard">Harvard</option>
  326. <option value="MIT">MIT</option>
  327. <option value="Princeton">Princeton</option>
  328. <option value="Stanford">Stanford</option>
  329. <option value="UPenn">UPenn</option>
  330. <option value="University of Texas">University of Texas</option>
  331. <option value="Yale">Yale</option>
  332. <option value="Other">Other</option>
  333. </select>
  334. </div>
  335. </div>
  336. <div class="row">
  337. <div class="label">
  338. <label for="name">Name</label>
  339. </div>
  340. <div class="field">
  341. <input type="text" name="name">
  342. </div>
  343. </div>
  344. <div class="row">
  345. <div class="label">
  346. <label for="affil">Affiliation</label>
  347. </div>
  348. <div class="field">
  349. <select name="affil">
  350. <option value="Student">Student</option>
  351. <option value="Teachers Assistant">Teachers Assistant</option>
  352. </select>
  353. </div>
  354. </div>
  355. <div class="row">
  356. <div class="label">
  357. &nbsp;
  358. </div>
  359. <div class="field">
  360. <button>Register</button>
  361. </div>
  362. </div>
  363. </div>
  364. </form>
  365. </div>
  366. <div class="page" id="pg_profile">
  367. <h1>User Profile</h1>
  368. <form id="form_profile" action="/profile" method="POST">
  369. <h2>Account Information</h2>
  370. <div class="area">
  371. <div class="row">
  372. <div class="label">
  373. <span>Email</span>
  374. </div>
  375. <div class="field">
  376. <span class="email"></span>
  377. </div>
  378. </div>
  379. <div class="row">
  380. <div class="label">
  381. <label for="affiliation">Affiliation</label>
  382. </div>
  383. <div class="field">
  384. <select id="affiliation" name="affiliation">
  385. <option value="Student">Student</option>
  386. <option value="Teachers Assistant">Teachers Assistant</option>
  387. </select>
  388. </div>
  389. </div>
  390. </div>
  391. <h2>Profile Information</h2>
  392. <div class="area">
  393. <div class="row">
  394. <div class="label">
  395. <label for="name">User Name</label>
  396. </div>
  397. <div class="field">
  398. <input id="name" type="text" name="name" value="">
  399. </div>
  400. </div>
  401. <div class="row">
  402. <div class="label">
  403. <label>&nbsp;</label>
  404. </div>
  405. <div class="field">
  406. <input style="width: auto;" id="showName" type="checkbox" name="showName">
  407. Display your real name in contributions
  408. </div>
  409. </div>
  410. <!--
  411. <div class="row">
  412. <div class="label">
  413. <label for="major">Major</label>
  414. </div>
  415. <div class="field">
  416. <input id="major" type="text" name="major" value="">
  417. </div>
  418. </div>
  419. <div class="row">
  420. <div class="label">
  421. <label for="bio">Bio</label>
  422. </div>
  423. <div class="field">
  424. <input id="bio" type="text" name="bio" value="">
  425. </div>
  426. </div>
  427. -->
  428. </div>
  429. <h2>Change Password</h2>
  430. <div class="area">
  431. <div class="row">
  432. <div class="label">
  433. <label for="existingPassword">Old Password</label>
  434. </div>
  435. <div class="field">
  436. <input id="existingPassword" type="password" name="existingPassword">
  437. </div>
  438. </div>
  439. <div class="row">
  440. <div class="label">
  441. <label for="newPassword">New Password</label>
  442. </div>
  443. <div class="field">
  444. <input id="newPassword" type="password" name="newPassword">
  445. </div>
  446. </div>
  447. <div class="row">
  448. <div class="label">
  449. <label for="newPasswordConfirm">Confirm Password</label>
  450. </div>
  451. <div class="field">
  452. <input id="newPasswordConfirm" type="password" name="newPasswordConfirm">
  453. </div>
  454. </div>
  455. </div>
  456. <div class="row">
  457. <div class="label">&nbsp;</div>
  458. <div class="field">
  459. <button>Submit</button>
  460. </div>
  461. </div>
  462. </form>
  463. </div>
  464. <div class=page id=pg_login>
  465. <h1>Login</h1>
  466. <form id="form_login" action="/login" method="POST">
  467. <div class="zarea">
  468. <div class="row">
  469. <div class="label">
  470. <label for="email">Email</label>
  471. </div>
  472. <div class="field">
  473. <input type="text" name="email" size="15" value="joe@sleepless.com">
  474. </div>
  475. </div>
  476. <div class="row">
  477. <div class="label">
  478. <label for="password">Password</label>
  479. </div>
  480. <div class="field">
  481. <input type="password" name="password" size="15">
  482. </div>
  483. </div>
  484. <div class="row">
  485. <div class="label">&nbsp;
  486. </div>
  487. <div class="field">
  488. <button class="major">Login</button>
  489. <span class="reglink">
  490. <a href="/resetpass">Forgot password?</a>
  491. </span>
  492. </div>
  493. </div>
  494. <div class="row">
  495. <div class="label">&nbsp;
  496. </div>
  497. <div class="field">
  498. <span class="reglink">
  499. <a href="/register">Create an Account</a>
  500. </span>
  501. </div>
  502. </div>
  503. </div>
  504. </form>
  505. </div>
  506. <div class="page" id="pg_resetpass">
  507. <h1>Password Reset</h1>
  508. <form id="form_resetpass" action="/resetpass" method="POST">
  509. <div class="zarea">
  510. <p>To reset your password, enter your email address click "Reset". An email will be sent to you with a link to reset your password.</p>
  511. <div class="row">
  512. <div class="label">
  513. <label for="email">Email</label>
  514. </div>
  515. <div class="field">
  516. <input type="text" name="email" size="15" value="">
  517. </div>
  518. </div>
  519. <div class="row">
  520. <div class="label">&nbsp;</div>
  521. <div style="min-width: 200px" class="field">
  522. <button>Reset</button>
  523. </div>
  524. </div>
  525. </div>
  526. </form>
  527. </div>
  528. <div class="page" id="pg_resetpw">
  529. <h1>Password Reset</h1>
  530. <form id="form_resetpw" action="/resetpw" method="POST">
  531. <div class="zarea">
  532. <p>To verify and reset your password, type the full email address and your new password twice, then click submit.</p>
  533. <div class="row">
  534. <div class="label">
  535. <label for="email">Email</label>
  536. </div>
  537. <div class="field">
  538. <input type="text" name="email" size="15" value="">
  539. </div>
  540. </div>
  541. <div class="row">
  542. <div class="label">
  543. <label for="pass1">New Password</label>
  544. </div>
  545. <div class="field">
  546. <input type="password" name="pass1" size="15" value="">
  547. </div>
  548. </div>
  549. <div class="row">
  550. <div class="label">
  551. <label for="pass2">Repeat New Password</label>
  552. </div>
  553. <div class="field">
  554. <input type="password" name="pass2" size="15" value="">
  555. </div>
  556. </div>
  557. <div class="row">
  558. <div class="label">&nbsp;</div>
  559. <div style="min-width: 200px" class="field">
  560. <button>Reset</button>
  561. </div>
  562. </div>
  563. </div>
  564. </form>
  565. </div>
  566. <div class=page id=pg_conduct>
  567. <div class="conduct">
  568. <h1>Code of Conduct</h1>
  569. <p class="academic">
  570. <img src="/images/keep-it-academic.png" alt="Keep it academic.">
  571. </p>
  572. <p class="vague">
  573. This directive is deliberately vague to
  574. accommodate creative humor, insight, and exploration.<br>
  575. Disruptive or irrelevant material, however,
  576. will be subject to removal.<br>
  577. Just keep it academic, and we'll all be better off.<br>
  578. </p>
  579. </div>
  580. </div>
  581. <div class=page id=pg_press>
  582. <h1>FinalsClub in the Press</h1>
  583. <div class="press">
  584. <img src="/images/boston.com.png" class="press">
  585. <p class="date">December 13, 2009</p>
  586. <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>
  587. <p>Then, two years ago, Magliozzi started up a side project called Finalsclub.org.</p>
  588. <p class="readmore">
  589. <a href="http://www.boston.com/bostonglobe/ideas/articles/2009/12/13/freeharvardeducationcom">Read more ...</a>
  590. </p>
  591. </div>
  592. <hr>
  593. <div class="press">
  594. <img src="/images/harvard-crimson.jpg" class="press">
  595. <p class="date">Wednesday, February 18, 2009</p>
  596. <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>
  597. <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>
  598. <p class="readmore">
  599. <a href="http://www.thecrimson.com/article/2009/2/18/finalscluborg-passes-punch-span-stylefont-weight-boldcorrection">Read more ...</a>
  600. </p>
  601. </div>
  602. <hr>
  603. <div class="press">
  604. <img src="/images/blown-to-bits.png" class="press">
  605. <p class="date">September 27th, 2009</p>
  606. <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>
  607. <p class="readmore">
  608. <a href="http://www.bitsbook.com/2009/09/a-harvard-skirmish-in-the-copyright-wars">Read more ...</a>
  609. </p>
  610. </div>
  611. </div>
  612. <div class=page id=pg_notfound>
  613. <h1>Page Not Found</h1>
  614. Sorry, there is no content for this page.
  615. </div>
  616. </div>
  617. <hr class="stripes bordered" />
  618. <div class="footer small">
  619. <div class="container-12">
  620. <div class="grid-12">
  621. <nav id="footer-nav">
  622. <ul>
  623. <li><a href="/conduct">Code of Conduct</a></li>
  624. <li><a href="http://blog.finalsclub.org/about.html">About</a></li>
  625. <li><a href="http://blog.finalsclub.org/contact.html">Contact</a></li>
  626. <li><a href="http://blog.finalsclub.org/legal.html">Legal</a></li>
  627. <li><a href="http://blog.finalsclub.org/team.html">Team</a></li>
  628. </ul>
  629. </nav>
  630. <p>Copyright 2011 Finals Club. All rights reserved.</p>
  631. <div class="creative_commons">
  632. <div class="section">
  633. <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
  634. <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
  635. </a>
  636. <br />
  637. </div>
  638. <div class="section">
  639. This work is licensed under a
  640. <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
  641. </div>
  642. </div>
  643. </div>
  644. </div>
  645. </div>
  646. </body>
  647. </html>