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

Feature/quick fixes pre first ga release #505

Merged
merged 4 commits into from
Oct 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/community/members.jade
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.community-view
.header-community
header
h1 Overview
h1 Community Overview

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

.default-show-container(ng-show="ctrl.notSearch")
Expand Down
6 changes: 3 additions & 3 deletions app/services/introduction.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
about: {
steps: [
{
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>'
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>'
},
{
// element: '#skills',
Expand All @@ -100,7 +100,7 @@
subtrack: {
steps: [
{
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>'
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>'
},
{
// element: '#subtrack-stats',
Expand All @@ -123,7 +123,7 @@
dashboard: {
steps: [
{
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>'
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>'
},
{
// element: '#challenges',
Expand Down
17 changes: 17 additions & 0 deletions assets/css/layout/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@
background-size: contain;
background-repeat: no-repeat;
}

.logo-link:after {
content: '';
background: url('/images/badge-beta.svg');
background-size: contain;
background-repeat: no-repeat;
display: block;
width: 37px;
height: 17px;
margin-top: 23px;
margin-left: 155px;
}
}

.user-link {
Expand Down Expand Up @@ -285,6 +297,11 @@

.top-header {
padding: 0 20px;

.logo-link:after {
margin-top: 17px;
margin-left: 4px;
}
}

.menu-item {
Expand Down
1 change: 0 additions & 1 deletion assets/css/topcoder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ body {
}

.introjs-tooltiptext {
@include font-with-weight('Merriweather Sans');
color: $gray-darker;
display: flex;
flex-direction: column;
Expand Down
13 changes: 13 additions & 0 deletions assets/images/badge-beta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.