Skip to content

Commit b328345

Browse files
committed
add about me on navbar
1 parent cf27694 commit b328345

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

css/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
.nav-link:hover {
2424
background-color: rgb(36, 28, 45);
25-
color: var(--default-secundary-font-color)aqua !important
25+
color: var(--default-secundary-font-color)!important
2626
}
2727

2828
.nav-link:visited {

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<ul class="navbar">
4646
<li id="home"> <a href="#" class="icon-link"><i class="fa fa-house fa-lg"></i></a></li>
4747
<li>
48+
<a class="nav-link" href="#aboutMe">About me</a>
4849
<a class="nav-link" href="#work">Work</a>
4950
<a class="nav-link" href="#contact">Contact</a>
5051
</li>
@@ -62,7 +63,7 @@ <h3 id="presentation-main-skill">I'm an <br class='br-show'>full-stack engineer<
6263
</div>
6364
</section>
6465
<section>
65-
<article>
66+
<article id="aboutMe">
6667
<h2 class="subtitle reveal">
6768
About me
6869
</h2>

0 commit comments

Comments
 (0)