Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
5776fc9d
Commit
5776fc9d
authored
Nov 07, 2014
by
Sarina Canelake
Committed by
Zia Fazal
Apr 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistently name edX branded elements within the LMS [OPEN-300]
parent
cef2381d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
8 deletions
+9
-8
lms/static/images/edx-background-banner-account.png
+0
-0
lms/static/images/edx-logo-bw.png
+0
-0
lms/static/images/openedx-logo-tag-dark.png
+0
-0
lms/static/images/openedx-logo-tag-light.png
+0
-0
lms/static/images/openedx-logo-tag.png
+0
-0
lms/static/sass/base/_variables.scss
+3
-3
lms/templates/courseware/courses.html
+3
-2
lms/templates/footer.html
+3
-3
No files found.
lms/static/images/
bg
-banner-account.png
→
lms/static/images/
edx-background
-banner-account.png
View file @
5776fc9d
File moved
lms/static/images/edx
_
bw.png
→
lms/static/images/edx
-logo-
bw.png
View file @
5776fc9d
File moved
lms/static/images/
edx-
openedx-logo-tag-dark.png
→
lms/static/images/openedx-logo-tag-dark.png
View file @
5776fc9d
File moved
lms/static/images/
edx-
openedx-logo-tag-light.png
→
lms/static/images/openedx-logo-tag-light.png
View file @
5776fc9d
File moved
lms/static/images/
edx-
openedx-logo-tag.png
→
lms/static/images/openedx-logo-tag.png
View file @
5776fc9d
File moved
lms/static/sass/base/_variables.scss
View file @
5776fc9d
...
@@ -408,9 +408,9 @@ $homepage__header--background: lighten($blue, 15%);
...
@@ -408,9 +408,9 @@ $homepage__header--background: lighten($blue, 15%);
// IMAGES: backgrounds
// IMAGES: backgrounds
$homepage-bg-image
:
none
;
$homepage-bg-image
:
none
;
$login-banner-image
:
url(../images/
bg
-banner-account.png)
;
$login-banner-image
:
url(../images/
edx-background
-banner-account.png)
;
$register-banner-image
:
url(../images/
bg
-banner-account.png)
;
$register-banner-image
:
url(../images/
edx-background
-banner-account.png)
;
$passwordreset-banner-image
:
url(../images/
bg
-banner-account.png)
;
$passwordreset-banner-image
:
url(../images/
edx-background
-banner-account.png)
;
$video-thumb-url
:
'../images/homepage-hero-video-thumb.jpg'
;
$video-thumb-url
:
'../images/homepage-hero-video-thumb.jpg'
;
...
...
lms/templates/courseware/courses.html
View file @
5776fc9d
...
@@ -11,11 +11,12 @@
...
@@ -11,11 +11,12 @@
<
%
<
%
course_index_overlay_text =
microsite.get_value('course_index_overlay_text',
_
("
Explore
free
courses
from
leading
universities
."))
course_index_overlay_text =
microsite.get_value('course_index_overlay_text',
_
("
Explore
free
courses
from
leading
universities
."))
#
not
sure
why
this
is
,
but
if
I
use
static
.
url
('
images
/
edx
_
bw
.
png
')
then
the
HTML
rendering
#
not
sure
why
this
is
,
but
if
I
use
static
.
url
('
images
/
edx
-logo-
bw
.
png
')
then
the
HTML
rendering
#
of
this
template
goes
wonky
#
of
this
template
goes
wonky
logo_file =
microsite.get_value(
logo_file =
microsite.get_value(
'
course_index_overlay_logo_file
',
settings
.
STATIC_URL
+
'
images
/
edx_bw
.
png
')
'
course_index_overlay_logo_file
',
settings
.
STATIC_URL
+
'
images
/
edx-logo-bw
.
png
'
)
%
>
%
>
<header
class=
"search"
>
<header
class=
"search"
>
...
...
lms/templates/footer.html
View file @
5776fc9d
...
@@ -65,11 +65,11 @@
...
@@ -65,11 +65,11 @@
<p>
<p>
<a
href=
"http://openedx.org/"
>
<a
href=
"http://openedx.org/"
>
## standard powered-by logo
## standard powered-by logo
<img
src=
"https://files.edx.org/openedx-logos/
edx-
openedx-logo-tag.png"
alt=
"Powered by Open edX"
width=
"150"
height=
"50"
/>
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag.png"
alt=
"Powered by Open edX"
width=
"150"
height=
"50"
/>
## greyscale logo for dark background
## greyscale logo for dark background
##
<img
src=
"https://files.edx.org/openedx-logos/
edx-
openedx-logo-tag-light.png"
alt=
"Powered by Open edX"
width=
"150"
height=
"50"
/>
##
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag-light.png"
alt=
"Powered by Open edX"
width=
"150"
height=
"50"
/>
## greyscale logo for light background
## greyscale logo for light background
##
<img
src=
"https://files.edx.org/openedx-logos/
edx-
openedx-logo-tag-dark.png"
alt=
"Powered by Open edX"
width=
"150"
height=
"50"
/>
##
<img
src=
"https://files.edx.org/openedx-logos/openedx-logo-tag-dark.png"
alt=
"Powered by Open edX"
width=
"150"
height=
"50"
/>
</a>
</a>
</p>
</p>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment