This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 4 files changed +32
-2
lines changed
4 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ footer.bottom-footer
6
6
ul.submenu
7
7
li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/sitemap" ) SITE MAP]
8
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]
9
+ li.submenu-item #[ a.menu-link ( ng-href ="https://help .{{domain}}/hc/en -us/articles/219069687-Contact-Support " ) CONTACT US]
10
10
li.submenu-item #[ a.menu-link ( ng-href ="https://help.{{domain}}" target ="_blank" ) HELP CENTER]
11
11
li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/community/how-it-works/privacy-policy/" ) PRIVACY POLICY]
12
12
li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/community/how-it-works/terms/" ) TERMS]
Original file line number Diff line number Diff line change 9
9
//- tc-banner(theme="black", banner-name="ttl")
10
10
.one-million
11
11
tc-banner( theme ="black" , banner-name ="1million" )
12
+ .social-sharing
13
+ span #TC1MILLION on
14
+ //- hardcoded domain because we need the links to be shared only for prod
15
+ //- and after some time we would remove this banner
16
+ a.twitter ( href ="//twitter.com/home?status=Topcoder%20has%20reached%20an%20epic%20milestone%20and%20is%20now%20over%201%20Million%20Strong!%20https%3A//www.topcoder.com/blog/1-million-members-strong/%20%23TC1MILLION" )
17
+ img( src ="//topcoder.com/wp-content/uploads/2016/05/btn-social-twitter.png" )
18
+
19
+ a.facebook ( href ="http://www.facebook.com/sharer/sharer.php?s=100&p[url]=https://www.topcoder.com/blog/1-million-members-strong/&p[images][0]=https://www.topcoder.com/wp-content/uploads/2016/05/Blog_banner_1mil.png&p[title]=1 Million Members Strong&p[summary]=1+Million+Members+Strong%0A" )
20
+ img( src ="//topcoder.com/wp-content/uploads/2016/05/btn-social-fb.png" )
21
+
12
22
13
23
.tco
14
24
tc-banner( theme ="black" , banner-name ="tco16" )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ import angular from 'angular'
67
67
vm . loading = false
68
68
if ( ! subscription ) {
69
69
// add member to the list with default preferences
70
- MailchimpService . addSubscription ( userData , { } ) . then ( function ( resp ) {
70
+ MailchimpService . addSubscription ( userData ) . then ( function ( resp ) {
71
71
logger . debug ( resp )
72
72
} ) . catch ( function ( err ) {
73
73
// no error to user
Original file line number Diff line number Diff line change 37
37
.one-million {
38
38
.tc-banner-placeholder {
39
39
background : none $tc-gray-90 ;
40
+
40
41
.image {
41
42
img {
42
43
width : auto ;
43
44
}
44
45
}
45
46
47
+ .content {
48
+ margin-top : 0px ;
49
+ }
50
+
51
+ .social-sharing {
52
+ margin-bottom : 20px ;
53
+ span {
54
+ color : $white ;
55
+ @include sofia-pro-bold ;
56
+ margin-right : 10px ;
57
+ }
58
+
59
+ img {
60
+ height : 40px ;
61
+ padding : 0 10px 0 0px ;
62
+ vertical-align : middle ;
63
+ }
64
+ }
65
+
46
66
.ctas {
47
67
// specific css override to reduce the gap between image and ctas
48
68
// ideally we should have separate title, image and description
You can’t perform that action at this time.
0 commit comments