-
Notifications
You must be signed in to change notification settings - Fork 1
/
foods.php
119 lines (113 loc) · 8.13 KB
/
foods.php
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
<?php include('components-front/navbar.php'); ?>
<!-- Menu Start -->
<section class="menu">
<div class="container">
<h2 class="section-header menu-header text-center">Quantum Laboratory</h2>
<div class="row">
<?php
?>
<div class="menucard shadow">
<div class="menu-img">
<img src="images/spherified-olive-pearls.jpg" alt="spherified olive pearls" class="img-rounded">
</div>
<div class="menucard-right">
<h4 class="menu-item">spherified olive pearls</h4>
<p class="menu-price">$12.99</p>
<p class="menu-description">each pearl is a culinary marvel, encapsulating the essence of the Mediterranean sun</p>
<br />
<a href="#" class="button button-primary menu-button linktext">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-fill" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</a>
</div>
</div>
<!-- <div class="menucard shadow">
<div class="menu-img">
<img src="images/molecular-forest-sorbet.jpg" alt="molecular forest sorbet" class="img-rounded">
</div>
<div class="menucard-right">
<h4 class="menu-item">molecular forest sorbet</h4>
<p class="menu-price">$10.99</p>
<p class="menu-description">liquid nitrogen transforms forest fruits into a refreshing and whimsical frozen experience</p>
<br />
<a href="#" class="button button-primary menu-button linktext">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-fill" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</a>
</div>
</div> -->
</div>
<div class="row">
<!-- <div class="menucard shadow">
<div class="menu-img">
<img src="images/seared-matcha-infused-tofu.jpg" alt="seared matcha-infused tofu" class="img-rounded">
</div>
<div class="menucard-right">
<h4 class="menu-item">seared matcha-infused tofu</h4>
<p class="menu-price">$16.99</p>
<p class="menu-description">showcases the delicate balance of seared tofu infused with the earthy essence of matcha</p>
<br />
<a href="#" class="button button-primary menu-button linktext">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-fill" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</a>
</div>
</div> -->
<!-- <div class="menucard shadow">
<div class="menu-img">
<img src="images/truffle-infusion-eruption.jpg" alt="truffle infusion eruption" class="img-rounded">
</div>
<div class="menucard-right">
<h4 class="menu-item">truffle infusion eruption</h4>
<p class="menu-price">$18.99</p>
<p class="menu-description">a culinary volcano of truffle essence, erupting with umami notes, served with edible gold flakes</p>
<br />
<a href="#" class="button button-primary menu-button linktext">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-fill" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</a>
</div>
</div> -->
</div>
<div class="row">
<!-- <div class="menucard shadow">
<div class="menu-img">
<img src="images/green-velvet-gazpacho.jpg" alt="green velvet gazpacho" class="img-rounded">
</div>
<div class="menucard-right">
<h4 class="menu-item">green velvet gazpacho</h4>
<p class="menu-price">$14.99</p>
<p class="menu-description">green tomatoes and cucumber pearls create a refreshing and vibrant chilled soup</p>
<br />
<a href="#" class="button button-primary menu-button linktext">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-fill" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</a>
</div>
</div> -->
<!-- <div class="menucard shadow">
<div class="menu-img">
<img src="images/deconstructed-tiramisu-sphere.jpg" alt="deconstructed tiramisu sphere" class="img-rounded">
</div>
<div class="menucard-right">
<h4 class="menu-item">deconstructed tiramisu sphere</h4>
<p class="menu-price">$16.99</p>
<p class="menu-description">an edible work of art, combining layers of coffee, mascarpone, and cocoa in perfect harmony</p>
<br />
<a href="#" class="button button-primary menu-button linktext">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart-fill" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>
</svg>
</a>
</div>
</div> -->
</div>
</div>
</section>
<!-- Menu End -->
<?php include('components-front/footer.php'); ?>