Skip to content

Commit

Permalink
[add] blog component in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniij committed Feb 8, 2024
1 parent 8ecb403 commit cdc5eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions deploy/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@
</header>

<!-- Nav -->

<nav id="nav">
<ul class="links">
<li><a href="index.html">Overview</a></li>
<li class="active"><a href="generic.html">Portfolio</a></li>
<li style="margin-left: 39.7rem;"></li>
<li class="active"><a href="index.html">Korean</a></li>
<li ><a href="index-eg.html">English</a></li>
<li><a href="https://blog.chomanki.com" target="_blank"> Blog</a></li>
</ul>
</nav>

Expand Down
7 changes: 3 additions & 4 deletions deploy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ <h1>CMK's Web</h1>
<ul class="links">
<li class="active"><a href="index.html">Overview</a></li>
<li><a href="generic.html">Portfolio</a></li>
<li style="margin-left: 39.7rem;">
</li>
<li class="active"><a href="index.html">Korean</a></li>
<li ><a href="index-eg.html">English</a></li>

<li><a href="https://blog.chomanki.com" target="_blank"> Blog</a></li>

</ul>
</nav>

Expand Down

0 comments on commit cdc5eac

Please sign in to comment.