summaryrefslogtreecommitdiff
path: root/make_text.sh
blob: 3483426d78d0bf310bc02a4d5509ffd04a8715b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

ANIMATION_DELAY=$(bc <<EOF
$(cat _stem_delay) + 0.5
EOF
		  )

cat <<EOF
      <div class="wesolych" style="animation-delay: ${ANIMATION_DELAY}s;">
        <img src="wesolych.svg" alt="&quot;Wesołych Świąt&quot; text" draggabe="false"></img>
      </div>
      <div class="wszystkich" style="animation-delay: ${ANIMATION_DELAY}s;">
        <img src="wszystkich.svg" alt="&quot;Wszystkich Świętych&quot; text" draggable="false"></img>
      </div>
EOF