Skip to content

Commit

Permalink
update jquery + webp images
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsharE committed Feb 23, 2024
1 parent 105ec71 commit ef605dc
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
Binary file added assets/img/book.webp
Binary file not shown.
Binary file added assets/img/elmahio-app-banner.webp
Binary file not shown.
Binary file added assets/img/scott-hanselman.webp
Binary file not shown.
2 changes: 0 additions & 2 deletions assets/js/jquery-3.5.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions assets/js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/js/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/main.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundleconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"outputFileName": "main.min.js",
"inputFiles": [
"assets/js/jquery-3.5.1.min.js",
"assets/js/jquery-3.7.1.min.js",
"assets/js/popper.min.js",
"assets/js/js.cookie.min.js",
"assets/js/content-api.min.js",
Expand Down
4 changes: 2 additions & 2 deletions partials/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<h3>Join our newsletter</h3>
<div class="content">
<p>
<img src="{{asset "img/book.png"}}" width="80" height="106" alt=".NET Web Application Logging Essentials">
<img src="{{asset "img/book.webp"}}" width="80" height="106" alt=".NET Web Application Logging Essentials">
Sign up for our newsletter and receive a free copy of our book <strong>.NET Web Application Logging Essentials</strong>
</p>
<form method="post" action="https://elmah.us7.list-manage.com/subscribe/post?u=66fdd2122e968863d381a26e1&amp;id=e6194de6d8&amp;MMERGE3=blog-newsletter">
Expand Down Expand Up @@ -102,7 +102,7 @@
<div class="author-quote">
<h4>Scott Hanselman</h4>
<h5>Principal Program Manager </br> at Microsoft</h5>
<img src="{{asset "img/scott-hanselman.jpg"}}" width="80" height="80" alt="Scott Hanselman" />
<img src="{{asset "img/scott-hanselman.webp"}}" width="80" height="80" alt="Scott Hanselman" />
</div>
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ into the {body} of the default.hbs template --}}
<div class="row">
<div class="col p-0">
<a href="https://elmah.io" target="_blank">
<img class="img-fluid no-flexbox mt-2" src="{{asset "img/elmahio-app-banner.png"}}" width="840" height="300" alt="elmah.io app banner" />
<img class="img-fluid no-flexbox mt-2" src="{{asset "img/elmahio-app-banner.webp"}}" width="840" height="300" alt="elmah.io app banner" />
</a>
</div>
</div>
Expand Down

0 comments on commit ef605dc

Please sign in to comment.