Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
TranManh.Tien committed Nov 12, 2021
1 parent 33fad6b commit 8de8c11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
22 changes: 9 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<body>
<section class="showcase">
<header>
<a class="logo" href="/">
<a class="logo" href="https://paxle86.github.io/gennex-foundation/">
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
Expand Down Expand Up @@ -408,22 +408,18 @@
<div>
<div class="menu-header">
<ul>
<li class="header-about"><a href="/about.html">About</a></li>
<li class="header-portfolio">
<a href="/portfolio.html">Portfolio</a>
</li>
<li class="header-blog">
<li><a href="https://paxle86.github.io/gennex-about/">About</a></li>
<li><a href="https://paxle86.github.io/gennex-portfolio/">Portfolio</a></li>
<li>
<a
href="https://www.facebook.com/groups/gennexfoundation"
target="_blank"
>Blog</a
>
</li>
<li class="header-contact">
<a href="/contact.html">Contact Us</a>
</li>
<li><a href="https://paxle86.github.io/gennex-contact/">Contact Us</a></li>
</ul>
</div>
</div>
<div class="toggle"></div>
</div>
</header>
Expand Down Expand Up @@ -455,16 +451,16 @@ <h2>About Us</h2>
</section>
<div class="menu">
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/portfolio.html">Portfolio</a></li>
<li><a href="https://paxle86.github.io/gennex-about/">About</a></li>
<li><a href="https://paxle86.github.io/gennex-portfolio/">Portfolio</a></li>
<li>
<a
href="https://www.facebook.com/groups/gennexfoundation"
target="_blank"
>Blog</a
>
</li>
<li><a href="/contact.html">Contact Us</a></li>
<li><a href="https://paxle86.github.io/gennex-contact/">Contact Us</a></li>
</ul>
</div>
<script>
Expand Down

0 comments on commit 8de8c11

Please sign in to comment.