Skip to content

Commit

Permalink
overwrite #rejectfinanceBill
Browse files Browse the repository at this point in the history
  • Loading branch information
vickkie committed Jun 24, 2024
1 parent f5574bf commit e662f05
Show file tree
Hide file tree
Showing 31 changed files with 7 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file added img/works/hypercritical/0-mockuppsd-0.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added img/works/hypercritical/Hypercritical-ipad.webp
Binary file not shown.
Binary file added img/works/hypercritical/Macbook-Air-2022.webp
Binary file not shown.
Binary file added img/works/hypercritical/Macbook-Air-20232.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/hypercritical/hypercritical-menu.webp
Binary file not shown.
Binary file added img/works/hypercritical/ipad-pro-mockup-1-1.webp
Binary file not shown.
Binary file added img/works/hypercritical/ipad-pro-mockup-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/works/hypercritical/works-iphone.webp
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@ <h2 class="heading">
/>
</div>
<div class="product-image3"></div>
<div class="field-year-abibae"></div>
</div>
</article>
<article class="content__article content__article--invert" id="content-3">
Expand Down
12 changes: 5 additions & 7 deletions js/utils.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// const imagesLoaded = require('imagesloaded');

// Preload images
const preloadImages = (selector = 'img') => {
return new Promise((resolve) => {
imagesLoaded(document.querySelectorAll(selector), {background: true}, resolve);
});
const preloadImages = (selector = "img") => {
return new Promise((resolve) => {
imagesLoaded(document.querySelectorAll(selector), { background: true }, resolve);
});
};

export {
preloadImages
};
export { preloadImages };
Binary file not shown.
Binary file not shown.
Binary file added public/img/works/hypercritical/0-mockuppsd-0.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/works/hypercritical/works-iphone.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html

Large diffs are not rendered by default.

0 comments on commit e662f05

Please sign in to comment.