Skip to content

Commit

Permalink
removing link from uofr hill levene logos
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-c committed Jan 17, 2024
1 parent 6d9e71e commit d93ddfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/footer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{{{ output.standard_end_of_body_html }}}
</div>
<div class="footer-section px-0 py-3 d-flex flex-row flex-wrap">
<div class="footer-logo col-sm-1 col-md-5 px-0"><a href="https://www.uregina.ca/business/" target="_blank"><img src="{{{output.logo_src}}}" width="310" height="44"></a></div>
<div class="footer-logo col-sm-1 col-md-5 px-0"><img src="{{{output.logo_src}}}" width="310" height="44"></div>
<div class="footer-funding col-sm-1 col-md-7 px-0"><p class="small">{{{ output.funding_statement }}}</p></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/navbar.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* Include button for off-canvas region.
}}
<div class="hdr-top d-flex flex-row flex-wrap align-items-center">
<div class="order-1 col-sm-1 col-md-5 uofr-hill-logo px-0"><a href="https://www.uregina.ca/business/" target="_blank"><img src="{{{output.logo_src}}}" width="310" height="44"></a></div>
<div class="order-1 col-sm-1 col-md-5 uofr-hill-logo px-0"><img src="{{{output.logo_src}}}" width="310" height="44"></div>
<div class="order-3 col-sm-1 col-md-5 text-center lang-status px-0">{{{output.nav_language}}} {{{ output.login_status }}} {{{ output.contact_email }}}</div>
<div class="order-2 col-sm-1 col-md-2 lang-social px-0 align-middle">
<a href="https://www.facebook.com/HillandLeveneSchools" class="soc-icon" target="_blank"><i class="fa fa-facebook-official" aria-hidden="true"></i></a> <a href="https://www.instagram.com/hillandleveneschools/" class="soc-icon" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a> <a href="https://www.linkedin.com/school/hill-levene-schools-of-business-at-university-of-regina/" class="soc-icon" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
Expand Down

0 comments on commit d93ddfc

Please sign in to comment.