-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsede1.html
168 lines (162 loc) · 6.1 KB
/
sede1.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!--dev: Matteo Mammoliti ! contacts: matti.mm04@gmail.com-->
<!DOCTYPE html>
<html>
<head>
<!--IMPORT FONT GOOGLE E FOGLIO DI STILE-->
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>IceLovers - Porto</title>
<link rel="stylesheet" href="style_menu.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ddb2ee09d7.js" crossorigin="anonymous"></script>
</head>
<body>
<!--HEADER-->
<section class="sub-header">
<nav>
<a href="index.html"><img src="images/logo.png"></a>
<div class="nav-links" id="navLinks">
<i class="fa-solid fa-xmark" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">SOBRE NOS</a></li>
<li><a href="sede1.html">MENU R. DOS ClERIGOS</a></li>
<li><a href="sede2.html">MENU R. JOAO BARROS</a></li>
<li><a href="english.html">ENGLISH</a></li>
</ul>
</div>
<i class="fa-solid fa-bars" onclick="showMenu()"></i>
</nav>
<h1>Menu</h1>
</section>
<!--FMENU SEDE 1-->
<section class="gelati">
<h1>As delícias da Rua dos Clérigos</h1>
<h2>Gelados</h2>
<div class="row">
<div class="gelati-col">
<img src="images/coppetta.png">
<p>Copo: €2,50<p>
</div>
<div class="gelati-col">
<img src="images/cono.jpg">
<p>Cone 1-2 bolas: €4
<br> Cone 3 bolas: €5<p>
</div>
<div class="gelati-col">
<img src="images/coppa.png">
<p>Taça Pinhais (2 Bolas + Topping Liq. + Chantilly): €6
<br> Taça Aliados (2 Bolas + Cafè):€5
<br> Taça Douro (2 Bolas + Vinho Porto + Choc. Quente + Nozes): €8
<br> Taça Invicta (1 Bola + Fruta época + Choc. Quente + Raspas): €6
<br> Taça Ice Lovers (2 Bolas + Choc. Quente + Chantilly): €6<p>
</div>
</div>
</section>
<section class="cwp">
<h2>Crepes - Waffles - Panquecas</h2>
<div class="row">
<div class="cwp-col">
<img src="images/crepes.png">
<p>Crepes Simples-Açucar - Canela: €3
<br> Crepes Nutela + Fruta: €4
<br> Crepes Chocolate Quente + Fruta: €4,50
<br> Crepes Bola Gelado: €4
<br> Crepes Bola Gelado + Choc. Quente: €4,50
<br> Crepes Bola Gelado + Nutela: €4,50
<br> Crepes Bola Gelado + Choc. Quente + Chantilly: €5<p>
</div>
<div class="cwp-col">
<img src="images/waffle.png">
<p>Waffles Simples-Açucar - Canela: €3
<br> Waffles Nutela + Fruta: €4
<br> Waffles Chocolate Quente + Fruta: €4,50
<br> Waffles Bola Gelado: €4
<br> Waffles Bola Gelado + Choc. Quente: €4,50
<br> Waffles Bola Gelado + Nutela: €4,50
<br> Waffles Bola Gelado + Choc. Quente + Chantilly: €5<p>
</div>
<div class="cwp-col">
<img src="images/panquecas.png">
<p>Panquecas Simples-Açucar - Canela: €3
<br> Panquecas Nutela + Fruta: €4
<br> Panquecas Chocolate Quente + Fruta: €4,50
<br> Panquecas Bola Gelado: €4
<br> Panquecas Bola Gelado + Choc. Quente: €4,50
<br> Panquecas Bola Gelado + Nutela: €4,50
<br> Panquecas Bola Gelado + Choc. Quente + Chantilly: €5<p>
</div>
</div>
</section>
<section class="bibite">
<h2>Bebidas</h2>
<div class="row">
<div class="bibite-col">
<img src="images/caffe.jpg">
<p>Cafè: €1
<br> Cafè Descafeinado: €1
<br> Pingo: €1
<br> Copo Leite: €1
<br> Duplo: €2
<br> Cafè Americano: €2
<br> Duplo - Nesquik: €2
<br> Carioca Cafè/ Limão: €0,60
<br> Cafè com Natas: €2
<br> Cafè com bola gelado: €3<p>
</div>
<div class="bibite-col">
<img src="images/cappuccino.jpg">
<p>Cappucino: €2,50
<br> Meia Leite: €1,50
<br> Choc. Quente: €2,50
<br> Waffles Bola Gelado: €4<p>
</div>
<div class="bibite-col">
<img src="images/outro.png">
<p>Chá: €1,50
<br> Ice Tea: €1,60
<br> Cerveja: €1,60
<br> Limonada: €2
<br> Sumo Natural: €3,80
<br> Batido Gelado: €4
<br> Fruta: €4
<br> Frapshake: €4<p>
</div>
</div>
</section>
<section class="avviso">
<p>The page is not currently available in English.</p>
</section>
<!--BANNER-->
<section class="banner">
<h1>Se você gosta de sobremesa, Ice Lover é o lugar para você.</h1>
</section>
<!--FOOTER-->
<section class="footer">
<img src="images/logo_footer.png">
<h1>IceLovers</h1>
<p>Rua dos Clérigos 61, 4050 Porto - R. João de Barros, 4150 Porto</p>
<h4>Telefone</h4>
<p>(+351) 917 826 124 - (+351) 917 515 434 - (+351) 222 052 712</p>
<h4>Email</h4>
<p>febetex@sapo.pt</p>
<h4>Tempo de abertura</h4>
<p>Seg-Dom 11:00 - 19:00</p>
<div class="icons">
<i class="fa fa-facebook"></i>
<i class="fa fa-instagram"></i>
</div>
</section>
<!--SCRIPT MENU-->
<script>
var navLinks = document.getElementById("navLinks");
function showMenu(){
navLinks.style.right = "0";
}
function hideMenu(){
navLinks.style.right = "-200px";
}
</script>
</body>
</html>