-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu-paellas.html
143 lines (134 loc) · 4.58 KB
/
menu-paellas.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
<!DOCTYPE HTML>
<!--
Read Only by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110184203-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110184203-1');
</script>
<meta charset="utf-8" />
<title>Croquetas Bar | Paellas Menu</title>
<meta name="description" content="Real Spanish experience for perfect occasions.">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--Open graph properties-->
<meta property="og:title" content="Croquetas Bar | Paellas Menu">
<meta property="og:site_name" content="Croquetas Bar">
<meta property="og:description" content="Real Spanish experience for perfect occasions.">
<meta property="og:url" content="https://croquetasbar.com.au/">
<meta property="og:image" content="images/og.png">
<meta property="og:image:secure_url" content="images/og.png">
<link rel="stylesheet" href="assets/css/menu-main.css" />
<!--<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Lora:400,700" rel="stylesheet">-->
<link href="https://fonts.googleapis.com/css?family=Kameron|Lobster+Two:400,700" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<section id="menu" class="main style3 fullscreen paellas">
<div class="content">
<div class="box">
<div>
<header>
<h2>Paella</h2>
</header>
<p class="paragraph">Who does not know about paella nowadays? The best of local and Spanish
ingredients sauteed and sweetened slowly altogether. Just real Spanish chefs know the right
amount of spices needed, and how paella is braised to perfection. Moreover, cooking paella
is a show that will make everyone enjoy at your party.
</p>
</div>
<div>
<p><b>PAELLA MENU</b></p>
<p class="thin">
<b>Traditional Seafood paella</b><br>
prawns, calamari, fresh fish, mussels, seafood stock.
</p>
<p class="thin">
<b>Meat-Lovers Paella</b><br>
chicken, chorizo, smoked paprika, fresh vegetables
</p>
<p class="thin">
<b>Vegetarian Paella</b><br>
mushrooms, zucchini, leek, vegetable stock
</p>
<p class="thin">
* If you consider yourself adventurous and would like to try something different, we have
many other traditional recipes. Let us know and we can accommodate any kind of request.
</p>
</div>
<div>
<p style="margin-top: 4em"><b>PRICE LIST</b></p>
<p class="thin">
<b>Paella for 20</b>:
One type of Paella $525
</p>
<p class="thin">
<b>Paella for 30</b>:
One type of Paella $625
</p>
<p class="thin">
<b>Paella for 40</b>:
One type of Paella $725
</p>
<p class="thin">
<b>Paella for 50</b>:
Two types of Paella $825
</p>
<p class="thin">
<b>Paella for 60</b>:
Two types of Paella $925
</p>
<p class="thin">
<b>Paella for 70</b>:
Two types of Paella $1025
</p>
<p class="thin">
<b>Paella for 80</b>:
Three types of Paella $1125
</p>
<p class="thin">
<b>Paella for 90</b>:
Three types of Paella $1225
</p>
<p class="thin">
<b>Paella for 100</b>:
Three types of Paella $1325
</p>
<p class="thin">
<b>Paella for 120</b>:
Three types of Paella $1425
</p>
<p class="thin">
<b>Paella for 150</b>:
Three types of Paella $1525
</p>
<p class="thin">
<b>Paella for 200</b>:
Three types of Paella $2000
</p>
<p class="thin">
More than 200? No worries! Send us an email to get a quote.
</p>
</div>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>