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

Commit 3390e59

Browse files
author
vikasrohit
committed
Merge pull request #813 from appirio-tech/qa-integration
Promoting to prod
2 parents fd755cf + 671cabf commit 3390e59

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

app/layout/footer/footer.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ footer.bottom-footer
66
ul.submenu
77
li.submenu-item #[a.menu-link(ng-href="https://www.{{domain}}/sitemap") SITE MAP]
88
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]
1010
li.submenu-item #[a.menu-link(ng-href="https://help.{{domain}}" target="_blank") HELP CENTER]
1111
li.submenu-item #[a.menu-link(ng-href="https://www.{{domain}}/community/how-it-works/privacy-policy/") PRIVACY POLICY]
1212
li.submenu-item #[a.menu-link(ng-href="https://www.{{domain}}/community/how-it-works/terms/") TERMS]

app/my-dashboard/my-dashboard.jade

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
//- tc-banner(theme="black", banner-name="ttl")
1010
.one-million
1111
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+
1222

1323
.tco
1424
tc-banner(theme="black", banner-name="tco16")

app/settings/email/email.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import angular from 'angular'
6767
vm.loading = false
6868
if (!subscription) {
6969
// add member to the list with default preferences
70-
MailchimpService.addSubscription(userData, {}).then(function(resp) {
70+
MailchimpService.addSubscription(userData).then(function(resp) {
7171
logger.debug(resp)
7272
}).catch(function(err) {
7373
// no error to user

assets/css/my-dashboard/my-dashboard.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,32 @@
3737
.one-million {
3838
.tc-banner-placeholder {
3939
background: none $tc-gray-90;
40+
4041
.image {
4142
img {
4243
width: auto;
4344
}
4445
}
4546

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+
4666
.ctas {
4767
// specific css override to reduce the gap between image and ctas
4868
// ideally we should have separate title, image and description

0 commit comments

Comments
 (0)