Skip to content

Commit

Permalink
add canadian flag
Browse files Browse the repository at this point in the history
  • Loading branch information
annaked committed Mar 17, 2018
1 parent 916b9d5 commit e271832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ExpressEntryCalculator.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a asp-area="" asp-controller="Home" asp-action="Index" class="navbar-brand">ExpressEntryCalculator</a>
<a asp-area="" asp-controller="Home" asp-action="Index" class="navbar-brand"><img src="~/images/Flag_of_Canada.svg" style="width:50px; float:left; margin-right:10px" />ExpressEntryCalculator</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand All @@ -62,9 +62,6 @@
This program calculates points for Canadian immigration system called Express Entry based on <a href="https://www.canada.ca/en/immigration-refugees-citizenship/services/immigrate-canada/express-entry/become-candidate/criteria-comprehensive-ranking-system/grid.html" target="_blank">Comprehensive Ranking System (CRS) Criteria</a>.
</p>
</div>
<div class="col-xs-12 hidden-sm hidden-md hidden-lg heading">
<h1>Express Entry Calculator</h1>
</div>
</div>

<div class="container body-content">
Expand All @@ -73,7 +70,7 @@
<footer>
<div class="col-xs-12">
<div class="pull-left">
<p>&copy; @DateTime.Now.Year - Express Entry Calculator v.2.0.1</p>
<p>&copy; @DateTime.Now.Year - Express Entry Calculator v.2.1.0</p>
</div>
<div class=" pull-right">
<a href="https://github.com/annaked/ExpressEntryCalculator" target="_blank" title="Express Entry Calculator GitHub repo">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e271832

Please sign in to comment.