-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopyright.html
62 lines (57 loc) · 2.44 KB
/
copyright.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RUBY - Copyright</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-copyright">
<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"></div>
<p id="titlepar">COPYRIGHT</p>
<p class="copyright">This website and its content is copyright of - © Ruby - Manchester [2021]. All rights reserved.
Any redistribution or reproduction of part or all of the contents in any form is prohibited other than the following:
you may print or download to a local hard disk extracts for your personal and non-commercial use only
you may copy the content to individual third parties for their personal use, but only if you acknowledge the website as the source of the material
You may not, except with our express written permission, distribute or commercially exploit the content. Nor may you transmit it or store it in any other website or other form of electronic retrieval system.</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>