personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

commit 765d763cd2d1c42572922df942e6b282fa802035
parent a2c064617fa9a19839f92b49c0498e52d56fb0f2
Author: WimDupont <WimDupont@users.noreply.gitlab.com>
Date:   Sat,  4 Dec 2021 11:32:11 +0100

remove animated wallpaper (reduce page weight)


Former-commit-id: ef58a0961161ae3b967f6af62438d53373127915
Diffstat:
Dsrc/main/resources/static/images/WoK-wallpaper-animated.mp4.REMOVED.git-id | 2--
Msrc/main/resources/templates/home.html | 7++-----
2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/static/images/WoK-wallpaper-animated.mp4.REMOVED.git-id b/src/main/resources/static/images/WoK-wallpaper-animated.mp4.REMOVED.git-id @@ -1 +0,0 @@ -f7ab977b1adaabb1e1a0f1c1447eff4d7b2db7a7 -\ No newline at end of file diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html @@ -14,12 +14,9 @@ <div th:if="${affirmation != null}"> <p class="subheader" th:text="${affirmation.affirmation}"/> </div> - <video width="960" autoplay loop> - <source title="The Way Of Kings" src="/images/WoK-wallpaper-animated.mp4" type="video/mp4"> - <img title="The Way Of Kings" src="/images/TheWayOfKings.png" width="960"> - </video> + <img title="The Way Of Kings" src="/images/TheWayOfKings.png" width="960"> <div class="source-credit"> - Original art by Michael Whelan, animated source: https://cosmere.es + Original art by Michael Whelan </div> </div> </body>