-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout us.html
More file actions
34 lines (33 loc) · 1.6 KB
/
about us.html
File metadata and controls
34 lines (33 loc) · 1.6 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
<!doctype html>
<!-- this code decides the title of the page -->
<h1>About us</h1>
<!-- this code decides the background image -->
<style>
body {
background-image: url('https://cdn.hipwallpaper.com/i/85/16/gPRVLN.jpg');
}
</style>
<!-- this code is for the sub title and the explanation of our buisness -->
<h2>Who are we?</h2>
<body>
<p align=left>
We are a Cafe that takes extremely ethically grown well looked after coffee beans from the depths of south armerica and brings them here to NZ where they are put into your coffee and give you a good drink to start the day or to have at any time of the day. Our beans are grwon specially and ethically in south america by well paid workers. dercitily from their they are shipped across the ocean and brought derictly into our Cafe. Our staff are friendly and helpful and always let you know what you get if you're feeling a bit confused or lost on our menu as we know its easy to get lost in our choices.
</p>
<!-- this is the code for the list of the adress and contact details -->
<h2>Location</h2>
<h3>21 Henderson Valley Road, Henderson, Auckland 0612</h3>
<br>
<h2>Where to reach us?</h2>
<ul>
<li>Email:OscarsCafe@oscars.cafe.com</li>
<li>Number:021 355 3853 34</li>
</ul>
</body>
<!-- this is the image of our good friend Jaun -->
<img src="https://e360.yale.edu/assets/site/_1500x1500_fit_center-center_80/GettyImages-1146667212_ColombiaCoffee_web.jpg" width="300" height="200" alt="coffee">
<br>
<ul>
<li>our good grower Juan hard at work we love you Jaun</li>
</ul>
<br>
<a href="index.html">Home</a>