-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (37 loc) · 1.75 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
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adare Restaurant</title>
<link rel="icon" href="imgs/steakimg.jpg">
<link rel="stylesheet" href="css/styleRestuant.css">
</head>
<body>
<div class="container">
<header>
<img src="imgs/logo-adare-restaurant.png" alt="Logo for Adare Restaurant">
<nav>
<a href="#">HOME</a>
<a href="#">MENU</a>
<a href="#">ORDER</a>
<a href="#">GIFT VOUCHER</a>
<a href="#">CATERING</a>
<a href="#">CONTACT</a>
</nav>
</header>
<main>
<h1>let's meat</h1>
<p>We love sharing good food with great people. We bring over 30 years industry experience and passion to <a href="">Adare</a>. With a dishes that are carefully designed to bring you a truly satisfying Irish food experience that you are sure to remember.
</p>
<a href="mailto:jasonchavez2511@gmail.com?Subject=Reservation" target="blank">MAKE RESERVATION</a>
</main>
<section class="maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d8805.543414570055!2d-121.37054438384405!3d38.71253431194099!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x809b274f71465e7b%3A0x5edb20e203259a9c!2sMcDonald's!5e0!3m2!1sen!2sus!4v1595888815062!5m2!1sen!2sus" width="1024" height="500" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</section>
<footer>
<p>Main St, Blackabbey, Adare, Co. Limerick - Copyright 2017©</p>
</footer>
</div>
</body>
</html>