-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebranding applying new styles (#490)
* Add variables and replace font * update fonts * update cta's * Home page updates * update inner pages * updates cta image component * Directory page updates * update profile * more style updates * update navigation --------- Co-authored-by: Omnia <[email protected]>
- Loading branch information
1 parent
bd9b4cc
commit 787b792
Showing
63 changed files
with
7,981 additions
and
4,340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
headapps/MvpSite/MvpSite.Rendering/Views/Shared/ColumnContainer.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
<section class="column-container two-column-equal background-grey"> | ||
<section class="column-container two-column-equal "> | ||
<div class="container"> | ||
<div class="row inner "> | ||
<div class="sc-power-gradient-bg"> | ||
<div class="row"> | ||
<sc-placeholder name="column-container"></sc-placeholder> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 14 additions & 9 deletions
23
headapps/MvpSite/MvpSite.Rendering/Views/Shared/Components/Directory/_Result.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
@model MvpSite.Rendering.Models.Directory.DirectoryResultViewModel | ||
|
||
<div class="col mb-3"> | ||
<div class="card m-0 h-100"> | ||
<img src="@Model.Image" class="card-img-top" alt="@Model.Name" /> | ||
<div class="col "> | ||
|
||
<a href="@Model.ProfileUri" class="card m-0 h-100"> | ||
|
||
<div class="card-img-overlay"> | ||
<span class="badge badge-primary">@Model.Year</span> | ||
<img src="@Model.Image" class="card-img-top" alt="@Model.Name" /> | ||
<span class=""><b>@Model.Year</b></span> | ||
</div> | ||
<div class="card-body"> | ||
<h5 class="card-title">@Model.Name</h5> | ||
<div>@Model.Type</div> | ||
<a href="@Model.ProfileUri" class="stretched-link"> | ||
<h5 class="card-title">@Model.Name</h5> | ||
</a> | ||
<p class="card-text"><i class="fa fa-globe" aria-hidden="true"></i> @Model.Country</p> | ||
|
||
|
||
|
||
<span class="card-text"><i class="fa fa-globe" aria-hidden="true"></i> @Model.Country</span> | ||
</div> | ||
</div> | ||
|
||
</a> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.