-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout
50 lines (46 loc) · 2.01 KB
/
About
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- Remember to link to your CSS file! -->
</head>
<body>
<main>
<!-- Navbar starts here -->
<div class="navbar">
<ul class="navLinks">
<li><a href=".menu"class="current page">MENU</a></li>
<li><a href=".location">LOCATION</a></li>
<li><a href=".hours">HOURS</a></li>
<li><a href=".social">SOCIAL MEDIA</a></li>
</ul>
</div>
<!-- Navbar ends here -->
<div class="banner">
<p>We will be closed on the next upcoming holiday. Stay tuned for more details!</p>
</div>
<h1>About Us</h1>
<h2>Locations</h2>
<ul>
<li>California</li>
<li>Tokyo</li>
<li>London</li>
<li>Australia</li>
</ul>
<h2>Origin Story</h2>
<img src="https://unsplash.com/photos/pasta-dish-on-brown-ceramic-bowl-otLqpb9LK70 alt= "Thai Red Curry Chicken by Max Griss">
<div>
<h2>Our Los Angeles Journey</h2>
<p>Located in the heart of Los Angeles, our flagship restaurant, H-Thai-Ml, was born out of a love for culinary exploration and a passion for bringing people together through food.</p>
<p>The owner, Maisy Elder, a California native with a deep appreciation for diverse flavors, chose Los Angeles as the perfect backdrop for H-Thai-Ml. Inspired by the city's rich cultural tapestry and the spirit of innovation, Maisy envisioned a place where locals and visitors alike could embark on a gastronomic adventure.</p>
<p>From the iconic Griffith Observatory to the bustling streets of Chinatown, every dish at H-Thai-Ml reflects the vibrant and eclectic spirit of Los Angeles. Whether you're indulging in a leisurely dine-in experience, grabbing a quick bite for takeout, or having the flavors delivered to your doorstep, H-Thai-Ml is here to make your culinary journey unforgettable.</p>
</div>
</main>
<!-- Footer -->
<footer>
© 2023 H-Thai-ML | All Rights Reserved
</footer>
</body>
</html>