Commit 1bd0c823 by Muhammad Usman

/assets updated to assets on images path

parent 411409d2
......@@ -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>
......
<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>
......
......@@ -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>
......
......@@ -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>
......
<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>
......
.d-flex {
display: flex !important;
}
.justify-content {
&-center {
......@@ -13,6 +9,10 @@
}
}
.d-flex {
display: flex !important;
}
.align-items {
......
//@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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment