-
Notifications
You must be signed in to change notification settings - Fork 1
/
reserva.html
102 lines (90 loc) · 4.39 KB
/
reserva.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carnes do Convento - Faça sua Reserva</title>
<meta name="description" content="Carnes do Convento - Faça sua Reserva">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Carnes do Convento - Faça sua Reserva"/>
<meta property="og:description" content="Carnes do Convento - Faça sua Reserva"/>
<meta property="og:url" content="https://www.carnesdoconvento.pt"/>
<meta property="og:image" content="https://www.carnesdoconvento.pt/og-img.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/reset.css">
<link rel="stylesheet" href="../css/grid.css">
<link rel="stylesheet" href="../css/home.css">
<link rel="stylesheet" href="../css/main.css">
<link rel="stylesheet" href="../css/ementa.css">
<link rel="stylesheet" href="../css/responsive.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<header class="header">
<div class="container">
<nav class="grid-16">
<ul >
<li>
<a class="foco" href="../pt/index.html"><img src="../img/icon/restaurant.svg" alt="icon garfos - carnes do convento">
<p>Ementa</p>
</a>
</li>
<li>
<a href="../pt/drinks.html"><img src="../img/icon/local_bar.svg" alt="icon garfos - carnes do convento">
<p>Bebidas</p>
</a>
</li>
<li>
<a href="../pt/dessert.html"><img src="../img/icon/desert.svg" alt="icon garfos - carnes do convento">
<p>Sobremesas</p>
</a>
</li>
</ul>
</nav>
</div>
</header>
<section>
<div class="container">
<iframe src="https://module.lafourchette.com/pt_PT/module/697791-f2b97?origin=facebook&utm_medium=integration&utm_source=instagram#/4478403/dhp" frameborder="0">
</div>
</iframe>
</section>
<footer>
<div class="footer-home">
<div class="container">
<div class="grid-16">
Carnes do Convento © 2021 |
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">
PT
</button>
<div id="myDropdown" class="dropdown-content">
<a href="../es/index.html">
<img class="bandeira" src="../img/icon/united-kingdom.svg" alt="bandeira inglaterra">
<span>English</span>
</a>
<a href="../fr/index.html">
<img class="bandeira" src="../img/icon/france.svg" alt="bandeira frança">
<span>Français</span>
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="../js/script.js"></script>
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-170823726-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-170823726-1');
</script>
</body>
</html>