Reduce image size

This commit is contained in:
Dimitri Lozeve 2020-04-02 14:43:47 +02:00
parent 89c9b0a62c
commit efcf100fac
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -33,7 +33,7 @@
<main role="main"> <main role="main">
<h1>Home</h1> <h1>Home</h1>
<img src="./images/portrait.jpg" style="width: 35%; float: right; margin: 10px;" /> <img src="./images/portrait_small.jpg" style="width: 35%; float: right; margin: 10px;" />
<h2>Welcome</h2> <h2>Welcome</h2>

BIN
images/portrait_small.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -2,7 +2,7 @@
title: Home title: Home
--- ---
<img src="/images/portrait.jpg" style="width: 35%; float: right; margin: 10px;" /> <img src="/images/portrait_small.jpg" style="width: 35%; float: right; margin: 10px;" />
<h2>Welcome</h2> <h2>Welcome</h2>