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