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

Commit 5aeb29c

Browse files
author
vikasrohit
committed
Merge pull request #505 from appirio-tech/feature/quick-fixes-pre-first-ga-release
Feature/quick fixes pre first ga release
2 parents cd2e5c7 + 39d2c50 commit 5aeb29c

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

app/community/members.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.community-view
22
.header-community
33
header
4-
h1 Overview
4+
h1 Community Overview
55

66
.members-container
77
.search-container
88
form(name="searchForm", role="form", ng-submit="ctrl.search()", novalidate)
9-
input(ng-model="ctrl.keywords", name="keywords", placeholder="find people", type="text", required)
9+
input(ng-model="ctrl.keywords", name="keywords", placeholder="find members", type="text", required)
1010
input(type="submit" name="search-btn" value="").search-ico
1111

1212
.default-show-container(ng-show="ctrl.notSearch")

app/services/introduction.service.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
about: {
7979
steps: [
8080
{
81-
intro: '<p>Welcome to the new Topcoder Profile. It’s been reimagined as the premier place to showcase your experience, with three main sections.</p>'
81+
intro: '<img src="/images/introjs/profile-skills.svg" /><p>Welcome to the new Topcoder Profile. It’s been reimagined as the premier place to showcase your experience, with three main sections.</p>'
8282
},
8383
{
8484
// element: '#skills',
@@ -100,7 +100,7 @@
100100
subtrack: {
101101
steps: [
102102
{
103-
intro: '<p>Welcome to the new Sub-track Details page. This page summarizes your activity in a particular sub-track and has detailed historical metrics.</p>'
103+
intro: '<img src="/images/introjs/subtrack-metrics.svg" /><p>Welcome to the new Sub-track Details page. This page summarizes your activity in a particular sub-track and has detailed historical metrics.</p>'
104104
},
105105
{
106106
// element: '#subtrack-stats',
@@ -123,7 +123,7 @@
123123
dashboard: {
124124
steps: [
125125
{
126-
intro: '<p>Welcome to your new Topcoder Dashboard. It’s been revamped to bring your most-needed information to the fore. Let’s walk through some of the new sections.</p>'
126+
intro: '<img src="/images/introjs/dashboard-challenges.svg" /><p>Welcome to your new Topcoder Dashboard. It’s been revamped to bring your most-needed information to the fore. Let’s walk through some of the new sections.</p>'
127127
},
128128
{
129129
// element: '#challenges',

assets/css/layout/header.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
background-size: contain;
7777
background-repeat: no-repeat;
7878
}
79+
80+
.logo-link:after {
81+
content: '';
82+
background: url('/images/badge-beta.svg');
83+
background-size: contain;
84+
background-repeat: no-repeat;
85+
display: block;
86+
width: 37px;
87+
height: 17px;
88+
margin-top: 23px;
89+
margin-left: 155px;
90+
}
7991
}
8092

8193
.user-link {
@@ -285,6 +297,11 @@
285297

286298
.top-header {
287299
padding: 0 20px;
300+
301+
.logo-link:after {
302+
margin-top: 17px;
303+
margin-left: 4px;
304+
}
288305
}
289306

290307
.menu-item {

assets/css/topcoder.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ body {
115115
}
116116

117117
.introjs-tooltiptext {
118-
@include font-with-weight('Merriweather Sans');
119118
color: $gray-darker;
120119
display: flex;
121120
flex-direction: column;

assets/images/badge-beta.svg

Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)