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/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'/>
-