-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5673d15
commit 8525ef1
Showing
6 changed files
with
76 additions
and
188 deletions.
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
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 |
---|---|---|
@@ -1,14 +1,47 @@ | ||
<header> | ||
|
||
@section('sidebar') | ||
<nav class="navbar bg-body-tertiary"> | ||
<div class="container menu"> | ||
<a class="navbar-brand" href="#"> | ||
<img src="https://getbootstrap.com/docs/5.3/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="30" height="24"> | ||
</a> | ||
<p>Menu</p> | ||
<nav class="navbar bg-body-tertiary fixed-top"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/">LaraMaps</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel"> | ||
<div class="offcanvas-header"> | ||
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">LaraMaps</h5> | ||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button> | ||
</div> | ||
<div class="offcanvas-body"> | ||
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="/">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/map">Route Simple Map</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/mapbootstrap">Route Bootstrap Map</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
Contact me | ||
</a> | ||
<ul class="dropdown-menu"> | ||
<li><a class="dropdown-item" href="https://www.linkedin.com/in/claudio-mecenas/">Linkedin</a></li> | ||
<li><a class="dropdown-item" href="https://github.com/claudiomecenas">Github</a></li> | ||
<li><a class="dropdown-item" href="https://www.youtube.com/@devsolto/videos">Youtube</a></li> | ||
<li><a class="dropdown-item" href="https://www.instagram.com/claudiomecenas/">Instagram</a></li> <li> | ||
<hr class="dropdown-divider"> | ||
</li> | ||
<li><a class="dropdown-item" href="mailto:[email protected]">[email protected]</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
</nav> | ||
@show | ||
|
||
</header> | ||
|
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
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
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
Oops, something went wrong.