-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout us page.html
More file actions
72 lines (45 loc) · 1.99 KB
/
about us page.html
File metadata and controls
72 lines (45 loc) · 1.99 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> CossiePlay.com </title>
<link rel="stylesheet" type="text/css" href="webpage.css">
</head>
<h1> About Us </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>CossiePlay</h2>
<p>
CossiePlay is a family-run business, operating in Hulkstown since 2012.<br> We create outstanding custom-made costumes. Cosplayers can order any<br> kind of costume - from simple Spiderman or elf costumes right up to<br> costumes including advanced features like armour, animatronics,<br> realistic weaponry and working force fields.
</p>
</div>
<div id="image1">
<img src="C:\Users\jesse\Documents\WEB DESIGN assignment\assignment design\images\SallyRogers.jpg" alt="Image of Sally Rogers" style="width: 450px;height: 300px">
</div>
<div id="para2">
<h2> Meet The Family </h2>
<br>
<p>
The CossiePlay family is:
Steven Rogers – Steve was a Navy Seal for 37 years<br> before getting interested in hosting parties and helping people enjoy their<br> fantasies together in a family-friendly, fun environment.
Sally Rogers – After<br> only 6 weeks of her first dress-making course, Sally was already designing<br> and sewing elaborate ball gowns and costumes that amazed her instructors.<br> 10 years later and she’s making even more amazing creations for happy<br> customers.
(our photos are provided)
</p>
</div>
<dir id="image2">
<img src="C:\Users\jesse\Documents\WEB DESIGN assignment\assignment design\images\SteveRogers.jpg" alt="
Image of Steven Rogers" style="width: 450px; height: 300px;">
</dir>
<body>
<footer>
</footer>
</body>
</html>