forked from Emilianole6312/ProyectoFinal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (100 loc) · 6.95 KB
/
index.html
File metadata and controls
104 lines (100 loc) · 6.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Ristorante Con Fusion</title>
</head>
<body>
<!-- Navigation bar -->
<a class="navbar-brand" href="./"><img src="img/logo.png" height="30" width="41" alt="Logo"></a>
<ul class="navbar-nav mr-auto">
<li class="nav-item active"><a class="nav-link" href="./index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="">About</a></li>
<li class="nav-item"><a class="nav-link" href="">Menu</a></li>
<li class="nav-item "><a class="nav-link" href="">Contact</a></li>
</ul>
<a id="loginModal-button">Login</a>
<!-- Reserve modal -->
<h2 class="modal-title">Reserve a Table</h2>
<button type="button" class="close text-white closeReserveModal">×</button>
<form>
<label for="Nguests" class="col-md-2 col-form-label">Number of Guests</label>
<input class="form-check-input" type="radio" name="NGuest" id="NGuest1" value="1" checked>
<label class="form-check-label" for="NGuest1"> 1</label>
<input class="form-check-input" type="radio" name="NGuest" id="NGuest2" value="2">
<label class="form-check-label" for="NGuest2"> 2</label>
<input class="form-check-input" type="radio" name="NGuest" id="NGuest3" value="3">
<label class="form-check-label" for="NGuest3"> 3</label>
<input class="form-check-input" type="radio" name="NGuest" id="NGuest4" value="4">
<label class="form-check-label" for="NGuest4"> 4</label>
<input class="form-check-input" type="radio" name="NGuest" id="NGuest5" value="5">
<label class="form-check-label" for="NGuest5"> 5</label>
<input class="form-check-input" type="radio" name="NGuest" id="NGuest6" value="6">
<label class="form-check-label" for="NGuest6"> 6</label>
<label for="Smoking" class="col-md-2 col-form-label">Section</label>
<label class="btn btn-success active">
<input type="radio" name="Smoking" id="Non-smoking" checked> Non-smoking
</label>
<label class="btn btn-danger">
<input type="radio" name="Smoking" id="Smoking" > Smoking
</label>
<label for="Nguests" class="col-md-2 col-form-label">Date and Time</label>
<input type="text" class=" form-control" name="DateReserve" placeholder="Date">
<input type="text" class=" form-control" name="DateReserve" placeholder="Time">
<button type="button" class="btn btn-danger closeReserveModal">Cancel</button>
<input type="submit" class="btn btn-primary" value="Reserve">
</form>
<!-- header -->
<h1>Ristorante con Fusion</h1>
<p>We take inspiration from the World's best cuisines, and create a unique fusion experience. Our lipsmacking creations will tickle your culinary senses!</p>
<img src="img/logo.png" class="img-fluid" alt="Logo">
<a href="#ReserveTable" class="d-block btn-sm btn-warning" id="reserveModal-button">Reserve Table</a>
<img src="img/uthappizza.png" alt="uthappizza" class="d-block-img-fluid">
<h2 class="mt-0">Uthappizza <span class="badge badge-danger">HOT</span> <span class="badge badge-pill badge-secondary">$4.99</span> </h2>
<p class="d-none d-sm-block">A unique combination of Indian Uthappam (pancake) and Italian pizza, topped with Cerignola olives, ripe vine cherry tomatoes, Vidalia onion, Guntur chillies and Buffalo Paneer.</p>
<img src="img/buffet.png" alt="uthappizza" class="d-block-img-fluid">
<h2 >Weekend Grand Buffet <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block">Featuring mouthwatering combinations with a choice of five different salads, six enticing appetizers, six main entrees and five choicest desserts. Free flowing bubbly and soft drinks. All for just $19.99 per person </p>
<img src="img/alberto.png" alt="uthappizza" class="d-block-img-fluid">
<h2 class="mt-0">Alberto Somayya</h2>
<h4>Executive Chef</h4>
<p class="d-none d-sm-block">Award winning three-star Michelin chef with wide International experience having worked closely with whos-who in the culinary world, he specializes in creating mouthwatering Indo-Italian fusion experiences. </p>
<h3>Our Lipsmacking Culinary Creations</h3>
<img src="img/uthappizza.png" class="d-flex mr-3 img-thumbnail align-self-center" alt="Uthappizza">
<h2 class="mt-0">Uthappizza <span class="badge badge-danger">HOT</span> <span class="badge badge-pill badge-secondary">$4.99</span> </h2>
<p class="d-none d-sm-block">A unique combination of Indian Uthappam (pancake) and Italian pizza, topped with Cerignola olives, ripe vine cherry tomatoes, Vidalia onion, Guntur chillies and Buffalo Paneer.</p>
<h3>This Month's Promotions</h3>
<h2 class="mt-0">Weekend Grand Buffet <span class="badge badge-danger">NEW</span></h2>
<p class="d-none d-sm-block">Featuring mouthwatering combinations with a choice of five different salads, six enticing appetizers, six main entrees and five choicest desserts. Free flowing bubbly and soft drinks. All for just $19.99 per person </p>
<img src="img/buffet.png" class="d-flex ml-3 img-thumbnail align-self-center" alt="Uthappizza">
<h3>Meet our Culinary Specialists</h3>
<img class="d-flex mr-3 align-self-center img-thumbnail" src="img/alberto.png" alt="alberto">
<h2 class="mt-0">Alberto Somayya</h2>
<h4>Executive Chef</h4>
<p class="d-none d-sm-block">Award winning three-star Michelin chef with wide International experience having worked closely with whos-who in the culinary world, he specializes in creating mouthwatering Indo-Italian fusion experiences. </p>
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Menu</a></li>
<li><a href="">Contact</a></li>
</ul>
<h5>Our Address</h5>
121, Clear Water Bay Road<br>
Clear Water Bay, Kowloon<br>
HONG KONG<br>
<i class="fa fa-phone"></i> Tel.: +852 1234 5678<br>
<i class="fa fa-fax"></i> Fax: +852 8765 4321<br>
<i class="fa fa-envelope"></i> Email: <a href="mailto:confusion@food.net">confusion@food.net</a>
<a class="btn btn-social-icon btn-google" href="http://google.com/+"><i class="fa fa-google-plus"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id="><i class="fa fa-facebook-f"></i></a>
<a class="btn btn-social-icon btn-LinkedIn" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon btn-google" href="http://youtube.com/"><i class="fa fa-youtube"></i></a>
<a class="btn btn-social-icon " href="mailto:"><i class="fa fa-envelope"></i></a>
<p>© Copyright 2018 Ristorante Con Fusion</p>
</body>
</html>