forked from ellienguyendev/blackgyalbites
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
42 lines (40 loc) · 1.61 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Courier+Prime&family=Lato&family=Shrikhand&display=swap"
/>
<link rel="stylesheet" href="css/style.css" />
<title>Caribbean Cuisine</title>
</head>
<body>
<header>
<h1>Black Gyal Bites</h1>
<h2>Caribbean Cuisine</h2>
</header>
<section>
<a class="menu-button" href="/blackgyalbites/css/images/menu-pdf-food.pdf" target="_blank">Food Menu</a>
<a class="menu-button" href="/blackgyalbites/css/images/menu-pdf-drinks.pdf" target="_blank">Drinks Menu</a>
<a class="menu-button" href="/blackgyalbites/css/images/menu-pdf-catering.pdf" target="_blank">Catering Menu</a>
</section>
<section>
<img src="css/images/vector-2.png" alt="black gyal bites logo orange palm tree" class="logo" />
<h3>hours</h3>
<p>monday - friday: 8am - 4pm</p>
<p>saturday - sunday: 10am - 4pm</p>
<h3>find us</h3>
<p>1101 Mass Ave. Boston, MA</p>
<p>617-303-1101</p>
</section>
<footer>
<p>Designed by <a href="https://holistictech.io" target="_blank">The Holistic Technologist</a></p>
<p>Illustrations by <a href="https://www.cuocdoiprints.com" target="_blank">Cuoc Doi Prints</a></p>
</footer>
</body>
</html>