-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
26 lines (26 loc) · 857 Bytes
/
index.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
<?php
$stylesheet = 'home.css';
$title_area = 'title-area-home';
$pageTitle = 'Home';
include 'inc/sitegrid-nav.inc.php';
?>
<section class="quote">
<h2 class="noto-sans-h2">
Embark on a culinary adventure, designed exclusively for you.
</h2>
</section>
<section class="events-list">
<h2 class="noto-sans-h2">Elevate Your Occasions</h2>
<ul>
<li>Exclusive Private Dining</li>
<li>Celebratory Galas & Milestones</li>
<li>Intimate Gatherings & Soirées</li>
<li>Curated Culinary Experiences</li>
</ul>
<p>And any other occasion where discerning tastes demand the finest culinary artistry.</p>
</section>
<img class="image1" src="img/tuna tataki.png" alt="Seared tuna tataki">
<img class="image2" src="img/raspberry tart.jpg" alt="dark chocolate raspberry tart">
</main>
</body>
</html>