now shows molly and louise instead of cat_1
This commit is contained in:
parent
b98306a05e
commit
b1f6952120
4 changed files with 7 additions and 4 deletions
|
@ -49,11 +49,11 @@
|
||||||
I will try it tho
|
I will try it tho
|
||||||
</p>
|
</p>
|
||||||
<div style="margin:auto;height: 350px;">
|
<div style="margin:auto;height: 350px;">
|
||||||
<img src="cat_1.jpg" width="350px" height="350px" style="float:left;">
|
<img src="molly.jpg" width="350px" height="350px" style="float:left;">
|
||||||
<img id="animatedImage" src="cat_1.jpg" width="350px" height="350px" style="float:right; visibility: hidden;">
|
<img id="animatedImage" src="louise.jpg" width="350px" height="350px" style="float:right; visibility: hidden;">
|
||||||
<div style="width: 50%; margin:auto;">
|
<div style="width: 50%; margin:auto;">
|
||||||
<p>
|
<p>
|
||||||
Please enjoy this cute cat while I figure how to get the scroll data...
|
Please enjoy Molly's picture as I figure how to get the scroll data...
|
||||||
</p>
|
</p>
|
||||||
<div id="cat_par2" style="visibility: hidden;">
|
<div id="cat_par2" style="visibility: hidden;">
|
||||||
<p>
|
<p>
|
||||||
|
@ -65,6 +65,9 @@
|
||||||
(with the sliding one also being invisible until the animation appears)
|
(with the sliding one also being invisible until the animation appears)
|
||||||
and the animation used is with the `animate` method(and a lot of trial and error)
|
and the animation used is with the `animate` method(and a lot of trial and error)
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Also, this is Louise on the right, and she purrs as soon as someone gets close to her.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
BIN
cat_1.jpg
BIN
cat_1.jpg
Binary file not shown.
Before Width: | Height: | Size: 61 KiB |
BIN
louise.jpg
Normal file
BIN
louise.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
BIN
molly.jpg
Normal file
BIN
molly.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 740 KiB |
Loading…
Reference in a new issue