Reduce image size
This commit is contained in:
parent
89c9b0a62c
commit
efcf100fac
4 changed files with 2 additions and 2 deletions
BIN
_site/images/portrait_small.jpg
Normal file
BIN
_site/images/portrait_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -33,7 +33,7 @@
|
|||
|
||||
<main role="main">
|
||||
<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>
|
||||
|
||||
|
|
BIN
images/portrait_small.jpg
Normal file
BIN
images/portrait_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -2,7 +2,7 @@
|
|||
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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue