Skip to content

Commit

Permalink
correct navbar sizing and connect pages to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanJoshi28 committed Feb 13, 2023
1 parent 0f736ed commit 709bfba
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
12 changes: 6 additions & 6 deletions contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@
<body>
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#">
<img src="images/HACA_brand_img.png" class="col-4 img-fluid"></img>
<img src="images/HACA_brand_img.png" class="col-md-3 col-4 img-fluid"></img>
</a>
<div>
<button class="bg-white border-0" data-bs-toggle="dropdown" data-bs-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="dropdown-menu dropdown-menu-end" id="nav">
<a href="#" class="dropdown-item">Home</a>
<a href="home.html" class="dropdown-item">Home</a>
<a href="#" class="dropdown-item">Who we are</a>
<a href="#" class="dropdown-item">What we do</a>
<a href="#" class="dropdown-item">News</a>
<a href="#" class="dropdown-item">Gallery</a>
<a href="#" class="dropdown-item">Contact Us</a>
<a href="#" class="dropdown-item">Donate</a>
<a href="news.html" class="dropdown-item">News</a>
<a href="gallery.html" class="dropdown-item">Gallery</a>
<a href="contact_us.html" class="dropdown-item">Contact Us</a>
<a href="donate.html" class="dropdown-item">Donate</a>
<a href="#" class="dropdown-item">Blog</a>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,20 @@
<body>
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#">
<img src="images/HACA_brand_img.png" class="col-4 img-fluid"></img>
<img src="images/HACA_brand_img.png" class="col-md-3 col-4 img-fluid"></img>
</a>
<div>
<button class="bg-white border-0" data-bs-toggle="dropdown" data-bs-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="dropdown-menu dropdown-menu-end" id="nav">
<a href="#" class="dropdown-item">Home</a>
<a href="home.html" class="dropdown-item">Home</a>
<a href="#" class="dropdown-item">Who we are</a>
<a href="#" class="dropdown-item">What we do</a>
<a href="#" class="dropdown-item">News</a>
<a href="#" class="dropdown-item">Gallery</a>
<a href="#" class="dropdown-item">Contact Us</a>
<a href="#" class="dropdown-item">Donate</a>
<a href="news.html" class="dropdown-item">News</a>
<a href="gallery.html" class="dropdown-item">Gallery</a>
<a href="contact_us.html" class="dropdown-item">Contact Us</a>
<a href="donate.html" class="dropdown-item">Donate</a>
<a href="#" class="dropdown-item">Blog</a>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
<body>
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#">
<img src="images/HACA_brand_img.png" class="col-4 img-fluid"></img>
<img src="images/HACA_brand_img.png" class="col-md-3 col-4 img-fluid"></img>
</a>
<div>
<button class="bg-white border-0" data-bs-toggle="dropdown" data-bs-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="dropdown-menu dropdown-menu-end" id="nav">
<a href="#" class="dropdown-item">Home</a>
<a href="home.html" class="dropdown-item">Home</a>
<a href="#" class="dropdown-item">Who we are</a>
<a href="#" class="dropdown-item">What we do</a>
<a href="#" class="dropdown-item">News</a>
<a href="#" class="dropdown-item">Gallery</a>
<a href="#" class="dropdown-item">Contact Us</a>
<a href="#" class="dropdown-item">Donate</a>
<a href="news.html" class="dropdown-item">News</a>
<a href="gallery.html" class="dropdown-item">Gallery</a>
<a href="contact_us.html" class="dropdown-item">Contact Us</a>
<a href="donate.html" class="dropdown-item">Donate</a>
<a href="#" class="dropdown-item">Blog</a>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="dropdown-menu dropdown-menu-end" id="nav">
<a href="#" class="dropdown-item">Home</a>
<a href="home.html" class="dropdown-item">Home</a>
<a href="#" class="dropdown-item">Who we are</a>
<a href="#" class="dropdown-item">What we do</a>
<a href="news.html" class="dropdown-item">News</a>
<a href="#" class="dropdown-item">Gallery</a>
<a href="#" class="dropdown-item">Contact Us</a>
<a href="#" class="dropdown-item">Donate</a>
<a href="gallery.html" class="dropdown-item">Gallery</a>
<a href="contact_us.html" class="dropdown-item">Contact Us</a>
<a href="donate.html" class="dropdown-item">Donate</a>
<a href="#" class="dropdown-item">Blog</a>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<a href="home.html" class="dropdown-item">Home</a>
<a href="#" class="dropdown-item">Who we are</a>
<a href="#" class="dropdown-item">What we do</a>
<a href="#" class="dropdown-item">News</a>
<a href="#" class="dropdown-item">Gallery</a>
<a href="#" class="dropdown-item">Contact Us</a>
<a href="#" class="dropdown-item">Donate</a>
<a href="news.html" class="dropdown-item">News</a>
<a href="gallery.html" class="dropdown-item">Gallery</a>
<a href="contact_us.html" class="dropdown-item">Contact Us</a>
<a href="donate.html" class="dropdown-item">Donate</a>
<a href="#" class="dropdown-item">Blog</a>
</div>
</div>
Expand Down

0 comments on commit 709bfba

Please sign in to comment.