Cleaned markup up more
--HG-- branch : kf-refactor
This commit is contained in:
103
credits.html
103
credits.html
@@ -1,56 +1,57 @@
|
||||
<%inherit file="main.html" />
|
||||
<div id="topWrapper">
|
||||
<div id="topBanner"></div>
|
||||
</div>
|
||||
<div id="topnav">
|
||||
<ul>
|
||||
<li id="current" style="border:none">
|
||||
<a href="#" shape="rect">Home</a>
|
||||
</li>
|
||||
<li style="border:none">
|
||||
<a href="/t/info.html" shape="rect">Course Info</a>
|
||||
</li>
|
||||
<li style="border:none">
|
||||
<a href="/t/staff.html" shape="rect">Instructors</a>
|
||||
</li>
|
||||
<li style="border:none">
|
||||
<a href="credits.html" shape="rect">Credits</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- end top wrapper -->
|
||||
<div id="wrapper">
|
||||
<div id="bg">
|
||||
<div id="header"></div>
|
||||
<div id="page">
|
||||
<!-- begin container -->
|
||||
<div id="container">
|
||||
<!-- content -->
|
||||
<div id="content">
|
||||
|
||||
|
||||
<h1> Credits </h1>
|
||||
|
||||
<p> The team of instructors is Anant Agarwal, Piotr Mitros, Chris
|
||||
Terman, and Gerald Sussman. Our intrepid team of TAs is
|
||||
|
||||
<p> The main codebase was crammed out in two months by Piotr
|
||||
Mitros. Evgeny Fadeev helped integrate Askbot into the
|
||||
system. Schematic entry and circuit simulation are by Chris
|
||||
Terman. Jean-Michel Claus designed the applets. IT and infrastructure
|
||||
are managed by Scott Bloomquist of TechSquare, Inc.
|
||||
|
||||
<p> The codebase was made possible by Django, JQuery, JQueryUI,
|
||||
MathJAX, swfobject, askbot, django-simplewiki, pyparsing, and the
|
||||
original FancyBox. Graphic design and css started from a free template
|
||||
from <a href="http://www.dotemplate.com/">dotemplate.com</a>, one of
|
||||
the few, genuinely free template web sites (although you have to
|
||||
e-mail the owner to find that out), and was heavily modified by Piotr
|
||||
Mitros, and later, thoughtbot.
|
||||
|
||||
<p> The system is running in the Amazon cloud, which allows us to hold up
|
||||
to anticipated loads.
|
||||
|
||||
<div id="topWrapper">
|
||||
<div id="topBanner"></div>
|
||||
</div>
|
||||
|
||||
<div id="topnav">
|
||||
<ul>
|
||||
<li id="current" style="border:none">
|
||||
<a href="#" shape="rect">Home</a>
|
||||
</li>
|
||||
<li style="border:none">
|
||||
<a href="/t/info.html" shape="rect">Course Info</a>
|
||||
</li>
|
||||
<li style="border:none">
|
||||
<a href="/t/staff.html" shape="rect">Instructors</a>
|
||||
</li>
|
||||
<li style="border:none">
|
||||
<a href="credits.html" shape="rect">Credits</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- end top wrapper -->
|
||||
<div id="wrapper">
|
||||
<div id="bg">
|
||||
|
||||
<div id="page">
|
||||
<!-- begin container -->
|
||||
|
||||
<div id="container">
|
||||
<!-- content -->
|
||||
<div id="content">
|
||||
|
||||
<h1> Credits </h1>
|
||||
|
||||
<p> The team of instructors is Anant Agarwal, Piotr Mitros, Chris
|
||||
Terman, and Gerald Sussman. Our intrepid team of TAs is
|
||||
|
||||
<p> The main codebase was crammed out in two months by Piotr
|
||||
Mitros. Evgeny Fadeev helped integrate Askbot into the
|
||||
system. Schematic entry and circuit simulation are by Chris
|
||||
Terman. Jean-Michel Claus designed the applets. IT and infrastructure
|
||||
are managed by Scott Bloomquist of TechSquare, Inc.</p>
|
||||
|
||||
<p> The codebase was made possible by Django, JQuery, JQueryUI,
|
||||
MathJAX, swfobject, askbot, django-simplewiki, pyparsing, and the
|
||||
original FancyBox. Graphic design and css started from a free template
|
||||
from <a href="http://www.dotemplate.com/">dotemplate.com</a>, one of
|
||||
the few, genuinely free template web sites (although you have to
|
||||
e-mail the owner to find that out), and was heavily modified by Piotr
|
||||
Mitros, and later, thoughtbot.</p>
|
||||
|
||||
<p> The system is running in the Amazon cloud, which allows us to hold up to anticipated loads. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user