Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ec04946

Browse files
committed
Merge pull request #387 from appirio-tech/sup-1782-footer-links
fix links in footer
2 parents 11e2cfc + bd458ee commit ec04946

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/layout/footer/footer.jade

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ footer.bottom-footer
33
nav.menu-item
44
.menu-item-header.show-small OTHERS
55
ul.submenu
6-
li.submenu-item #[a.menu-link(href="javascript:;") SITEMAP]
7-
li.submenu-item #[a.menu-link(href="javascript:;") ABOUT US]
8-
li.submenu-item #[a.menu-link(href="javascript:;") CONTACT US]
9-
li.submenu-item #[a.menu-link(href="javascript:;") HELP CENTER]
10-
li.submenu-item #[a.menu-link(href="http://topcoder.com/community/how-it-works/privacy-policy/") PRIVACY POLICY]
11-
li.submenu-item #[a.menu-link(href="http://topcoder.com/community/how-it-works/terms/") TERMS]
12-
6+
li.submenu-item #[a.menu-link(ng-click="$event.stopPropagation();" href="/sitemap") SITEMAP]
7+
li.submenu-item #[a.menu-link(ng-click="$event.stopPropagation();" href="/about") ABOUT US]
8+
li.submenu-item #[a.menu-link(ng-click="$event.stopPropagation();" href="/contact-us") CONTACT US]
9+
li.submenu-item #[a.menu-link(ng-click="$event.stopPropagation();" href="http://help.topcoder.com" target="_blank") HELP CENTER]
10+
li.submenu-item #[a.menu-link(ng-click="$event.stopPropagation();" href="http://topcoder.com/community/how-it-works/privacy-policy/") PRIVACY POLICY]
11+
li.submenu-item #[a.menu-link(ng-click="$event.stopPropagation();" href="http://topcoder.com/community/how-it-works/terms/") TERMS]
12+
1313
// Social links
1414
.social-links
1515
p topcoder is also on
1616
a.fb-link(href="https://www.facebook.com/topcoder" target="fbwindow")
1717
a.twitter-link(href="http://www.twitter.com/topcoder" target="twwindow")
1818
a.linkedin-link(href="https://www.linkedin.com/company/topcoder" target="liwindow")
1919
a.google-link(href="https://plus.google.com/u/0/b/104268008777050019973/104268008777050019973/posts" target="gpwindow")
20-
20+
2121
p.copyright-notice © 2015 topcoder. All Rights Reserved

0 commit comments

Comments
 (0)