Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added functionality to the nav bar #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="#about">About</a>
</li>
<li class="nav-item">
<a href="#reservation">Reservation</a>
<a href="#shop">Reservation</a>
</li>
<li class="nav-item">
<a href="#menu">Menu</a>
Expand All @@ -40,7 +40,7 @@ <h1>Fooddddie</h1>
</div>
</section>

<section class="about-section">
<section class="about-section" id="about">
<article>
<h3>
Section for the text why your restaurant is the best.
Expand All @@ -59,6 +59,7 @@ <h3>
</article>
</section>

<section id="menu">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
Expand All @@ -80,8 +81,9 @@ <h3>
<span class="sr-only">Next</span>
</a>
</div>

<div class="container">
</section>

<div class="container" id="shop">
<div class="row-flex">
<div class="flex-column-form">
<h3>
Expand Down Expand Up @@ -134,4 +136,4 @@ <h3>

</body>

</html>
</html>