Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
abalsh
/
Garlix
This project
Loading...
Sign in
Toggle navigation
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
Feb 21, 2019
by
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
2 changed files
with
4 additions
and
4 deletions
index.html
subscribe.html
index.html
View file @
e160cd33
...
...
@@ -22,11 +22,11 @@
<i
class=
"material-icons masthead-brand img-fluid"
>
autorenew
</i>
<h3
class=
"masthead-brand"
>
XCHANGE
</h3>
<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=
"#"
>
Crypto
</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>
</div>
</header>
...
...
subscribe.html
View file @
e160cd33
...
...
@@ -21,11 +21,11 @@
<i
class=
"material-icons masthead-brand img-fluid"
>
autorenew
</i>
<h3
class=
"masthead-brand"
>
XCHANGE
</h3>
<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=
"#"
>
Crypto
</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>
</div>
<div
class=
"page-wrapper bg-gra-01 p-t-180 p-b-100 font-poppins"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment