-
Notifications
You must be signed in to change notification settings - Fork 62
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 Navbar to the Website. #336
Merged
KendallDoesCoding
merged 5 commits into
KendallDoesCoding:main
from
Vedant-Manjrekar:vedant_navbar
Oct 11, 2022
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
cd65627
Added Navbar to the Website.
Vedant-Manjrekar 27c01af
Made changes in UI as asked.
Vedant-Manjrekar aaa56ad
Made changes in UI, now toggler is available for desktop devices aswe…
Vedant-Manjrekar 50229a7
Added theme toggle button outside the menu drawer.
Vedant-Manjrekar 6974e58
Ressolved merge conflicts.
Vedant-Manjrekar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,8 @@ | |
<link href="/images/favicon.ico" rel="icon" type="image/x-icon" /> | ||
<script src="https://kit.fontawesome.com/72f2609661.js" crossorigin="anonymous"></script> | ||
<link rel= canonical href="https://https://mogulchristmas.kendalldoescoding.gq/" /> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script> | ||
<!-- Google Analytics --> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-55DLRTJ04T"></script> | ||
|
@@ -32,16 +34,55 @@ | |
</script> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<h1 class="heading">A very Mogul Christmas</h1> | ||
<div id="switch"> | ||
<label class="switch"> | ||
<input type="checkbox"> | ||
<span class="switch slider round"></span> | ||
</label> | ||
|
||
<!-- Navbar --> | ||
<nav class="navbar navB fixed-top"> | ||
<div class="container-fluid"> | ||
<div class="nav--content"> | ||
<a href="/lyrics" id="lyrics-btn" class="btn">Lyrics/Individual Song Page</a> | ||
<a href="/you-may-like" class="btn" id="yml" target="_blank">You May Also Like</a> | ||
<h1 class="heading g-col-4">A very Mogul Christmas</h1> | ||
<button class="navbar-toggler toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
</div> | ||
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> | ||
<div class="offcanvas-header"> | ||
<!-- <h5 class="offcanvas-title" id="offcanvasNavbarLabel">More Content</h5> --> | ||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> | ||
<div id="header"> | ||
<div id="switch"> | ||
<label class="switch"> | ||
<input type="checkbox"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control. |
||
<span class="switch slider round"></span> | ||
</label> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="offcanvas-body"> | ||
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3"> | ||
<li class="nav-item"> | ||
<a href="/lyrics" id="ymll" class="btn">Lyrics/Individual Song Page</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/you-may-like" class="btn yml" target="_blank">You May Also Like</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/ludsocials" id="socials-btn" class="btn">Ludwig Socials</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/photo-gallery" id="gallery-btn" class="btn">Photo Gallery - A Very Mogul Christmas</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a href="/news-articles" id="news-btn" class="btn">News Articles - A Very Mogul Christmas</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<p class="lud">Christmas Album by <a href="https://youtube.com/MrAndersLA">Ludwig</a></p> | ||
</nav> | ||
|
||
<p class="lud">Christmas Album by <a href="https://youtube.com/MrAndersLA" class="ludwig">Ludwig</a></p> | ||
<div class="playlist-icons"> | ||
<a href="/apple-music" target="_blank"><img src="/images/apple-music.svg" alt="apple-music" width="30" height="30"></a> | ||
<a href="/yt-music" target="_blank"><img src="/images/youtube-music.svg" alt="youtube-music" width="30" height="30"></a> | ||
|
@@ -80,30 +121,14 @@ <h1 class="heading">A very Mogul Christmas</h1> | |
<!-- songs container, the contents of the div are called upon in the js file, thus this div is empty. --> | ||
<div class="songs"> | ||
</div> | ||
<div class="container"> | ||
<div id="lyrics" class="button"> | ||
<a href="/lyrics" id="lyrics-btn" class="btn"> | ||
Lyrics/Individual Song Page | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div id="socials" class="socials-button"> | ||
<a href="/ludsocials" id="socials-btn" class="btn">Ludwig Socials</a> | ||
</div> | ||
|
||
<div class="others"> | ||
<a href="/ludsocials" id="socials-btn1" class="btn">Ludwig Socials</a> | ||
<a href="/photo-gallery" id="gallery-btn1" class="btn">Photo Gallery - A Very Mogul Christmas</a> | ||
<a href="/news-articles" id="news-btn1" class="btn">News Articles - A Very Mogul Christmas</a> | ||
</div> | ||
|
||
<div class="container"> | ||
<div id="photo-gallery" class="gallery-button"> | ||
<a href="/photo-gallery" id="gallery-btn" class="btn">Photo Gallery - A Very Mogul Christmas</a> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<div id="news" class="news-button"> | ||
<a href="/news-articles" id="gallery-btn" class="btn">News Articles - A Very Mogul Christmas</a> | ||
</div> | ||
</div> | ||
<div class="you-may-like"> | ||
<p class="yml"><a href="/you-may-like" target="_blank">If you liked this album, You May Also Like</a></p> | ||
</div> | ||
<div class="rate-song"> | ||
<p class="rate"><a href="/rating" target="_blank">Rate Song<i id="star" class="fas fa-star"></i></a></p> | ||
</div> | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.