Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
ccefbe42
Commit
ccefbe42
authored
Jun 22, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
work references ui completed
parent
f5363546
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
106 additions
and
31 deletions
+106
-31
career-history.component.html
...reer-history/career-history/career-history.component.html
+6
-6
education.component.html
...history/career-history/education/education.component.html
+10
-10
education.component.scss
...history/career-history/education/education.component.scss
+6
-0
references.component.html
...story/career-history/references/references.component.html
+61
-3
skills.component.scss
...areer-history/career-history/skills/skills.component.scss
+1
-1
work-history.component.html
...y/career-history/work-history/work-history.component.html
+4
-4
work-history.component.scss
...y/career-history/work-history/work-history.component.scss
+11
-0
profile-tasks.component.ts
...er-web/dashboard/profile-tasks/profile-tasks.component.ts
+1
-1
_profile-builder.scss
...angular/src/styles/my-career-styles/_profile-builder.scss
+1
-6
_tab-view.scss
...ngular/src/styles/my-career-styles/primeng/_tab-view.scss
+5
-0
No files found.
frontend/angular/src/app/components/my-career-web/career-history/career-history/career-history.component.html
View file @
ccefbe42
...
@@ -29,22 +29,22 @@
...
@@ -29,22 +29,22 @@
<div
class=
"assessment-body-tabs mc-card career-builder"
>
<div
class=
"assessment-body-tabs mc-card career-builder"
>
<p-tabView>
<p-tabView>
<p-tabPanel
header=
"1
. Personal Data
"
>
<p-tabPanel
header=
"1
{{isMobileView ? '' : '. Personal Data'}}
"
>
<app-personal-data></app-personal-data>
<app-personal-data></app-personal-data>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"2
. Work History
"
>
<p-tabPanel
header=
"2
{{isMobileView ? '' : '. Work History'}}
"
>
<app-work-history></app-work-history>
<app-work-history></app-work-history>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"3
. Education
"
>
<p-tabPanel
header=
"3
{{isMobileView ? '' : '. Education'}}
"
>
<app-education></app-education>
<app-education></app-education>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"4
. Skills"
[
selected
]="
true
"
>
<p-tabPanel
header=
"4
{{isMobileView ? '' : '. Skills'}}
"
>
<app-skills></app-skills>
<app-skills></app-skills>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"5
. References
"
>
<p-tabPanel
header=
"5
{{isMobileView ? '' : '. References'}}
"
>
<app-references></app-references>
<app-references></app-references>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"6
. Templates
"
>
<p-tabPanel
header=
"6
{{isMobileView ? '' : '. Templates'}}
"
>
<app-templates></app-templates>
<app-templates></app-templates>
</p-tabPanel>
</p-tabPanel>
</p-tabView>
</p-tabView>
...
...
frontend/angular/src/app/components/my-career-web/career-history/career-history/education/education.component.html
View file @
ccefbe42
...
@@ -10,39 +10,39 @@
...
@@ -10,39 +10,39 @@
<div
class=
"row education-wrapper"
>
<div
class=
"row education-wrapper"
>
<div
class=
"col-md-9"
>
<div
class=
"col-md-9"
>
<div
class=
"row
form-group
"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
form-group
"
>
<label>
Course or Certification
</label>
<label>
Course or Certification
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Employeer name"
name=
"Skype"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Employeer name"
name=
"Skype"
>
</div>
</div>
</div>
</div>
<div
class=
"row
form-group
"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
form-group
"
>
<label>
Where Studied
</label>
<label>
Where Studied
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where studied"
name=
"Skype"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where studied"
name=
"Skype"
>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
form-group
"
>
<label>
Where Issued
</label>
<label>
Where Issued
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where issued"
name=
"Skype"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where issued"
name=
"Skype"
>
</div>
</div>
</div>
</div>
<div
class=
"row
form-group
"
>
<div
class=
"row"
>
<div
class=
"col-md-3"
>
<div
class=
"col-md-3
form-group
"
>
<label>
GPA or Outcome
</label>
<label>
GPA or Outcome
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where studied"
name=
"Skype"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Where studied"
name=
"Skype"
>
</div>
</div>
<div
class=
"col-md-6 col-md-offset-3"
>
<div
class=
"col-md-6 col-md-offset-3
form-group
"
>
<label>
When Completed
</label>
<label>
When Completed
</label>
<p-calendar></p-calendar>
<p-calendar></p-calendar>
</div>
</div>
</div>
</div>
<div
class=
"row
form-group
"
>
<div
class=
"row"
>
<div
class=
"col-md-4"
>
<div
class=
"col-md-4
form-group
"
>
<label>
Upload Certificate
</label>
<label>
Upload Certificate
</label>
<p-fileUpload
mode=
"basic"
name=
"Upload your Cover Letter"
withCredentials=
"true"
auto=
"true"
chooseLabel=
"Browse"
></p-fileUpload>
<p-fileUpload
mode=
"basic"
name=
"Upload your Cover Letter"
withCredentials=
"true"
auto=
"true"
chooseLabel=
"Browse"
></p-fileUpload>
</div>
</div>
...
...
frontend/angular/src/app/components/my-career-web/career-history/career-history/education/education.component.scss
View file @
ccefbe42
@media
only
screen
and
(
max-width
:
768px
)
{
p-checkbox
{
display
:
flex
;
margin-bottom
:
30px
;
}
}
frontend/angular/src/app/components/my-career-web/career-history/career-history/references/references.component.html
View file @
ccefbe42
<p>
<h4
class=
"tab-heading"
>
Tell us about your referees
</h4>
references works!
</p>
<div
class=
"row"
style=
"margin-top: 24px;"
>
<div
class=
"col-md-12 form-group"
>
<p-checkbox
label=
"I don't have any referees to record"
></p-checkbox>
</div>
</div>
<div
class=
"row reference-wrapper"
>
<div
class=
"col-md-9"
>
<div
class=
"row"
>
<div
class=
"col-md-6 form-group"
>
<label>
Referee Name
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Employeer name"
name=
"Skype"
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 form-group"
>
<label>
Email
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Email address"
name=
"Skype"
>
</div>
<div
class=
"col-md-6 form-group"
>
<label>
Phone
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Phone"
name=
"Skype"
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 form-group"
>
<label>
Role
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Role"
name=
"Skype"
>
</div>
<div
class=
"col-md-3 col-md-offset-3 form-group"
>
<label>
Written Reference
</label>
<p-fileUpload
mode=
"basic"
name=
"Upload your Cover Letter"
withCredentials=
"true"
auto=
"true"
chooseLabel=
"Browse"
></p-fileUpload>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<button
pButton
class=
"btn btn-info-outline add-more"
label=
"Add Reference +"
></button>
</div>
</div>
<div
class=
"d-flex justify-content-center"
style=
"margin-top: 48px;"
>
<button
pButton
label=
"Next Section"
class=
"ui-button-info next-section"
></button>
</div>
frontend/angular/src/app/components/my-career-web/career-history/career-history/skills/skills.component.scss
View file @
ccefbe42
.skill-wrapper
{
.skill-wrapper
{
margin
-top
:
24
px
;
margin
:
24px
0
32
px
;
}
}
frontend/angular/src/app/components/my-career-web/career-history/career-history/work-history/work-history.component.html
View file @
ccefbe42
...
@@ -9,20 +9,20 @@
...
@@ -9,20 +9,20 @@
<div
class=
"row experience-wrapper"
>
<div
class=
"row experience-wrapper"
>
<div
class=
"col-md-9
form-group
"
>
<div
class=
"col-md-9"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
form-group
"
>
<label>
Employer
</label>
<label>
Employer
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"Employeer name"
name=
"Skype"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Employeer name"
name=
"Skype"
>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
form-group
"
>
<label>
Start
</label>
<label>
Start
</label>
<p-calendar></p-calendar>
<p-calendar></p-calendar>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6
form-group
"
>
<label>
End
</label>
<label>
End
</label>
<p-calendar></p-calendar>
<p-calendar></p-calendar>
</div>
</div>
...
...
frontend/angular/src/app/components/my-career-web/career-history/career-history/work-history/work-history.component.scss
View file @
ccefbe42
.currently-work-checkbox
{
margin-top
:
40px
;
white-space
:
nowrap
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
.currently-work-checkbox
{
margin
:
0
0
40px
;
white-space
:
nowrap
;
}
}
frontend/angular/src/app/components/my-career-web/dashboard/profile-tasks/profile-tasks.component.ts
View file @
ccefbe42
...
@@ -21,7 +21,7 @@ export class ProfileTasksComponent extends BaseComponent {
...
@@ -21,7 +21,7 @@ export class ProfileTasksComponent extends BaseComponent {
{
label
:
'Personal Details'
,
link
:
'/my-career-web/dashboard/personal-details'
,
key
:
'CompletedPercentage'
,
active
:
false
},
{
label
:
'Personal Details'
,
link
:
'/my-career-web/dashboard/personal-details'
,
key
:
'CompletedPercentage'
,
active
:
false
},
{
label
:
'Work Strengths'
,
link
:
'/my-career-web/assessments/work-style'
,
key
:
'CompletedPercentageWS'
,
active
:
false
},
{
label
:
'Work Strengths'
,
link
:
'/my-career-web/assessments/work-style'
,
key
:
'CompletedPercentageWS'
,
active
:
false
},
{
label
:
'Career Values'
,
link
:
'/my-career-web/assessments/work-preference'
,
key
:
'CompletedPercentageWP'
,
active
:
false
},
{
label
:
'Career Values'
,
link
:
'/my-career-web/assessments/work-preference'
,
key
:
'CompletedPercentageWP'
,
active
:
false
},
{
label
:
'Career History'
,
link
:
''
,
key
:
''
,
active
:
false
},
{
label
:
'Career History'
,
link
:
'
/my-career-web/work-history/personal-data
'
,
key
:
''
,
active
:
false
},
{
label
:
'Diversity'
,
link
:
''
,
key
:
''
,
active
:
false
}
{
label
:
'Diversity'
,
link
:
''
,
key
:
''
,
active
:
false
}
];
];
...
...
frontend/angular/src/styles/my-career-styles/_profile-builder.scss
View file @
ccefbe42
...
@@ -23,12 +23,7 @@
...
@@ -23,12 +23,7 @@
}
}
.currently-work-checkbox
{
.experience-wrapper
,
.education-wrapper
,
.skill-wrapper
,
.reference-wrapper
{
margin-top
:
40px
;
white-space
:
nowrap
;
}
.experience-wrapper
,
.education-wrapper
,
.skill-wrapper
{
margin-bottom
:
32px
;
margin-bottom
:
32px
;
}
}
...
...
frontend/angular/src/styles/my-career-styles/primeng/_tab-view.scss
View file @
ccefbe42
...
@@ -12,3 +12,8 @@
...
@@ -12,3 +12,8 @@
}
}
}
}
}
}
@media
only
screen
and
(
max-width
:
768px
)
{
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment