notes list working w/1page
[oweals/finalsclub.git] / public / index.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='/socket.io/socket.io.js'></script>
14                 <script type='text/javascript' src='/javascripts/protodiv.js'></script>
15                 <script type='text/javascript' src='/javascripts/main.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="javascript:goPage('/schools')">Start Here!</a>
37                                                         <a href="http://blog.finalsclub.org">Blog</a>
38                                                         <a href="javascript:goPage('/archive')">Archive</a>
39                                                         <a href="javascript:goPage('/press')">Press</a>
40                                                         <a href="javascript:goPage('/register')">Create an Account</a>
41                                                         <a href="javascript:goPage('/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="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=course id=PROTO_course>
102                                         <div class=dept>__department__</div>
103                                         <div class=name>
104                                                 <a href="javascript:goPage('/course/___id__')">__number__: __name__</a>
105                                         </div>
106                                 </div>
107                         </div>
108
109
110
111                         <div class=page id=pg_lectures>
112                                 <div class=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=lectures_instructor id=PROTO_lectures_instructor>
118                                         Instructor: __name__ (__email__)<br>
119                                 </div>
120                                 <div class=lecture id=PROTO_lecture>
121                                         <div class=name>
122                                                 <a href="javascript:goPage('/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=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>
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 id=PROTO_archived_subjects>
149                                                 <a href="/archive/subject/__id__">__title__</a>
150                                         </li>
151                                 </ul>
152
153                         </div>
154
155
156
157                         <div class=page id=pg_register>
158                                 <h1>Create an Account</h1>
159                                 <form id="credentials" action="/register" method="POST">
160                                         <div class="zarea">
161                                                 <div class="row">
162                                                         <div class="label">
163                                                                 <label for="email">Email</label>
164                                                         </div>
165                                                         <div class="field">
166                                                                 <input type="text" name="email">
167                                                         </div>
168                                                 </div>
169                                                 <div class="row">
170                                                         <div class="label">
171                                                                 <label for="password">Password</label>
172                                                         </div>
173                                                         <div class="field">
174                                                                 <input type="password" name="password">
175                                                         </div>
176                                                 </div>
177                                                 <div class="row">
178                                                         <div class="label">
179                                                                 <label for="school">School</label>
180                                                         </div>
181                                                         <div class="field">
182                                                                 <select name="school">
183                                                                         <option value="Berkeley">Berkeley</option>
184                                                                         <option value="Brown">Brown</option>
185                                                                         <option value="Columbia">Columbia</option>
186                                                                         <option value="Cornell">Cornell</option>
187                                                                         <option value="Dartmouth">Dartmouth</option>
188                                                                         <option value="Harvard">Harvard</option>
189                                                                         <option value="MIT">MIT</option>
190                                                                         <option value="Princeton">Princeton</option>
191                                                                         <option value="Stanford">Stanford</option>
192                                                                         <option value="UPenn">UPenn</option>
193                                                                         <option value="University of Texas">University of Texas</option>
194                                                                         <option value="Yale">Yale</option>
195                                                                         <option value="Other">Other</option>
196                                                                 </select>
197                                                         </div>
198                                                 </div>
199                                                 <div class="row">
200                                                         <div class="label">
201                                                                 <label for="name">Name</label>
202                                                         </div>
203                                                         <div class="field">
204                                                                 <input type="text" name="name">
205                                                         </div>
206                                                 </div>
207                                                 <div class="row">
208                                                         <div class="label">
209                                                                 <label for="affil">Affiliation</label>
210                                                         </div>
211                                                         <div class="field">
212                                                                 <select name="affil">
213                                                                         <option value="Student">Student</option>
214                                                                         <option value="Teachers Assistant">Teachers Assistant</option>
215                                                                 </select>
216                                                         </div>
217                                                 </div>
218                                                 <div class="row">
219                                                         <div class="label">
220                                                                 &nbsp;
221                                                         </div>
222                                                         <div class="field">
223                                                                 <button>Register</button>
224                                                         </div>
225                                                 </div>
226                                         </div>
227                                 </form>
228                         </div>
229
230
231
232                         <div class=page id=pg_login>
233                                 <h1>Login</h1>
234                                 <form id="credentials" action="/login" method="POST">
235                                         <div class="zarea">
236                                                 <div class="row">
237                                                         <div class="label">
238                                                                 <label for="email">Email</label>
239                                                         </div>
240                                                         <div class="field">
241                                                                 <input type="text" name="email" size="15" value="joe@sleepless.com">
242                                                         </div>
243                                                 </div>
244                                                 <div class="row">
245                                                         <div class="label">
246                                                                 <label for="password">Password</label>
247                                                         </div>
248                                                         <div class="field">
249                                                                 <input type="password" name="password" size="15">
250                                                         </div>
251                                                 </div>
252                                                 <div class="row">
253                                                         <div class="label">&nbsp;
254                                                         </div>
255                                                         <div class="field">
256                                                                 <button class="major">Login</button>
257                                                                 <span class="reglink">
258                                                                         <a href="/resetpw">Forgot password?</a>
259                                                                 </span>
260                                                         </div>
261                                                 </div>
262                                                 <div class="row">
263                                                         <div class="label">&nbsp;
264                                                         </div>
265                                                         <div class="field">
266                                                                 <span class="reglink">
267                                                                         <a href="/register">Create an Account</a>
268                                                                 </span>
269                                                         </div>
270                                                 </div>
271                                         </div>
272                                 </form>
273                         </div>
274
275
276                         <div class=page id=pg_conduct>
277                                 <div class="conduct">
278                                         <h1>Code of Conduct</h1>
279                                         <p class="academic">
280                                                 <img src="/images/keep-it-academic.png" alt="Keep it academic.">
281                                         </p>
282                                         <p class="vague">
283                                                 This directive is deliberately vague to
284                                                 accommodate creative humor, insight, and exploration.<br>
285                                                 Disruptive or irrelevant material, however,
286                                                 will be subject to removal.<br>
287                                                 Just keep it academic, and we'll all be better off.<br>
288                                         </p>
289                                 </div>
290                         </div>
291
292
293
294
295                         <div class=page id=pg_press>
296                                 <h1>FinalsClub in the Press</h1>
297                                 <div class="press">
298                                         <img src="/images/boston.com.png" class="press">
299                                         <p class="date">December 13, 2009</p>
300                                         <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>
301                                         <p>Then, two years ago, Magliozzi started up a side project called Finalsclub.org.</p>
302                                         <p class="readmore">
303                                         <a href="http://www.boston.com/bostonglobe/ideas/articles/2009/12/13/freeharvardeducationcom">Read more ...</a>
304                                         </p>
305                                 </div>
306                                 <hr>
307                                 <div class="press">
308                                         <img src="/images/harvard-crimson.jpg" class="press">
309                                         <p class="date">Wednesday, February 18, 2009</p>
310                                         <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>
311                                         <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>
312                                         <p class="readmore">
313                                         <a href="http://www.thecrimson.com/article/2009/2/18/finalscluborg-passes-punch-span-stylefont-weight-boldcorrection">Read more ...</a>
314                                         </p>
315                                 </div>
316                                 <hr>
317                                 <div class="press">
318                                         <img src="/images/blown-to-bits.png" class="press">
319                                         <p class="date">September 27th, 2009</p>
320                                         <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>
321                                         <p class="readmore">
322                                         <a href="http://www.bitsbook.com/2009/09/a-harvard-skirmish-in-the-copyright-wars">Read more ...</a>
323                                         </p>
324                                 </div>
325                         </div>
326
327
328
329
330                         <div class=page id=pg_notfound>
331                                 <h1>Page Not Found</h1>
332                                 Sorry, there is no content for this page.
333                         </div>
334
335
336
337
338                 </div>
339
340
341
342
343                 <div class="footer">
344                         <table>
345                                 <tr>
346                                         <td class="col1">
347                                                 <div class="logo">
348                                                         <img src="/images/finals-club-wht.png" title="FinalsClub.org" class="lilogo"/>
349                                                 </div>
350                                                 <div>Copyright 2011</div>
351                                                 <div>All Rights Reserved</div>
352                                         </td>
353                                         <td class="col2">
354                                                 <a href="javascript:goPage('/conduct')">Code of Conduct</a>
355                                                 <a href="http://blog.finalsclub.org/about.html">About</a>
356                                                 <a href="http://blog.finalsclub.org/contact.html">Contact</a>
357                                                 <a href="http://blog.finalsclub.org/legal.html">Legal</a>
358                                                 <a href="http://blog.finalsclub.org/team.html">Team</a>
359                                         </td>
360                                 </tr>
361                         </table>
362                 </div>
363                 <div class="footerer">
364                         <p>
365                                 This work is licensed under a
366                                 Creative Commons Attribution-ShareAlike 3.0
367                                 United States License
368                         </p>
369                         <p>
370                                 <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>
371                                 <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>
372                         </p>
373                 </div>
374
375
376
377
378         </body>
379 </html>