-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (41 loc) · 1.61 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Home Page</title>
<link rel="stylesheet" href="files/pages/style.css" />
</head>
<body>
<p1
><img
class="displayed"
src="files/images/logo.png"
alt="Bernard's Burrito logo"
width="300"
height="150"
/></p1>
<h1>Bernard's Burritos</h1>
<!-- Images and buttons discussing/leading the users to the menu, our story, and employees -->
<img
src="files/images/bb.jpg"
alt="Inside Bernard's first restaurant"
width="550"
height="360"
/>
<br />
<p2> Get our signature Bernard Burrito for only $10.25. If wish to order the Bernard Burrito or any other item.
<br>
<button><a href="files/pages/menu.html">Click Here</a></button></p2>
<br>
<img src="files/images/team.jpg" alt="Team of one of Bernard's Burritos location" width="550" height="320">
<p2> Our teams are groups of highly-trained, hand picked professionals that will cater to your every need, while cooking you the best burritos you will ever taste. </p2>
<br>
<img src="files/images/ceo.png" alt="Picture of Mr.Bernard, the founder and CEO of Bernard's Burritos" width="500" height="360">
<br>
<p2> Meet the founder and CEO of Bernard's Burritos, Mr. Bernard. To learn Mr. Bernard's and Bernard Burrito's story.
<br>
<button> <a href="files/pages/aboutUs.html"> Click Here </a></button></p2>
</body>
</html>