-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact
54 lines (47 loc) · 1.49 KB
/
Contact
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
<!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>
<header>
<h1>Welcome to <span style="color: #ff6347;">H-Thai-Ml</span></h1>
</header>
<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>
<!-- CONTACT PAGE -->
<h2>Hours of Operation</h2>
<p>
<strong>Monday-Friday:</strong> 11:00am-8:30pm
</p>
<p>
<strong>Saturday-Sunday:</strong> 1:00pm-10:00pm
</p>
<h2>Contact Info</h2>
<p>
<strong>Phone Number:619-553-6235</strong> TBD
<stong>Email:mElder@business.com</stong>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"/>
</p>
</main>
</body>
</html>