-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (62 loc) · 2.2 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
<html>
<head>
<link href="index.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<h1>Craft Dive</h1>
<p>Supporting, Connecting and Inspiring Art and Artists</p>
</header>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="latest.html">Latest</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="store.html">Store</a>
</li>
<li>
<a href="support.html">Support</a>
</li>
<li>
<a href="aboutus.html">About Us</a>
</li>
<li>
<a href="joinus.html">Join Us</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
</ul>
</nav>
<section>
<!-- <p>
Supporting, Connecting and Inspiring Art and Artists
</p> -->
<article>
<h2>
Gambino's First Show
</h2>
<img src="gallery.jpg">
<p>
On Wednesday night a group gathered in support at the Shared Art Spaces to celebrate Gambino's First ever gallery show, hosted by Craft Dive.
</p>
</article>
<article>
<h2>
Winter Pottery Almost in Session!
</h2>
<img src="pottery.jpg">
<p>
The time to register for winter pottery classes is now! First come, first serve basis--registration closes December 20th!
</p>
</article>
</section>
</body>
</html>