Skip to content

Commit

Permalink
add cepro logo to the footer and link it to cepro.energy site
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch committed Nov 15, 2024
1 parent 549c19f commit 6c453e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
================================================== -->
<footer class="site-footer">
<div class="container-fluid">
<a class="footer-cepro-logo" href="https://cepro.energy">
<img src="{{ site.url }}{{ site.baseurl }}/assets/images/CEPRO_Inline-tag-white.png" alt="CEPRO logo">
</a>
<ul class="contact-info-list">
<li><a href="mailto:{{ site.esco.email }}"><strong>Email:</strong> {{ site.esco.email }}</a></li>
<li><a href="tel:{{ site.esco.phone }}"><strong>Phone:</strong> {{ site.esco.phone }}</a></li>
Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ p {
.contact-info-list a {
color: #FFFFFF;
}
.footer-cepro-logo {
float: right;
width: 400px;
}
/*
* Site Footer - End
*/
Expand Down
Binary file added assets/images/CEPRO_Inline-tag-white.png
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 6c453e3

Please sign in to comment.