Mercurial > judy-face-art
changeset 12:c71332685761
resizing complete. Entire website much less then 1Mb now.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 08 Jul 2012 19:01:48 -0500 |
parents | 3e6679506149 |
children | b8b4b137e7e2 |
files | images/butterfly-2.jpg images/butterfly-2.png images/butterfly.jpg images/games.jpg images/games.png images/judy.png images/logo2.jpg images/princess-2-large.jpg images/princess-2-large.png images/princess-2.jpg images/robert-painted.jpg images/robert-painted.png images/snake-eyes.jpg images/snake-eyes.png images/spiderman-2.jpg images/spiderman-2.png images/spiderman.jpg index.html style.css |
diffstat | 19 files changed, 14 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
1.1 Binary file images/butterfly-2.jpg has changed
2.1 Binary file images/butterfly-2.png has changed
3.1 Binary file images/butterfly.jpg has changed
4.1 Binary file images/games.jpg has changed
5.1 Binary file images/games.png has changed
6.1 Binary file images/judy.png has changed
7.1 Binary file images/logo2.jpg has changed
8.1 Binary file images/princess-2-large.jpg has changed
9.1 Binary file images/princess-2-large.png has changed
10.1 Binary file images/princess-2.jpg has changed
11.1 Binary file images/robert-painted.jpg has changed
12.1 Binary file images/robert-painted.png has changed
13.1 Binary file images/snake-eyes.jpg has changed
14.1 Binary file images/snake-eyes.png has changed
15.1 Binary file images/spiderman-2.jpg has changed
16.1 Binary file images/spiderman-2.png has changed
17.1 Binary file images/spiderman.jpg has changed
18.1 --- a/index.html Sun Jul 08 18:42:18 2012 -0500 18.2 +++ b/index.html Sun Jul 08 19:01:48 2012 -0500 18.3 @@ -33,7 +33,7 @@ 18.4 </div> 18.5 <h3> 18.6 <img alt="Face Art By Judy" 18.7 - src="./images/logo2.png" 18.8 + src="./images/logo2.jpg" 18.9 id="logo" 18.10 height="160" 18.11 width="450"/> 18.12 @@ -121,7 +121,7 @@ 18.13 18.14 18.15 <img src="./images/judy.jpg" class="snapshot" 18.16 - height="100"/> 18.17 + height="400"/> 18.18 18.19 <h2>Join the fun & be creative!</h2> 18.20 Face painting adds excitement to any type of event, 18.21 @@ -201,12 +201,18 @@ 18.22 won't believe your eyes! 18.23 18.24 18.25 - <img class="snapshot" src="./images/butterfly-2.jpg"/> 18.26 - <img class="snapshot" src="./images/princess-2.jpg"/> 18.27 - <img class="snapshot" src="./images/games.jpg"/> 18.28 - <img class="snapshot" src="./images/spiderman-2.jpg"/> 18.29 - <img class="snapshot" src="./images/snake-eyes.jpg"/> 18.30 - <img class="snapshot" src="./images/robert-painted.png"/> 18.31 + <img class="snapshot" src="./images/butterfly-2.jpg" 18.32 + height="400"/> 18.33 + <img class="snapshot" src="./images/princess-2-large.jpg" 18.34 + height="400"/> 18.35 + <img class="snapshot" src="./images/games.jpg" 18.36 + height="400"/> 18.37 + <img class="snapshot" src="./images/spiderman-2.jpg" 18.38 + height="400"/> 18.39 + <img class="snapshot" src="./images/snake-eyes.jpg" 18.40 + height="400"/> 18.41 + <img class="snapshot" src="./images/robert-painted.jpg" 18.42 + height="400"/> 18.43 18.44 </body> 18.45 </html>