-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmensJangoFett.html
53 lines (49 loc) · 1.97 KB
/
mensJangoFett.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
<!--
To change this template use Tools | Templates.
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8" />
<link href="../styles.css" type="text/css" rel="stylesheet" />
</head>
<body>
<header id="site-masthead">
<h1>Star Wars Costumes</h1>
<nav id="nav-main">
<ul>
<li><a href="../index.html">Home</a>
</li>
<li><a href="../articles/index.html">Articles</a>
</li>
<li><a href="index.html">Products</a>
</li>
<li><a href="../about.html">About Us</a>
</li>
</ul>
</nav>
</header>
<main class="product-container">
<div class="productImage">
<img src="../images/jangoFett.png" />
</div>
<div class="productDescription">
<h2>Jango Fett Costume</h2>
<p class="itemPrice">$119.99</p>
<p>Nobody will want to get in your way this Halloween when you wear the Complete Deluxe Jango Fett Adult Costume! You'll look perfect as this popular Star Wars character that will never stop when he's on the hunt! Polyester. Hand wash, line dry. Cold water. No bleach.</p>
<p>Star Wars Jango Fett costume includes:</p>
<ul class="costumePieces">
<li>helmet</li>
<li>blasters and holster set</li>
<li>inflatable jetpack</li>
<li>trick-or-treat pail</li>
</ul>
<a class="button" href="http://www.officialstarwarscostumes.com/jango-fett-costumes/adult-jango-fett-costumes/complete-deluxe-jango-fett-costume-with-accessories">Buy now »</a>
</div>
</main>
<footer id="site-info">
<p>This site was created as a course project in educational setting. Design, structure, and formatting by Mitchell Youngerman. All images, content and brands maintain their original authorship.</p>
</footer>
</body>
</html>