forked from EddwaardHaar/Group_8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutUs.html
48 lines (38 loc) · 1.79 KB
/
AboutUs.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
</head>
<body>
<header>
<a href="index.html"><img src="assets/images/2560px-Sodexo_logo.svg.png"
width="10%";
height="auto" /></a>
<h3> <a href="index.html">Home</a>     <a href="Menu.html">Menu</a>     <a href="OpenTime.html">Open time</a>     <a href="AboutUs.html">About us</a>    <a href="forum.php">Forum</a></h3>
</header>
<kuva><img src="assets/images/coffeeBeans4.jpg" alt="coffeeBeans"></kuva>
<main>
<h1>About Us</h1>
<article>
<p>It takes many hands to craft the perfect cup of coffee – from the farmers who tend to the red-ripe coffee cherries, to the master roasters who coax the best from every bean, and to the barista who serves it with care. We are committed to the highest standards of quality and service, embracing our heritage while innovating to create new experiences to savor.</p>
</article>
</main>
<footer>
<address>
<ul class="list">
<li><b>Sodexo Oy</b></li>
<li>Vankanlähde 9</li>
<li>13100 Hämeenlinna</li>
<li>p. 010 540 7000</li>
<li>[email protected]</li>
<li>[email protected]</li>
<li><a href="kirjauduajax.html">login</a> </li>
</ul>
</address>
</footer>
</body>
</html>