-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDurango Jewelry and Gem Shop_completed.html
45 lines (45 loc) · 1.72 KB
/
Durango Jewelry and Gem Shop_completed.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
<!-- Name: [Your Name] Date: [Today's Date] -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Durango Jewelry and Gem Shop</title>
<link rel="stylesheet" href="Style_Week4_5.css">
</head>
<body>
<div id="outerwrapper">
<header id="header">
<h1>Durango Jewelry and Gem Shop</h1>
<h2>Distinguished wire-wrapped jewelry, pendants, and gems</h2>
</header>
<nav id="navigation">
<ul>
<li><a href="#classics">Classics</a></li>
<li><a href="#specials">Specials</a></li>
<li><a href="#gems">Gems</a></li>
<li><a href="#contact">Contact Me!</a></li>
</ul>
</nav>
<main id="main">
<article>
<h3>The featured pendant provides these characteristics:</h3>
<ul>
<li>gemstone is "Smoky quartz" also called a "Soulmate Crystal"</li>
<li>gemstone is over two carats</li>
<li>with a mixture of antique color copper and .930 pure silver</li>
<li>high-quality silver requires very little polishing</li>
<li>pendant is approximately 4cm x 3cm</li>
</ul>
<p>Come to Durango Jewelry and Gem Shop to make your stay in Durango a life-time treasure.</p>
</article>
<aside>
<img src="image.jpg" alt="Featured Pendant">
</aside>
</main>
<footer>
<p>Contact us at [email]</p>
</footer>
</div>
</body>
</html>