28 lines
696 B
HTML
28 lines
696 B
HTML
<%inherit file="marketing.html" />
|
|
|
|
<header class="announcement">
|
|
<div class="anouncement-wrapper">
|
|
<nav>
|
|
<h1><a href="/t/mitx_global.html">MITx</a></h1>
|
|
<a class="modal login" href="#login">Log In</a>
|
|
</nav>
|
|
|
|
<section>
|
|
<h1>MITx</h1>
|
|
<h2>An MIT Education Anywhere. For free.</h2>
|
|
</section>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="honor-code">
|
|
<div>
|
|
<h1> Honor Code </h1>
|
|
|
|
<ul>
|
|
<li> I agree to not engage in any activities that would dishonestly improve my results, or improve or hurt those of others.</li>
|
|
<li> I agree to never post answers to problems.</li>
|
|
<li> I agree to maintain only one account.</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|