-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (82 loc) · 2.97 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RUBY - MANCHESTER</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 class="title-text">
<h1>RUBY - MANCHESTER</h1>
<h2 id="slogan">Manchester's hidden gem</h2>
</div>
<header>
<video autoplay muted loop src="https://static.videezy.com/system/resources/previews/000/043/375/original/4k-neon-3.mp4">
</video>
<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>
<div class="middle-container">
<div class="menus">
<div>
<h2>OUR DRINKS MENU</h2>
<div class="overlay1">
<div class="home-menu-image">
<a href="drinks.html">
<img class="resize" alt="drinks-menu" src="images/cocktails.jpg">
</a>
</div>
</div>
</div>
<div>
<img id="menuline-home" src="images/divider1.png" alt="divider-line">
</div>
<div>
<h2>OUR FOOD MENU</h2>
<div class="overlay2">
<div class="home-menu-image">
<a href="food.html">
<img class="resize" alt="drinks-menu" src="images/food-cover.jpg">
</a>
</div>
</div>
</div>
</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>