-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
63 lines (59 loc) · 2.49 KB
/
faq.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html>
<head>
<style>
@import url('https://fonts.googleapis.com/css?family=Charm&display=swap'); <!-- Web font -->
</style>
<meta charset="utf-8">
<title>F.A.Q.</title>
<link href="faq.css" type="text/css" rel="stylesheet">
<link href="appsubmit.css" type="text/css" rel="stylesheet">
</head>
<h1 id="events">F.A.Q.</h1>
<nav id="navevents">
<ul>
<li> <a href="homepage.html">Home</a> </li>
<li> <a href="location.html">Locations</a> </li>
<li> <a href="faq.html">F.A.Q</a> </li>
<li> <a href="menu.html" title="Open the menu page in a new window">Menu</a> </li>
<li> <a href="hours.html">Hours</a> </li>
<li> <a href="media.html">Media</a> </li>
<li> <a href="events.html">Events</a> </li>
<li> <a href="jobs.html">Jobs</a> </li>
<li> <a href="about.html">About</a> </li>
<li> <a href="contact.html">Contact Us</a> </li>
</ul>
</nav>
<body>
<div id="pagewrap3">
<article class="article1">
<h1 class="faqheader">Do you take reservations?</h1>
<p> <strong>Yes! </strong>- We accomodate for groups small or large. Give us a call and we will do our best
for you.</p>
<h1 class="faqheader">Do you deliver?</h1>
<p> <strong>No. </strong>- We personally do not deliver, however, we are on the Doordash app and deliveries are
made possible through it.</p>
<h1 class="faqheader">My meal was great/terrible. I want to tell someone about it. How do I go about doing this?</h1>
<p> <strong>Easy! </strong>Please see our <a style="color:lime;font-weight:bold;" href="contact.html">contact page</a> <!-- Contact page link is styled -->
and complete the form to let us know about your experience. Good or bad, we want to know!</p>
<h1 class="faqheader">Can I buy giftcards?</h1>
<p> <strong>Absolutely! </strong>- Stop on by anytime and any member of our staff would be glad to help you in purchasing
a giftcard. Our giftcard amounts range from $5 up to $50.</p>
</article>
<div class="container1"> <!-- Responsive Newsletter signup -->
<form action="#">
<p style="font-size: 15px;">Be the first in the loop and sign up below.</p>
<div class="email-box">
<!-- This is the box that slides out -->
<input class="tbox" type="email" name="" value="" placeholder="Enter your email">
<button class="btn" type="button" name="button">Subscribe</button>
</div>
</form>
</div>
<br>
<footer class="footer1">
<strong>By Garrett Guthrie -</strong> Click <a href="homepage.html"> here</a> to go to the home page
</footer>
</div>
</body>
</html>