Mercurial > judy-face-art
comparison index.html @ 41:8181d3cb653c
repair HTML structure.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 15 Aug 2013 13:44:04 -0400 |
parents | 6cf61a5a1795 |
children | f354497837ca |
comparison
equal
deleted
inserted
replaced
40:5a93cc2c7921 | 41:8181d3cb653c |
---|---|
28 | 28 |
29 (function() { | 29 (function() { |
30 var ga = document.createElement('script'); | 30 var ga = document.createElement('script'); |
31 ga.type = 'text/javascript'; ga.async = true; | 31 ga.type = 'text/javascript'; ga.async = true; |
32 ga.src = ('https:' == document.location.protocol ? | 32 ga.src = ('https:' == document.location.protocol ? |
33 'https://ssl' : 'http://www') | 33 'https://ssl' : 'http://www') |
34 + '.google-analytics.com/ga.js'; | 34 + '.google-analytics.com/ga.js'; |
35 var s = document.getElementsByTagName('script')[0]; | 35 var s = document.getElementsByTagName('script')[0]; |
36 s.parentNode.insertBefore(ga, s); | 36 s.parentNode.insertBefore(ga, s); |
37 })(); | 37 })(); |
38 | 38 |
39 </script> | 39 </script> |
40 | 40 |
41 </head> | 41 </head> |
42 | 42 |
43 | 43 |
44 <body> | 44 <body> |
45 <div id="border"> | 45 <div id="border"> |
46 | |
46 <div class="header"> | 47 <div class="header"> |
47 <div class="folio"> | 48 <div class="folio"> |
48 <img src="./images/princess-2.png" | 49 <img src="./images/princess-2.png" |
49 width="230"/> | 50 width="230"/> |
50 <img src="./images/spiderman.png" | 51 <img src="./images/spiderman.png" |
56 <img alt="Face Art By Judy" | 57 <img alt="Face Art By Judy" |
57 src="./images/logo2.jpg" | 58 src="./images/logo2.jpg" |
58 id="logo" | 59 id="logo" |
59 height="160" | 60 height="160" |
60 width="450"/> | 61 width="450"/> |
61 </img> | 62 </h3> |
62 </h3> | 63 |
63 | 64 <a href="./source-images/face-art-board.jpg"> |
64 | 65 <img style="width:100%;border:1em solid #fc0" |
65 <a href="./source-images/face-art-board.jpg"> | 66 src="./images/face-art-board.jpg" /> |
66 <img style="width:100%;border:1em solid #fc0" | 67 <br/>Click here |
67 src="./images/face-art-board.jpg"/> | 68 </a> to see a bigger photo of Judy's artwork. |
68 <br/>Click here</a> to see a bigger photo of Judy's artwork. | 69 </div> |
70 | |
71 | |
72 <div class="money-outer"> | |
73 <div class="money-inner"> | |
74 <p class="money"> | |
75 <!-- Face Painting is only <em class="money">$50</em> per | |
76 hour! --> | |
77 Back to school Special!<br/> | |
78 Face Painting is <em class="money">$50</em> per hour or only | |
79 <em class="money">$80</em> for 2 hours!<br/> Order now | |
80 before September and schedule a party at this price! | |
81 </p> | |
82 | |
83 <p class="money"> | |
84 To schedule face painting for your next event, call | |
85 or send an e-mail to Judy: | |
86 </p> | |
87 | |
88 | |
89 <table> | |
90 <tr><td>phone:</td><td> (214) 418-4706</td></tr> | |
91 <tr><td>e-mail</td><td> | |
92 <a href="mailto:judyates@gmail.com"> | |
93 judyates@gmail.com</a></td></tr> | |
94 </table> | |
95 </div> | |
96 </div> | |
97 | |
98 | |
99 | |
100 <h2>Discover the fun</h2> | |
101 | |
102 No matter what you plan to celebrate, you can add a touch of | |
103 wonder and imagination with face painting! Children love seeing | |
104 their ideas come to life in brilliant color—and the | |
105 possibilities are just endless: | |
106 | |
107 <table class="choices"> | |
108 | |
109 <tr> | |
110 <td>Halloween Make Up</td> | |
111 <td>Football Game Faces</td> | |
112 </tr> | |
113 | |
114 <tr> | |
115 <td>Sports Parties</td> | |
116 <td>Business Anniversaries</td> | |
117 </tr> | |
118 | |
119 <tr> | |
120 <td>Customer Appreciation</td> | |
121 <td>HOA Festivals</td> | |
122 </tr> | |
123 | |
124 <tr> | |
125 <td>Super heroes</td> | |
126 <td>Butterflies</td> | |
127 </tr> | |
128 <tr> | |
129 <td> | |
130 Cowboys & indians | |
131 </td> | |
132 <td> | |
133 Princesses | |
134 </td> | |
135 </tr> | |
136 <tr> | |
137 <td>Army/marine camo</td> | |
138 <td>Glamour makeup</td> | |
139 </tr> | |
140 <tr> | |
141 <td>Monsters</td> | |
142 <td>Fairies</td> | |
143 </tr> | |
144 <tr> | |
145 <td>Cars</td> | |
146 <td>Unicorns</td> | |
147 </tr> | |
148 | |
149 <tr> | |
150 <td>Pirates</td> | |
151 <td>Hearts & flowers</td> | |
152 </tr> | |
153 <tr> | |
154 <td>Zombies</td> | |
155 <td>Snake/alien eyes</td> | |
156 </tr> | |
157 <tr> | |
158 <td>Cartoon characters</td> | |
159 <td>Rainbows</td> | |
160 </tr> | |
161 <tr> | |
162 <td>Dogs</td> | |
163 <td>Cats & tigers</td> | |
164 </tr> | |
165 <tr><td> </td><td></td></tr> | |
166 <tr> | |
167 <td colspan="2" | |
168 style= | |
169 "text-align:center;font-size:0.75em; line-height:2em;"> | |
170 ... the sky's the limit! | |
171 </td> | |
172 </tr> | |
173 </table> | |
174 | |
175 Choose a design to match the theme of your next activity, or | |
176 simply let everyone decide! | |
177 | |
178 | |
179 <!--Amazing art, memorable celebrations--> | |
180 <!--Celebrate with amazing art!</h2--> | |
181 <h2>Learn more about Judy</h2> | |
182 <p> | |
183 Judy has been delighting children with her unique face painting | |
184 talent for eighteen+ years. Using a combination of special | |
185 paints and glitter, she breathes life into fantastic creations. | |
186 </p> | |
187 <p> | |
188 Judy Yates is a professional artist; you can view her fine art | |
189 at <a href="http://www.judyates.com">judyates.com</a>. Wildlife | |
190 and Pet Portraits are her specialty. | |
191 </p> | |
192 <p style="background:#ffc"> | |
193 <em>Fun & Safe</em> Judy uses | |
194 <a href="http://www.snazaroo.com/products/face-paints/"> | |
195 snazaroo</a> paints, which are hypoallergenic and especially | |
196 designed for children's skin. | |
197 </p> | |
198 | |
199 | |
200 <img src="./images/judy2.png" class="snapshot" | |
201 height="400"/> | |
202 | |
203 <h2>Join the fun & be creative!</h2> | |
204 Face painting adds excitement to any type of event, | |
205 from <em>birthday parties</em> and <em>halloween makeup</em>, | |
206 to <em>business events</em> and <em>grand openings</em>. | |
207 | |
208 | |
209 Judy is located near <em>Dallas, TX</em> and serves the | |
210 surrounding areas: | |
211 | |
212 <span style="float:right;clear:both;margin:1.5em;margin-left:3em;"> | |
213 <iframe width="300" height="300" frameborder="0" scrolling="no" | |
214 marginheight="0" marginwidth="0" | |
215 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> | |
216 | |
217 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" | |
218 style="color:#0000FF;text-align:left"> | |
219 Judy's Face Painting</a> in a larger map</small> | |
220 <br /><br /> | |
221 <p style="background:#ffc"> | |
222 If your location is not listed, just <br /> call or | |
223 email <a href="mailto:judyates@gmail.com"> Judy</a> | |
224 (214)-418-4706 and ask! | |
225 </p> | |
226 </span> | |
227 | |
228 | |
229 <ul> | |
230 <li>Addison </li> | |
231 <li>Allen</li> | |
232 <li>Carrollton</li> | |
233 <li>Dallas</li> | |
234 <li>Desoto</li> | |
235 <li>Duncanville</li> | |
236 <li>Farmer's Branch</li> | |
237 <li>Forney</li> | |
238 <li>Frisco</li> | |
239 <li>Garland</li> | |
240 <li>Grapevine</li> | |
241 <li>Greenville</li> | |
242 <li>Irving</li> | |
243 <li>Lewisville</li> | |
244 <li>Lucas</li> | |
245 <li>McKinney</li> | |
246 <li>Mesquite</li> | |
247 <li>Oakcliff</li> | |
248 <li>Plano</li> | |
249 <li>Richardson</li> | |
250 <li>Rockwall</li> | |
251 <li>Rowlett</li> | |
252 <li>Royse City</li> | |
253 <li>Seagoville</li> | |
254 <li>Sunnyvale</li> | |
255 <li>Terrell</li> | |
256 </ul> | |
257 <div class="money-outer"> | |
258 <div class="money-inner"> | |
259 <p class="money"> | |
260 <!-- Face Painting is only <em class="money">$50</em> per | |
261 hour! --> | |
262 Back to school Special!<br/> | |
263 Face Painting is <em class="money">$50</em> per hour or only | |
264 <em class="money">$80</em> for 2 hours!<br/> Order now | |
265 before September and schedule a party at this price! | |
266 </p> | |
267 | |
268 <p class="money"> | |
269 To schedule face painting for your next event, call | |
270 or send an e-mail to Judy: | |
271 </p> | |
272 | |
273 | |
274 <table> | |
275 <tr><td>phone:</td><td> (214) 418-4706</td></tr> | |
276 <tr><td>e-mail</td><td> | |
277 <a href="mailto:judyates@gmail.com"> | |
278 judyates@gmail.com</a></td></tr> | |
279 </table> | |
280 </div> | |
281 </div> | |
282 | |
283 <p style="background:#ffc"> | |
284 <em><a href="mailto:judyates@gmail.com"> | |
285 Find out more!</a></em> | |
286 Judy welcomes any questions you may have, and | |
287 she'd be happy to discuss different ideas for tailor-made | |
288 parties. | |
289 | |
290 </p> | |
291 | |
292 <!--Affordable artisan-quality face painting for all your | |
293 celebrations! !--> | |
294 | |
295 <h2>See the results</h2> | |
296 | |
297 Of course, you have to see the results of Judy's handiwork: | |
298 beautiful, exquisitely detailed artwork and happy kids. You | |
299 won't believe your eyes! | |
300 | |
301 | |
302 <img class="snapshot" src="./images/kitty.jpg" | |
303 width="533"/> | |
304 <img class="snapshot" src="./images/bird-eyes.jpg" | |
305 width="533"/> | |
306 <img class="snapshot" src="./images/snake-eyes.jpg" | |
307 width="533"/> | |
308 <img class="snapshot" src="./images/eye-art.jpg" | |
309 width="533"/> | |
310 <img class="snapshot" src="./images/princess-2-large.jpg" | |
311 width="533"/> | |
312 <img class="snapshot" src="./images/games.jpg" | |
313 width="533"/> | |
314 <img class="snapshot" src="./images/christmas-tree.jpg" | |
315 width="533"/> | |
316 <img class="snapshot" src="./images/butterfly-2.jpg" | |
317 width="533"/> | |
318 <img class="snapshot" src="./images/robert-painted.jpg" | |
319 width="533"/> | |
320 | |
321 <p class="credit"> | |
322 Website by | |
323 <a href="http://www.aurellem.org"> Dylan Holmes</a> and | |
324 <a href="http://www.aurellem.org"> Robert McIntyre</a>. | |
325 </p> | |
69 </div> | 326 </div> |
70 | |
71 <div class="money-outer"> | |
72 <div class="money-inner"> | |
73 <p class="money"> | |
74 Face Painting is only <em class="money">$50</em> per hour! | |
75 </p> | |
76 | |
77 <p class="money"> | |
78 To schedule face painting for your next event, call | |
79 or send an e-mail to Judy: | |
80 </p> | |
81 | |
82 | |
83 <table> | |
84 <tr><td>phone:</td><td> (214) 418-4706</td></tr> | |
85 <tr><td>e-mail</td><td> | |
86 <a href="mailto:judyates@gmail.com"> | |
87 judyates@gmail.com</a></td></tr> | |
88 </table> | |
89 </div> | |
90 </div> | |
91 | |
92 | |
93 | |
94 <h2>Discover the fun</h2> | |
95 | |
96 No matter what you plan to celebrate, you can add a touch of | |
97 wonder and imagination with face painting! Children love seeing | |
98 their ideas come to life in brilliant color—and the | |
99 possibilities are just endless: | |
100 | |
101 <table class="choices"> | |
102 | |
103 <tr> | |
104 <td>Halloween Make Up</td> | |
105 <td>Football Game Faces</td> | |
106 </tr> | |
107 | |
108 <tr> | |
109 <td>Sports Parties</td> | |
110 <td>Business Anniversaries</td> | |
111 </tr> | |
112 | |
113 <tr> | |
114 <td>Customer Appreciation</td> | |
115 <td>HOA Festivals</td> | |
116 </tr> | |
117 | |
118 <tr> | |
119 <td>Super heroes</td> | |
120 <td>Butterflies</td> | |
121 </tr> | |
122 <tr> | |
123 <td> | |
124 Cowboys & indians | |
125 </td> | |
126 <td> | |
127 Princesses | |
128 </td> | |
129 </tr> | |
130 <tr> | |
131 <td>Army/marine camo</td> | |
132 <td>Glamour makeup</td> | |
133 </tr> | |
134 <tr> | |
135 <td>Monsters</td> | |
136 <td>Fairies</td> | |
137 </tr> | |
138 <tr> | |
139 <td>Cars</td> | |
140 <td>Unicorns</td> | |
141 </tr> | |
142 | |
143 <tr> | |
144 <td>Pirates</td> | |
145 <td>Hearts & flowers</td> | |
146 </tr> | |
147 <tr> | |
148 <td>Zombies</td> | |
149 <td>Snake/alien eyes</td> | |
150 </tr> | |
151 <tr> | |
152 <td>Cartoon characters</td> | |
153 <td>Rainbows</td> | |
154 </tr> | |
155 <tr> | |
156 <td>Dogs</td> | |
157 <td>Cats & tigers</td> | |
158 </tr> | |
159 <tr><td> </td><td></td></tr> | |
160 <tr> | |
161 <td colspan="2" | |
162 style= | |
163 "text-align:center;font-size:0.75em; line-height:2em;"> | |
164 ... the sky's the limit! | |
165 </td> | |
166 </tr> | |
167 </table> | |
168 | |
169 Choose a design to match the theme of your next activity, or | |
170 simply let everyone decide! | |
171 | |
172 | |
173 <!--Amazing art, memorable celebrations--> | |
174 <!--Celebrate with amazing art!</h2--> | |
175 <h2>Learn more about Judy</h2> | |
176 <p> | |
177 Judy has been delighting children with her unique face painting | |
178 talent for eighteen+ years. Using a combination of special | |
179 paints and glitter, she breathes life into fantastic creations. | |
180 </p> | |
181 <p> | |
182 Judy Yates is a professional artist; you can view her fine art | |
183 at <a href="http://www.judyates.com">judyates.com</a>. Wildlife | |
184 and Pet Portraits are her specialty. | |
185 </p> | |
186 <p style="background:#ffc"> | |
187 <em>Fun & Safe</em> Judy uses | |
188 <a href="http://www.snazaroo.com/products/face-paints/"> | |
189 snazaroo</a> paints, which are hypoallergenic and especially | |
190 designed for children's skin. | |
191 </p> | |
192 | |
193 | |
194 <img src="./images/judy2.png" class="snapshot" | |
195 height="400"/> | |
196 | |
197 <h2>Join the fun & be creative!</h2> | |
198 Face painting adds excitement to any type of event, | |
199 from <em>birthday parties</em> and <em>halloween makeup</em>, | |
200 to <em>business events</em> and <em>grand openings</em>. | |
201 | |
202 | |
203 Judy is located near <em>Dallas, TX</em> and serves the | |
204 surrounding areas: | |
205 | |
206 <span style="float:right;clear:both;margin:1.5em;margin-left:3em;"> | |
207 <iframe width="300" height="300" frameborder="0" scrolling="no" | |
208 marginheight="0" marginwidth="0" | |
209 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> | |
210 | |
211 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" | |
212 style="color:#0000FF;text-align:left"> | |
213 Judy's Face Painting</a> in a larger map</small> | |
214 <br /><br /> | |
215 <p style="background:#ffc"> | |
216 If your location is not listed, just <br /> call or | |
217 email <a href="mailto:judyates@gmail.com"> Judy</a> | |
218 (214)-418-4706 and ask! | |
219 </p> | |
220 </span> | |
221 | |
222 | |
223 <ul> | |
224 <li>Addison </li> | |
225 <li>Allen</li> | |
226 <li>Carrollton</li> | |
227 <li>Dallas</li> | |
228 <li>Desoto</li> | |
229 <li>Duncanville</li> | |
230 <li>Farmer's Branch</li> | |
231 <li>Forney</li> | |
232 <li>Frisco</li> | |
233 <li>Garland</li> | |
234 <li>Grapevine</li> | |
235 <li>Greenville</li> | |
236 <li>Irving</li> | |
237 <li>Lewisville</li> | |
238 <li>Lucas</li> | |
239 <li>McKinney</li> | |
240 <li>Mesquite</li> | |
241 <li>Oakcliff</li> | |
242 <li>Plano</li> | |
243 <li>Richardson</li> | |
244 <li>Rockwall</li> | |
245 <li>Rowlett</li> | |
246 <li>Royse City</li> | |
247 <li>Seagoville</li> | |
248 <li>Sunnyvale</li> | |
249 <li>Terrell</li> | |
250 </ul> | |
251 | |
252 <div class="money-outer"> | |
253 <div class="money-inner"> | |
254 <p class="money"> | |
255 Face Painting is only <em class="money">$50</em> per hour! | |
256 </p> | |
257 | |
258 <p class="money"> | |
259 To schedule face painting for your next event, call | |
260 or send an e-mail to Judy: | |
261 </p> | |
262 | |
263 | |
264 <table> | |
265 <tr><td>phone:</td><td> (214) 418-4706</td></tr> | |
266 <tr><td>e-mail</td><td> | |
267 <a href="mailto:judyates@gmail.com"> | |
268 judyates@gmail.com</a></td></tr> | |
269 </table> | |
270 </div> | |
271 </div> | |
272 | |
273 <p style="background:#ffc"> | |
274 <em><a href="mailto:judyates@gmail.com"> | |
275 Find out more!</a></em> | |
276 Judy welcomes any questions you may have, and | |
277 she'd be happy to discuss different ideas for tailor-made | |
278 parties. | |
279 | |
280 </p> | |
281 | |
282 <!--Affordable artisan-quality face painting for all your | |
283 celebrations! !--> | |
284 | |
285 <h2>See the results</h2> | |
286 | |
287 Of course, you have to see the results of Judy's handiwork: | |
288 beautiful, exquisitely detailed artwork and happy kids. You | |
289 won't believe your eyes! | |
290 | |
291 | |
292 <img class="snapshot" src="./images/kitty.jpg" | |
293 width="533"/> | |
294 <img class="snapshot" src="./images/bird-eyes.jpg" | |
295 width="533"/> | |
296 <img class="snapshot" src="./images/snake-eyes.jpg" | |
297 width="533"/> | |
298 <img class="snapshot" src="./images/eye-art.jpg" | |
299 width="533"/> | |
300 <img class="snapshot" src="./images/princess-2-large.jpg" | |
301 width="533"/> | |
302 <img class="snapshot" src="./images/games.jpg" | |
303 width="533"/> | |
304 <img class="snapshot" src="./images/christmas-tree.jpg" | |
305 width="533"/> | |
306 <img class="snapshot" src="./images/butterfly-2.jpg" | |
307 width="533"/> | |
308 <img class="snapshot" src="./images/robert-painted.jpg" | |
309 width="533"/> | |
310 | |
311 <p class="credit"> | |
312 Website by | |
313 <a href="http://www.aurellem.org"> Dylan Holmes</a> and | |
314 <a href="http://www.aurellem.org"> Robert McIntyre</a>. | |
315 </p> | |
316 </body> | 327 </body> |
317 </html> | 328 </html> |