From 5a246d1bd7a0a4d0f41eb476e22ef63d280196ed Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 2 Feb 2012 11:39:44 -0500 Subject: [PATCH] add video to mitx_global --- mitx_global.html | 11 +++++++++++ sass/_index.scss | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/mitx_global.html b/mitx_global.html index 9c5ac92f8e..12640b63df 100644 --- a/mitx_global.html +++ b/mitx_global.html @@ -6,10 +6,20 @@
+

MITx 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.

The first MITx 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.

+ +
+
+
+ +
+
+ +

MITx courses will be offered on an online learning platform that:

@@ -22,6 +32,7 @@

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

+
diff --git a/sass/_index.scss b/sass/_index.scss index f1dd89392f..6fd33f904f 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -237,6 +237,44 @@ section.index-content { } } + &.intro { + section { + margin-bottom: 0; + + &.intro-text { + margin-right: flex-gutter(8); + width: flex-grid(4, 8); + + p { + margin-right: 0; + width: auto; + float: none; + } + } + + &.intro-video { + width: flex-grid(4, 8); + + div.video-wrapper { + position: relative; + padding-bottom: 56.25%; + padding-top: 30px; + height: 0; + overflow: hidden; + width: 100%; + + iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + } + } + } + } + } + &.features { border-top: 1px solid #E5E5E5; padding-top: lh();