-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProducts.html
60 lines (40 loc) · 1.56 KB
/
Products.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> CossiePlay/products.com </title>
<link rel="stylesheet" type="text/css" href="webpage.css">
</head>
<body>
<h1> Products </h1>
<div id="Toolbar">
<div id="Toolbarlinks">
<a href="BasicCossieplay home page.html"> Home </a>
<a href="about us page.html"> About CossiePlay </a>
<a href="Cosplaywhatisit.html"> Cosplay? What is that?</a>
<a href="Products.html"> Products</a>
<a href="Sign up page.html"> Sign Up Here </a>
</div>
</div>
<div id="para1">
<h2> Proucts and Events </h2>
<p>
We buy and sell second-hand costumes<a href="Prices.pdf">(price list)</a>
Thursday<br> of every month we also hold a “CossiePlay Party” at the town<br> hall. Parties start at 6pm and run until 11pm. There is always a<br> live DJ at the party (who takes requests).
</p>
</div>
<div id="image1">
<img src="C:\Users\jesse\Documents\WEB DESIGN assignment\assignment design\images\party.jpg"alt="Image of DJ playing at a CossiePlay party" style="width: 450px; height: 300px">
</div>
<div id="para2">
<h2> Cost </h2>
<p> Entry is $15 for adults, $10 for ages 6-17<br> and kids under 6 are free. Each entry includes<br> one non-alcoholic drink and a glow stick.
</p>
</div>
<div id="image2">
<img src="C:\Users\jesse\Documents\WEB DESIGN assignment\assignment design\images\sewing.jpg" alt="Image of sally rogers sewing a costume" style="width: 450px; height: 300px">
</div>
<footer>
</footer>
</body>
</html>