implement animations on scroll

This commit is contained in:
Michi 2025-03-20 21:49:02 +01:00
parent f5745b9e81
commit 448ae8a49b
5 changed files with 121 additions and 33 deletions

View file

@ -1,11 +1,11 @@
<div id="about" class="about">
{{ with .Site.GetPage "about" }}
<div class="about-part">
<div class="about-part fade-left">
{{ with .Params.image }}
<img src='{{ . | relURL }}' alt="{{ $.Params.title }}" title="{{ $.Params.title }}">
{{ end }}
</div>
<div class="about-part">
<div class="about-part fade-right">
<h1>{{ .Title }}</h1>
<div>{{ .Content }}</div>
</div>