Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit a94f651

Browse files
committed
Replace JPG with WEBP and fix anchors
1 parent 036c844 commit a94f651

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

src/assets/img/code.jpg

-155 KB
Binary file not shown.

src/assets/img/code.webp

8.85 KB
Loading
-453 KB
Binary file not shown.
44.9 KB
Loading

src/assets/img/hero.jpg

-384 KB
Binary file not shown.

src/assets/img/hero.webp

13.8 KB
Loading

src/assets/img/xray.jpg

-729 KB
Binary file not shown.

src/assets/img/xray.webp

93.3 KB
Loading

src/layouts/Backend.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="backend">
1+
<div class="backend" id="metis-backend">
22
<Grid stack>
33
<Col col="10">
44
<div class="backend_title">scientific backend</div>
@@ -8,7 +8,7 @@
88
</div>
99
</Col>
1010
<Col col="2">
11-
<img class="backend_code_img" src="assets/img/code.jpg" alt="code" />
11+
<img class="backend_code_img" src="assets/img/code.webp" alt="code" />
1212
</Col>
1313
</Grid>
1414
<Grid stack>

src/layouts/Crystalline.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
The crystalline structures are then stored in the centralized database in a single unified format and can be data-mined, e.g. attributed to the standard
1212
material phases known.
1313
</div>
14-
<img src="assets/img/crystalline_structure.jpg" alt="crystalline structure" class="crystalline_img" />
14+
<img src="assets/img/crystalline_structure.webp" alt="crystalline structure" class="crystalline_img" />
1515
</div>
1616

1717
<style lang="scss">

0 commit comments

Comments
 (0)