-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJewelry.php
36 lines (33 loc) · 1.6 KB
/
Jewelry.php
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Castleton UMC Jewelry Images</title>
<meta name="description" content="Images of jewelry booths at the fair.">
<meta name="author" content="CCantrell">
<link rel="stylesheet" type="text/css" href="css/CUMCAandCstyles.css">
<link rel="shortcut icon" type="image/png" href="http://www.castletonumc-artandcraftfair.org/images/circle_favicon.png" />
<?php include 'head.html'; ?>
</head>
<body>
<div class="heading">
<a href="index.html"><img srcset="images/WebsiteHEADING_sm.png 550w, images/WebsiteHEADING_sm.png 1125w, images/WebsiteHEADING.png 2250w" src="images/WebsiteHEADING.png" alt="CUMC Art and Craft Web Header" />
</a>
</div>
<div class="content">
<ul class="header">
<li class="header"><a class="header" href="mission.html">Our Mission</a></li>
<li class="header"><a class="header" href="attend.html">Attend</a></li>
<li class="header"><a class="header" href="vendor.html">Participate</a></li>
<li class="header"><a class="header" href="contact.html">Contact</a></li>
</ul>
<h1>Castleton UMC Art & Craft Fair Jewelry Booths</h1>
<div class="fullcenter">
<p>You can click the images below for a larger image.</p>
<a href="images/Pix-800/Jlry1-800.png" rel="lightbox"><img src="images/Pix-350/Jlry1-350.png" alt="Jewelry" /></a>
<a href="images/Pix-800/Jlry2-800.png" rel="lightbox"><img src="images/Pix-350/Jlry2-350.png" alt="Jewelry" /></a>
<a href="images/Pix-800/Jlry3-800.png" rel="lightbox"><img src="images/Pix-350/Jlry3-350.png" alt="Jewelry" /></a>
</div>
</div>
</body>
</html>