Mercurial > judy-face-art
changeset 11:3e6679506149
resized many pictures.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 08 Jul 2012 18:42:18 -0500 |
parents | 0af8687de6f6 |
children | c71332685761 |
files | images/butterfly.png images/judy.jpg images/princess-2.png images/spiderman.png index.html source-images/princess-2.png style.css |
diffstat | 7 files changed, 172 insertions(+), 166 deletions(-) [+] |
line wrap: on
line diff
1.1 Binary file images/butterfly.png has changed
2.1 Binary file images/judy.jpg has changed
3.1 Binary file images/princess-2.png has changed
4.1 Binary file images/spiderman.png has changed
5.1 --- a/index.html Sun Jul 08 18:26:09 2012 -0500 5.2 +++ b/index.html Sun Jul 08 18:42:18 2012 -0500 5.3 @@ -24,184 +24,189 @@ 5.4 <div id="border"> 5.5 <div class="header"> 5.6 <div class="folio"> 5.7 - <img src="./images/princess-2.png"/> 5.8 - <img src="./images/spiderman.png"/> 5.9 - <img src = "./images/butterfly.png"/> 5.10 + <img src="./images/princess-2.png" 5.11 + width="230"/> 5.12 + <img src="./images/spiderman.png" 5.13 + width="230"/> 5.14 + <img src = "./images/butterfly.png" 5.15 + width="150"/> 5.16 </div> 5.17 - 5.18 - <h1><img alt="Face Art By Judy" 5.19 - src="./images/logo2.png" 5.20 - id="logo" 5.21 - height="160" 5.22 - 5.23 - ></img></h1> 5.24 - </div> 5.25 - 5.26 - <h2>Discover the fun</h2> 5.27 + <h3> 5.28 + <img alt="Face Art By Judy" 5.29 + src="./images/logo2.png" 5.30 + id="logo" 5.31 + height="160" 5.32 + width="450"/> 5.33 + </img> 5.34 + </h3> 5.35 + </div> 5.36 + 5.37 + <h2>Discover the fun</h2> 5.38 5.39 - No matter what you plan to celebrate, you can add a touch of 5.40 - wonder and imagination with face painting! Children love seeing 5.41 - their ideas come to life in brilliant color—and the 5.42 - possibilities are just endless: 5.43 + No matter what you plan to celebrate, you can add a touch of 5.44 + wonder and imagination with face painting! Children love seeing 5.45 + their ideas come to life in brilliant color—and the 5.46 + possibilities are just endless: 5.47 5.48 - <table class="choices"> 5.49 - <tr> 5.50 - <td>Super heroes</td> 5.51 - <td>Butterflies</td> 5.52 - </tr> 5.53 - <tr> 5.54 - <td> 5.55 - Cowboys & indians 5.56 - </td> 5.57 - <td> 5.58 - Princesses 5.59 - </td> 5.60 - </tr> 5.61 - <tr> 5.62 - <td>Army/marine camo</td> 5.63 - <td>Glamour makeup</td> 5.64 - </tr> 5.65 - <tr> 5.66 - <td>Monsters</td> 5.67 - <td>Fairies</td> 5.68 - </tr> 5.69 - <tr> 5.70 - <td>Cars</td> 5.71 - <td>Unicorns</td> 5.72 - </tr> 5.73 + <table class="choices"> 5.74 + <tr> 5.75 + <td>Super heroes</td> 5.76 + <td>Butterflies</td> 5.77 + </tr> 5.78 + <tr> 5.79 + <td> 5.80 + Cowboys & indians 5.81 + </td> 5.82 + <td> 5.83 + Princesses 5.84 + </td> 5.85 + </tr> 5.86 + <tr> 5.87 + <td>Army/marine camo</td> 5.88 + <td>Glamour makeup</td> 5.89 + </tr> 5.90 + <tr> 5.91 + <td>Monsters</td> 5.92 + <td>Fairies</td> 5.93 + </tr> 5.94 + <tr> 5.95 + <td>Cars</td> 5.96 + <td>Unicorns</td> 5.97 + </tr> 5.98 5.99 - <tr> 5.100 - <td>Pirates</td> 5.101 - <td>Hearts & flowers</td> 5.102 - </tr> 5.103 - <tr> 5.104 - <td>Zombies</td> 5.105 - <td>Snake/alien eyes</td> 5.106 - </tr> 5.107 - <tr> 5.108 - <td>Cartoon characters</td> 5.109 - <td>Rainbows</td> 5.110 - </tr> 5.111 - <tr> 5.112 - <td>Dogs</td> 5.113 - <td>Cats & tigers</td> 5.114 - </tr> 5.115 - <tr><td> </td><td></td></tr> 5.116 - <tr> 5.117 - <td colspan="2" 5.118 - style= 5.119 - "text-align:center;font-size:0.75em; line-height:2em;"> 5.120 - ... the sky's the limit! 5.121 - </td> 5.122 - </tr> 5.123 - </table> 5.124 + <tr> 5.125 + <td>Pirates</td> 5.126 + <td>Hearts & flowers</td> 5.127 + </tr> 5.128 + <tr> 5.129 + <td>Zombies</td> 5.130 + <td>Snake/alien eyes</td> 5.131 + </tr> 5.132 + <tr> 5.133 + <td>Cartoon characters</td> 5.134 + <td>Rainbows</td> 5.135 + </tr> 5.136 + <tr> 5.137 + <td>Dogs</td> 5.138 + <td>Cats & tigers</td> 5.139 + </tr> 5.140 + <tr><td> </td><td></td></tr> 5.141 + <tr> 5.142 + <td colspan="2" 5.143 + style= 5.144 + "text-align:center;font-size:0.75em; line-height:2em;"> 5.145 + ... the sky's the limit! 5.146 + </td> 5.147 + </tr> 5.148 + </table> 5.149 5.150 - Choose a design to match the theme of your next activity, or 5.151 - simply let everyone decide! 5.152 + Choose a design to match the theme of your next activity, or 5.153 + simply let everyone decide! 5.154 5.155 5.156 - <!--Amazing art, memorable celebrations--> 5.157 - <!--Celebrate with amazing art!</h2--> 5.158 - <h2>Learn more about Judy</h2> 5.159 - <p> 5.160 + <!--Amazing art, memorable celebrations--> 5.161 + <!--Celebrate with amazing art!</h2--> 5.162 + <h2>Learn more about Judy</h2> 5.163 + <p> 5.164 Judy has been delighting children with her unique face painting 5.165 talent for seventeen years. Using a combination of special 5.166 paints and glitter, she breathes life into fantastic creations. 5.167 - </p> 5.168 - <p style="background:#ffc"> 5.169 - <em>Fun & Safe</em> Judy uses 5.170 - <a href="http://www.snazaroo.com/products/face-paints/"> 5.171 - snazaroo</a> paints, which are hypoallergenic and especially 5.172 - designed for children's skin. 5.173 - </p> 5.174 + </p> 5.175 + <p style="background:#ffc"> 5.176 + <em>Fun & Safe</em> Judy uses 5.177 + <a href="http://www.snazaroo.com/products/face-paints/"> 5.178 + snazaroo</a> paints, which are hypoallergenic and especially 5.179 + designed for children's skin. 5.180 + </p> 5.181 5.182 + 5.183 + <img src="./images/judy.jpg" class="snapshot" 5.184 + height="100"/> 5.185 + 5.186 + <h2>Join the fun & be creative!</h2> 5.187 + Face painting adds excitement to any type of event, 5.188 + from <em>birthday parties</em> and <em>halloween makeup</em>, 5.189 + to <em>business events</em> and <em>grand openings</em>. 5.190 + 5.191 + 5.192 + Judy is located near <em>Dallas, TX</em> and serves the 5.193 + surrounding areas: 5.194 + 5.195 + <span style="float:right;clear:both;margin:1.5em;margin-left:3em;"> 5.196 + <iframe width="300" height="300" frameborder="0" scrolling="no" 5.197 + marginheight="0" marginwidth="0" 5.198 + src="https://maps.google.com/maps/ms?msa=0&msid=205087532178318888224.0004c43281c78e0ba634b&ie=UTF8&t=m&ll=32.971804,-96.751099&spn=0.691262,0.823975&z=9&output=embed"></iframe><br /><small> 5.199 + 5.200 + View <a href="https://maps.google.com/maps/ms?msa=0&msid=205087532178318888224.0004c43281c78e0ba634b&ie=UTF8&t=m&ll=32.971804,-96.751099&spn=0.691262,0.823975&z=9&source=embed" 5.201 + style="color:#0000FF;text-align:left"> 5.202 + Judy's Face Painting</a> in a larger map</small> 5.203 + </span> 5.204 + 5.205 + 5.206 + <ul> 5.207 + <li>Dallas</li> 5.208 + <li>Irving</li> 5.209 + <li>Grand Prairie</li> 5.210 + <li>Mesquite</li> 5.211 + <li>Rowlett</li> 5.212 + <li>Rockwall</li> 5.213 + <li>Garland</li> 5.214 + <li>Plano</li> 5.215 + <li>Allen</li> 5.216 + <li>Frisco</li> 5.217 + <li>The Colony</li> 5.218 + <li>Carrollton</li> 5.219 + <li>Farmer's Branch</li> 5.220 + </ul> 5.221 + 5.222 + <br/> 5.223 + <br/> 5.224 + 5.225 + <p> 5.226 + To schedule face painting for your next event, call 5.227 + or send an e-mail to Judy: 5.228 + 5.229 + <table> 5.230 + <tr><td>phone:</td><td> <em>(214) 418-4706</em></td></tr> 5.231 + <tr><td>e-mail</td><td> 5.232 + <em><a href="mailto:judyates@gmail.com"> 5.233 + judyates@gmail.com</a></em></td></tr> 5.234 + <!--tr><td> </td><td></td></tr> 5.235 + <tr><td colspan="2">1 hr / $50</td></tr> 5.236 +<tr><td colspan="2">2 hr / $80</td></tr--> 5.237 + </table> 5.238 + 5.239 + 5.240 + </p> 5.241 + 5.242 + <p> 5.243 + It's $50 for one hour, and just $80 for two. 5.244 + </p> 5.245 + <p style="background:#ffc"> 5.246 + <em>Find out more!</em> 5.247 + Judy welcomes any questions you may have, and 5.248 + she'd be happy to discuss different ideas for tailor-made 5.249 + parties. 5.250 5.251 - <img src="./images/judy.jpg" class="snapshot" style="height:12em;"/> 5.252 + </p> 5.253 5.254 - <h2>Join the fun & be creative!</h2> 5.255 - Face painting adds excitement to any type of event, 5.256 - from <em>birthday parties</em> and <em>halloween makeup</em>, 5.257 - to <em>business events</em> and <em>grand openings</em>. 5.258 - 5.259 5.260 - Judy is located near <em>Dallas, TX</em> and serves the 5.261 - surrounding areas: 5.262 + <!--Affordable artisan-quality face painting for all your 5.263 + celebrations! !--> 5.264 + 5.265 + <h2>See the results</h2> 5.266 + 5.267 + Of course, you have to see the results of Judy's handiwork: 5.268 + beautiful, exquisitely detailed artwork and happy kids. You 5.269 + won't believe your eyes! 5.270 5.271 -<span style="float:right;clear:both;margin:1.5em;margin-left:3em;"> 5.272 -<iframe width="300" height="300" frameborder="0" scrolling="no" 5.273 - marginheight="0" marginwidth="0" 5.274 - src="https://maps.google.com/maps/ms?msa=0&msid=205087532178318888224.0004c43281c78e0ba634b&ie=UTF8&t=m&ll=32.971804,-96.751099&spn=0.691262,0.823975&z=9&output=embed"></iframe><br /><small> 5.275 - 5.276 -View <a href="https://maps.google.com/maps/ms?msa=0&msid=205087532178318888224.0004c43281c78e0ba634b&ie=UTF8&t=m&ll=32.971804,-96.751099&spn=0.691262,0.823975&z=9&source=embed" 5.277 - style="color:#0000FF;text-align:left"> 5.278 - Judy's Face Painting</a> in a larger map</small> 5.279 -</span> 5.280 - 5.281 - 5.282 - <ul> 5.283 - <li>Dallas</li> 5.284 - <li>Irving</li> 5.285 - <li>Grand Prairie</li> 5.286 - <li>Mesquite</li> 5.287 - <li>Rowlett</li> 5.288 - <li>Rockwall</li> 5.289 - <li>Garland</li> 5.290 - <li>Plano</li> 5.291 - <li>Allen</li> 5.292 - <li>Frisco</li> 5.293 - <li>The Colony</li> 5.294 - <li>Carrollton</li> 5.295 - <li>Farmer's Branch</li> 5.296 - </ul> 5.297 - 5.298 - <br/> 5.299 - <br/> 5.300 - 5.301 - <p> 5.302 - To schedule face painting for your next event, call 5.303 - or send an e-mail to Judy: 5.304 - 5.305 - <table> 5.306 - <tr><td>phone:</td><td> <em>(214) 418-4706</em></td></tr> 5.307 - <tr><td>e-mail</td><td> 5.308 - <em><a href="mailto:judyates@gmail.com"> 5.309 - judyates@gmail.com</a></em></td></tr> 5.310 - <!--tr><td> </td><td></td></tr> 5.311 - <tr><td colspan="2">1 hr / $50</td></tr> 5.312 - <tr><td colspan="2">2 hr / $80</td></tr--> 5.313 - </table> 5.314 - 5.315 - 5.316 - </p> 5.317 - 5.318 - <p> 5.319 - It's $50 for one hour, and just $80 for two. 5.320 - </p> 5.321 - <p style="background:#ffc"> 5.322 - <em>Find out more!</em> 5.323 - Judy welcomes any questions you may have, and 5.324 - she'd be happy to discuss different ideas for tailor-made 5.325 - parties. 5.326 - 5.327 - </p> 5.328 - 5.329 - 5.330 - <!--Affordable artisan-quality face painting for all your 5.331 - celebrations! !--> 5.332 - 5.333 - <h2>See the results</h2> 5.334 5.335 - Of course, you have to see the results of Judy's handiwork: 5.336 - beautiful, exquisitely detailed artwork and happy kids. You 5.337 - won't believe your eyes! 5.338 - 5.339 - 5.340 - <img class="snapshot" src="./images/butterfly-2.jpg"/> 5.341 - <img class="snapshot" src="./images/princess-2.jpg"/> 5.342 - <img class="snapshot" src="./images/games.jpg"/> 5.343 - <img class="snapshot" src="./images/spiderman-2.jpg"/> 5.344 - <img class="snapshot" src="./images/snake-eyes.jpg"/> 5.345 + <img class="snapshot" src="./images/butterfly-2.jpg"/> 5.346 + <img class="snapshot" src="./images/princess-2.jpg"/> 5.347 + <img class="snapshot" src="./images/games.jpg"/> 5.348 + <img class="snapshot" src="./images/spiderman-2.jpg"/> 5.349 + <img class="snapshot" src="./images/snake-eyes.jpg"/> 5.350 <img class="snapshot" src="./images/robert-painted.png"/> 5.351 5.352 - </body> 5.353 - </html> 5.354 + </body> 5.355 +</html>
6.1 Binary file source-images/princess-2.png has changed
7.1 --- a/style.css Sun Jul 08 18:26:09 2012 -0500 7.2 +++ b/style.css Sun Jul 08 18:42:18 2012 -0500 7.3 @@ -34,8 +34,7 @@ 7.4 } 7.5 7.6 .folio img { 7.7 - height:180px; 7.8 - margin:0 .5em; 7.9 + margin:1em .5em; 7.10 } 7.11 7.12 .header{ 7.13 @@ -49,6 +48,9 @@ 7.14 margin-top:3em; 7.15 } 7.16 7.17 +h3{ 7.18 +margin-top:1em; 7.19 +} 7.20 7.21 7.22 table.choices { 7.23 @@ -59,7 +61,6 @@ 7.24 .choices td,em { 7.25 color:#a0c; 7.26 font-style:normal; 7.27 - 7.28 } 7.29 7.30 .snapshot {