Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

abalsh / Garlix

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit e160cd33 authored 6 years ago by abalsh's avatar abalsh
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

fixed nav-link active bug in subscribe.html + fixed nav paths to redirect properly

parent 78bf103c
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
  • index.html
  • subscribe.html
index.html
View file @ e160cd33
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
<i class="material-icons masthead-brand img-fluid">autorenew</i> <i class="material-icons masthead-brand img-fluid">autorenew</i>
<h3 class="masthead-brand">XCHANGE</h3> <h3 class="masthead-brand">XCHANGE</h3>
<nav class="nav nav-masthead justify-content-center"> <nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Home</a> <a class="nav-link active" href="index.html">Home</a>
<a class="nav-link" href="#">Fiat</a> <a class="nav-link" href="#">Fiat</a>
<a class="nav-link" href="#">Crypto</a> <a class="nav-link" href="#">Crypto</a>
<a class="nav-link" href="#">Charts</a> <a class="nav-link" href="#">Charts</a>
<a class="nav-link" href="#">Subscribe</a> <a class="nav-link" href="subscribe.html">Subscribe</a>
</nav> </nav>
</div> </div>
</header> </header>
......
This diff is collapsed. Click to expand it.
subscribe.html
View file @ e160cd33
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
<i class="material-icons masthead-brand img-fluid">autorenew</i> <i class="material-icons masthead-brand img-fluid">autorenew</i>
<h3 class="masthead-brand">XCHANGE</h3> <h3 class="masthead-brand">XCHANGE</h3>
<nav class="nav nav-masthead justify-content-center"> <nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Home</a> <a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="#">Fiat</a> <a class="nav-link" href="#">Fiat</a>
<a class="nav-link" href="#">Crypto</a> <a class="nav-link" href="#">Crypto</a>
<a class="nav-link" href="#">Charts</a> <a class="nav-link" href="#">Charts</a>
<a class="nav-link" href="subscribe.html">Subscribe</a> <a class="nav-link active" href="subscribe.html">Subscribe</a>
</nav> </nav>
</div> </div>
<div class="page-wrapper bg-gra-01 p-t-180 p-b-100 font-poppins"> <div class="page-wrapper bg-gra-01 p-t-180 p-b-100 font-poppins">
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment