Skip to content

Commit

Permalink
Merge pull request #1 from t-karan/main
Browse files Browse the repository at this point in the history
Add Footer HACKTOBERFEST-ACCEPTED
  • Loading branch information
I-AMPRASAD authored Oct 31, 2023
2 parents a0a9109 + beed4d7 commit c641a48
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,47 @@ <h3>
<span class="sr-only">Next</span>
</a>
</div>

<div class="container">
<div class="row-flex">
<div class="flex-column-form">
<h3>
Make a booking
</h3>
<form class="media-centered">
<div class="form-group">
<p>
Please leave your number we will call to make a reservation
</p>
<input type="name" class="form-control" id="exampleInputName1" aria-describedby="nameHelp" placeholder="Enter your name">
</div>
<div class="form-group">
<input type="number" class="form-control" id="exampleInputphoneNumber1" placeholder="Enter your phone number">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="opening-time">
<h3>
Opening times
</h3>
<p>
<span>Monday—Thursday: 08:00 — 22:00</span>
<span>Friday—Saturday: 09:00 — 23:00 </span>
<span>Sunday: 10:00 — 17:00</span>
</p>
</div>
<div class="contact-adress">
<h3>
Contact
</h3>
<p>
<span>000 9283 8456</span>
<span>15 Florida Ave</span>
<span>Palo-Alto, 1111 CA</span>
</p>
</div>
</div>
</div>



Expand Down

0 comments on commit c641a48

Please sign in to comment.