mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-23 05:46:29 +01:00
implement animations on scroll
This commit is contained in:
parent
f5745b9e81
commit
448ae8a49b
5 changed files with 121 additions and 33 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue