You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: app/services/introduction.service.js
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -81,43 +81,43 @@ import _ from 'lodash'
81
81
about: {
82
82
steps: [
83
83
{
84
-
intro: '<img src="../../../assets/images/introjs/profile-skills.svg" /><h1>Member Profile</h1><p>Welcome to the new Topcoder Profile. It’s been reimagined as the premier place to showcase your experience, with three main sections.</p>'
84
+
intro: '<img src="'+require('../../assets/images/introjs/profile-skills.svg')+'" /><h1>Member Profile</h1><p>Welcome to the new Topcoder Profile. It’s been reimagined as the premier place to showcase your experience, with three main sections.</p>'
85
85
},
86
86
{
87
87
// element: '#skills',
88
-
intro: '<img src="../../../assets/images/introjs/profile-skills.svg" /><h1>Skills</h1><p>A quick way to understand your strengths. Skills include languages, environments, frameworks, libraries, platforms, tools, and any other technologies that you know well.</p>',
88
+
intro: '<img src="'+require('../../assets/images/introjs/profile-skills.svg')+'" /><h1>Skills</h1><p>A quick way to understand your strengths. Skills include languages, environments, frameworks, libraries, platforms, tools, and any other technologies that you know well.</p>',
89
89
position: 'top'
90
90
},
91
91
{
92
92
// element: '#tcActivity',
93
-
intro: '<img src="../../../assets/images/introjs/profile-tc-activity.svg" /><h1>Activity on Topcoder</h1><p>See your active sub-track ratings and explore detailed statistics and past challenges</p>',
93
+
intro: '<img src="'+require('../../assets/images/introjs/profile-tc-activity.svg')+'" /><h1>Activity on Topcoder</h1><p>See your active sub-track ratings and explore detailed statistics and past challenges</p>',
94
94
position: 'top'
95
95
},
96
96
{
97
97
// element: '#externalLinks',
98
-
intro: '<img src="../../../assets/images/introjs/profile-web-activity.svg" /><h1>Activity across the web</h1><p>Show off the best of your work and experience outside of Topcoder by connecting external accounts or adding links.</p>',
98
+
intro: '<img src="'+require('../../assets/images/introjs/profile-web-activity.svg')+'" /><h1>Activity across the web</h1><p>Show off the best of your work and experience outside of Topcoder by connecting external accounts or adding links.</p>',
99
99
position: 'top'
100
100
}
101
101
]
102
102
},
103
103
subtrack: {
104
104
steps: [
105
105
{
106
-
intro: '<img src="../../../assets/images/introjs/subtrack-metrics.svg" /><h1>Subtrack Details</h1><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>'
106
+
intro: '<img src="'+require('../../assets/images/introjs/subtrack-metrics.svg')+'" /><h1>Subtrack Details</h1><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>'
107
107
},
108
108
{
109
109
// element: '#subtrack-stats',
110
-
intro: '<img src="../../../assets/images/introjs/subtrack-metrics.svg" /><h1>Basic metrics</h1><p>Understand your performance at a glance.</p>',
110
+
intro: '<img src="'+require('../../assets/images/introjs/subtrack-metrics.svg')+'" /><h1>Basic metrics</h1><p>Understand your performance at a glance.</p>',
111
111
position: 'bottom'
112
112
},
113
113
{
114
114
// element: '#challenges-tab',
115
-
intro: '<img src="../../../assets/images/introjs/subtrack-challenges.svg" /><h1>Charts & in-depth statistics</h1><p>View charts and comprehensive metrics to get a granular understanding of the activity in this sub-track.</p>',
115
+
intro: '<img src="'+require('../../assets/images/introjs/subtrack-challenges.svg')+'" /><h1>Charts & in-depth statistics</h1><p>View charts and comprehensive metrics to get a granular understanding of the activity in this sub-track.</p>',
116
116
position: 'top'
117
117
},
118
118
{
119
119
// element: '#challenges-tab',
120
-
intro: '<img src="../../../assets/images/introjs/subtrack-statistics.svg" /><h1>Completed challenges</h1><p>View all the challenges you’ve successfully completed in this sub-track.</p>',
120
+
intro: '<img src="'+require('../../assets/images/introjs/subtrack-statistics.svg')+'" /><h1>Completed challenges</h1><p>View all the challenges you’ve successfully completed in this sub-track.</p>',
121
121
position: 'top'
122
122
}
123
123
]
@@ -126,21 +126,21 @@ import _ from 'lodash'
126
126
dashboard: {
127
127
steps: [
128
128
{
129
-
intro: '<img src="../../../assets/images/introjs/dashboard-challenges.svg" /><h1>Topcoder Dashboard</h1><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>'
129
+
intro: '<img src="'+require('../../assets/images/introjs/dashboard-challenges.svg')+'" /><h1>Topcoder Dashboard</h1><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>'
130
130
},
131
131
{
132
132
// element: '#challenges',
133
-
intro: '<img src="../../../assets/images/introjs/dashboard-challenges.svg" /><h1>Your challenges</h1><p>See your active challenges in a grid or list. Find the main challenge information, such as phase or action required, and click to go to the challenge details.</p>',
133
+
intro: '<img src="'+require('../../assets/images/introjs/dashboard-challenges.svg')+'" /><h1>Your challenges</h1><p>See your active challenges in a grid or list. Find the main challenge information, such as phase or action required, and click to go to the challenge details.</p>',
134
134
position: 'top'
135
135
},
136
136
{
137
137
// element: '#srms',
138
-
intro: '<img src="../../../assets/images/introjs/dashboard-srms.svg" /><h1>Single round matches</h1><p>Keep track of upcoming Single Round Matches and easily find links to past problems, match editorials, and the Arena.</p>',
138
+
intro: '<img src="'+require('../../assets/images/introjs/dashboard-srms.svg')+'" /><h1>Single round matches</h1><p>Keep track of upcoming Single Round Matches and easily find links to past problems, match editorials, and the Arena.</p>',
139
139
position: 'top'
140
140
},
141
141
{
142
142
// element: '#community',
143
-
intro: '<img src="../../../assets/images/introjs/dashboard-community.svg" /><h1>Community updates</h1><p>Don’t miss the latest happenings in our community. Events, member programs, fun challenges, and more!</p>',
143
+
intro: '<img src="'+require('../../assets/images/introjs/dashboard-community.svg')+'" /><h1>Community updates</h1><p>Don’t miss the latest happenings in our community. Events, member programs, fun challenges, and more!</p>',
0 commit comments