-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-button-landing.html
59 lines (54 loc) · 1.82 KB
/
contact-button-landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Message Submitted</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2&family=Rajdhani:wght@300&display=swap" rel="stylesheet">
<link rel="icon" href="images/rubyfavicon.ico">
</head>
<body>
<div class="top-container">
<img class="top" src="images/ruby.png" alt="rubylogo">
</div>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li>|</li>
<li><a href="drinks.html">Drinks Menu</a></li>
<li>|</li>
<li><a href="food.html">Food Menu </a></li>
<li>|</li>
<li><a href="contact.html">Contact Us</a></li>
<li>|</li>
<li><a href="book.html">Book a Table</a></li>
</ul>
</nav>
</header>
<div class="middle-container-others">
<h2>THANK YOU!</h2>
<img class="tick-img" src="images/tick.png" alt="tick-img">
<p>Your message has been submitted. You will hear from us shortly.</p>
</div>
<div class="bottom-container">
<a class="footer-link" href="aboutus.html">About Us</a>
<a class="footer-link" href="copyright.html">Copyright</a>
<a class="footer-link" href="gdpr.html">GDPR</a>
<a class="footer-link" href="contact.html">Contact Us</a>
<p>Opening hours:
<br>
Monday to Thursday: 5pm to 11pm
<br>
Friday and Saturday: 4pm to 2am
<br>
Sunday: 5pm to 10pm
<br>
--- 18-25 Castle St, Manchester, M3 4LZ ---</p>
<br>
<p>
Part of<a href="https://www.manchesterbars.com/location-castlefield.htm" target="_blank">Castlefield Bars</a>
</p>
</div>
</body>
</html>