-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwomensQueenAmidala.html
51 lines (47 loc) · 2.5 KB
/
womensQueenAmidala.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
<!--
To change this template use Tools | Templates.
-->
<!DOCTYPE html>
<html>
<head>
<title>Queen Amidala Costume</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/queenAmidala.png" />
</div>
<div class="productDescription">
<h2>Queen Amidala Costume</h2>
<p class="itemPrice">$65.99</p>
<p>Being the Queen of Naboo isn't all about the poise and stature of simply looking queenly. It's not just all about drinking tea and eating crumpets. It's much more about dodging assassination attempts placed on your life, trying to negotiate peace with the Trade Federation, and blasting bad guys who threaten the safety of Naboo with a sleek looking pistol! Well, that and you have to look like a regal and distinguished leader throughout all the whole ordeal AND deal with Jedi who really just do their own thing and never listen to you. Yeah, we're looking at you, Qui-Gonn Jinn! In the midst of all of this, Queen Amidala pulls it off, with some insane poise and leadership, even bringing about a peace between her people and the Gungans (with a little help from Jar-Jar).</p>
<p>Star Wars Rogue One Womens Queen Amidala costume includes:</p>
<ul class="costumePieces">
<li>Amidala throne room gown</li>
<li>Molded PVC mask with painted gems and an elastic security band</li>
</ul>
<a class="button" href="http://www.officialstarwarscostumes.com/queen-amidala-costumes/adult-queen-amidala-costumes/complete-deluxe-adult-queen-amidala-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>