changeset 10:0af8687de6f6

beginning image resize.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 18:26:09 -0500
parents 2471ed7d9eea
children 3e6679506149
files images/butterfly-2.jpg images/butterfly.png images/games.jpg images/ginger-swirl-hi.png images/hello-kitty.jpg images/judy.jpg images/logo.png images/logo2.png images/princess-2.jpg images/princess-2.png images/princess.jpg images/robert-painted.png images/snake-eyes.jpg images/spiderman-2.jpg images/spiderman.png index.html source-images/butterfly-2.jpg source-images/butterfly.png source-images/games.jpg source-images/ginger-swirl-hi.png source-images/hello-kitty.jpg source-images/judy.jpg source-images/logo.png source-images/logo2.png source-images/princess-2.jpg source-images/princess-2.png source-images/princess.jpg source-images/robert-painted.png source-images/snake-eyes.jpg source-images/spiderman-2.jpg source-images/spiderman.png style.css
diffstat 32 files changed, 7 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file images/butterfly-2.jpg has changed
     2.1 Binary file images/butterfly.png has changed
     3.1 Binary file images/games.jpg has changed
     4.1 Binary file images/ginger-swirl-hi.png has changed
     5.1 Binary file images/hello-kitty.jpg has changed
     6.1 Binary file images/judy.jpg has changed
     7.1 Binary file images/logo.png has changed
     8.1 Binary file images/logo2.png has changed
     9.1 Binary file images/princess-2.jpg has changed
    10.1 Binary file images/princess-2.png has changed
    11.1 Binary file images/princess.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/spiderman-2.jpg has changed
    15.1 Binary file images/spiderman.png has changed
    16.1 --- a/index.html	Sun Jul 08 18:17:25 2012 -0500
    16.2 +++ b/index.html	Sun Jul 08 18:26:09 2012 -0500
    16.3 @@ -29,8 +29,12 @@
    16.4  	  <img src = "./images/butterfly.png"/>
    16.5  	</div>
    16.6  	
    16.7 -	<h1><img alt="Face Art By Judy" src="./images/logo2.png"
    16.8 -	id="logo" style="height:6em!important;"></img></h1>
    16.9 +	<h1><img alt="Face Art By Judy" 
   16.10 +		 src="./images/logo2.png"
   16.11 +		 id="logo" 
   16.12 +		 height="160"
   16.13 +	
   16.14 +		 ></img></h1>
   16.15        </div>
   16.16        
   16.17        <h2>Discover the fun</h2>
    17.1 Binary file source-images/butterfly-2.jpg has changed
    18.1 Binary file source-images/butterfly.png has changed
    19.1 Binary file source-images/games.jpg has changed
    20.1 Binary file source-images/ginger-swirl-hi.png has changed
    21.1 Binary file source-images/hello-kitty.jpg has changed
    22.1 Binary file source-images/judy.jpg has changed
    23.1 Binary file source-images/logo.png has changed
    24.1 Binary file source-images/logo2.png has changed
    25.1 Binary file source-images/princess-2.jpg has changed
    26.1 Binary file source-images/princess-2.png has changed
    27.1 Binary file source-images/princess.jpg has changed
    28.1 Binary file source-images/robert-painted.png has changed
    29.1 Binary file source-images/snake-eyes.jpg has changed
    30.1 Binary file source-images/spiderman-2.jpg has changed
    31.1 Binary file source-images/spiderman.png has changed
    32.1 --- a/style.css	Sun Jul 08 18:17:25 2012 -0500
    32.2 +++ b/style.css	Sun Jul 08 18:26:09 2012 -0500
    32.3 @@ -32,11 +32,9 @@
    32.4  div.folio {
    32.5      border-bottom:0em solid #ffc;
    32.6  }
    32.7 +
    32.8  .folio img {
    32.9 -    height:132px;
   32.10      height:180px;
   32.11 -    height:108px;
   32.12 -    height:144px;
   32.13      margin:0 .5em;
   32.14  }
   32.15  
   32.16 @@ -44,10 +42,6 @@
   32.17      text-align:center;
   32.18      margin-bottom:3em;
   32.19  }
   32.20 -#logo {
   32.21 -    height:4.5em;
   32.22 -
   32.23 -}
   32.24  
   32.25  h1,h2,h3,h4,h5,h6,a{
   32.26      color:#00c;
   32.27 @@ -58,7 +52,6 @@
   32.28  
   32.29  
   32.30  table.choices {
   32.31 -
   32.32      width:30em;
   32.33      margin:1.5em auto;
   32.34      border-spacing:0px;
   32.35 @@ -69,7 +62,6 @@
   32.36  
   32.37  }
   32.38  
   32.39 -
   32.40  .snapshot {
   32.41      height:24em;
   32.42      display:block;