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

Commit 671cabf

Browse files
author
Jenkins Continuous Integration Server
committed
Merge commit '98c7df5394bfc002c27d43eeb0f4a33d2d21e030' into HEAD
2 parents 9030af2 + 98c7df5 commit 671cabf

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

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")

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)