Skip to content

Commit

Permalink
Optimize home page image file sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
BradHacker committed Apr 24, 2024
1 parent 172a699 commit 1c8ec99
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified overrides/assets/images/cble_nodes_dark.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 overrides/assets/images/cble_nodes_dark_small.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 modified overrides/assets/images/cble_nodes_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<div class="md-grid md-typeset">
<div class="cble-hero">
<div class="cble-hero__image">
<img id="cble-hero-image-default" src="assets/images/cble_nodes_light.png#only-light" alt="" draggable="false" />
<img id="cble-hero-image-slate" src="assets/images/cble_nodes_dark.png#only-dark" alt="" draggable="false" />
<img id="cble-hero-image-default" src="assets/images/cble_nodes_light_small.png#only-light" alt="" draggable="false" />
<img id="cble-hero-image-slate" src="assets/images/cble_nodes_dark_small.png#only-dark" alt="" draggable="false" />
</div>
<div class="cble-hero__content">
<h1>Cloud-Based Lab Emulator (CBLE)</h1>
Expand Down

0 comments on commit 1c8ec99

Please sign in to comment.