-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (119 loc) · 6.15 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Restro</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<!-- --------------------------------------------------------------------------------- -->
<!-- Navigation Bar -->
<nav class="navbar">
<div class="navdiv">
<div class="logo">
<a href="#"> <img src="pics/logo.jpeg" alt=""></a>
</div>
<ul class="nav-items">
<li> <a href="#special"> About </a> </li>
<li> <a href="menu.html"> Menu </a> </li>
<li> <a href="#reserve"> Reservation </a> </li>
<li> <a href="#reserve"> Contact </a> </li>
</ul>
</div>
</nav>
<!-- --------------------------------------------------------------------------------- -->
<!-- Name -->
<section class="section" >
<header >
<div>
<h1>COFFEE HOUSE</h1>
</div>
</header>
</section>
<br><br>
<!-- --------------------------------------------------------------------------------- -->
<!-- About restro -->
<section class="about">
<article>
<h3 id="special" >Speciality of Foodddie</h3>
<p > At Coffee House, we’re passionate about creating a warm, inviting space where the community can come together over great coffee, fast food, and locally sourced dishes. Our baristas and chefs craft each cup and meal with care, ensuring every bite and sip is a moment of joy. From freshly brewed coffee to satisfying burgers, fries, and sandwiches, we have something for everyone.Whether you’re here to catch up with friends, grab a quick bite, or simply enjoy a quiet moment, our café is the perfect place to relax. </p>
</article>
</section>
<br><br>
<!-- --------------------------------------------------------------------------------- -->
<!-- slidding images -->
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="pics\coffee.jpeg" class="d-block w-100" alt="food">
</div>
<div class="carousel-item">
<img src="pics\pizza.jpeg" class="d-block w-100" alt="food">
</div>
<div class="carousel-item">
<img src="pics\sandwich.jpeg" class="d-block w-100" alt="food">
</div>
<div class="carousel-item">
<img src="pics\burger.jpeg" class="d-block w-100" alt="food">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br><br>
<!-- --------------------------------------------------------------------------------- -->
<!-- Booking -->
<div class="container">
<div class="row-flex" >
<div class="flex-column-form">
<h3 id="reserve">Make a booking</h3>
<form action="demo.jsp" class="media-centered">
<div class="form-group">
<p>Please leave your number, we will call to confirm your reservation</p>
<input type="text" placeholder="Enter your name" required class="form-control" id="exampleInputName1" aria-describedby="namehelp">
<span id="error-message-name" style="color: red; display: none;">Please enter your name.</span>
</div>
<div class="form-group">
<input type="tel" id="phone" placeholder="Enter your phone number" required>
<span id="error-message-phone" style="color: red; display: none;">Please enter a valid 10-digit phone number.</span>
</div>
<button type="button" class="btn btn-primary" onclick="validatePhone()">Submit</button>
</form>
<!-- --------------------------------------------------------------------------------- -->
<!-- contact -->
</div>
<div class="opening-time">
<h3>Opening times</h3>
<p>
<span> Thursday: 08:00am - 10:00pm</span>
<span> Friday - Saturday: 09:00am - 5:00pm</span>
<span>Sunday: 10:00am - 11:00pm</span>
</p>
</div>
<div class="contact-adress">
<h3>Contact</h3>
<p>
<span>+91 0122333444</span>
<span>15 Floride Ave</span>
<span>Palo- Alto,1111 CA</span>
<span>Pune- Maharashtra</span>
</P>
</div>
</div>
</div>
<br><br>
<!-- --------------------------------------------------------------------------------- -->
<script src="script.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>