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