123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239 |
- <!DOCTYPE html>
- <html class="no-js">
- <head>
- <title>FinalsClub.org: Online Social Note-Taking</title>
- <link rel="stylesheet" href="/assets/css/include.css" type="text/css" media="screen" />
- <script type="text/javascript" src="/assets/js/modernizr.custom.js"></script>
- <script type='text/javascript' src='/javascripts/jquery.min.js'></script>
- <script type='text/javascript' src='/javascripts/jquery.tmpl.js'></script>
- <script type="text/javascript" src="/assets/js/init.js"></script>
- <script type='text/javascript' src='/javascripts/es5-shim.min.js'></script>
- <script type='text/javascript' src='/javascripts/protodiv.js'></script>
- <script type='text/javascript' src='/javascripts/main.js'></script>
- <script type='text/javascript'>
- TypekitConfig = {
- kitId: 'cbx6gxx',
- scriptTimeout: 3000
- };
- (function() {
- var h = document.getElementsByTagName('html')[0];
- h.className += ' wf-loading';
- var t = setTimeout(function() {
- h.className = h.className.replace(/(\s|^)wf-loading(\s|$)/g, '');
- h.className += ' wf-inactive';
- }, TypekitConfig.scriptTimeout);
- var tk = document.createElement('script');
- tk.src = '//use.typekit.com/' + TypekitConfig.kitId + '.js';
- tk.type = 'text/javascript';
- tk.async = 'true';
- tk.onload = tk.onreadystatechange = function() {
- var rs = this.readyState;
- if (rs && rs != 'complete' && rs != 'loaded') return;
- clearTimeout(t);
- try { Typekit.load(TypekitConfig); } catch (e) {}
- };
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(tk, s);
- })();
- </script>
- </head>
- <!--================================================================= -->
- <body>
- <header id="g-masthead">
- <div class="wrapper">
- <nav id="g-nav-user">
- <ul>
- <li class="first"><a href="#" class="username"></a></li>
- <li><a href="/register" id="register_link">Register</a></li>
- <li class="last"><a href="/login" id="login_link">Login</a></li>
- </ul>
- </nav>
- <div id="g-logo">
- <a href="/">
- <img src="/assets/img/logo.png" alt="FinalsClub - social notetaking" />
- </a>
- </div>
- <nav id="g-nav-main">
- <ul>
- <li><a href="/schools" id=school_link><span class="icon" alt="paperclip"></span>Courses</a></li>
- <li><a href="http://blog.finalsclub.org" id="blog_link"><span class="icon" alt="align-lines"></span>Blog</a></li>
- <!--<li><a href="/archive" id=archive_link class="nav"><span class="icon" alt="book"></span>Library</a></li>-->
- </ul>
- </nav>
- <hr id="g-masthead-hr" />
- </div>
- </header>
- <div id="topofcontent"></div>
- <div class="wrapper">
- <div id="messages" class="page"><span id="PROTO_message" class="__type__">__msg__</span></div>
- </div>
- <div id="g-page">
- <div class="wrapper">
- <style>
- /* This related less to "styling" and more to UI "behavior" */
- .page { display: none; }
- </style>
- <noscript>
- This site requires JavaScript to properly function.
- Please enable JavaScript or use a modern browser such as
- <a href="http://google.com/chrome">Google Chrome</a>
- or
- <a href="http://firefox.com">Firefox</a>.
- </noscript>
- <!--================================================================= -->
- <div class="page" id="pg_home">
- <header class="subheader">
- <h1>Welcome to FinalsClub.</h1>
- <h2>Collaborate. Learn. Share.</h2>
- </header>
- <div id="intro">
- <section class="section-home" id="intro-video">
- <h3 class="heading">Our Screencasts</h3>
- <div class="video-wrapper">
- <!-- video loaded in main.js -->
- </div>
- </section>
- <section class="section-home" id="intro-text">
- <h3>Our Mission</h3>
- <p>
- To provide tools to help college students collaborate in and out of the lecture hall with peers and instructers alike. It is easy to begin taking class notes online. Just <a href="/register" id="sign_up-link">register</a>, find or create your courses, and share the link with your classmates.</p>
- <p>
- In addition to realtime collaborative note-taking, you can ask questions for your peers to promote or answer. While you use our tools, bear in mind that FinalsClub is a non-profit, free and open source project. Please be patient and let us know how we can improve our products. Only together can we digitize higher education, one lecture at a time.
- </p>
- <nav class="link-bar">
- <ul>
- <li><a href="/register">Sign Up</a></li>
- <li class="last"><a href="http://finalsclub.org/course/4f1efbb248dc57ba43000075">SLS 20</a></li>
- </ul>
- </nav>
- </section>
- <section class="section-home" id="intro-schools">
- <h4>Schools we support</h4>
- <ul>
- <li><span class="school-name">Brown</span></li>
- <li><span class="school-name">Columbia</span></li>
- <li><span class="school-name">Cornell</span></li>
- <li><span class="school-name">Dartmouth</span></li>
- <li><span class="school-name">Harvard</span></li>
- <li><span class="school-name">Lock Haven</span></li>
- <li><span class="school-name">MIT</span></li>
- <li><span class="school-name">Cal</span></li>
- <li><span class="school-name">UPenn</span></li>
- <li><span class="school-name">UT Austin</span></li>
- <li><span class="school-name">Yale</span></li>
- </ul>
- </section>
- </div>
- </div>
- <!--=================================================================-->
- <div class="page" id="pg_schools">
- <header class="breadcrumb">
- <a href="/"><span class="action">‹ Back</span><span class="location"> to Home</span></a>
- </header>
- <header class="subheader">
- <h1>Universities</h1>
- </header>
- <div class="main-content">
- <ul id="schools">
- </ul>
- </div>
- </div>
- <script id="schoolTmpl" type="text/x-jquery-tmpl">
- <li>
- <a href="school/${name}" class="school">
- <img class="icon-pair" src="/assets/img/avatar-univerisity-generic.gif" alt="" />
- <div class="text-pair">
- <span class="school_name">${name}</span>
- <!-- <h4>${description}</h4>-->
- <span class="number_of_courses">${courses} Courses, </span>
- <span class="number_of_notes">27 Notes</span>
- </div>
- </a>
- </li>
- </script>
- <script id="course" type="text/x-jquery-tmpl">
- <li>${dept}: ${name} (${number})</li>
- </script>
- <!--=================================================================-->
- <div class=page id=pg_courses>
- <header class="breadcrumb">
- <a href="/schools"><span class="action">‹ Back</span><span class="location"> to Universities</span></a>
- </header>
- <header class="subheader">
- <h1><span id=school_name></span> Courses</h1>
- </header>
- <div id="main-content">
- <span class="sub_menu" style="display:none;"></span>
- <script id="courseTmpl" type="text/x-jquery-tmpl">
- <div class="course">
- <div class="course-content">
- <a class="course-name" href="/course/${_id}">
- ${number}: ${name}
- </a>
- <p class="course-description">
- This is placeholder description text, an intro to description in the nature of things that is quite and very and yes!
- </p>
- <div class="dept">${department}</div>
- </div>
- <aside class="course-data">
- <div class="course-data-item">
- <div class="course-data-number">100${lectures}</div>
- <div class="course-data-description">lectures</div>
- </div>
- </aside>
- </div> <!-- .course -->
- </script>
- <!--
- <div class="proto course" id=PROTO_course>
- <div class="course-content">
- <a class="course-name" href="/course/___id__">__number__: __name__</a>
- <p class="course-description">
- This is placeholder description text, an intro to description in the nature of things that is quite and very and yes!</p>
- <div class=dept>__department__</div>
- </div>
- <aside class="course-data">
- <div class="course-data-item">
- <div class="course-data-number">20</div>
- <div class="course-data-description">notes</div>
- </div>
- </aside>
- </div>
- -->
- </div>
- <div class="sidebar">
- <form method="POST" id="form_course" style="display:none;">
- <header class="form-header">
- <h4>Create New Course</h4>
- <p>Use this form to create a new course. After creating the course, you can add as many lectures and note pads as you like.</p>
- </header>
- <div class="row">
- <div class="label">Course number</div>
- <div class="field">
- <input type="text" class="text" name="number">
- </div>
- </div>
- <div class="row">
- <div class="label">Course name</div>
- <div class="field">
- <input type="text" class="text" name="name">
- </div>
- </div>
- <div class="row">
- <div class="label">Course subject</div>
- <div class="field">
- <input type="text" class="text" name="subject">
- </div>
- </div>
- <div class="row">
- <div class="label">Course department</div>
- <div class="field">
- <input type="text" class="text" name="department">
- </div>
- </div>
- <div class="row">
- <div class="label">Instructor's Name</div>
- <div class="field">
- <input type="text" class="text" name="instructorName">
- </div>
- </div>
- <div class="row">
- <div class="label">Instructor's Email</div>
- <div class="field">
- <input type="text" class="text" name="email">
- </div>
- </div>
- <div class="row">
- <div class="field">
- <button>Create Course</button>
- </div>
- </div>
- </form>
- </div>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_lectures>
- <header class="breadcrumb">
- <a href="#"><span class="action">‹ Back</span><span class="location"> to Lectures</span></a>
- </header>
- <header class="subheader">
- <div class="proto lectures_head" id=PROTO_lectures_head>
- <h2>Lectures for Course __number__ : __name__</h2>
- <h4>Subject:<span class="light futura"> __subject__</span></h4>
- <h4>Department:<span class="light futura"> __department__</span></h4>
- </div>
- <div class="proto lectures_instructor" id=PROTO_lectures_instructor>
- <h4>Instructor: <span class="futura light"> __name__ <a href="mailto:__email__" class="instructor_email">__email__</span></h4>
- </div>
- </header>
- <div class="main-content">
- <div class="lectures">
- <div class="proto lecture" id=PROTO_lecture>
- <a href="/lecture/___id__" class="lecture-name">__name__</a>
- <div class="lecture-created-at">Created: __date__</div>
- </div>
- </div>
- </div>
- <div class="sidebar">
- <form method="POST" id="form_lecture">
- <header class="form-header">
- <h4>Create New Lecture</h4>
- <p>Use this form to create a new lecture. After creating the lecture, you and your classmates can add as many note pads as necessary.</p>
- </header>
- <div class="row">
- <div class="label">Lecture Name</div>
- <div class="field">
- <input type="text" class="text" name="name">
- </div>
- </div>
- <div class="row">
- <div class="field">
- <button>Create Lecture</button>
- </div>
- </div>
- </form>
- </div>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_notes>
- <header class="breadcrumb">
- <a href="/"><span class="action">‹ Back</span><span class="location"> to Notes</span></a>
- </header>
- <header class="subheader">
- <div class="proto notes_head" id=PROTO_notes_head>
- <h2>Note Pads for Course __number__ : __name__</h2>
- <h4>Subject:<span class="light futura">__subject__</span></h4>
- <h4>Department:<span class="light futura">__department__</span></h4>
- </div>
- <div class="proto notes_instructor" id=PROTO_notes_instructor>
- <h4> Instructor: <span class="italic futura"> __name__ <a href="mailto:__email__" class="instructor_email">(__email__)</a></span></h4>
- </div>
- </header>
- <div class="main-content">
- <div class="proto note" id=PROTO_note>
- <div class=name>
- <a href="/note/___id__">__name__</a> Visits: __visits__
- </div>
- </div>
- </div>
- <div class="sidebar">
- <span class="sub_menu" style="display:none;">
- <a href="" id="new_note">New Note Pad</a>
- </span>
- <form method="POST" id="form_note" style="display:none;">
- <header class="form-header">
- <h4>Create Note Pad</h4>
- <p>Use this form to create a new note pad. Next share the link with your classmates to take notes together online.</p>
- </header>
- <div class="row">
- <div class="label">Note Pad Name</div>
- <div class="field">
- <input type="text" class="text" name="name">
- </div>
- </div>
- <div class="row">
- <div class="label">Private</div>
- <div class="field">
- <input type="checkbox" name="private" value="true">
- </div>
- </div>
- <div class="row">
- <div class="field">
- <button>Create Note Pad</button>
- </div>
- </div>
- </form>
- </div>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_archive_subjects>
- <h1>Archived Subjects</h1>
- <p>
- Please browse our archive of past courses
- covered at Harvard, Brown, and Harvard Law School
- from 2008 through 2010.
- </p>
- <ul>
- <li class=proto id=PROTO_archive_subject>
- <a href="/archive/subject/__id__">__name__</a>
- </li>
- </ul>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_archive_courses>
- <h1>Archived Courses</h1>
- <ul>
- <li class=proto id=PROTO_archive_course>
- <a href="/archive/course/__id__">__name__</a>
- </li>
- </ul>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_archive_notes>
- <h1>Archived Notes</h1>
- <ul>
- <li class=proto id=PROTO_archive_note>
- <a href="/archive/note/___id__">__topic__</a>
- </li>
- </ul>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_archive_note_display>
- <div id=PROTO_archive_note_display>
- <h1>__topic__</h1>
- <div>__text__</div>
- </div>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_register>
- <header class="subheader">
- <h2>Create an Account</h2>
- </header>
- <div class="main-content">
- <form id="form_register" action="/register" method="POST">
- <div class="zarea">
- <div class="row">
- <div class="label">
- <label for="email">School email*</label>
- </div>
- <div class="field">
- <input type="text" class="text" name="email">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="password">Password*</label>
- </div>
- <div class="field">
- <input type="password" class="text" name="password">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="name">Site Handle</label>
- </div>
- <div class="field">
- <input type="text" class="text" name="name">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="school">School*</label>
- </div>
- <div class="field">
- <select name="school">
- <option value="Harvard">Harvard</option>
- <option value="Berkeley">Berkeley</option>
- <option value="Brown">Brown</option>
- <option value="Columbia">Columbia</option>
- <option value="Cornell">Cornell</option>
- <option value="Dartmouth">Dartmouth</option>
- <option value="MIT">MIT</option>
- <option value="Princeton">Princeton</option>
- <option value="Stanford">Stanford</option>
- <option value="UPenn">UPenn</option>
- <option value="University of Texas">University of Texas</option>
- <option value="Yale">Yale</option>
- <option value="Other">Other</option>
-
- </select>
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="affil">Affiliation</label>
- </div>
- <div class="field">
- <select name="affil">
- <option value="Student">Student</option>
- <option value="Teachers Assistant">Teachers Assistant</option>
- </select>
- </div>
- </div>
- <div class="row">
- <div class="label">
-
- </div>
- <div class="field">
- <button>Register</button>
- </div>
- </div>
- </div>
- </form>
- </div>
- </div>
- <!--================================================================= -->
- <div class="page" id="pg_profile">
- <header class="subheader">
- <h1>User Profile</h1>
- </header>
- <div class="main-content">
- <form id="form_profile" action="/profile" method="POST">
- <section class="form-section">
- <h4>Account Information</h4>
- <div class="area">
- <div class="row">
- <div class="label">
- <span>Email</span>
- </div>
- <div class="field">
- <span class="email"></span>
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="affiliation">Affiliation</label>
- </div>
- <div class="field">
- <select id="affiliation" name="affiliation">
- <option value="Student">Student</option>
- <option value="Teachers Assistant">Teachers Assistant</option>
- </select>
- </div>
- </div>
- </div>
- </section>
- <section class="form-section">
- <h4>Profile Information</h4>
- <div class="area">
- <div class="row">
- <div class="label">
- <label for="name">User Name</label>
- </div>
- <div class="field">
- <input id="name" type="text" class="text" name="name" value="">
- </div>
- </div>
- <div class="row">
- <div class="field">
- <input style="width: auto;" id="showName" type="checkbox" name="showName">
- Display your real name in contributions
- </div>
- </div>
- <!--
- <div class="row">
- <div class="label">
- <label for="major">Major</label>
- </div>
- <div class="field">
- <input id="major" type="text" name="major" value="">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="bio">Bio</label>
- </div>
- <div class="field">
- <input id="bio" type="text" name="bio" value="">
- </div>
- </div>
- -->
- </div>
- </section>
- <section class="form-section">
- <h4>Change Password</h4>
- <div class="area">
- <div class="row">
- <div class="label">
- <label for="existingPassword">Old Password</label>
- </div>
- <div class="field">
- <input id="existingPassword" type="password" class="text" name="existingPassword">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="newPassword">New Password</label>
- </div>
- <div class="field">
- <input id="newPassword" type="password" class="text" name="newPassword">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="newPasswordConfirm">Confirm Password</label>
- </div>
- <div class="field">
- <input id="newPasswordConfirm" type="password" class="text" name="newPasswordConfirm">
- </div>
- </div>
- </div>
- <div class="row">
- <div class="field">
- <button>Submit</button>
- </div>
- </div>
- </section>
- </form>
- </div>
- </div>
- <!--================================================================= -->
- <div class=page id=pg_login>
- <header class="subheader">
- <h2>Login</h2>
- </header>
- <div class="main-content">
- <form id="form_login" action="/login" method="POST">
- <div class="zarea">
- <div class="row">
- <div class="label">
- <label for="email">School email</label>
- </div>
- <div class="field">
- <input type="text" class="text" name="email" size="15" value="joe@sleepless.com">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="password">Password</label>
- </div>
- <div class="field">
- <input type="password" class="text" name="password" size="15">
- </div>
- </div>
- <div class="row">
- <div class="label">
- </div>
- <div class="field">
- <button class="major">Login</button>
- <span class="reglink">
- <a href="/resetpass">Forgot password?</a>
- </span>
- </div>
- </div>
- <div class="row">
- <div class="label">
- </div>
- <div class="field">
- <span class="reglink">
- <a href="/register">Create an Account</a>
- </span>
- </div>
- </div>
- </div>
- </form>
- </div>
- </div>
- <!--================================================================= -->
- <div class="page" id="pg_resetpass">
- <h1>Password Reset</h1>
- <form id="form_resetpass" action="/resetpass" method="POST">
- <div class="zarea">
- <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>
- <div class="row">
- <div class="label">
- <label for="email">School email</label>
- </div>
- <div class="field">
- <input type="text" class="text" name="email" size="15" value="">
- </div>
- </div>
- <div class="row">
- <div class="label"> </div>
- <div style="min-width: 200px" class="field">
- <button>Reset</button>
- </div>
- </div>
- </div>
- </form>
- </div>
- <!--================================================================= -->
- <div class="page" id="pg_resetpw">
- <h1>Password Reset</h1>
- <form id="form_resetpw" action="/resetpw" method="POST">
- <div class="zarea">
- <p>To verify and reset your password, type the full email address and your new password twice, then click submit.</p>
- <div class="row">
- <div class="label">
- <label for="email">Email</label>
- </div>
- <div class="field">
- <input type="text" name="email" size="15" value="">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="pass1">New Password</label>
- </div>
- <div class="field">
- <input type="password" name="pass1" size="15" value="">
- </div>
- </div>
- <div class="row">
- <div class="label">
- <label for="pass2">Repeat New Password</label>
- </div>
- <div class="field">
- <input type="password" name="pass2" size="15" value="">
- </div>
- </div>
- <div class="row">
- <div class="label"> </div>
- <div style="min-width: 200px" class="field">
- <button>Reset</button>
- </div>
- </div>
- </div>
- </form>
- </div>
- <div class=page id=pg_conduct>
- <div class="conduct">
- <h1>Code of Conduct</h1>
- <p class="academic">
- <img src="/images/keep-it-academic.png" alt="Keep it academic.">
- </p>
- <p class="vague">
- This directive is deliberately vague to
- accommodate creative humor, insight, and exploration.<br>
- Disruptive or irrelevant material, however,
- will be subject to removal.<br>
- Just keep it academic, and we'll all be better off.<br>
- </p>
- </div>
- </div>
- <div class=page id=pg_contact>
- <h1>Contact</h1>
- <p>Please feel free to contact us regarding any questions that you may have.</p>
- <ul>
- <li>Email: info@finalsclub.org</li>
- <li><p>Mail Address: Finalsclub.org<br />1132 Massachusetts Avenue<br />Cambridge, MA 02138</p></li>
- </ul>
- </div>
- <div class=page id=pg_team>
- <h1>Team</h1>
- <p>Thank you for your interest in FinalsClub.org and our community of volunteer developers, organizers, and scholars. Although we come from diverse backgrounds, each of us is committed to open education. Just as some of us struggle to remember the world before Wikipedia, we also look forward to a time in the not-too-distant future when people will no longer fathom a world without free and open education for everyone. Although we have an ambitious goal for a small team of believers ranging from nineteen to seventy years old, we believe we can succeed. But before we can open the ivory tower to curious minds everywhere, we will need your help.</p>
- <h2>Andrew Magliozzi - Chief Bottle Washer </h2>
- <p>Andrew is an entrepreneur and a dreamer. He is also the reason FinalsClub exists today, but he also recognizes that the success of this project depends more on its student contributors than its founder. Since the creation of the first site in 2008, Andrew has remained committed to the cause of open education without distraction. If you are looking to join our team, Andrew is the person to talk to for inspiration and enthusiasm. When he is not teaching, tutoring, or being a <a href="http://pleasestealthisidea.com">social entrepreneur</a>, Andrew is a writer and avid practitioner of Italian Yoga.</p>
- <h2>Seth Woodworth - Ed Tech All-star</h2>
- <p><a href="http://sethish.com/">Seth is</a> a professional web developer, education technologist, and free and open source enthusiast. Over the past three years, Seth has been employed in the field of open source educational technology with <a href="http://one.laptop.org/">One Laptop Per Child</a>, the Harvard Berkman Center's <a href="http://www.webecologyproject.org/">Web Ecology Project</a>, and <a href="http://oneville.org/">OneVille</a>. Now we are happy to have Seth leading software development here at FinalsClub.org.</p>
- <h2>Joshua Gay - Sheep Herder</h2>
- <p>During his day job at the Free Software Foundation, Josh is an avid believer in free and open source software. His interest in open education has also brought his expertise to other projects such as <a href="http://textbookrevolution.org/">TextbookRevolution.org</a> and <a href="http://www.ck12.org/">CK12.org</a>. Now he lives in Cambridge, MA and dedicates his spare cycles to charting the course of our development team and helping to strategize our community organizing efforts. When not working or writing free and open source software, Josh likes to play squash. Care to challenge him to a match?</p>
- <h2>Bob Call - Tireless Watchman</h2>
- <p>Bob is our heroic systems administrator. His task is to make sure your knowledge stays safe and secure from all manner of malware, hacker, or system failure. His enthusiasm and passion for secure passwords is unrelenting. In short, your knowledge is safe with him. When he isn't busy debugging or encrypting, Bob is likely contributing to free and open source software projects (even though he should be studying for his college mid terms).</p>
- </div>
- <div class=page id=pg_about>
- <h1>About</h1>
- <p>If you are reading this, you likely have one question in mind: What's
- up with this site? Based on the subtle "About" link you followed
- here, it would seem that someone claims to have an answer. For the time
- being, that someone is me, the site's founder. I don't, however, have
- all the answers. Over the past three years, I've done a lot of thinking
- about collaborative learning, the Internet, and this website, but I do
- not wish to impose all of my preconceptions on you. While I will share
- the vision that inspired this project, I defer to you to complete - or
- better, to improve upon - what I've started.</p>
- <h2>The Inspiration</h2>
- <p>I have been a tutor since I was fourteen years old. I have
- taught every conceivable demographic from prep schoolers to juvenile
- prisoners. Sometimes I have been paid; other times I've volunteered.
- In short, I love teaching and I feel that a certain level of education
- should be free to everyone. As a result, I have always balanced my paid
- and pro bono work.</p>
- <p>After starting a boutique tutoring firm, <a href="http://www.veritutors.com/">Veritas Tutors</a>,
- in 2005, I soon decided to increase my commitment to public education
- in accord with the growth of my company. With my mornings generally
- free, I also seized the opportunity to audit a number of classes on the
- Harvard campus.</p>
- <p>Loitering in the back of lecture halls with the other
- intellectual ne'er-do-wells of Harvard Square, I realized my flexible
- schedule and geographic proximity alone afforded me the privilege of
- world-class academic enrichment. I also thought, "Why shouldn't those
- less free to indulge in leisurely midday contemplation be afforded the
- same opportunity?"</p>
- <p>Soon after that epiphany, my first academic blog, based on "The
- Art and Thought of the Cold War", was published on a homebrewed website
- in the Fall of 2005. After each lecture, I would scurry to a coffee
- shop to organize, summarize, and analyze what I'd learned. Even though
- my readership was minimal, the process of learning without the burden of
- exams or papers was fantastic. That is, until the professor learned of
- my actions and demanded that I cease writing and remove the blog from
- public view. Shocked and disappointed, I complied. I also resolved to
- revive the project at some point in the future.</p>
- <p>Two years of contemplation later, the first version of this
- website launched with four annotated books and five course blogs, which I
- took care to edit and pre-approve with a combination of diplomacy and
- obeisance to each professor. With relative success on and off campus, I
- have continued efforts to expand the site into the collaborative
- learning environment that currently exists.</p>
- <h2>The State of FinalsClub.org</h2>
- <p>This site is straightforward. Its three fundamental features
- involve annotations, courses, and groups with all information shared
- under a Creative Commons Copyright in compliance with the Digital
- Millennium Copyright Act. Please read our (official copyright policy
- [link]) for more information.</p>
- <p>Specifically, annotations constitute observations a great tutor
- would make if you read a book side-by-side. Courses involve
- lecture-by-lecture op-eds written by enrolled students. Finally, groups
- are forums for organizing, collaborating, and sharing knowledge
- garnered inside or outside the ivory tower of academia. To view a
- sample group, please (click here [link]).</p>
- <p>Thanks to several intrepid scholars, the site already includes
- ample content to read, contemplate, and augment. If you are a student
- at [one of our participating universities (link)], you have benefited or
- likely will benefit from this existing content. In exchange, I simply
- ask you to contribute in kind.</p>
- <p>If you like what you read, vote it up; if you have a relevant
- comment, post it; and if you have the opportunity, join or create a
- study group to share your coursework with the world.</p>
- <h2>The Future of FinalsClub.org</h2>
- <p>Until now, I have been responsible for everything that appears on
- the website. I have engaged, edited, and overseen the creation of all
- technology and content. However, the success of this site has nothing
- to do with past accomplishments or future innovation. Rather, the
- success of this site depends on you, readers and contributors, and your
- commitment to academic openness. I have created the forum and crafted
- examples, but you must determine the rest.</p>
- <p>Students, teachers, and curious minds the world over have already
- found this site to be invaluable. Moreover, people are beginning to
- recognize that educational equality and open access to information
- constitute two of the Internet's greatest (and yet unrealized) promises.
- With a widespread effort, we can forever alter the landscape of
- education.</p>
- <p>For now, I've done my small part; the rest is up to you.</p>
- <p>Optimistically yours,<br />
- Andrew Magliozzi<br />
- Founder<br />
- FinalsClub.org</p>
- </div>
- <div class=page id=pg_legal>
- <h1>Legal</h1>
- <p>These Terms of Service ("Terms") govern your access to and use of the services, websites, and
- applications offered by FinalsClub (the "Service"). Your access to and use of the Service is
- conditioned on your acceptance of and compliance with these Terms. By accessing or using the
- Service you agree to be bound by these Terms.</p>
- <h2>Use of the Service</h2>
- <p>You may use the Service only if you can form a binding contract with FinalsClub, and only in
- compliance with these Terms and all applicable local, state, national, and international laws,
- rules and regulations. You must provide us accurate information, including your real name, when
- you create your account on FinalsClub.</p>
- <p>We may, without prior notice, change the Service; stop providing the Service or features of the
- Service, to you or to users generally; or create usage limits for the Service.
- You are responsible for safeguarding the password that you use to access the Service and for
- any activities or actions under your password. We encourage you to use "strong" passwords
- (that use a combination of upper and lower case letters, numbers and symbols) with your
- account. FinalsClub will not be liable for any loss or damage arising from your failure to comply
- with these requirements.</p>
- <h2>User Content</h2>
- <p>"Content" means any information, text, graphics, or other materials uploaded, downloaded or
- appearing on the Service. You retain ownership of all Content you submit, post, display, or
- otherwise make available on the Service. </p>
- <h2>Your License to FinalsClub</h2>
- <p>By submitting, posting or displaying Content on or through the
- Service, you grant us permission
- to share all content under a Creative Commons Attribution-Share Alike
- 3.0 Unported (CC BY-SA
- 3.0) license. For more information, see
- http://creativecommons.org/licenses/by-sa/3.0. Note
- that exceptions can be made upon request. Or, if you would like more
- information, please feel
- free to contact us (link to the contact page).
- You agree that this license includes the right for other users of the
- Service to modify your
- Content, and for FinalsClub to make your Content available to others for
- the publication,
- distribution, syndication, or broadcast of such Content on other media
- and services, subject to
- our terms and conditions for such Content use. Such additional uses by
- FinalsClub or others
- may be made with no compensation paid to you with respect to the Content
- that you submit,
- post, transmit or otherwise make available through the Service.We may
- modify or adapt your Content in order to transmit, display or distribute
- it over computer
- networks and in various media and/or make changes to your Content as are
- necessary to
- conform and adapt that Content to any requirements or limitations of any
- networks, devices,
- services or media.</p>
- <h2>FinalsClub's Licenses to You</h2>
- <p>Subject to these Terms, FinalsClub gives you a worldwide,
- royalty-free, non-assignable and nonexclusive license to re-post any of
- the Content on FinalsClub anywhere on the rest of the web
- provided that the Content was added to the Service after April 22, 2008,
- and provided that the
- user who created the content has not explicitly marked the content as
- not for reproduction, and
- provided that you: (a) do not modify the Content; (b) attribute
- FinalsClub with a human and
- machine-followable link (an A tag) linking back to the page displaying
- the original source of the
- content on FinalsClub.org (c) upon request, either by FinalsClub or a
- user, remove the user's
- name from Content which the user has subsequently made anonymous; (d)
- upon request, either
- by FinalsClub or by a user who contributed to the Content, make a
- reasonable effort to update a
- particular piece of Content to the latest version on FinalsClub.org; and
- (e) upon request, either
- by FinalsClub or by a user who contributed to the Content, make a
- reasonable attempt to delete
- Content that has been deleted on FinalsClub.org.
- Your Content will be viewable by other users of the Service and through
- third party services and
- websites. You should only provide Content that you are comfortable
- sharing with others under
- these Terms.
- All Content, whether publicly posted or privately transmitted, is the
- sole responsibility of the
- person who originated such Content. We may not monitor or control the
- Content posted via the
- Service. Any use of or reliance on any Content or materials posted via
- the Service or obtained by
- you through the Service is at your own risk. We do not endorse, support,
- represent or guarantee
- the completeness, truthfulness, accuracy, or reliability of any Content
- or communications posted
- via the Service or endorse any opinions expressed via the Service. You
- understand that by using
- the Service, you may be exposed to Content that might be offensive,
- harmful, inaccurate or
- otherwise inappropriate. Under no circumstances will FinalsClub be
- liable in any way for any
- Content, including, but not limited to, any errors or omissions in any
- Content, or any loss or
- damage of any kind incurred as a result of the use of any Content made
- available via the Service
- or broadcast elsewhere.
- </p><p>You are responsible for your use of the Service, for any Content
- you provide, and for any
- consequences thereof, including the use of your Content by other users
- and third parties
- partners. You understand that your Content may be republished and if you
- do not have the right
- to submit Content for such use, it may subject you to liability.
- FinalsClub will not be responsible
- or liable for any use of your Content by FinalsClub in accordance with
- these Terms. You
- represent and warrant that you have all the rights, power and authority
- necessary to grant the
- rights granted herein to any Content that you submit.We reserve the
- right at all times (but will not have an obligation) to remove or refuse
- to distribute
- any Content on the Service and to terminate users or reclaim usernames.
- We also reserve the
- right to access, read, preserve, and disclose any information as we
- reasonably believe is
- necessary to (i) satisfy any applicable law, regulation, legal process
- or governmental request, (ii)
- enforce the Terms, including investigation of potential violations
- hereof, (iii) detect, prevent, or
- otherwise address fraud, security or technical issues, (iv) respond to
- user support requests, or (v)
- protect the rights, property or safety of FinalsClub, its users and the
- public.
- Rules
- You must not do any of the following while accessing or using the
- Service: (i) use the Service for
- any unlawful purposes or for promotion of illegal activities; (ii) post
- any Content (as defined
- below) or use the Service in violation of any applicable law (including
- intellectual property laws,
- right of privacy or publicity laws, and any laws of a non-U.S.
- jurisdiction applicable to you), or
- any contractual or other legal obligation; (iii) post Content that is
- hateful, abusive, threatening,
- profane, or otherwise objectionable; (iv) post Content or use the
- Service to create an impression
- that you know is incorrect, misleading, or deceptive, including by
- impersonating others or
- otherwise misrepresenting your affiliation with a person or entity; (v)
- publish or post other
- people's private or personally identifiable information without their
- express authorization and
- permission; (vi) use the Service for the purpose of spamming anyone;
- (vii) publish or link to
- malicious content intended to damage or disrupt another user's browser
- or computer or to
- compromise a user's privacy; (viii) access or tamper with non-public
- areas of the Service,
- FinalsClub's computer systems, or the technical delivery systems of
- FinalsClub's providers; (ix)
- probe, scan, or test the vulnerability of any system or network or
- breach or circumvent any
- security or authentication measures; (x) access or search or attempt to
- access or search the
- Service by any means (automated or otherwise) other than through the
- currently available,
- published interfaces that are provided by FinalsClub (and only pursuant
- to those terms and
- conditions), unless you have been specifically allowed to do so in a
- separate agreement with
- FinalsClub (crawling the Service is permissible in accordance with these
- Terms, but scraping the
- Service without the prior consent of FinalsClub except as permitted by
- these Terms is expressly
- prohibited); (xi) forge any TCP/IP packet header or any part of the
- header information in any
- email or posting, or in any way use the Service to send altered,
- deceptive or false sourceidentifying information; or (xii) interfere
- with or disrupt (or attempt to do so) the access of any
- user, host or network, including, without limitation, sending a virus,
- overloading, flooding,
- spamming, mail-bombing the Service, or by scripting the creation of
- Content in such a manner
- as to interfere with or create an undue burden on the Service.</p>
- <h2>Proprietary Rights</h2>
- <p>All right, title, and interest in and to the Service (excluding
- Content provided by users) are and
- will remain the exclusive property of FinalsClub and its licensors. The
- Service is protected by
- copyright, trademark, and other laws of both the United States and
- foreign countries. Except asexpressly provided herein, nothing in the
- Terms gives you a right to use the FinalsClub name or
- any of the FinalsClub trademarks, logos, domain names, and other
- distinctive brand features.
- Any feedback, comments, or suggestions you may provide regarding the
- Service is entirely
- voluntary and we will be free to use such feedback, comments or
- suggestions as we see fit and
- without any obligation to you. </p>
- <h2>Copyright Policy</h2>
- <p>FinalsClub respects the intellectual property rights of others and expects users of the Service to
- do the same. We will respond to notices of alleged copyright infringement that comply with
- applicable law and are properly provided to us. If you believe that your Content has been copied
- in a way that constitutes copyright infringement, please provide our copyright agent with the
- following information in accordance with the Digital Millennium Copyright Act: (i) a physical or
- electronic signature of the copyright owner or a person authorized to act on their behalf; (ii)
- identification of the copyrighted work claimed to have been infringed; (iii) identification of the
- material that is claimed to be infringing or to be the subject of infringing activity and that is to be
- removed or access to which is to be disabled, and information reasonably sufficient to permit us
- to locate the material; (iv) your contact information, including your address, telephone number,
- and an email address; (v) a statement by you that you have a good faith belief that use of the
- material in the manner complained of is not authorized by the copyright owner, its agent, or the
- law; and (vi) a statement that the information in the notification is accurate, and, under penalty of
- perjury, that you are authorized to act on behalf of the copyright owner.
- Our designated copyright agent for notice of alleged copyright infringement or other legal
- notices regarding Content appearing on the Service is:
- FinalsClub, Inc.
- Attn: Copyright Agent
- 1132 Massachusetts Avenue
- Cambridge, MA 02138
- Email: copyright@FinalsClub.org
- Please note that in addition to being forwarded to the person who provided the allegedly illegal
- content, we may send a copy of your notice (with your personal information removed) to Chilling
- Effects (www.chillingeffects.org) for publication and/or annotation. You can see an example of
- such a publication athttp://www.chillingeffects.org/fairuse/notice.cgi?NoticeID=16887. A link to
- your published notice will be displayed on FinalsClub in place of the removed content.
- We reserve the right to remove Content alleged to be infringing or otherwise illegal without prior
- notice and at our sole discretion. In appropriate circumstances, FinalsClub will also terminate a
- user's account if the user is determined to be a repeat infringer.
- PrivacyFinalsClub values your privacy. We will never sell any personal user information stored on
- FinalsClub.org with any third-party corporations or organizations without your express consent.
- By using the Service you consent to the transfer of your information to the United States and/or
- other countries for storage, processing and use by FinalsClub. Note that user information stored
- with any of our affiliate services, such as PBworks.com, is subject to the terms of service of
- those service-providers. Please consult the respective Terms of Service for any affiliate services
- for specific details.</p>
- <h2>Links</h2>
- <p>The Service may contain links to third-party websites or resources. You acknowledge and agree
- that we are not responsible or liable for: (i) the availability or accuracy of such websites or
- resources; or (ii) the content, products, or services on or available from such websites or
- resources. Links to such websites or resources do not imply any endorsement by FinalsClub of
- such websites or resources or the content, products, or services available from such websites or
- resources. You acknowledge sole responsibility for and assume all risk arising from your use of
- any such websites or resources.
- </p><h2>Disclaimers; Indemnity</h2>
- <p>Your access to and use of the Service or any Content is at your own risk. You understand and
- agree that the Service is provided to you on an "AS IS" and "AS AVAILABLE" basis. Without
- limiting the foregoing, FINALSCLUB AND ITS PARTNERS DISCLAIM ANY WARRANTIES,
- EXPRESS OR IMPLIED, OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
- NON-INFRINGEMENT. We make no warranty and disclaim all responsibility and liability for the
- completeness, accuracy, availability, timeliness, security or reliability of the Service or any
- content thereon. FinalsClub will not be responsible or liable for any harm to your computer
- system, loss of data, or other harm that results from your access to or use of the Service, or any
- Content. You also agree that FinalsClub has no responsibility or liability for the deletion of, or the
- failure to store or to transmit, any Content and other communications maintained by the Service.
- We make no warranty that the Service will meet your requirements or be available on an
- uninterrupted, secure, or error-free basis. No advice or information, whether oral or written,
- obtained from FinalsClub or through the Service, will create any warranty not expressly made
- herein.</p>
- <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, FINALSCLUB AND ITS
- AFFILIATES, OFFICERS, EMPLOYEES, AGENTS, PARTNERS AND LICENSORS WILL NOT
- BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR
- PUNITIVE
- DAMAGES, INCLUDING WITHOUT LIMITATION, LOSS OF PROFITS, DATA, USE,
- GOOD-WILL,
- OR OTHER INTANGIBLE LOSSES, RESULTING FROM (i) YOUR ACCESS TO OR USE OF
- OR
- INABILITY TO ACCESS OR USE THE SERVICE; (ii) ANY CONDUCT OR CONTENT OF
- ANY
- THIRD PARTY ON THE SERVICE, INCLUDING WITHOUT LIMITATION, ANY
- DEFAMATORY,
- OFFENSIVE OR ILLEGAL CONDUCT OF OTHER USERS OR THIRD PARTIES; (iii) ANY
- CONTENT OBTAINED FROM THE SERVICE; AND (iv) UNAUTHORIZED ACCESS, USE
- ORALTERATION OF YOUR TRANSMISSIONS OR CONTENT, WHETHER BASED ON
- WARRANTY,
- CONTRACT, TORT (INCLUDING NEGLIGENCE) OR ANY OTHER LEGAL THEORY, WHETHER
- OR NOT FINALSCLUB HAS BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGE,
- AND
- EVEN IF A REMEDY SET FORTH HEREIN IS FOUND TO HAVE FAILED OF ITS
- ESSENTIAL
- PURPOSE.</p>
- <p>Some jurisdictions do not allow the exclusion of certain warranties or the exclusion or limitation
- of liability for consequential or incidental damages, so the limitations above may not apply to
- you.
- If anyone brings a claim against us related to your actions or Content on the Service, or actions
- or Content by or from someone using your account, you will indemnify and hold us harmless
- from and against all damages, losses, and expenses of any kind (including reasonable legal fees
- and costs) related to such claim.</p>
- <h2>General Terms</h2>
- <p>These Terms and any action related thereto will be governed by the laws of the State of
- California without regard to or application of its conflict of law provisions or your state or country
- of residence. Unless submitted to arbitration as set forth in the following paragraph, all claims,
- legal proceedings or litigation arising in connection with the Service will be brought solely in
- Santa Clara County, California, and you consent to the jurisdiction of and venue in such courts
- and waive any objection as to inconvenient forum.
- For any claim (excluding claims for injunctive or other equitable relief) under these Terms where
- the total amount of the award sought is less than $10,000, the party requesting relief may elect
- to resolve the dispute through binding non-appearance-based arbitration. The party electing
- such arbitration shall initiate the arbitration through an established alternative dispute resolution
- ("ADR") provider mutually agreed upon by the parties. The ADR provider and the parties must
- comply with the following rules: a) the arbitration shall be conducted by telephone, online and/or
- be solely based on written submissions, as selected by the party initiating the arbitration; b) the
- arbitration shall not involve any personal appearance by the parties or witnesses unless
- otherwise mutually agreed by the parties; and c) any judgment on the award rendered by the
- arbitrator may be entered in any court of competent jurisdiction.
- These Terms are the entire and exclusive agreement between FinalsClub and you regarding the
- Service (excluding any services for which you have a separate agreement with FinalsClub that is
- explicitly in addition or in place of these Terms), and these Terms supersede and replace any
- prior agreements between FinalsClub and you regarding the Service.
- The failure of FinalsClub to enforce any right or provision of these Terms will not be deemed a
- waiver of such right or provision. In the event that any provision of these Terms is held to be
- invalid or unenforceable, the remaining provisions of these Terms will remain in full force and
- effect.We may revise these Terms from time to time. The most current version will always be on this
- page (or such other page as the Service may indicate). If the revision, in our sole discretion, is
- material we will notify you via posting to our website or e-mail to the email associated with your
- account. By continuing to access or use the Service after those revisions become effective, you
- agree to be bound by the revised Terms.</p>
- <p>The Service is operated and provided by FinalsClub, Inc., 1132 Massachusetts Avenue
- Cambridge, MA 02138. If you have questions about these Terms, please contact Andrew ~at~
- FinalsClub d0t org</p>
-
- </div>
- <div class=page id=pg_press>
- <h1>FinalsClub in the Press</h1>
- <div class="press">
- <img src="/images/boston.com.png" class="press">
- <p class="date">December 13, 2009</p>
- <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>
- <p>Then, two years ago, Magliozzi started up a side project called Finalsclub.org.</p>
- <p class="readmore">
- <a href="http://www.boston.com/bostonglobe/ideas/articles/2009/12/13/freeharvardeducationcom">Read more ...</a>
- </p>
- </div>
- <hr>
- <div class="press">
- <img src="/images/harvard-crimson.jpg" class="press">
- <p class="date">Wednesday, February 18, 2009</p>
- <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>
- <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>
- <p class="readmore">
- <a href="http://www.thecrimson.com/article/2009/2/18/finalscluborg-passes-punch-span-stylefont-weight-boldcorrection">Read more ...</a>
- </p>
- </div>
- <hr>
- <div class="press">
- <img src="/images/blown-to-bits.png" class="press">
- <p class="date">September 27th, 2009</p>
- <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>
- <p class="readmore">
- <a href="http://www.bitsbook.com/2009/09/a-harvard-skirmish-in-the-copyright-wars">Read more ...</a>
- </p>
- </div>
- </div>
- <div class=page id=pg_notfound>
- <h1>Page Not Found</h1>
- Sorry, there is no content for this page.
- </div>
- <div id="g-footer" style="display: none">
- <nav id="g-nav-footer">
- <ul>
- <li><a href="/conduct">Conduct</a></li>
- <li><a href="https://github.com/finalsclubdev/FinalsClub/">Code</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/contact">Contact</a></li>
- <li><a href="/legal">Legal</a></li>
- <li><a href="/team">Team</a></li>
- </ul>
- </nav>
- <div id="g-footer-copyright">
- <p>Finals Club is a 501c3 non-profit organization.</p>
- <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
- <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
- </a>
- This site is licensed under a
- <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.
- </div>
- </div>
- </div>
- <!-- start Mixpanel --><script type="text/javascript">var mpq=[];mpq.push(["init","252cf14807e7553594607c10b64418b5"]);(function(){var b,a,e,d,c;b=document.createElement("script");b.type="text/javascript";b.async=true;b.src=(document.location.protocol==="https:"?"https:":"http:")+"//api.mixpanel.com/site_media/js/api/mixpanel.js";a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a);e=function(f){return function(){mpq.push([f].concat(Array.prototype.slice.call(arguments,0)))}};d=["init","track","track_links","track_forms","register","register_once","identify","name_tag","set_config"];for(c=0;c<d.length;c++){mpq[d[c]]=e(d[c])}})(); </script><!-- end Mixpanel -->
- </body>
- </html>
|