Use https for an image instead of http

This commit is contained in:
Zdenek Borovec 2024-06-29 11:21:48 +02:00
parent 9c723ae074
commit 4c5c38c3df

View file

@ -11,7 +11,7 @@ display_header("About");
Who am I? Who am I?
</h2> </h2>
<div class="image-container-right" style="max-width: 20em"> <div class="image-container-right" style="max-width: 20em">
<img src="http://assets.zdenekborovec.cz/upload/1d21313c-ca12-4cdd-8943-a19ef5602a9c/8e34af81-a431-42f3-b984-020fda40498f.png" alt="A photo of me."> <img src="https://assets.zdenekborovec.cz/upload/1d21313c-ca12-4cdd-8943-a19ef5602a9c/8e34af81-a431-42f3-b984-020fda40498f.png" alt="A photo of me.">
<p> <p>
Me at the start of a walk from Brno to Prague. Me at the start of a walk from Brno to Prague.
</p> </p>