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
687ae763
Commit
687ae763
authored
Feb 22, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added social icons for marketing pages
--HG-- branch : kf-captions
parent
f038ab14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
0 deletions
+47
-0
marketing.html
+13
-0
sass/index/_footer.scss
+34
-0
No files found.
marketing.html
View file @
687ae763
...
...
@@ -98,7 +98,20 @@ function postJSON(url, data, callback) {
<li><a
href=
"/t/honor.html"
>
Honor Code
</a></li>
<li><a
href=
"/t/mitx_help.html"
>
Help
</a></li>
</ul>
<ul
class=
"social"
>
<li
class=
"linkedin"
>
<a
href=
"http://www.linkedin.com/groups/Friends-Alumni-MITx-4316538"
>
Linked In
</a>
</li>
<li
class=
"twitter"
>
<a
href=
"https://twitter.com/#!/MyMITx"
>
Twitter
</a>
</li>
<li
class=
"facebook"
>
<a
href=
"http://www.facebook.com/pages/MITx/378592442151504"
>
Facebook
</a>
</li>
</ul>
</div>
</footer>
% if settings.COURSEWARE_ENABLED:
...
...
sass/index/_footer.scss
View file @
687ae763
...
...
@@ -52,6 +52,40 @@ footer {
}
}
&
.social
{
float
:
right
;
margin-right
:
60px
;
position
:
relative
;
top
:
-5px
;
li
{
float
:
left
;
margin-right
:
lh
(
.5
);
a
{
display
:
block
;
height
:
29px
;
width
:
28px
;
text-indent
:
-9999px
;
}
&
:after
{
content
:
none
;
display
:
none
;
}
&
.twitter
a
{
background
:
url('/static/images/marketing/twitter.png')
0
0
no-repeat
;
}
&
.facebook
a
{
background
:
url('/static/images/marketing/facebook.png')
0
0
no-repeat
;
}
&
.linkedin
{
background
:
url('/static/images/marketing/linkedin.png')
0
0
no-repeat
;
}
}
}
}
}
}
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