Commit 2fb6b56c by Reda Lemeden

Added the edx announcement to the MITx marketing page + Other content updates

parent a96adea4
This source diff could not be displayed because it is too large. You can view the blob instead.
/* line 1, sass/marketing-ie.scss */
body { body {
margin: 0; margin: 0;
padding: 0; } padding: 0; }
/* line 6, sass/marketing-ie.scss */
.wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer { .wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer {
margin: 0; margin: 0;
overflow: hidden; } overflow: hidden; }
/* line 12, sass/marketing-ie.scss */
div#enroll form { div#enroll form {
display: none; } display: none; }
...@@ -5,7 +5,19 @@ Last Updated: 2010-09-17 ...@@ -5,7 +5,19 @@ Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark Twitter: @rich_clark
*/ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { /* line 20, sass/base/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
...@@ -14,22 +26,30 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr ...@@ -14,22 +26,30 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
vertical-align: baseline; vertical-align: baseline;
background: transparent; } background: transparent; }
/* line 30, sass/base/_reset.scss */
body { body {
line-height: 1; } line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { /* line 35, sass/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; } display: block; }
/* line 39, sass/base/_reset.scss */
nav ul { nav ul {
list-style: none; } list-style: none; }
/* line 43, sass/base/_reset.scss */
blockquote, q { blockquote, q {
quotes: none; } quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { /* line 48, sass/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
content: ''; content: '';
content: none; } content: none; }
/* line 53, sass/base/_reset.scss */
a { a {
margin: 0; margin: 0;
padding: 0; padding: 0;
...@@ -38,30 +58,36 @@ a { ...@@ -38,30 +58,36 @@ a {
background: transparent; } background: transparent; }
/* change colours to suit your needs */ /* change colours to suit your needs */
/* line 62, sass/base/_reset.scss */
ins { ins {
background-color: #ff9; background-color: #ff9;
color: #000; color: #000;
text-decoration: none; } text-decoration: none; }
/* change colours to suit your needs */ /* change colours to suit your needs */
/* line 69, sass/base/_reset.scss */
mark { mark {
background-color: #ff9; background-color: #ff9;
color: #000; color: #000;
font-style: italic; font-style: italic;
font-weight: bold; } font-weight: bold; }
/* line 76, sass/base/_reset.scss */
del { del {
text-decoration: line-through; } text-decoration: line-through; }
/* line 80, sass/base/_reset.scss */
abbr[title], dfn[title] { abbr[title], dfn[title] {
border-bottom: 1px dotted; border-bottom: 1px dotted;
cursor: help; } cursor: help; }
/* line 85, sass/base/_reset.scss */
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; } border-spacing: 0; }
/* change border colour to suit your needs */ /* change border colour to suit your needs */
/* line 91, sass/base/_reset.scss */
hr { hr {
display: block; display: block;
height: 1px; height: 1px;
...@@ -70,6 +96,7 @@ hr { ...@@ -70,6 +96,7 @@ hr {
margin: 1em 0; margin: 1em 0;
padding: 0; } padding: 0; }
/* line 100, sass/base/_reset.scss */
input, select { input, select {
vertical-align: middle; } vertical-align: middle; }
...@@ -116,6 +143,7 @@ input, select { ...@@ -116,6 +143,7 @@ input, select {
font-weight: 800; font-weight: 800;
font-style: italic; } font-style: italic; }
/* line 1, sass/index/_extends.scss */
.wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, footer, section.index-content { .wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, footer, section.index-content {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
...@@ -125,30 +153,40 @@ input, select { ...@@ -125,30 +153,40 @@ input, select {
padding: 25.888px; padding: 25.888px;
width: 100%; } width: 100%; }
/* line 14, sass/index/_extends.scss */
.subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div { .subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div {
padding-left: 34.171%; } padding-left: 34.171%; }
@media screen and (max-width: 940px) { @media screen and (max-width: 940px) {
/* line 14, sass/index/_extends.scss */
.subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div { .subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div {
padding-left: 0; } } padding-left: 0; } }
.subpage > div p, section.copyright > div p, section.tos > div p, section.privacy-policy > div p, section.honor-code > div p { /* line 21, sass/index/_extends.scss */
.subpage > div p, section.copyright > div p, section.tos > div p, section.privacy-policy > div p, section.honor-code > div p {
margin-bottom: 25.888px; margin-bottom: 25.888px;
line-height: 25.888px; } line-height: 25.888px; }
.subpage > div h1, section.copyright > div h1, section.tos > div h1, section.privacy-policy > div h1, section.honor-code > div h1 { /* line 26, sass/index/_extends.scss */
.subpage > div h1, section.copyright > div h1, section.tos > div h1, section.privacy-policy > div h1, section.honor-code > div h1 {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.subpage > div h2, section.copyright > div h2, section.tos > div h2, section.privacy-policy > div h2, section.honor-code > div h2 { /* line 30, sass/index/_extends.scss */
.subpage > div h2, section.copyright > div h2, section.tos > div h2, section.privacy-policy > div h2, section.honor-code > div h2 {
font: 18px "Open Sans", Helvetica, Arial, sans-serif; font: 18px "Open Sans", Helvetica, Arial, sans-serif;
color: #000; color: #000;
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.subpage > div ul, section.copyright > div ul, section.tos > div ul, section.privacy-policy > div ul, section.honor-code > div ul { /* line 36, sass/index/_extends.scss */
.subpage > div ul, section.copyright > div ul, section.tos > div ul, section.privacy-policy > div ul, section.honor-code > div ul {
list-style: disc outside none; } list-style: disc outside none; }
.subpage > div ul li, section.copyright > div ul li, section.tos > div ul li, section.privacy-policy > div ul li, section.honor-code > div ul li { /* line 39, sass/index/_extends.scss */
.subpage > div ul li, section.copyright > div ul li, section.tos > div ul li, section.privacy-policy > div ul li, section.honor-code > div ul li {
list-style: disc outside none; list-style: disc outside none;
line-height: 25.888px; } line-height: 25.888px; }
.subpage > div dl, section.copyright > div dl, section.tos > div dl, section.privacy-policy > div dl, section.honor-code > div dl { /* line 45, sass/index/_extends.scss */
.subpage > div dl, section.copyright > div dl, section.tos > div dl, section.privacy-policy > div dl, section.honor-code > div dl {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
.subpage > div dl dd, section.copyright > div dl dd, section.tos > div dl dd, section.privacy-policy > div dl dd, section.honor-code > div dl dd { /* line 48, sass/index/_extends.scss */
.subpage > div dl dd, section.copyright > div dl dd, section.tos > div dl dd, section.privacy-policy > div dl dd, section.honor-code > div dl dd {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
/* line 55, sass/index/_extends.scss */
.clearfix:after, .subpage:after, section.copyright:after, section.tos:after, section.privacy-policy:after, section.honor-code:after, header.announcement div section:after, footer:after, section.index-content:after, section.index-content section:after, section.index-content section.about section:after, div.leanModal_box#enroll ol:after { .clearfix:after, .subpage:after, section.copyright:after, section.tos:after, section.privacy-policy:after, section.honor-code:after, header.announcement div section:after, footer:after, section.index-content:after, section.index-content section:after, section.index-content section.about section:after, div.leanModal_box#enroll ol:after {
content: "."; content: ".";
display: block; display: block;
...@@ -156,6 +194,7 @@ input, select { ...@@ -156,6 +194,7 @@ input, select {
clear: both; clear: both;
visibility: hidden; } visibility: hidden; }
/* line 63, sass/index/_extends.scss */
.button, header.announcement div section.course section a, section.index-content section.course a, section.index-content section.staff a, section.index-content section.about-course section.cta a.enroll { .button, header.announcement div section.course section a, section.index-content section.course a, section.index-content section.staff a, section.index-content section.about-course section.cta a.enroll {
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
...@@ -200,13 +239,16 @@ input, select { ...@@ -200,13 +239,16 @@ input, select {
-moz-box-shadow: inset 0 1px 0 #b83d3d; -moz-box-shadow: inset 0 1px 0 #b83d3d;
box-shadow: inset 0 1px 0 #b83d3d; box-shadow: inset 0 1px 0 #b83d3d;
-webkit-font-smoothing: antialiased; } -webkit-font-smoothing: antialiased; }
.button:hover, header.announcement div section.course section a:hover, section.index-content section.course a:hover, section.index-content section.staff a:hover, section.index-content section.about-course section.cta a.enroll:hover { /* line 77, sass/index/_extends.scss */
.button:hover, header.announcement div section.course section a:hover, section.index-content section.course a:hover, section.index-content section.staff a:hover, section.index-content section.about-course section.cta a.enroll:hover {
background-color: #732626; background-color: #732626;
border-color: #4d1919; } border-color: #4d1919; }
.button span, header.announcement div section.course section a span, section.index-content section.course a span, section.index-content section.staff a span, section.index-content section.about-course section.cta a.enroll span { /* line 82, sass/index/_extends.scss */
.button span, header.announcement div section.course section a span, section.index-content section.course a span, section.index-content section.staff a span, section.index-content section.about-course section.cta a.enroll span {
font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
font-style: italic; } font-style: italic; }
/* line 88, sass/index/_extends.scss */
p.ie-warning { p.ie-warning {
display: block !important; display: block !important;
line-height: 1.3em; line-height: 1.3em;
...@@ -214,25 +256,33 @@ p.ie-warning { ...@@ -214,25 +256,33 @@ p.ie-warning {
margin-bottom: 25.888px; margin-bottom: 25.888px;
padding: 25.888px; } padding: 25.888px; }
/* line 1, sass/index/_base.scss */
body { body {
background-color: #fff; background-color: #fff;
color: #444; color: #444;
font: 16px Georgia, serif; } font: 16px Georgia, serif; }
body :focus { /* line 6, sass/index/_base.scss */
body :focus {
outline-color: #ccc; } outline-color: #ccc; }
body h1 { /* line 10, sass/index/_base.scss */
body h1 {
font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; } font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; }
body li { /* line 14, sass/index/_base.scss */
body li {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
body em { /* line 18, sass/index/_base.scss */
body em {
font-style: italic; } font-style: italic; }
body a { /* line 22, sass/index/_base.scss */
body a {
color: #993333; color: #993333;
font-style: italic; font-style: italic;
text-decoration: none; } text-decoration: none; }
body a:hover, body a:focus { /* line 27, sass/index/_base.scss */
body a:hover, body a:focus {
color: #732626; } color: #732626; }
body input[type="email"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="url"], body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="month"], body input[type="time"], body input[type="week"], body textarea { /* line 32, sass/index/_base.scss */
body input[type="email"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="url"], body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="month"], body input[type="time"], body input[type="week"], body textarea {
-webkit-box-shadow: 0 -1px 0 white; -webkit-box-shadow: 0 -1px 0 white;
-moz-box-shadow: 0 -1px 0 white; -moz-box-shadow: 0 -1px 0 white;
box-shadow: 0 -1px 0 white; box-shadow: 0 -1px 0 white;
...@@ -247,9 +297,11 @@ body input[type="email"], body input[type="number"], body input[type="password"] ...@@ -247,9 +297,11 @@ body input[type="email"], body input[type="number"], body input[type="password"]
font: 16px Georgia, serif; font: 16px Georgia, serif;
padding: 4px; padding: 4px;
width: 100%; } width: 100%; }
body input[type="email"]:focus, body input[type="number"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="text"]:focus, body input[type="url"]:focus, body input[type="color"]:focus, body input[type="date"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body textarea:focus { /* line 40, sass/index/_base.scss */
body input[type="email"]:focus, body input[type="number"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="text"]:focus, body input[type="url"]:focus, body input[type="color"]:focus, body input[type="date"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body textarea:focus {
border-color: #993333; } border-color: #993333; }
/* line 1, sass/index/_header.scss */
header.announcement { header.announcement {
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
...@@ -260,36 +312,49 @@ header.announcement { ...@@ -260,36 +312,49 @@ header.announcement {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
color: #fff; color: #fff;
-webkit-font-smoothing: antialiased; } -webkit-font-smoothing: antialiased; }
header.announcement.home { /* line 8, sass/index/_header.scss */
header.announcement.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); } background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); }
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
/* line 8, sass/index/_header.scss */
header.announcement.home { header.announcement.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-large.jpg"); } } background: #e3e3e3 url("/static/images/marketing/shot-5-large.jpg"); } }
header.announcement.home div { /* line 15, sass/index/_header.scss */
header.announcement.home div {
padding: 258.88px 25.888px 77.664px; } padding: 258.88px 25.888px 77.664px; }
@media screen and (max-width:780px) { @media screen and (max-width:780px) {
/* line 15, sass/index/_header.scss */
header.announcement.home div { header.announcement.home div {
padding: 64.72px 25.888px 51.776px; } } padding: 64.72px 25.888px 51.776px; } }
header.announcement.home div nav h1 { /* line 24, sass/index/_header.scss */
header.announcement.home div nav h1 {
margin-right: 0; } margin-right: 0; }
header.announcement.home div nav a.login { /* line 28, sass/index/_header.scss */
header.announcement.home div nav a.login {
display: none; } display: none; }
header.announcement.course { /* line 35, sass/index/_header.scss */
header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-small.jpg"); } background: #e3e3e3 url("/static/images/marketing/course-bg-small.jpg"); }
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
/* line 35, sass/index/_header.scss */
header.announcement.course { header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-large.jpg"); } } background: #e3e3e3 url("/static/images/marketing/course-bg-large.jpg"); } }
@media screen and (max-width: 1199px) and (min-width: 700px) { @media screen and (max-width: 1199px) and (min-width: 700px) {
/* line 35, sass/index/_header.scss */
header.announcement.course { header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-medium.jpg"); } } background: #e3e3e3 url("/static/images/marketing/course-bg-medium.jpg"); } }
header.announcement.course div { /* line 46, sass/index/_header.scss */
header.announcement.course div {
padding: 103.552px 25.888px 51.776px; } padding: 103.552px 25.888px 51.776px; }
@media screen and (max-width:780px) { @media screen and (max-width:780px) {
/* line 46, sass/index/_header.scss */
header.announcement.course div { header.announcement.course div {
padding: 64.72px 25.888px 51.776px; } } padding: 64.72px 25.888px 51.776px; } }
header.announcement div { /* line 56, sass/index/_header.scss */
header.announcement div {
position: relative; } position: relative; }
header.announcement div nav { /* line 60, sass/index/_header.scss */
header.announcement div nav {
position: absolute; position: absolute;
top: 0; top: 0;
right: 25.888px; right: 25.888px;
...@@ -301,7 +366,8 @@ header.announcement div nav { ...@@ -301,7 +366,8 @@ header.announcement div nav {
background: #333; background: #333;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
padding: 12.944px 25.888px; } padding: 12.944px 25.888px; }
header.announcement div nav h1 { /* line 69, sass/index/_header.scss */
header.announcement div nav h1 {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
display: inline-block; display: inline-block;
...@@ -310,21 +376,26 @@ header.announcement div nav h1 { ...@@ -310,21 +376,26 @@ header.announcement div nav h1 {
*display: inline; *display: inline;
*vertical-align: auto; *vertical-align: auto;
margin-right: 12.944px; } margin-right: 12.944px; }
header.announcement div nav h1 a { /* line 74, sass/index/_header.scss */
header.announcement div nav h1 a {
font: italic 800 18px "Open Sans", Helvetica, Arial, sans-serif; font: italic 800 18px "Open Sans", Helvetica, Arial, sans-serif;
color: #fff; color: #fff;
text-decoration: none; } text-decoration: none; }
header.announcement div nav h1 a:hover, header.announcement div nav h1 a:focus { /* line 79, sass/index/_header.scss */
header.announcement div nav h1 a:hover, header.announcement div nav h1 a:focus {
color: #999; } color: #999; }
header.announcement div nav a.login { /* line 85, sass/index/_header.scss */
header.announcement div nav a.login {
text-decoration: none; text-decoration: none;
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-family: "Open Sans", Helvetica, Arial, sans-serif; } font-family: "Open Sans", Helvetica, Arial, sans-serif; }
header.announcement div nav a.login:hover, header.announcement div nav a.login:focus { /* line 92, sass/index/_header.scss */
header.announcement div nav a.login:hover, header.announcement div nav a.login:focus {
color: #999; } color: #999; }
header.announcement div section { /* line 98, sass/index/_header.scss */
header.announcement div section {
background: #993333; background: #993333;
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
...@@ -335,10 +406,12 @@ header.announcement div section { ...@@ -335,10 +406,12 @@ header.announcement div section {
*vertical-align: auto; *vertical-align: auto;
margin-left: 34.171%; margin-left: 34.171%;
padding: 25.888px 38.832px; } padding: 25.888px 38.832px; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 98, sass/index/_header.scss */
header.announcement div section { header.announcement div section {
margin-left: 0; } } margin-left: 0; } }
header.announcement div section h1 { /* line 109, sass/index/_header.scss */
header.announcement div section h1 {
font-family: "Open Sans"; font-family: "Open Sans";
font-size: 30px; font-size: 30px;
font-weight: 800; font-weight: 800;
...@@ -351,7 +424,8 @@ header.announcement div section h1 { ...@@ -351,7 +424,8 @@ header.announcement div section h1 {
*vertical-align: auto; *vertical-align: auto;
line-height: 1.2em; line-height: 1.2em;
margin: 0 25.888px 0 0; } margin: 0 25.888px 0 0; }
header.announcement div section h2 { /* line 118, sass/index/_header.scss */
header.announcement div section h2 {
font-family: "Open Sans"; font-family: "Open Sans";
font-size: 24px; font-size: 24px;
font-weight: 400; font-weight: 400;
...@@ -363,18 +437,21 @@ header.announcement div section h2 { ...@@ -363,18 +437,21 @@ header.announcement div section h2 {
*display: inline; *display: inline;
*vertical-align: auto; *vertical-align: auto;
line-height: 1.2em; } line-height: 1.2em; }
header.announcement div section.course section { /* line 127, sass/index/_header.scss */
header.announcement div section.course section {
float: left; float: left;
margin-left: 0; margin-left: 0;
margin-right: 3.817%; margin-right: 3.817%;
padding: 0; padding: 0;
width: 48.092%; } width: 48.092%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 127, sass/index/_header.scss */
header.announcement div section.course section { header.announcement div section.course section {
float: none; float: none;
width: 100%; width: 100%;
margin-right: 0; } } margin-right: 0; } }
header.announcement div section.course section a { /* line 140, sass/index/_header.scss */
header.announcement div section.course section a {
background-color: #4d1919; background-color: #4d1919;
border-color: #260d0d; border-color: #260d0d;
-webkit-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; -webkit-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
...@@ -383,29 +460,36 @@ header.announcement div section.course section a { ...@@ -383,29 +460,36 @@ header.announcement div section.course section a {
display: block; display: block;
padding: 12.944px 25.888px; padding: 12.944px 25.888px;
text-align: center; } text-align: center; }
header.announcement div section.course section a:hover { /* line 149, sass/index/_header.scss */
header.announcement div section.course section a:hover {
background-color: #732626; background-color: #732626;
border-color: #4d1919; } border-color: #4d1919; }
header.announcement div section.course p { /* line 156, sass/index/_header.scss */
header.announcement div section.course p {
width: 48.092%; width: 48.092%;
line-height: 25.888px; line-height: 25.888px;
float: left; } float: left; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 156, sass/index/_header.scss */
header.announcement div section.course p { header.announcement div section.course p {
float: none; float: none;
width: 100%; } } width: 100%; } }
/* line 1, sass/index/_footer.scss */
footer { footer {
padding-top: 0; } padding-top: 0; }
footer div.footer-wrapper { /* line 6, sass/index/_footer.scss */
footer div.footer-wrapper {
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
padding: 25.888px 0; padding: 25.888px 0;
background: url("/static/images/marketing/mit-logo.png") right center no-repeat; } background: url("/static/images/marketing/mit-logo.png") right center no-repeat; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 6, sass/index/_footer.scss */
footer div.footer-wrapper { footer div.footer-wrapper {
background-position: left bottom; background-position: left bottom;
padding-bottom: 77.664px; } } padding-bottom: 77.664px; } }
footer div.footer-wrapper a { /* line 16, sass/index/_footer.scss */
footer div.footer-wrapper a {
color: #888; color: #888;
text-decoration: none; text-decoration: none;
-webkit-transition-property: all; -webkit-transition-property: all;
...@@ -428,9 +512,11 @@ footer div.footer-wrapper a { ...@@ -428,9 +512,11 @@ footer div.footer-wrapper a {
-ms-transition-delay: 0; -ms-transition-delay: 0;
-o-transition-delay: 0; -o-transition-delay: 0;
transition-delay: 0; } transition-delay: 0; }
footer div.footer-wrapper a:hover, footer div.footer-wrapper a:focus { /* line 21, sass/index/_footer.scss */
footer div.footer-wrapper a:hover, footer div.footer-wrapper a:focus {
color: #666; } color: #666; }
footer div.footer-wrapper p { /* line 26, sass/index/_footer.scss */
footer div.footer-wrapper p {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
display: inline-block; display: inline-block;
...@@ -439,7 +525,8 @@ footer div.footer-wrapper p { ...@@ -439,7 +525,8 @@ footer div.footer-wrapper p {
*display: inline; *display: inline;
*vertical-align: auto; *vertical-align: auto;
margin-right: 25.888px; } margin-right: 25.888px; }
footer div.footer-wrapper ul { /* line 31, sass/index/_footer.scss */
footer div.footer-wrapper ul {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
display: inline-block; display: inline-block;
...@@ -447,10 +534,12 @@ footer div.footer-wrapper ul { ...@@ -447,10 +534,12 @@ footer div.footer-wrapper ul {
zoom: 1; zoom: 1;
*display: inline; *display: inline;
*vertical-align: auto; } *vertical-align: auto; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 31, sass/index/_footer.scss */
footer div.footer-wrapper ul { footer div.footer-wrapper ul {
margin-top: 25.888px; } } margin-top: 25.888px; } }
footer div.footer-wrapper ul li { /* line 38, sass/index/_footer.scss */
footer div.footer-wrapper ul li {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
display: inline-block; display: inline-block;
...@@ -459,56 +548,73 @@ footer div.footer-wrapper ul li { ...@@ -459,56 +548,73 @@ footer div.footer-wrapper ul li {
*display: inline; *display: inline;
*vertical-align: auto; *vertical-align: auto;
margin-bottom: 0; } margin-bottom: 0; }
footer div.footer-wrapper ul li:after { /* line 42, sass/index/_footer.scss */
footer div.footer-wrapper ul li:after {
content: ' |'; content: ' |';
display: inline; display: inline;
color: #ccc; } color: #ccc; }
footer div.footer-wrapper ul li:last-child:after { /* line 49, sass/index/_footer.scss */
footer div.footer-wrapper ul li:last-child:after {
content: none; } content: none; }
footer div.footer-wrapper ul.social { /* line 56, sass/index/_footer.scss */
footer div.footer-wrapper ul.social {
float: right; float: right;
margin-right: 60px; margin-right: 60px;
position: relative; position: relative;
top: -5px; } top: -5px; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 56, sass/index/_footer.scss */
footer div.footer-wrapper ul.social { footer div.footer-wrapper ul.social {
float: none; } } float: none; } }
footer div.footer-wrapper ul.social li { /* line 66, sass/index/_footer.scss */
footer div.footer-wrapper ul.social li {
float: left; float: left;
margin-right: 12.944px; } margin-right: 12.944px; }
footer div.footer-wrapper ul.social li:after { /* line 70, sass/index/_footer.scss */
footer div.footer-wrapper ul.social li:after {
content: none; content: none;
display: none; } display: none; }
footer div.footer-wrapper ul.social li a { /* line 75, sass/index/_footer.scss */
footer div.footer-wrapper ul.social li a {
display: block; display: block;
height: 29px; height: 29px;
width: 28px; width: 28px;
text-indent: -9999px; } text-indent: -9999px; }
footer div.footer-wrapper ul.social li a:hover { /* line 81, sass/index/_footer.scss */
footer div.footer-wrapper ul.social li a:hover {
opacity: .8; } opacity: .8; }
footer div.footer-wrapper ul.social li.twitter a { /* line 86, sass/index/_footer.scss */
footer div.footer-wrapper ul.social li.twitter a {
background: url("/static/images/marketing/twitter.png") 0 0 no-repeat; } background: url("/static/images/marketing/twitter.png") 0 0 no-repeat; }
footer div.footer-wrapper ul.social li.facebook a { /* line 90, sass/index/_footer.scss */
footer div.footer-wrapper ul.social li.facebook a {
background: url("/static/images/marketing/facebook.png") 0 0 no-repeat; } background: url("/static/images/marketing/facebook.png") 0 0 no-repeat; }
footer div.footer-wrapper ul.social li.linkedin a { /* line 94, sass/index/_footer.scss */
footer div.footer-wrapper ul.social li.linkedin a {
background: url("/static/images/marketing/linkedin.png") 0 0 no-repeat; } background: url("/static/images/marketing/linkedin.png") 0 0 no-repeat; }
/* line 5, sass/index/_index.scss */
section.index-content section { section.index-content section {
float: left; } float: left; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 5, sass/index/_index.scss */
section.index-content section { section.index-content section {
float: none; float: none;
width: auto; width: auto;
margin-right: 0; } } margin-right: 0; } }
section.index-content section h1 { /* line 15, sass/index/_index.scss */
section.index-content section h1 {
font-size: 800 24px "Open Sans"; font-size: 800 24px "Open Sans";
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
section.index-content section p { /* line 20, sass/index/_index.scss */
section.index-content section p {
line-height: 25.888px; line-height: 25.888px;
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
section.index-content section ul { /* line 26, sass/index/_index.scss */
section.index-content section ul {
margin: 0; } margin: 0; }
section.index-content section.about { /* line 30, sass/index/_index.scss */
section.index-content section.about {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
...@@ -516,71 +622,92 @@ section.index-content section.about { ...@@ -516,71 +622,92 @@ section.index-content section.about {
margin-right: 2.513%; margin-right: 2.513%;
padding-right: 1.256%; padding-right: 1.256%;
width: 65.829%; } width: 65.829%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 30, sass/index/_index.scss */
section.index-content section.about { section.index-content section.about {
width: 100%; width: 100%;
border-right: 0; border-right: 0;
margin-right: 0; margin-right: 0;
padding-right: 0; } } padding-right: 0; } }
section.index-content section.about section { /* line 44, sass/index/_index.scss */
section.index-content section.about section {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
section.index-content section.about section p { /* line 48, sass/index/_index.scss */
section.index-content section.about section p {
width: 48.092%; width: 48.092%;
float: left; } float: left; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 48, sass/index/_index.scss */
section.index-content section.about section p { section.index-content section.about section p {
float: none; float: none;
width: auto; } } width: auto; } }
section.index-content section.about section p:nth-child(odd) { /* line 57, sass/index/_index.scss */
section.index-content section.about section p:nth-child(odd) {
margin-right: 3.817%; } margin-right: 3.817%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 57, sass/index/_index.scss */
section.index-content section.about section p:nth-child(odd) { section.index-content section.about section p:nth-child(odd) {
margin-right: 0; } } margin-right: 0; } }
section.index-content section.about section.intro section { /* line 67, sass/index/_index.scss */
section.index-content section.about section.intro section {
margin-bottom: 0; } margin-bottom: 0; }
section.index-content section.about section.intro section.intro-text { /* line 70, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-text {
margin-right: 3.817%; margin-right: 3.817%;
width: 48.092%; } width: 48.092%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 70, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-text { section.index-content section.about section.intro section.intro-text {
margin-right: 0; margin-right: 0;
width: auto; } } width: auto; } }
section.index-content section.about section.intro section.intro-text p { /* line 79, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-text p {
margin-right: 0; margin-right: 0;
width: auto; width: auto;
float: none; } float: none; }
section.index-content section.about section.intro section.intro-video { /* line 86, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-video {
width: 48.092%; } width: 48.092%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 86, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-video { section.index-content section.about section.intro section.intro-video {
width: auto; } } width: auto; } }
section.index-content section.about section.intro section.intro-video a { /* line 93, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-video a {
display: block; display: block;
width: 100%; } width: 100%; }
section.index-content section.about section.intro section.intro-video a img { /* line 97, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-video a img {
width: 100%; } width: 100%; }
section.index-content section.about section.intro section.intro-video a span { /* line 101, sass/index/_index.scss */
section.index-content section.about section.intro section.intro-video a span {
display: none; } display: none; }
section.index-content section.about section.features { /* line 109, sass/index/_index.scss */
section.index-content section.about section.features {
border-top: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5;
padding-top: 25.888px; padding-top: 25.888px;
margin-bottom: 0; } margin-bottom: 0; }
section.index-content section.about section.features h2 { /* line 114, sass/index/_index.scss */
section.index-content section.about section.features h2 {
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;
color: #888; color: #888;
margin-bottom: 25.888px; margin-bottom: 25.888px;
font-weight: normal; font-weight: normal;
font-size: 14px; } font-size: 14px; }
section.index-content section.about section.features h2 span { /* line 122, sass/index/_index.scss */
section.index-content section.about section.features h2 span {
text-transform: none; } text-transform: none; }
section.index-content section.about section.features p { /* line 128, sass/index/_index.scss */
section.index-content section.about section.features p {
width: auto; width: auto;
clear: both; } clear: both; }
section.index-content section.about section.features p strong { /* line 132, sass/index/_index.scss */
section.index-content section.about section.features p strong {
font-family: "Open sans"; font-family: "Open sans";
font-weight: 800; } font-weight: 800; }
section.index-content section.about section.features p a { /* line 137, sass/index/_index.scss */
section.index-content section.about section.features p a {
color: #993333; color: #993333;
text-decoration: none; text-decoration: none;
-webkit-transition-property: all; -webkit-transition-property: all;
...@@ -603,41 +730,53 @@ section.index-content section.about section.features p a { ...@@ -603,41 +730,53 @@ section.index-content section.about section.features p a {
-ms-transition-delay: 0; -ms-transition-delay: 0;
-o-transition-delay: 0; -o-transition-delay: 0;
transition-delay: 0; } transition-delay: 0; }
section.index-content section.about section.features p a:hover, section.index-content section.about section.features p a:focus { /* line 142, sass/index/_index.scss */
section.index-content section.about section.features p a:hover, section.index-content section.about section.features p a:focus {
color: #602020; } color: #602020; }
section.index-content section.about section.features ul { /* line 148, sass/index/_index.scss */
section.index-content section.about section.features ul {
margin-bottom: 0; } margin-bottom: 0; }
section.index-content section.about section.features ul li { /* line 151, sass/index/_index.scss */
section.index-content section.about section.features ul li {
line-height: 25.888px; line-height: 25.888px;
width: 48.092%; width: 48.092%;
float: left; float: left;
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 151, sass/index/_index.scss */
section.index-content section.about section.features ul li { section.index-content section.about section.features ul li {
width: auto; width: auto;
float: none; } } float: none; } }
section.index-content section.about section.features ul li:nth-child(odd) { /* line 162, sass/index/_index.scss */
section.index-content section.about section.features ul li:nth-child(odd) {
margin-right: 3.817%; } margin-right: 3.817%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 162, sass/index/_index.scss */
section.index-content section.about section.features ul li:nth-child(odd) { section.index-content section.about section.features ul li:nth-child(odd) {
margin-right: 0; } } margin-right: 0; } }
section.index-content section.course, section.index-content section.staff { /* line 175, sass/index/_index.scss */
section.index-content section.course, section.index-content section.staff {
width: 31.658%; } width: 31.658%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 175, sass/index/_index.scss */
section.index-content section.course, section.index-content section.staff { section.index-content section.course, section.index-content section.staff {
width: auto; } } width: auto; } }
section.index-content section.course h1, section.index-content section.staff h1 { /* line 182, sass/index/_index.scss */
section.index-content section.course h1, section.index-content section.staff h1 {
color: #888; color: #888;
font: normal 16px Georgia, serif; font: normal 16px Georgia, serif;
font-size: 14px; font-size: 14px;
letter-spacing: 1px; letter-spacing: 1px;
margin-bottom: 25.888px; margin-bottom: 25.888px;
text-transform: uppercase; } text-transform: uppercase; }
section.index-content section.course h2, section.index-content section.staff h2 { /* line 191, sass/index/_index.scss */
section.index-content section.course h2, section.index-content section.staff h2 {
font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; } font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; }
section.index-content section.course h3, section.index-content section.staff h3 { /* line 195, sass/index/_index.scss */
section.index-content section.course h3, section.index-content section.staff h3 {
font: 400 18px "Open Sans", Helvetica, Arial, sans-serif; } font: 400 18px "Open Sans", Helvetica, Arial, sans-serif; }
section.index-content section.course a span.arrow, section.index-content section.staff a span.arrow { /* line 202, sass/index/_index.scss */
section.index-content section.course a span.arrow, section.index-content section.staff a span.arrow {
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
font-style: normal; font-style: normal;
display: -moz-inline-box; display: -moz-inline-box;
...@@ -648,12 +787,15 @@ section.index-content section.course a span.arrow, section.index-content section ...@@ -648,12 +787,15 @@ section.index-content section.course a span.arrow, section.index-content section
*display: inline; *display: inline;
*vertical-align: auto; *vertical-align: auto;
padding-left: 10px; } padding-left: 10px; }
section.index-content section.course ul, section.index-content section.staff ul { /* line 210, sass/index/_index.scss */
section.index-content section.course ul, section.index-content section.staff ul {
list-style: none; } list-style: none; }
section.index-content section.course ul li img, section.index-content section.staff ul li img { /* line 214, sass/index/_index.scss */
section.index-content section.course ul li img, section.index-content section.staff ul li img {
float: left; float: left;
margin-right: 12.944px; } margin-right: 12.944px; }
section.index-content section.course h2 { /* line 223, sass/index/_index.scss */
section.index-content section.course h2 {
padding-top: 129.44px; padding-top: 129.44px;
background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat;
-webkit-background-size: contain; -webkit-background-size: contain;
...@@ -661,17 +803,28 @@ section.index-content section.course h2 { ...@@ -661,17 +803,28 @@ section.index-content section.course h2 {
-ms-background-size: contain; -ms-background-size: contain;
-o-background-size: contain; -o-background-size: contain;
background-size: contain; } background-size: contain; }
@media screen and (max-width: 998px) and (min-width: 781px) { @media screen and (max-width: 998px) and (min-width: 781px) {
/* line 223, sass/index/_index.scss */
section.index-content section.course h2 { section.index-content section.course h2 {
background: url("/static/images/marketing/circuits-medium-bg.jpg") 0 0 no-repeat; } } background: url("/static/images/marketing/circuits-medium-bg.jpg") 0 0 no-repeat; } }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 223, sass/index/_index.scss */
section.index-content section.course h2 { section.index-content section.course h2 {
padding-top: 129.44px; padding-top: 129.44px;
background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; } } background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; } }
@media screen and (min-width: 500px) and (max-width: 781px) { @media screen and (min-width: 500px) and (max-width: 781px) {
/* line 223, sass/index/_index.scss */
section.index-content section.course h2 { section.index-content section.course h2 {
padding-top: 207.104px; } } padding-top: 207.104px; } }
section.index-content section.about-course { /* line 244, sass/index/_index.scss */
section.index-content section.course div.announcement p.announcement-button a {
margin-top: 0; }
/* line 249, sass/index/_index.scss */
section.index-content section.course div.announcement img {
max-width: 100%;
margin-bottom: 25.888px; }
/* line 259, sass/index/_index.scss */
section.index-content section.about-course {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
...@@ -679,43 +832,54 @@ section.index-content section.about-course { ...@@ -679,43 +832,54 @@ section.index-content section.about-course {
margin-right: 2.513%; margin-right: 2.513%;
padding-right: 1.256%; padding-right: 1.256%;
width: 65.829%; } width: 65.829%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 259, sass/index/_index.scss */
section.index-content section.about-course { section.index-content section.about-course {
width: auto; width: auto;
border-right: 0; border-right: 0;
margin-right: 0; margin-right: 0;
padding-right: 0; } } padding-right: 0; } }
section.index-content section.about-course section { /* line 273, sass/index/_index.scss */
section.index-content section.about-course section {
width: 48.092%; } width: 48.092%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 273, sass/index/_index.scss */
section.index-content section.about-course section { section.index-content section.about-course section {
width: auto; } } width: auto; } }
section.index-content section.about-course section.about-info { /* line 280, sass/index/_index.scss */
section.index-content section.about-course section.about-info {
margin-right: 3.817%; } margin-right: 3.817%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 280, sass/index/_index.scss */
section.index-content section.about-course section.about-info { section.index-content section.about-course section.about-info {
margin-right: 0; } } margin-right: 0; } }
section.index-content section.about-course section.requirements { /* line 288, sass/index/_index.scss */
section.index-content section.about-course section.requirements {
clear: both; clear: both;
width: 100%; width: 100%;
border-top: 1px solid #E5E5E5; border-top: 1px solid #E5E5E5;
padding-top: 25.888px; padding-top: 25.888px;
margin-bottom: 0; } margin-bottom: 0; }
section.index-content section.about-course section.requirements p { /* line 295, sass/index/_index.scss */
section.index-content section.about-course section.requirements p {
float: left; float: left;
width: 48.092%; width: 48.092%;
margin-right: 3.817%; } margin-right: 3.817%; }
@media screen and (max-width: 780px) { @media screen and (max-width: 780px) {
/* line 295, sass/index/_index.scss */
section.index-content section.about-course section.requirements p { section.index-content section.about-course section.requirements p {
margin-right: 0; margin-right: 0;
float: none; float: none;
width: auto; } } width: auto; } }
section.index-content section.about-course section.requirements p:nth-child(odd) { /* line 306, sass/index/_index.scss */
section.index-content section.about-course section.requirements p:nth-child(odd) {
margin-right: 0; } margin-right: 0; }
section.index-content section.about-course section.cta { /* line 312, sass/index/_index.scss */
section.index-content section.about-course section.cta {
width: 100%; width: 100%;
text-align: center; } text-align: center; }
section.index-content section.about-course section.cta a.enroll { /* line 316, sass/index/_index.scss */
section.index-content section.about-course section.cta a.enroll {
padding: 12.944px 51.776px; padding: 12.944px 51.776px;
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
...@@ -726,9 +890,11 @@ section.index-content section.about-course section.cta a.enroll { ...@@ -726,9 +890,11 @@ section.index-content section.about-course section.cta a.enroll {
*vertical-align: auto; *vertical-align: auto;
text-align: center; text-align: center;
font: 800 18px "Open Sans", Helvetica, Arial, sans-serif; } font: 800 18px "Open Sans", Helvetica, Arial, sans-serif; }
section.index-content section.staff h1 { /* line 328, sass/index/_index.scss */
section.index-content section.staff h1 {
margin-top: 25.888px; } margin-top: 25.888px; }
/* line 1, sass/layout/_leanmodal.scss */
#lean_overlay { #lean_overlay {
position: fixed; position: fixed;
z-index: 100; z-index: 100;
...@@ -739,6 +905,7 @@ section.index-content section.staff h1 { ...@@ -739,6 +905,7 @@ section.index-content section.staff h1 {
background: #000; background: #000;
display: none; } display: none; }
/* line 12, sass/layout/_leanmodal.scss */
div.leanModal_box { div.leanModal_box {
background: #fff; background: #fff;
border: none; border: none;
...@@ -756,7 +923,8 @@ div.leanModal_box { ...@@ -756,7 +923,8 @@ div.leanModal_box {
display: none; display: none;
padding: 51.776px; padding: 51.776px;
text-align: left; } text-align: left; }
div.leanModal_box a.modal_close { /* line 22, sass/layout/_leanmodal.scss */
div.leanModal_box a.modal_close {
color: #aaa; color: #aaa;
display: block; display: block;
font-style: normal; font-style: normal;
...@@ -766,26 +934,33 @@ div.leanModal_box a.modal_close { ...@@ -766,26 +934,33 @@ div.leanModal_box a.modal_close {
top: 12px; top: 12px;
width: 14px; width: 14px;
z-index: 2; } z-index: 2; }
div.leanModal_box a.modal_close:hover { /* line 33, sass/layout/_leanmodal.scss */
div.leanModal_box a.modal_close:hover {
text-decoration: none; text-decoration: none;
color: #993333; } color: #993333; }
div.leanModal_box h1 { /* line 39, sass/layout/_leanmodal.scss */
div.leanModal_box h1 {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
font-size: 24px; font-size: 24px;
margin-bottom: 25.888px; margin-bottom: 25.888px;
margin-top: 0; margin-top: 0;
padding-bottom: 25.888px; padding-bottom: 25.888px;
text-align: left; } text-align: left; }
div.leanModal_box#enroll { /* line 48, sass/layout/_leanmodal.scss */
div.leanModal_box#enroll {
max-width: 600px; } max-width: 600px; }
div.leanModal_box#enroll ol { /* line 51, sass/layout/_leanmodal.scss */
div.leanModal_box#enroll ol {
padding-top: 25.888px; } padding-top: 25.888px; }
div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code { /* line 57, sass/layout/_leanmodal.scss */
div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code {
width: auto; width: auto;
float: none; } float: none; }
div.leanModal_box#enroll ol li div.tip { /* line 62, sass/layout/_leanmodal.scss */
div.leanModal_box#enroll ol li div.tip {
display: none; } display: none; }
div.leanModal_box#enroll ol li:hover div.tip { /* line 67, sass/layout/_leanmodal.scss */
div.leanModal_box#enroll ol li:hover div.tip {
background: #333; background: #333;
color: #fff; color: #fff;
display: block; display: block;
...@@ -796,9 +971,11 @@ div.leanModal_box#enroll ol li:hover div.tip { ...@@ -796,9 +971,11 @@ div.leanModal_box#enroll ol li:hover div.tip {
position: absolute; position: absolute;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
width: 500px; } width: 500px; }
div.leanModal_box form { /* line 84, sass/layout/_leanmodal.scss */
div.leanModal_box form {
text-align: left; } text-align: left; }
div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error, div.leanModal_box form div#pwd_error { /* line 87, sass/layout/_leanmodal.scss */
div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error, div.leanModal_box form div#pwd_error {
background-color: #333333; background-color: #333333;
border: black; border: black;
color: #fff; color: #fff;
...@@ -809,42 +986,53 @@ div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error, ...@@ -809,42 +986,53 @@ div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error,
padding: 12.944px; padding: 12.944px;
text-shadow: 0 1px 0 #1a1a1a; text-shadow: 0 1px 0 #1a1a1a;
-webkit-font-smoothing: antialiased; } -webkit-font-smoothing: antialiased; }
div.leanModal_box form div#enroll_error:empty, div.leanModal_box form div#login_error:empty, div.leanModal_box form div#pwd_error:empty { /* line 100, sass/layout/_leanmodal.scss */
div.leanModal_box form div#enroll_error:empty, div.leanModal_box form div#login_error:empty, div.leanModal_box form div#pwd_error:empty {
padding: 0; } padding: 0; }
div.leanModal_box form ol { /* line 105, sass/layout/_leanmodal.scss */
div.leanModal_box form ol {
list-style: none; list-style: none;
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
div.leanModal_box form ol li { /* line 109, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
div.leanModal_box form ol li.terms, div.leanModal_box form ol li.remember { /* line 112, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li.terms, div.leanModal_box form ol li.remember {
border-top: 1px solid #eee; border-top: 1px solid #eee;
clear: both; clear: both;
float: none; float: none;
padding-top: 25.888px; padding-top: 25.888px;
width: auto; } width: auto; }
div.leanModal_box form ol li.honor-code { /* line 120, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li.honor-code {
width: auto; width: auto;
float: none; } float: none; }
div.leanModal_box form ol li label { /* line 125, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li label {
display: block; display: block;
font-weight: bold; } font-weight: bold; }
div.leanModal_box form ol li input[type="email"], div.leanModal_box form ol li input[type="number"], div.leanModal_box form ol li input[type="password"], div.leanModal_box form ol li input[type="search"], div.leanModal_box form ol li input[type="tel"], div.leanModal_box form ol li input[type="text"], div.leanModal_box form ol li input[type="url"], div.leanModal_box form ol li input[type="color"], div.leanModal_box form ol li input[type="date"], div.leanModal_box form ol li input[type="datetime"], div.leanModal_box form ol li input[type="datetime-local"], div.leanModal_box form ol li input[type="month"], div.leanModal_box form ol li input[type="time"], div.leanModal_box form ol li input[type="week"], div.leanModal_box form ol li textarea { /* line 130, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li input[type="email"], div.leanModal_box form ol li input[type="number"], div.leanModal_box form ol li input[type="password"], div.leanModal_box form ol li input[type="search"], div.leanModal_box form ol li input[type="tel"], div.leanModal_box form ol li input[type="text"], div.leanModal_box form ol li input[type="url"], div.leanModal_box form ol li input[type="color"], div.leanModal_box form ol li input[type="date"], div.leanModal_box form ol li input[type="datetime"], div.leanModal_box form ol li input[type="datetime-local"], div.leanModal_box form ol li input[type="month"], div.leanModal_box form ol li input[type="time"], div.leanModal_box form ol li input[type="week"], div.leanModal_box form ol li textarea {
width: 100%; width: 100%;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; } box-sizing: border-box; }
div.leanModal_box form ol li input[type="checkbox"] { /* line 135, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li input[type="checkbox"] {
margin-right: 10px; } margin-right: 10px; }
div.leanModal_box form ol li ul { /* line 139, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li ul {
list-style: disc outside none; list-style: disc outside none;
margin: 12.944px 0 25.888px 25.888px; } margin: 12.944px 0 25.888px 25.888px; }
div.leanModal_box form ol li ul li { /* line 143, sass/layout/_leanmodal.scss */
div.leanModal_box form ol li ul li {
color: #666; color: #666;
float: none; float: none;
font-size: 14px; font-size: 14px;
list-style: disc outside none; list-style: disc outside none;
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
div.leanModal_box form input[type="button"], div.leanModal_box form input[type="submit"] { /* line 154, sass/layout/_leanmodal.scss */
div.leanModal_box form input[type="button"], div.leanModal_box form input[type="submit"] {
border: 1px solid #691b1b; border: 1px solid #691b1b;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
...@@ -870,7 +1058,8 @@ div.leanModal_box form input[type="button"], div.leanModal_box form input[type=" ...@@ -870,7 +1058,8 @@ div.leanModal_box form input[type="button"], div.leanModal_box form input[type="
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
font-size: 18px; font-size: 18px;
padding: 12.944px; } padding: 12.944px; }
div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[type="submit"]:hover { /* line 73, sass/bourbon/addons/_button.scss */
div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[type="submit"]:hover {
-webkit-box-shadow: inset 0 1px 0 0 #a44141; -webkit-box-shadow: inset 0 1px 0 0 #a44141;
-moz-box-shadow: inset 0 1px 0 0 #a44141; -moz-box-shadow: inset 0 1px 0 0 #a44141;
box-shadow: inset 0 1px 0 0 #a44141; box-shadow: inset 0 1px 0 0 #a44141;
...@@ -882,58 +1071,136 @@ div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[ ...@@ -882,58 +1071,136 @@ div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[
background-image: -ms-linear-gradient(top, #823030, #691c1c); background-image: -ms-linear-gradient(top, #823030, #691c1c);
background-image: -o-linear-gradient(top, #823030, #691c1c); background-image: -o-linear-gradient(top, #823030, #691c1c);
background-image: linear-gradient(top, #823030, #691c1c); } background-image: linear-gradient(top, #823030, #691c1c); }
div.leanModal_box form input[type="button"]:active, div.leanModal_box form input[type="submit"]:active { /* line 89, sass/bourbon/addons/_button.scss */
div.leanModal_box form input[type="button"]:active, div.leanModal_box form input[type="submit"]:active {
border: 1px solid #691b1b; border: 1px solid #691b1b;
-webkit-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; -webkit-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
-moz-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; -moz-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; } box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; }
/* line 162, sass/layout/_leanmodal.scss */
div#login { div#login {
min-width: 400px; } min-width: 400px; }
div#login header { /* line 165, sass/layout/_leanmodal.scss */
div#login header {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
margin-bottom: 25.888px; margin-bottom: 25.888px;
padding-bottom: 25.888px; } padding-bottom: 25.888px; }
div#login header h1 { /* line 170, sass/layout/_leanmodal.scss */
div#login header h1 {
border-bottom: 0; border-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 6.472px; } margin-bottom: 6.472px; }
div#login ol li { /* line 178, sass/layout/_leanmodal.scss */
div#login ol li {
width: auto; width: auto;
float: none; } float: none; }
/* line 185, sass/layout/_leanmodal.scss */
div.lost-password { div.lost-password {
text-align: left; text-align: left;
margin-top: 25.888px; } margin-top: 25.888px; }
div.lost-password a { /* line 189, sass/layout/_leanmodal.scss */
div.lost-password a {
color: #999; } color: #999; }
div.lost-password a:hover { /* line 192, sass/layout/_leanmodal.scss */
div.lost-password a:hover {
color: #444; } color: #444; }
/* line 199, sass/layout/_leanmodal.scss */
div#pwd_reset p { div#pwd_reset p {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
/* line 203, sass/layout/_leanmodal.scss */
div#pwd_reset input[type="email"] { div#pwd_reset input[type="email"] {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
div#apply_name_change, div#change_email, div#unenroll, div#deactivate-account { /* line 211, sass/layout/_leanmodal.scss */
div#apply_name_change,
div#change_email,
div#unenroll,
div#deactivate-account {
max-width: 700px; } max-width: 700px; }
div#apply_name_change ul, div#change_email ul, div#unenroll ul, div#deactivate-account ul { /* line 214, sass/layout/_leanmodal.scss */
div#apply_name_change ul,
div#change_email ul,
div#unenroll ul,
div#deactivate-account ul {
list-style: none; } list-style: none; }
div#apply_name_change ul li, div#change_email ul li, div#unenroll ul li, div#deactivate-account ul li { /* line 217, sass/layout/_leanmodal.scss */
div#apply_name_change ul li,
div#change_email ul li,
div#unenroll ul li,
div#deactivate-account ul li {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
div#apply_name_change ul li textarea, div#apply_name_change ul li input[type="email"], div#apply_name_change ul li input[type="number"], div#apply_name_change ul li input[type="password"], div#apply_name_change ul li input[type="search"], div#apply_name_change ul li input[type="tel"], div#apply_name_change ul li input[type="text"], div#apply_name_change ul li input[type="url"], div#apply_name_change ul li input[type="color"], div#apply_name_change ul li input[type="date"], div#apply_name_change ul li input[type="datetime"], div#apply_name_change ul li input[type="datetime-local"], div#apply_name_change ul li input[type="month"], div#apply_name_change ul li input[type="time"], div#apply_name_change ul li input[type="week"], div#change_email ul li textarea, div#change_email ul li input[type="email"], div#change_email ul li input[type="number"], div#change_email ul li input[type="password"], div#change_email ul li input[type="search"], div#change_email ul li input[type="tel"], div#change_email ul li input[type="text"], div#change_email ul li input[type="url"], div#change_email ul li input[type="color"], div#change_email ul li input[type="date"], div#change_email ul li input[type="datetime"], div#change_email ul li input[type="datetime-local"], div#change_email ul li input[type="month"], div#change_email ul li input[type="time"], div#change_email ul li input[type="week"], div#unenroll ul li textarea, div#unenroll ul li input[type="email"], div#unenroll ul li input[type="number"], div#unenroll ul li input[type="password"], div#unenroll ul li input[type="search"], div#unenroll ul li input[type="tel"], div#unenroll ul li input[type="text"], div#unenroll ul li input[type="url"], div#unenroll ul li input[type="color"], div#unenroll ul li input[type="date"], div#unenroll ul li input[type="datetime"], div#unenroll ul li input[type="datetime-local"], div#unenroll ul li input[type="month"], div#unenroll ul li input[type="time"], div#unenroll ul li input[type="week"], div#deactivate-account ul li textarea, div#deactivate-account ul li input[type="email"], div#deactivate-account ul li input[type="number"], div#deactivate-account ul li input[type="password"], div#deactivate-account ul li input[type="search"], div#deactivate-account ul li input[type="tel"], div#deactivate-account ul li input[type="text"], div#deactivate-account ul li input[type="url"], div#deactivate-account ul li input[type="color"], div#deactivate-account ul li input[type="date"], div#deactivate-account ul li input[type="datetime"], div#deactivate-account ul li input[type="datetime-local"], div#deactivate-account ul li input[type="month"], div#deactivate-account ul li input[type="time"], div#deactivate-account ul li input[type="week"] { /* line 220, sass/layout/_leanmodal.scss */
div#apply_name_change ul li textarea, div#apply_name_change ul li input[type="email"], div#apply_name_change ul li input[type="number"], div#apply_name_change ul li input[type="password"], div#apply_name_change ul li input[type="search"], div#apply_name_change ul li input[type="tel"], div#apply_name_change ul li input[type="text"], div#apply_name_change ul li input[type="url"], div#apply_name_change ul li input[type="color"], div#apply_name_change ul li input[type="date"], div#apply_name_change ul li input[type="datetime"], div#apply_name_change ul li input[type="datetime-local"], div#apply_name_change ul li input[type="month"], div#apply_name_change ul li input[type="time"], div#apply_name_change ul li input[type="week"],
div#change_email ul li textarea,
div#change_email ul li input[type="email"],
div#change_email ul li input[type="number"],
div#change_email ul li input[type="password"],
div#change_email ul li input[type="search"],
div#change_email ul li input[type="tel"],
div#change_email ul li input[type="text"],
div#change_email ul li input[type="url"],
div#change_email ul li input[type="color"],
div#change_email ul li input[type="date"],
div#change_email ul li input[type="datetime"],
div#change_email ul li input[type="datetime-local"],
div#change_email ul li input[type="month"],
div#change_email ul li input[type="time"],
div#change_email ul li input[type="week"],
div#unenroll ul li textarea,
div#unenroll ul li input[type="email"],
div#unenroll ul li input[type="number"],
div#unenroll ul li input[type="password"],
div#unenroll ul li input[type="search"],
div#unenroll ul li input[type="tel"],
div#unenroll ul li input[type="text"],
div#unenroll ul li input[type="url"],
div#unenroll ul li input[type="color"],
div#unenroll ul li input[type="date"],
div#unenroll ul li input[type="datetime"],
div#unenroll ul li input[type="datetime-local"],
div#unenroll ul li input[type="month"],
div#unenroll ul li input[type="time"],
div#unenroll ul li input[type="week"],
div#deactivate-account ul li textarea,
div#deactivate-account ul li input[type="email"],
div#deactivate-account ul li input[type="number"],
div#deactivate-account ul li input[type="password"],
div#deactivate-account ul li input[type="search"],
div#deactivate-account ul li input[type="tel"],
div#deactivate-account ul li input[type="text"],
div#deactivate-account ul li input[type="url"],
div#deactivate-account ul li input[type="color"],
div#deactivate-account ul li input[type="date"],
div#deactivate-account ul li input[type="datetime"],
div#deactivate-account ul li input[type="datetime-local"],
div#deactivate-account ul li input[type="month"],
div#deactivate-account ul li input[type="time"],
div#deactivate-account ul li input[type="week"] {
display: block; display: block;
width: 100%; width: 100%;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; } box-sizing: border-box; }
div#apply_name_change ul li textarea, div#change_email ul li textarea, div#unenroll ul li textarea, div#deactivate-account ul li textarea { /* line 226, sass/layout/_leanmodal.scss */
div#apply_name_change ul li textarea,
div#change_email ul li textarea,
div#unenroll ul li textarea,
div#deactivate-account ul li textarea {
height: 60px; } height: 60px; }
div#apply_name_change ul li input[type="submit"], div#change_email ul li input[type="submit"], div#unenroll ul li input[type="submit"], div#deactivate-account ul li input[type="submit"] { /* line 230, sass/layout/_leanmodal.scss */
div#apply_name_change ul li input[type="submit"],
div#change_email ul li input[type="submit"],
div#unenroll ul li input[type="submit"],
div#deactivate-account ul li input[type="submit"] {
white-space: normal; } white-space: normal; }
/* line 240, sass/layout/_leanmodal.scss */
div#feedback_div form ol li { div#feedback_div form ol li {
float: none; float: none;
width: 100%; } width: 100%; }
div#feedback_div form ol li textarea#feedback_message { /* line 244, sass/layout/_leanmodal.scss */
div#feedback_div form ol li textarea#feedback_message {
height: 100px; } height: 100px; }
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<h2>6.002x</h2> <h2>6.002x</h2>
<a class="enroll" rel="leanModal" href="#enroll"><noscript>In order to</noscript> Enroll in 6.002x Circuits <span>&amp;</span> Electronics <noscript>you need to have javascript enabled</noscript></a> <a class="enroll" rel="leanModal" href="#enroll"><noscript>In order to</noscript> Enroll in 6.002x Circuits <span>&amp;</span> Electronics <noscript>you need to have javascript enabled</noscript></a>
</section> </section>
<p>6.002x (Circuits and Electronics) is an experimental on-line adaptation of MIT&rsquo;s first undergraduate analog design course: 6.002. This course will run, free of charge, for students worldwide from March 5, 2012 through June 8, 2012.</p> <p>6.002x (Circuits and Electronics) is an experimental on-line adaptation of MIT&rsquo;s first undergraduate analog design course: 6.002. This course is running, free of charge, for students worldwide from March 5, 2012 through June 8, 2012.</p>
</section> </section>
</%block> </%block>
......
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title><%block name="title">MITx: MIT's new online learning initiative</%block></title> <title><%block name="title">MITx: MIT's new online learning initiative</%block></title>
<meta name="description" content="<%block name="description">MITx will offer a portfolio of MIT courses for free to a virtual community of learners around the world</%block>" /> <meta name="description" content="<%block name="description">MITx will offer a portfolio of MIT courses for free to a virtual community of learners around the world</%block>" />
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
<script src="/static/js/html5shiv.js"></script> <script src="/static/js/html5shiv.js"></script>
<%block name="headextra"/> <%block name="headextra"/>
<script type="text/javascript"> <script type="text/javascript">
function getCookie(name) { function getCookie(name) {
var cookieValue = null; var cookieValue = null;
if (document.cookie && document.cookie != '') { if (document.cookie && document.cookie != '') {
var cookies = document.cookie.split(';'); var cookies = document.cookie.split(';');
...@@ -43,7 +43,7 @@ function getCookie(name) { ...@@ -43,7 +43,7 @@ function getCookie(name) {
} }
} }
return cookieValue; return cookieValue;
} }
function postJSON(url, data, callback) { function postJSON(url, data, callback) {
$.ajax({type:'POST', $.ajax({type:'POST',
...@@ -65,11 +65,11 @@ function postJSON(url, data, callback) { ...@@ -65,11 +65,11 @@ function postJSON(url, data, callback) {
<%block name="header_nav"> <%block name="header_nav">
<nav> <nav>
<h1><a href="http://mitx.mit.edu/">MITx</a></h1> <h1><a href="http://mitx.mit.edu/">MITx</a></h1>
% if settings.COURSEWARE_ENABLED: % if settings.COURSEWARE_ENABLED:
<%block name="login_area"> <%block name="login_area">
<a rel="leanModal" class="login" href="#login">Log In</a> <a rel="leanModal" class="login" href="#login">Log In</a>
</%block> </%block>
% endif % endif
</nav> </nav>
</%block> </%block>
...@@ -112,14 +112,14 @@ function postJSON(url, data, callback) { ...@@ -112,14 +112,14 @@ function postJSON(url, data, callback) {
</footer> </footer>
% if settings.COURSEWARE_ENABLED: % if settings.COURSEWARE_ENABLED:
<div id="login" class="leanModal_box"><%include file="login.html" /></div> <div id="login" class="leanModal_box"><%include file="login.html" /></div>
% endif % endif
<div id="pwd_reset" class="leanModal_box"><%include file="password_reset_form.html" /></div> <div id="pwd_reset" class="leanModal_box"><%include file="password_reset_form.html" /></div>
<div id="reset_done" class="leanModal_box"></div> <div id="reset_done" class="leanModal_box"></div>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
/* Handles when the user tries to log in. Grabs form data. Does AJAX. /* Handles when the user tries to log in. Grabs form data. Does AJAX.
Either shows error, or redirects. */ Either shows error, or redirects. */
$('form#login_form').submit(function(e) { $('form#login_form').submit(function(e) {
...@@ -161,9 +161,9 @@ $(document).ready(function(){ ...@@ -161,9 +161,9 @@ $(document).ready(function(){
); );
}); });
}); });
$(function(){ $(function(){
$("a[rel*=leanModal]").leanModal(); $("a[rel*=leanModal]").leanModal();
$("a.login").click(function(){ $("a.login").click(function(){
...@@ -174,8 +174,8 @@ $(function(){ ...@@ -174,8 +174,8 @@ $(function(){
$("#enroll_form #ca_email").focus(); $("#enroll_form #ca_email").focus();
}); });
}); });
</script> </script>
<%block name="js_extra"/> <%block name="js_extra"/>
</body> </body>
</html> </html>
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<section class="intro"> <section class="intro">
<section class="intro-text"> <section class="intro-text">
<p><em>MITx</em> will offer a portfolio of MIT courses for free to a virtual community of learners around the world. It will also enhance the educational experience of its on-campus students, offering them online tools that supplement and enrich their classroom and laboratory experiences.</p> <p><em>MITx</em> will offer a portfolio of MIT courses for free to a virtual community of learners around the world. It will also enhance the educational experience of its on-campus students, offering them online tools that supplement and enrich their classroom and laboratory experiences.</p>
<p>The first <em>MITx</em> course, 6.002x (Circuits and Electronics), will be launched in an experimental prototype form. Watch this space for further upcoming courses, which will become available in Fall 2012.</p> <p>The first <em>MITx</em> course, 6.002x (Circuits and Electronics), was launched in an experimental prototype form. Watch this space for further upcoming courses, which will become available in Fall 2012.</p>
</section> </section>
<section class="intro-video"> <section class="intro-video">
...@@ -33,6 +33,18 @@ ...@@ -33,6 +33,18 @@
</section> </section>
<section class="course"> <section class="course">
<div class="announcement">
<h1> Announcement </h1>
<img src="http://placehold.it/440x130" alt="" />
<p>
On May 2, it was announced that Harvard University will join MIT as a partner in edX. MITx, which offers online versions of MIT courses, will be a core offering of edX, as will Harvardx, a set of course offerings from Harvard.
</p>
<p class="announcement-button">
<a href="http://edxonline.org">Read more details here <span class="arrow">&#8227;</span></a>
</p>
</div>
<hgroup> <hgroup>
<h1>Spring 2012 Course offering</h1> <h1>Spring 2012 Course offering</h1>
<h2>Circuits and Electronics</h2> <h2>Circuits and Electronics</h2>
...@@ -43,7 +55,7 @@ ...@@ -43,7 +55,7 @@
<a href="http://6002x.mitx.mit.edu/" class="more-info">More information <span>&amp;</span> Enroll <span class="arrow">&#8227;</span></a> <a href="http://6002x.mitx.mit.edu/" class="more-info">More information <span>&amp;</span> Enroll <span class="arrow">&#8227;</span></a>
</p> </p>
<p>Taught by Anant Agarwal, with Gerald Sussman and Piotr Mitros, 6.002x (Circuits and Electronics) is an on-line adaption of 6.002, MIT&rsquo;s first undergraduate analog design course. This prototype course will run, free of charge, for students worldwide from March 5, 2012 through June 8, 2012. Students will be given the opportunity to demonstrate their mastery of the material and earn a certificate from <em>MITx</em>.</p> <p>Taught by Anant Agarwal, with Gerald Sussman and Piotr Mitros, 6.002x (Circuits and Electronics) is an on-line adaption of 6.002, MIT&rsquo;s first undergraduate analog design course. This prototype course is running, free of charge, for students worldwide from March 5, 2012 through June 8, 2012. Students are given the opportunity to demonstrate their mastery of the material and earn a certificate from <em>MITx</em>.</p>
</section> </section>
</section> </section>
......
...@@ -20,6 +20,7 @@ section.index-content { ...@@ -20,6 +20,7 @@ section.index-content {
p { p {
line-height: lh(); line-height: lh();
margin-bottom: lh(); margin-bottom: lh();
} }
ul { ul {
...@@ -237,6 +238,19 @@ section.index-content { ...@@ -237,6 +238,19 @@ section.index-content {
padding-top: lh(8); padding-top: lh(8);
} }
} }
div.announcement {
p.announcement-button {
a {
margin-top: 0;
}
}
img {
max-width: 100%;
margin-bottom: lh();
}
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment