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
ab5da97c
Commit
ab5da97c
authored
Nov 07, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistently name edX branded elements within the LMS [OPEN-300]
parent
a84e4598
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 @
ab5da97c
File moved
lms/static/images/edx
_
bw.png
→
lms/static/images/edx
-logo-
bw.png
View file @
ab5da97c
File moved
lms/static/images/
edx-
openedx-logo-tag-dark.png
→
lms/static/images/openedx-logo-tag-dark.png
View file @
ab5da97c
File moved
lms/static/images/
edx-
openedx-logo-tag-light.png
→
lms/static/images/openedx-logo-tag-light.png
View file @
ab5da97c
File moved
lms/static/images/
edx-
openedx-logo-tag.png
→
lms/static/images/openedx-logo-tag.png
View file @
ab5da97c
File moved
lms/static/sass/base/_variables.scss
View file @
ab5da97c
...
...
@@ -402,9 +402,9 @@ $homepage__header--background: lighten($blue, 15%);
// IMAGES: backgrounds
$homepage-bg-image
:
none
;
$login-banner-image
:
url(../images/
bg
-banner-account.png)
;
$register-banner-image
:
url(../images/
bg
-banner-account.png)
;
$passwordreset-banner-image
:
url(../images/
bg
-banner-account.png)
;
$login-banner-image
:
url(../images/
edx-background
-banner-account.png)
;
$register-banner-image
:
url(../images/
edx-background
-banner-account.png)
;
$passwordreset-banner-image
:
url(../images/
edx-background
-banner-account.png)
;
$video-thumb-url
:
'../images/homepage-hero-video-thumb.jpg'
;
...
...
lms/templates/courseware/courses.html
View file @
ab5da97c
...
...
@@ -11,11 +11,12 @@
<
%
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
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"
>
...
...
lms/templates/footer.html
View file @
ab5da97c
...
...
@@ -65,11 +65,11 @@
<p>
<a
href=
"http://openedx.org/"
>
## 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
##
<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
##
<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>
</p>
</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