-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (79 loc) · 3.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<html>
<head>
<link rel="stylesheet" href="stylesheets/base.css" type="text/css" media="screen" />
<link rel="stylesheet" id="current-theme" href="stylesheets/themes/default/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="stylesheets/override.css" type="text/css" media="screen" />
</head>
<body style='padding: 0px; margin: 0px; width: 100%; background-color: #AAAAEE'>
<div id="header">
<h1><a href="index.html">The Crafting Place</a></h1>
</div>
<div id="main">
<div id="wrapper" class="wat-cf">
<div class="block">
<div class="content">
<h2 class="title">Grand Opening</h2>
<div class="inner">
<p class="first">
We are excited to announce the opening of The Crafting Place
</p>
<p>
Our grand opening is Friday, August 12th. We will be open on weekends and evenings up to and including Sunday, August 21th.
</p>
<p>
Charge: $1.00 per project or $4.00 for a "day pass"
</p>
<p>
Please contact Holly or Dale to schedule a date/time so that we can be prepared to accommodate you.
</p>
</div>
</div>
</div>
<div class="block">
<div class="content">
<h2 class="title">Enjoy our gallery</h2>
<div class="inner">
<p class="first">
View crafts designed and created by the world famous Fukami artists: Amber, Kyle, and Mark.<br/>
Can you guess how many crafts are on display? Prizes for the closest guesses!
</p>
<p>
<img src='images/gallery.jpg'></img>
</p>
</div>
</div>
</div>
<div class="block">
<div class="content">
<h2 class="title">Build your own crafts</h2>
<div class="inner">
<p class="first">
Create and take home crafts of all sorts:
</p>
<h3 class="title">Origami: Create beautiful crafts using just paper</h3>
<p>
<img src='images/origami.jpg'></img>
</p>
<h3 class="title">String Painting: Explore your abstract side with a little string</h3>
<p>
<img src='images/string_painting.jpg'></img>
</p>
<h3 class="title">Miro replicas: Learn to create incredible pictures by mimicking world famous artist Joan Miro</h3>
<p>
<img src='images/miro.jpg'></img>
</p>
<h3 class="title">Bead Jewelry: Bracelets, necklaces, and key chains are all the rage</h3>
<p>
<img src='images/beads.jpg'></img>
</p>
<h3 class="title">Homemade Playdough: Create your own playdough!</h3>
<p>
<img src='images/playdough.jpg'></img>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>