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