diff --git a/index.html b/index.html index 5f74afa364..a903b5a4e8 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@
-

6.002 on MITx

+

6.002 on MITx

Students who successfully complete the course will receive an electronic certificate of accomplishment from MIT. Since this is an experimental version of the course, the certificate will be marked as Beta.

diff --git a/mitx_global.html b/mitx_global.html index 047e544298..2972370b6f 100644 --- a/mitx_global.html +++ b/mitx_global.html @@ -7,7 +7,7 @@
-

MITx

+

MITx

An MIT Education Anywhere. For free.

@@ -15,11 +15,11 @@
-

MITx is MIT’s online learning initiative.

+

MITx is MIT’s online learning initiative.

This learning platform will enhance the educational experience of its on-campus students, offering them online tools that supplement and enrich their classroom and laboratory experiences. It will also be host to a virtual community of learners around the world.

-

The first course offered by MITx in an experimental prototype form is 6.002x Circuits and Electronics. Watch this space for the next set of courses that will become available in Fall 2012.

+

The first course offered by MITx in an experimental prototype form is 6.002x Circuits and Electronics. Watch this space for the next set of courses that will become available in Fall 2012.

@@ -28,11 +28,11 @@
  • organizes and presents course material to enable students to learn at their own pace
  • features interactivity, online laboratories and student-to-student communication
  • -
  • allows for the individual assessment of any student’s work and allow students who demonstrate their mastery of subjects to earn a certificate of completion awarded by MITx
  • +
  • allows for the individual assessment of any student’s work and allow students who demonstrate their mastery of subjects to earn a certificate of completion awarded by MITx
  • operates on an open-source, scalable software infrastructure in order to make it continuously improving and readily available to other educational institutions.
-

Press & links: Boston Globe, New York Times, MIT Press Release, MITx FAQ

+

Press & links: Boston Globe, New York Times, MIT Press Release, MITx FAQ

@@ -47,7 +47,7 @@ More information & Enroll

-

Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris Terman, “6.002 Circuits and Electronics&rdwuo; is an on-line adaption of MIT's first undergraduate analog design course. This prototype course will run, free of charge, for students worldwide from February 21, 2012 through June 10, 2012. Students will be given the opportunity to demonstrate their mastery of the material and earn a certificate from MITx.

+

Taught by Anant Agarwal, with Gerald Sussman, Piotr Mitros, and Chris Terman, “6.002 Circuits and Electronics&rdwuo; is an on-line adaption of MIT's first undergraduate analog design course. This prototype course will run, free of charge, for students worldwide from February 21, 2012 through June 10, 2012. Students will be given the opportunity to demonstrate their mastery of the material and earn a certificate from MITx.

diff --git a/navigation.html b/navigation.html index 667263926b..2d2054f899 100644 --- a/navigation.html +++ b/navigation.html @@ -1,15 +1,15 @@
-

Circuits and Electronics

+

MITx Circuits and Electronics

diff --git a/profile.html b/profile.html index ca6b864f02..e50efed801 100644 --- a/profile.html +++ b/profile.html @@ -48,7 +48,7 @@ $(function() { $('#change_password').click(function(){ $('.modal').trigger('click'); - log_event("profile", {"type":"password_show"}); + log_event("profile", {"type":"password_show"}); }); $('#pwd_reset_button').click(function() { @@ -58,7 +58,7 @@ $(function() { log_event("profile", {"type":"password_send"}); }); }); -}) +}); @@ -82,15 +82,13 @@ $(function() { -

Password reset

+

We'll e-mail you a password reset link at ${email}. Follow the link in the email to reset your password.

-

We'll e-mail you a password reset link at ${email}.

- - +
diff --git a/sass/_base.scss b/sass/_base.scss index a1c643af3d..db8b718fb7 100644 --- a/sass/_base.scss +++ b/sass/_base.scss @@ -11,14 +11,15 @@ h2 { text-transform: uppercase; } -h3 { - -} - p { margin-bottom: $body-line-height; } +em { + font-style: italic; + font-family: Georgia, serif; +} + #{$all-text-inputs}, textarea { @include box-shadow(0 -1px 0 #fff); @include linear-gradient(#eee, #fff); diff --git a/sass/_index.scss b/sass/_index.scss index ca87a64d82..70729759d8 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -5,6 +5,13 @@ src: local('Open Sans'), local('OpenSans'), url('http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff') format('woff'); } +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 400; + src: local('Open Sans Italic'), local('OpenSans-Italic'), url('http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff') format('woff'); +} + @font-face { font-family: 'Open Sans'; font-style: normal; @@ -12,6 +19,12 @@ src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hqRDOzjiPcYnFooOUGCOsRk.woff') format('woff'); } +@font-face { + font-family: 'Open Sans'; + font-style: italic; + font-weight: 800; + src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxsBo4hlZyBvkZICS3KpNonM.woff') format('woff'); +} // Extends //---------------------------------------- // .wrapper { @@ -97,6 +110,10 @@ body { margin-bottom: lh(); } + em { + font-style: italic; + } + #{$all-text-inputs}, textarea { @include box-shadow(0 -1px 0 #fff); @include linear-gradient(#eee, #fff); @@ -170,7 +187,7 @@ header.announcement { margin-right: lh(); a { - font: 800 18px $header-font-family; + font: italic 800 18px $header-font-family; color: #fff; text-decoration: none; } diff --git a/sass/_layout.scss b/sass/_layout.scss index ff82cabc80..f1fd1d4395 100644 --- a/sass/_layout.scss +++ b/sass/_layout.scss @@ -29,6 +29,11 @@ html { float: left; color: #000; text-shadow: 0 1px 0 lighten($mit-red, 10%); + + em { + @include inline-block(); + padding-right: lh(); + } } nav { @@ -44,7 +49,7 @@ html { margin: 0; li { - margin-right: $body-line-height; + margin-right: lh(); display: inline-block; margin-bottom: 0;