Skip to content

Commit 5ff5eaf

Browse files
committed
compressed images
1 parent 6676a28 commit 5ff5eaf

10 files changed

+16
-8
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/>
3030
<meta
3131
property="og:image"
32-
content="https://eazyip.github.io/assets/img/fb_large_thumb.png"
32+
content="https://eazyip.github.io/assets/img/fb_large_thumb_compressed.png"
3333
/>
3434
<meta
3535
property="og:title"

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/>
3030
<meta
3131
property="og:image"
32-
content="https://eazyip.github.io/assets/img/fb_large_thumb.png"
32+
content="https://eazyip.github.io/assets/img/fb_large_thumb_compressed.png"
3333
/>
3434
<meta
3535
property="og:title"

app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/>
3030
<meta
3131
property="og:image"
32-
content="https://eazyip.github.io/assets/img/fb_large_thumb.png"
32+
content="https://eazyip.github.io/assets/img/fb_large_thumb_compressed.png"
3333
/>
3434
<meta
3535
property="og:title"

assets/img/demo_compressed.png

53.5 KB
Loading
60.3 KB
Loading

assets/img/gb2_compressed.png

24.3 KB
Loading

assets/img/install1_compressed.png

56.3 KB
Loading

contact.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/>
3030
<meta
3131
property="og:image"
32-
content="https://eazyip.github.io/assets/img/fb_large_thumb.png"
32+
content="https://eazyip.github.io/assets/img/fb_large_thumb_compressed.png"
3333
/>
3434
<meta
3535
property="og:title"

css/home.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153

154154
@media (max-width: 550px) {
155155
#rad {
156-
background-image: url(/assets/img/gb2.png);
156+
background-image: url(/assets/img/gb2_compressed.png);
157157
background-size: 100% 100%;
158158
}
159159

index.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/>
3131
<meta
3232
property="og:image"
33-
content="https://eazyip.github.io/assets/img/fb_large_thumb.png"
33+
content="https://eazyip.github.io/assets/img/fb_large_thumb_compressed.png"
3434
/>
3535
<meta
3636
property="og:title"
@@ -97,7 +97,11 @@ <h1>Focus on real engineering</h1>
9797
</div>
9898

9999
<div id="showcase-img">
100-
<img src="/assets/img/Demo1.png" alt="" width="100%" />
100+
<img
101+
src="/assets/img/demo_compressed.png"
102+
alt=""
103+
width="100%"
104+
/>
101105
</div>
102106
</div>
103107

@@ -150,7 +154,11 @@ <h1>Focus on real engineering</h1>
150154

151155
<div id="install" class="max-width-container">
152156
<div id="install-img">
153-
<img src="/assets/img/install1.png" alt="" width="100%" />
157+
<img
158+
src="/assets/img/install1_compressed.png"
159+
alt=""
160+
width="100%"
161+
/>
154162
</div>
155163

156164
<div id="install-text">

0 commit comments

Comments
 (0)