c8ef418f6bcca6fbacc0c4f99adde1fa1216bf37
[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:goArchivedSubjects()">Archive</a>
39                                                         <a href="javascript:goPress()">Press</a>
40                                                         <a href="javascript:goRegister()">Create an Account</a>
41                                                         <a href="javascript:goLogin()" 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="goCourses('__name__', '___id__', __i__)">
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:goLectures('___id__')">__number__: __name__</a>
105                                         </div>
106                                 </div>
107                         </div>
108
109
110
111                         <div class=page id=pg_lectures>
112                                 <h1>Lectures for <span id=course_name></span></h1>
113                                 <div class=lecture id=PROTO_lecture>
114                                         <div class=name>
115                                                 <a href="javascript:goPads('___id__')">__name__</a>
116                                         </div>
117                                 </div>
118                         </div>
119
120
121
122                         <div class=page id=pg_pads>
123                                 <h1>Notepads for <span id=lecture_name></span></h1>
124                                 <div class=pad id=PROTO_pad>
125                                         <div class=name>
126                                                 <a href="">__name__</a>
127                                         </div>
128                                 </div>
129                         </div>
130
131
132
133                         <div class=page id=pg_archive>
134                                 <h1>Archived Subjects</h1>
135                                 <p>
136                                 Please browse our archive of past courses
137                                 covered at Harvard from 2008 through 2010.
138                                 </p>
139                                 <ul>
140                                         <li id=PROTO_archived_subjects>
141                                                 <a href="/archive/subject/__id__">__title__</a>
142                                         </li>
143                                 </ul>
144
145                         </div>
146
147
148
149                         <div class=page id=pg_register>
150                                 <h1>Create an Account</h1>
151                                 <form id="credentials" action="/register" method="POST">
152                                         <div class="zarea">
153                                                 <div class="row">
154                                                         <div class="label">
155                                                                 <label for="email">Email</label>
156                                                         </div>
157                                                         <div class="field">
158                                                                 <input type="text" name="email">
159                                                         </div>
160                                                 </div>
161                                                 <div class="row">
162                                                         <div class="label">
163                                                                 <label for="password">Password</label>
164                                                         </div>
165                                                         <div class="field">
166                                                                 <input type="password" name="password">
167                                                         </div>
168                                                 </div>
169                                                 <div class="row">
170                                                         <div class="label">
171                                                                 <label for="school">School</label>
172                                                         </div>
173                                                         <div class="field">
174                                                                 <select name="school">
175                                                                         <option value="Berkeley">Berkeley</option>
176                                                                         <option value="Brown">Brown</option>
177                                                                         <option value="Columbia">Columbia</option>
178                                                                         <option value="Cornell">Cornell</option>
179                                                                         <option value="Dartmouth">Dartmouth</option>
180                                                                         <option value="Harvard">Harvard</option>
181                                                                         <option value="MIT">MIT</option>
182                                                                         <option value="Princeton">Princeton</option>
183                                                                         <option value="Stanford">Stanford</option>
184                                                                         <option value="UPenn">UPenn</option>
185                                                                         <option value="University of Texas">University of Texas</option>
186                                                                         <option value="Yale">Yale</option>
187                                                                         <option value="Other">Other</option>
188                                                                 </select>
189                                                         </div>
190                                                 </div>
191                                                 <div class="row">
192                                                         <div class="label">
193                                                                 <label for="name">Name</label>
194                                                         </div>
195                                                         <div class="field">
196                                                                 <input type="text" name="name">
197                                                         </div>
198                                                 </div>
199                                                 <div class="row">
200                                                         <div class="label">
201                                                                 <label for="affil">Affiliation</label>
202                                                         </div>
203                                                         <div class="field">
204                                                                 <select name="affil">
205                                                                         <option value="Student">Student</option>
206                                                                         <option value="Teachers Assistant">Teachers Assistant</option>
207                                                                 </select>
208                                                         </div>
209                                                 </div>
210                                                 <div class="row">
211                                                         <div class="label">
212                                                                 &nbsp;
213                                                         </div>
214                                                         <div class="field">
215                                                                 <button>Register</button>
216                                                         </div>
217                                                 </div>
218                                         </div>
219                                 </form>
220                         </div>
221
222
223
224                         <div class=page id=pg_conduct>
225                                 <div class="conduct">
226                                         <h1>Code of Conduct</h1>
227                                         <p class="academic">
228                                                 <img src="/images/keep-it-academic.png" alt="Keep it academic.">
229                                         </p>
230                                         <p class="vague">
231                                                 This directive is deliberately vague to
232                                                 accommodate creative humor, insight, and exploration.<br>
233                                                 Disruptive or irrelevant material, however,
234                                                 will be subject to removal.<br>
235                                                 Just keep it academic, and we'll all be better off.<br>
236                                         </p>
237                                 </div>
238                         </div>
239
240
241
242
243                         <div class=page id=pg_press>
244                                 <h1>FinalsClub in the Press</h1>
245                                 <div class="press">
246                                         <img src="/images/boston.com.png" class="press">
247                                         <p class="date">December 13, 2009</p>
248                                         <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>
249                                         <p>Then, two years ago, Magliozzi started up a side project called Finalsclub.org.</p>
250                                         <p class="readmore">
251                                         <a href="http://www.boston.com/bostonglobe/ideas/articles/2009/12/13/freeharvardeducationcom">Read more ...</a>
252                                         </p>
253                                 </div>
254                                 <hr>
255                                 <div class="press">
256                                         <img src="/images/harvard-crimson.jpg" class="press">
257                                         <p class="date">Wednesday, February 18, 2009</p>
258                                         <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>
259                                         <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>
260                                         <p class="readmore">
261                                         <a href="http://www.thecrimson.com/article/2009/2/18/finalscluborg-passes-punch-span-stylefont-weight-boldcorrection">Read more ...</a>
262                                         </p>
263                                 </div>
264                                 <hr>
265                                 <div class="press">
266                                         <img src="/images/blown-to-bits.png" class="press">
267                                         <p class="date">September 27th, 2009</p>
268                                         <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>
269                                         <p class="readmore">
270                                         <a href="http://www.bitsbook.com/2009/09/a-harvard-skirmish-in-the-copyright-wars">Read more ...</a>
271                                         </p>
272                                 </div>
273                         </div>
274
275
276
277
278
279
280                 </div>
281
282
283
284
285                 <div class="footer">
286                         <table>
287                                 <tr>
288                                         <td class="col1">
289                                                 <div class="logo">
290                                                         <img src="/images/finals-club-wht.png" title="FinalsClub.org" class="lilogo"/>
291                                                 </div>
292                                                 <div>Copyright 2011</div>
293                                                 <div>All Rights Reserved</div>
294                                         </td>
295                                         <td class="col2">
296                                                 <a href="javascript:goConduct()">Code of Conduct</a>
297                                                 <a href="http://blog.finalsclub.org/about.html">About</a>
298                                                 <a href="http://blog.finalsclub.org/contact.html">Contact</a>
299                                                 <a href="http://blog.finalsclub.org/legal.html">Legal</a>
300                                                 <a href="http://blog.finalsclub.org/team.html">Team</a>
301                                         </td>
302                                 </tr>
303                         </table>
304                 </div>
305                 <div class="footerer">
306                         <p>
307                                 This work is licensed under a
308                                 Creative Commons Attribution-ShareAlike 3.0
309                                 United States License
310                         </p>
311                         <p>
312                                 <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>
313                                 <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>
314                         </p>
315                 </div>
316
317
318
319
320         </body>
321 </html>