-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAboutUs.xhtml
61 lines (48 loc) · 1.45 KB
/
AboutUs.xhtml
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>About Us</title>
<link rel="stylesheet" type="text/css" href="StyleSheet.css"/>
</head>
<body>
<div id="header">
<a href="Shop.xhtml">
<h1 class="head">Big O Doughnuts</h1>
</a>
</div>
<div id="main">
<div id="NavBar">
<ul>
<a href="Shop.xhtml">
<li>Main Shop</li>
</a>
<a href="New2017Collection.xhtml">
<li>New 2017 Collection</li>
</a>
<a href="WeddingCollection.xhtml">
<li>Wedding Collection</li>
</a>
<a href="Delivery.xhtml">
<li>Delivery</li>
</a>
<a href="ActualOrderPage.xhtml">
<li>Order Page</li>
</a>
<a href="AboutUs.xhtml">
<li>About Us</li>
</a>
</ul>
</div>
<h1 style = "text-align:center;"> Our Story </h1>
<p> Big O Doughnuts have been serving the world delicious doughnuts since 1758.</p>
<p> The founding fathers of the company Jon "Big O" Mendoza and Nyal "The Doughman" Sadiq</p>
<p> created Big O Doughnuts to share their endless creativity and passion for nuts of dough with the world.</p>
<p> What a fantastic job they've done, wouldn't you agree?</p>
<br />
<h1 style = "text-align:center;"> Contact Details </h1>
<p>A Small Room</p>
<p>Heriot Watt University</p>
<p>07123456789</p>
</div>
</body>
</html>