-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabour.html
175 lines (117 loc) · 5.21 KB
/
tabour.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html>
<head>
<title>Tabour Restaurant</title>
<!-- <link rel="stylesheet" type="text/css" href="https://bootswatch.com/4/cyborg/bootstrap.css" >
--> <link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css' integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
<link rel="stylesheet" type="text/css" href="bootstrap.min.css" >
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body >
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="welcome.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="rest.html">Resturant</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="signup.html">Signup</a>
</li>
</ul>
</nav>
<header id="page-header" style=" background-image: url(rest/image5.jpg); background-size: cover; background-position: 0 -360px; height: 400px; background-attachment: fixed; color: #fff; border-bottom: 1px #eee solid ;
top: 0;">
</header>
<section id="home-icons" class="py-5">
<div class="container" >
<div class="row">
<div class="col-md-4 mb-4 text-center">
<!-- mb stands for marginbotttom -->
<h3>Making Reservation</h3>
<p>CUISINES
Mediterranean, Italian, Pizza, Healthy
FEATURES
Takeout, Reservations, Outdoor Seating, Seating, Street Parking, Serves Alcohol, Wine and Beer, Table Service, Private Dining, Wheelchair Accessible</p>
</div>
<div class="col-md-4 mb-4 text-center">
<!-- mb stands for marginbotttom -->
<h3>Food and ambience</h3>
<p>Mediterranean, Italian, Pizza, Healthy, Vegetarian Friendly, Vegan Options.</p>
</div>
<div class="col-md-4 mb-4 text-center">
<!-- mb stands for marginbotttom -->
<h3>Details</h3><hr>
<p>Food</p><hr>
<p>Service</p><hr>
<p>Value</p><hr>
</div>
</div>
</div>
</section>
<div class="row" style="display: flex; flex-wrap: wrap;">
<div class="col-md-3 col-sm-6" style=" margin-bottom: 15px">
<div class="img-thumbnail" style=" margin-top: 110px; margin-left: 50px; ">
<img src="rest/image0.jpg" style="width: 100%; " >
</div>
</div>
<div class="col-md-3 col-sm-6" style=" margin-bottom: 15px">
<div class="img-thumbnail" style=" margin-top: 110px; margin-left: 50px; ">
<img src="rest/image4.jpg" style="width: 100%; " >
</div>
</div>
<div class="col-md-3 col-sm-6" style=" margin-bottom: 15px">
<div class="img-thumbnail" style=" margin-top: 110px; margin-left: 50px; ">
<img src="rest/image8.jpg" style="width: 100%; " >
</div>
</div>
<div class="col-md-3 col-sm-6" style=" margin-bottom: 15px">
<div class="img-thumbnail" style=" margin-top: 110px; margin-left: 50px; ">
<img src="rest/image1.jpg" style="width: 100%; " >
</div>
</div>
</div>
<section id="home-icons" class="py-5">
<div class="container" >
<div class="row">
<div class="col-md-4 mb-4 text-center">
<!-- mb stands for marginbotttom -->
<h3>Making Reservation</h3>
<p>CUISINES
Mediterranean, Italian, Pizza, Healthy
FEATURES
Takeout, Reservations, Outdoor Seating, Seating, Street Parking, Serves Alcohol, Wine and Beer, Table Service, Private Dining, Wheelchair Accessible</p>
<a class="btn1" href="review.html">Make New Reservation</a>
</div>
<div class="col-md-4 mb-4 text-center">
<!-- mb stands for marginbotttom -->
<h3>Comment</h3>
<p>We will listen to you if your not satsfied with our service also if your are satsfied you can thank us
by rating us you can comment on our resturent by clicking the button below .</p>
<a class="btn1" href="comment.html">Add Comment</a>
</div>
<div class="col-md-4 mb-4 text-center">
<!-- mb stands for marginbotttom -->
<h3>Details</h3>
<p> Dok restaurant offers its customers good food. This restaurant prides itself on its menu being fresh, authentic Italian.The food is meticulously prepared by an Italian chef with passion in order to satisfy customers' heart and soul. Our aim is to provide happiness and joy through, food, and simplicity.</p>
<a class="btn1" href="review.html">Write review</a>
</div>
</div>
</div>
</section>
<footer id="#page-footer" style="background: #000;color: #fff; text-align: center !important; padding: 1.5rem !important; margin-top: 10px;">
<i class='fab fa-facebook-f' style='font-size:24px ' ></i><br style="margin-bottom: 5px;">
<i class='fas fa-paper-plane' style='font-size:24px'></i>
<p style="margin-top: 5px;">Copright 2017 © Food review</p>
</footer>
</html>