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
1bd0c823
Commit
1bd0c823
authored
Jun 12, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/assets updated to assets on images path
parent
411409d2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
14 deletions
+10
-14
forgot-password.component.html
...r-web/auth/forgot-password/forgot-password.component.html
+1
-1
login.component.html
.../components/my-career-web/auth/login/login.component.html
+1
-1
register.component.html
...nents/my-career-web/auth/register/register.component.html
+1
-1
reset-password.component.html
...eer-web/auth/reset-password/reset-password.component.html
+1
-1
welcome.component.html
...p/components/my-career-web/welcome/welcome.component.html
+1
-1
_flex-helpers.scss
...nd/angular/src/styles/my-career-styles/_flex-helpers.scss
+4
-4
_styles.scss
frontend/angular/src/styles/my-career-styles/_styles.scss
+1
-5
No files found.
frontend/angular/src/app/components/my-career-web/auth/forgot-password/forgot-password.component.html
View file @
1bd0c823
...
...
@@ -3,7 +3,7 @@
<div
class=
"row login-wrapper"
>
<div
class=
"col-md-offset-4 col-md-4"
>
<div
class=
"mc-login-logo d-flex justify-content-center"
>
<img
src=
"
/
assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
<img
src=
"assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
</div>
<div
class=
"title-goes-here"
>
Title goes here
</div>
<div
class=
"subtitle-giving-cont"
>
Subtitle giving context to product and selling users on why they should sign up goes here.
</div>
...
...
frontend/angular/src/app/components/my-career-web/auth/login/login.component.html
View file @
1bd0c823
<div
class=
"row login-wrapper"
>
<div
class=
"col-md-offset-4 col-md-4"
>
<div
class=
"mc-login-logo d-flex justify-content-center"
>
<img
src=
"
/
assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
<img
src=
"assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
</div>
<div
class=
"title-goes-here"
>
Title goes here
</div>
<div
class=
"subtitle-giving-cont"
>
Subtitle giving context to product and selling users on why they should sign up goes here.
</div>
...
...
frontend/angular/src/app/components/my-career-web/auth/register/register.component.html
View file @
1bd0c823
...
...
@@ -2,7 +2,7 @@
<div
class=
"row signup-wrapper"
>
<div
class=
"col-md-offset-4 col-md-4"
>
<div
class=
"mc-signup-logo d-flex justify-content-center"
>
<img
src=
"
/
assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
<img
src=
"assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
</div>
<div
class=
"title-goes-here"
>
Title goes here
</div>
<div
class=
"subtitle-giving-cont"
>
Subtitle giving context to product and selling users on why they should sign up goes here.
</div>
...
...
frontend/angular/src/app/components/my-career-web/auth/reset-password/reset-password.component.html
View file @
1bd0c823
...
...
@@ -3,7 +3,7 @@
<div
class=
"row login-wrapper"
>
<div
class=
"col-md-offset-4 col-md-4"
>
<div
class=
"mc-login-logo d-flex justify-content-center"
>
<img
src=
"
/
assets/my-career-web/images/MATCHD LOGO_career_horizontal_rgb.png"
alt=
""
>
<img
src=
"assets/my-career-web/images/MATCHD LOGO_career_horizontal_rgb.png"
alt=
""
>
</div>
<div
class=
"title-goes-here"
>
Title goes here
</div>
<div
class=
"subtitle-giving-cont"
>
Subtitle giving context to product and selling users on why they should sign up goes here.
</div>
...
...
frontend/angular/src/app/components/my-career-web/welcome/welcome.component.html
View file @
1bd0c823
<div
class=
"row login-wrapper"
>
<div
class=
"col-md-offset-4 col-md-4"
>
<div
class=
"mc-login-logo d-flex justify-content-center"
>
<img
src=
"
/
assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
<img
src=
"assets/my-career-web/images/MATCHD_LOGO.jpg"
alt=
""
>
</div>
<div
class=
"title-goes-here"
>
Welcome to Matchd Career
</div>
<div
class=
"subtitle-giving-cont"
>
You can either Sign Up for a new account or Sign In to your existing account.
</div>
...
...
frontend/angular/src/styles/my-career-styles/_flex-helpers.scss
View file @
1bd0c823
.d-flex
{
display
:
flex
!
important
;
}
.justify-content
{
&
-center
{
...
...
@@ -13,6 +9,10 @@
}
}
.d-flex
{
display
:
flex
!
important
;
}
.align-items
{
...
...
frontend/angular/src/styles/my-career-styles/_styles.scss
View file @
1bd0c823
//@font-face {
// font-family: 'Museo Sans Rounded';
//
//}
.my-career-app
{
@font-face
{
...
...
@@ -12,6 +7,7 @@
}
.my-career-app
{
@import
"flex-helpers"
;
@import
"form"
;
@import
"misc"
;
...
...
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