This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,25 @@ footer.bottom-footer
2
2
// Footer links
3
3
nav.menu-item
4
4
.menu-item-header.show-small OTHERS
5
+
5
6
ul.submenu
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 ="https://help.{{domain}}" target ="_blank" ) HELP CENTER]
10
- li.submenu-item #[ a.menu-link ( ng-click = "$event.stopPropagation();" href ="https://www.{{domain}}/community/how-it-works/privacy-policy/" ) PRIVACY POLICY]
11
- li.submenu-item #[ a.menu-link ( ng-click = "$event.stopPropagation();" href ="https://www.{{domain}}/community/how-it-works/terms/" ) TERMS]
7
+ li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/ sitemap" ) SITE MAP ]
8
+ li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}} /about" ) ABOUT US]
9
+ li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}} /contact-us" ) CONTACT US]
10
+ li.submenu-item #[ a.menu-link ( ng-href ="https://help.{{domain}}" target ="_blank" ) HELP CENTER]
11
+ li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/community/how-it-works/privacy-policy/" ) PRIVACY POLICY]
12
+ li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/community/how-it-works/terms/" ) TERMS]
12
13
13
14
// Social links
14
15
.social-links
15
16
p Topcoder is also on
17
+
16
18
a.fb-link ( href ="https://www.facebook.com/topcoder" target ="fbwindow" )
19
+
17
20
a.twitter-link ( href ="http://www.twitter.com/topcoder" target ="twwindow" )
21
+
18
22
a.linkedin-link ( href ="https://www.linkedin.com/company/topcoder" target ="liwindow" )
23
+
19
24
a.google-link ( href ="https://plus.google.com/u/0/b/104268008777050019973/104268008777050019973/posts" target ="gpwindow" )
20
25
21
26
p.copyright-notice © 2015 Topcoder. All Rights Reserved
Original file line number Diff line number Diff line change 71
71
height : 27px ;
72
72
}
73
73
}
74
+
75
+ .bottom-footer nav {
76
+ position : absolute ;
77
+ top : 997px ;
78
+ left : 0 ;
79
+ width : 100% ;
80
+ padding : 20px ;
81
+ background-color : $gray-darkest ;
82
+
83
+ ul a {
84
+ color : $white ;
85
+ }
86
+ }
74
87
}
75
88
76
89
@media only screen and (min-width : 1025px ) {
You can’t perform that action at this time.
0 commit comments