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
62a6f891
Commit
62a6f891
authored
Jun 24, 2016
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AC-398 putting edx.org social media links in list, updating styles
parent
d794fc5c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
5 deletions
+17
-5
lms/static/sass/shared/_footer-edx.scss
+9
-0
themes/edx.org/lms/templates/footer.html
+8
-5
No files found.
lms/static/sass/shared/_footer-edx.scss
View file @
62a6f891
...
...
@@ -84,6 +84,15 @@ footer#footer-edx-v3 {
}
}
.social-media-links
,
.mobile-app-links
{
@extend
%ui-no-list
;
.list-item
{
display
:
inline-block
;
}
}
.mobile-app-links
{
@include
clearfix
();
position
:
relative
;
...
...
themes/edx.org/lms/templates/footer.html
View file @
62a6f891
...
...
@@ -52,22 +52,26 @@
</div>
<div
class=
"external-links"
>
<
div
class=
"social-media-links"
>
<
ul
class=
"social-media-links"
>
% for link in footer['social_links']:
<li
class=
"list-item"
>
<a
href=
"${link['url']}"
class=
"sm-link external"
title=
"${link['title']}"
rel=
"noreferrer"
>
<span
class=
"icon fa ${link['icon-class']}"
aria-hidden=
"true"
></span>
<span
class=
"sr"
>
${link['action']}
</span>
</a>
</li>
% endfor
</
div
>
</
ul
>
<
div
class=
"mobile-app-links"
>
<
ul
class=
"mobile-app-links"
>
% for link in footer['mobile_links']:
<li
class=
"list-item"
>
<a
href=
"${link['url']}"
class=
"app-link external"
>
<img
alt=
"${link['title']}"
src=
"${link['image']}"
>
</a>
</li>
% endfor
</
div
>
</
ul
>
</div>
</div>
</footer>
...
...
@@ -91,4 +95,3 @@
% if footer_js_url:
<script
type=
"text/javascript"
src=
"${footer_js_url}"
></script>
% endif
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