Skip to content

Commit 62f6eb4

Browse files
Revert "Use some SVGs instead of webp"
This reverts commit df575c5.
1 parent df575c5 commit 62f6eb4

19 files changed

+26
-66
lines changed

css/style.css

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -290,17 +290,17 @@ h5, .h5 {
290290
left: 0;
291291
right: 0;
292292
mask-image:
293-
url(../img/blob-top-left.svg),
294-
url(../img/blob-top-right.svg),
295-
url(../img/blob-bottom-left.svg),
296-
url(../img/blob-bottom-right.svg),
297-
url(../img/blob-center.svg);
293+
url(../img/blob-top-left.webp),
294+
url(../img/blob-top-right.webp),
295+
url(../img/blob-bottom-left.webp),
296+
url(../img/blob-bottom-right.webp),
297+
url(../img/blob-center.webp);
298298
-webkit-mask-image:
299-
url(../img/blob-top-left.svg),
300-
url(../img/blob-top-right.svg),
301-
url(../img/blob-bottom-left.svg),
302-
url(../img/blob-bottom-right.svg),
303-
url(../img/blob-center.svg);
299+
url(../img/blob-top-left.webp),
300+
url(../img/blob-top-right.webp),
301+
url(../img/blob-bottom-left.webp),
302+
url(../img/blob-bottom-right.webp),
303+
url(../img/blob-center.webp);
304304
mask-position:
305305
left 0px top 0px,
306306
right 0px top 0px,
@@ -326,8 +326,8 @@ h5, .h5 {
326326
bottom: 0;
327327
left: 0;
328328
right: 0;
329-
mask-image: url(../img/bg-bottom.svg);
330-
-webkit-mask-image: url(../img/bg-bottom.svg);
329+
mask-image: url(../img/bg-bottom.webp);
330+
-webkit-mask-image: url(../img/bg-bottom.webp);
331331
mask-repeat: no-repeat;
332332
-webkit-mask-repeat: no-repeat;
333333
mask-position: bottom;
@@ -427,17 +427,17 @@ h5, .h5 {
427427
left: 0;
428428
right: 0;
429429
mask-image:
430-
url(../img/blob-top-left.svg),
431-
url(../img/blob-top-right.svg),
432-
url(../img/blob-bottom-left.svg),
433-
url(../img/blob-bottom-right.svg),
434-
url(../img/blob-center.svg);
430+
url(../img/blob-top-left.webp),
431+
url(../img/blob-top-right.webp),
432+
url(../img/blob-bottom-left.webp),
433+
url(../img/blob-bottom-right.webp),
434+
url(../img/blob-center.webp);
435435
-webkit-mask-image:
436-
url(../img/blob-top-left.svg),
437-
url(../img/blob-top-right.svg),
438-
url(../img/blob-bottom-left.svg),
439-
url(../img/blob-bottom-right.svg),
440-
url(../img/blob-center.svg);
436+
url(../img/blob-top-left.webp),
437+
url(../img/blob-top-right.webp),
438+
url(../img/blob-bottom-left.webp),
439+
url(../img/blob-bottom-right.webp),
440+
url(../img/blob-center.webp);
441441
mask-position:
442442
left 0px top 0px,
443443
right 0px top 0px,
@@ -479,14 +479,14 @@ h5, .h5 {
479479
align-items: center;
480480
justify-content: center;
481481
color: var(--light);
482-
background: url(../img/blob-primary.svg) center center no-repeat;
482+
background: url(../img/blob-primary.webp) center center no-repeat;
483483
background-size: contain;
484484
transition: .5s;
485485
}
486486

487487
.service-item:hover .service-icon {
488488
color: var(--dark);
489-
background: url(../img/blob-secondary.svg) center center no-repeat;
489+
background: url(../img/blob-secondary.webp) center center no-repeat;
490490
background-size: contain;
491491
}
492492

@@ -556,8 +556,8 @@ h5, .h5 {
556556
bottom: 0;
557557
left: 0;
558558
right: 0;
559-
mask-image: url(../img/bg-top.svg);
560-
-webkit-mask-image: url(../img/bg-top.svg);
559+
mask-image: url(../img/bg-top.webp);
560+
-webkit-mask-image: url(../img/bg-top.webp);
561561
mask-repeat: no-repeat;
562562
-webkit-mask-repeat: no-repeat;
563563
mask-position: top;

img/bg-bottom.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

img/bg-bottom.webp

3.64 KB
Loading

img/bg-top.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

img/bg-top.webp

3.76 KB
Loading

img/blob-bottom-left.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

img/blob-bottom-left.webp

474 Bytes
Loading

img/blob-bottom-right.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

img/blob-bottom-right.webp

568 Bytes
Loading

img/blob-center.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)