mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-19 16:45:18 +00:00
Gave a new structure to project
This commit is contained in:
28
_includes/common/nav.html
Executable file
28
_includes/common/nav.html
Executable file
@ -0,0 +1,28 @@
|
||||
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<!-- Brand and toggle get grouped for better mobile display -->
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
|
||||
</button>
|
||||
<a class="navbar-brand page-scroll" href="/">Comunic</a>
|
||||
</div>
|
||||
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a href="/developper">Developper</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.app_url }}create_account">Sign up</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.app_url }}login">Sign In</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- /.navbar-collapse -->
|
||||
</div>
|
||||
<!-- /.container-fluid -->
|
||||
</nav>
|
Reference in New Issue
Block a user