Mercurial > judy-face-art
comparison index.html @ 0:bd8cb2d399ed
initial bare-bones website.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 05 Jul 2012 17:18:43 -0500 |
parents | |
children | eede9c0c9e58 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bd8cb2d399ed |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
5 | |
6 | |
7 <html> | |
8 | |
9 <head> | |
10 <title>Face Painting by Judy</title> | |
11 <meta name="title" content="Face Painting by Judy"/> | |
12 <meta name="author" content="Judy Yates"/> | |
13 <meta name="description" | |
14 content="Face Painting Website"/> | |
15 <meta name="keywords" | |
16 content="Face Painting, art, kids, party"/> | |
17 | |
18 <LINK href="./style.css" rel="stylesheet" type="text/css"/> | |
19 | |
20 </head> | |
21 | |
22 | |
23 <body> | |
24 | |
25 <h1>Face Art ~by~ Judy</h1> | |
26 | |
27 <img class = "judy" src="./images/judy.jpg" | |
28 width = "300" height = "240"/> | |
29 | |
30 | |
31 <p> | |
32 Judy Yates is an experienced face-painting artist who | |
33 has been painting children's faces for about 17 | |
34 years. | |
35 </p> | |
36 | |
37 | |
38 <img class = "face-painting" | |
39 src = "./images/princess-2.png" | |
40 width = "400"/> | |
41 | |
42 <p> | |
43 She uses | |
44 <a href="http://www.snazaroo.com/products/face-paints/"> | |
45 snazaroo</a> paints which are completely safe for | |
46 use on skin. | |
47 </p> | |
48 | |
49 <img class = "face-painting" | |
50 src = "./images/butterfly.png" | |
51 width = "300"/> | |
52 | |
53 | |
54 <p> | |
55 Her face painting services are great for all type of | |
56 events! | |
57 </p> | |
58 | |
59 | |
60 <ul> | |
61 <li>Birthday Parties</li> | |
62 <li>Halloween Makeup</li> | |
63 <li>Community Events</li> | |
64 <li>Grand Openings</li> | |
65 <li>Business Functions </li> | |
66 <li>Corporate Events</li> | |
67 <li>Private Parties</li> | |
68 </ul> | |
69 | |
70 <p> | |
71 Judy serves Dallas and surrounding areas: | |
72 </p> | |
73 | |
74 <ul> | |
75 <li>Dallas</li> | |
76 <li>Irving</li> | |
77 <li>Grand Prairie</li> | |
78 <li>Mesquite</li> | |
79 <li>Rowlett</li> | |
80 <li>Rockwall</li> | |
81 <li>Garland</li> | |
82 <li>Plano</li> | |
83 <li>Allen</li> | |
84 <li>Frisco</li> | |
85 <li>The Colony</li> | |
86 <li>Carrollton</li> | |
87 <li>Farmer's Branch</li> | |
88 </ul> | |
89 | |
90 <p> | |
91 judyates@gmail.com <br/> | |
92 (214) 418-4706 <br/> | |
93 1 hr. ---- $50 <br/> | |
94 2 hr. ---- $80 <br/> | |
95 | |
96 Send Judy an email and make your party a memorable | |
97 experience! | |
98 </p> | |
99 | |
100 | |
101 | |
102 | |
103 | |
104 <img class = "face-painting" | |
105 src = "./images/spiderman.png" | |
106 width = "400"/> | |
107 | |
108 | |
109 <h2>Face Art Party Ideas</h2> | |
110 | |
111 | |
112 <div id="recommendations"> | |
113 | |
114 <h3>BOYS' PARTIES:</h3> | |
115 | |
116 <ul> | |
117 <li>MONSTER</li> | |
118 <li>SUPER HEROES</li> | |
119 <li>ARMY/MARINE CAMO</li> | |
120 <li>COWBOYS & INDIANS</li> | |
121 <li>FOOTBALL</li> | |
122 <li>BASEBALL</li> | |
123 <li>PIRATE</li> | |
124 <li>CARS</li> | |
125 <li>DOGS</li> | |
126 <li>SNAKE/ALIEN EYES</li> | |
127 <li>TIGERS/CATS</li> | |
128 <li>ZOMBIE</li> | |
129 </ul> | |
130 | |
131 <h3>GIRLS' PARTIES:</h3> | |
132 | |
133 <ul> | |
134 <li>PRINCESS</li> | |
135 <li>BUTTERFLY</li> | |
136 <li>GLAMOUR MAKEUP</li> | |
137 <li>HEARTS & FLOWERS</li> | |
138 <li>HELLO KITTY</li> | |
139 <li>RAINBOWS</li> | |
140 <li>UNICORN</li> | |
141 <li>FAIRY </li> | |
142 </ul> | |
143 | |
144 <h3>AND MANY MORE!</h3> | |
145 | |
146 | |
147 <p> | |
148 Custom Parties Available !! <br/> | |
149 | |
150 Excessive Mileage Negotiated | |
151 </p> | |
152 | |
153 | |
154 | |
155 | |
156 </body> | |
157 | |
158 | |
159 | |
160 | |
161 | |
162 </html> |