diff --git a/lms/static/images/homepage_interns_placeholder_2025x550.jpg b/lms/static/images/homepage_interns_placeholder_2025x550.jpg new file mode 100644 index 0000000000..17f387bdc0 Binary files /dev/null and b/lms/static/images/homepage_interns_placeholder_2025x550.jpg differ diff --git a/lms/static/sass/_course_about.scss b/lms/static/sass/_course_about.scss index f074ba795d..9899052fba 100644 --- a/lms/static/sass/_course_about.scss +++ b/lms/static/sass/_course_about.scss @@ -5,7 +5,7 @@ header.course-profile { background: rgb(245,245,245); - @include background-image(url('/static/images/shot-2-large.jpg')); + @include background-image(url('/static/images/homepage_interns_placeholder_2025x550.jpg')); background-size: cover; @include box-shadow(0 1px 80px 0 rgba(0,0,0, 0.5)); border-bottom: 1px solid rgb(100,100,100); diff --git a/lms/static/sass/_home.scss b/lms/static/sass/_home.scss index 1de6a7918f..0c447b00ef 100644 --- a/lms/static/sass/_home.scss +++ b/lms/static/sass/_home.scss @@ -3,7 +3,7 @@ > header { background: rgb(255,255,255); - @include background-image(url('/static/images/shot-2-large.jpg')); + @include background-image(url('/static/images/homepage_interns_placeholder_2025x550.jpg')); background-size: cover; border-bottom: 1px solid rgb(80,80,80); @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.9), inset 0 -1px 5px 0 rgba(0,0,0, 0.1)); diff --git a/lms/templates/contact.html b/lms/templates/contact.html index 01c83876c0..40777fd14d 100644 --- a/lms/templates/contact.html +++ b/lms/templates/contact.html @@ -18,10 +18,10 @@

Class Feedback

We are always seeking feedback to improve our courses. If you are an enrolled student and have any questions, feedback, suggestions, or any other issues specific to a particular class, please post on the discussion forums of that class.

-

General Inqueries and Feedback

+

General Inquiries and Feedback

If you have a general question about edX please email info@edx.org. To see if your question has already been answered, visit our FAQ page. Though we may not have a chance to respond to every email, we take all feedback into consideration.

-

Technical Inqueries and Feedback

+

Technical Inquiries and Feedback

If you have suggestions/feedback about the overall edX platform, or are facing general technical issues with the platform (e.g., issues with email addresses and passwords), you can reach us at technical@edx.org. For technical questions, please make sure you are using a current version of Firefox or Chrome, and include browser and version in your e-mail, as well as screenshots or other pertinent details. If you find a bug or other issues, you can reach us at the following: bugs@edx.org.

Media

diff --git a/lms/templates/courses.html b/lms/templates/courses.html index 44ba213069..3179f67753 100644 --- a/lms/templates/courses.html +++ b/lms/templates/courses.html @@ -3,7 +3,7 @@ <%namespace name='static' file='static_content.html'/>
-