Skip to content

Commit

Permalink
Improved navbar links and responsive design across pages.
Browse files Browse the repository at this point in the history
### appearances.html
1. Activated "appearances" in the navbar for the whole page instead of "home" and "contact."
2. Improved responsive design: logo and search bar centered below 1020px screen width.
3. Linked the Ironman logo to the index webpage.
4. Added focus to the search bar.

### index.html
1. Fixed navbar overlap issue when "home" or "about" is clicked, ensuring sections appear below the navbar.
2. Centered logo and search bar below 1020px screen width.

### movie.html
1. Fixed dropdown menu functionality below 1020px screen width by adding script.js.
2. Linked "about" and "contact" buttons to index.
3. Linked the logo.

### videos.html
1. Fixed dropdown menu functionality below 1020px screen width by adding script.js.
2. Linked "about" and "contact" buttons to index.
3. Linked the logo.
  • Loading branch information
synakr committed Oct 4, 2024
1 parent 4d6fc23 commit fbda774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Appearances.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
</div>

<div class="burger">
<div class="line"></div>
<div class="line"></div>
Expand Down

0 comments on commit fbda774

Please sign in to comment.