Skip to content

Commit 2fe4f09

Browse files
committed
update hero section
1 parent 72f1833 commit 2fe4f09

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
}
5252

5353
.navbar-nav > li > a,
54-
.nav > li > a > span > i::before {
54+
.nav > li > a > span > i::before,
55+
a > i::before {
5556
cursor: pointer;
5657
}
5758

@@ -100,9 +101,9 @@
100101
<li class="nav-item">
101102
<a href="#projects" class="nav-link">Projects</a>
102103
</li>
103-
<li class="nav-item">
104+
<!-- <li class="nav-item">
104105
<a href="#contact" class="nav-link">Contact</a>
105-
</li>
106+
</li> -->
106107
</ul>
107108
</div>
108109
</div>
@@ -179,8 +180,13 @@ <h2>
179180
class="btn btn-outline-dark"
180181
target="_blank"
181182
>
183+
<i class="fa-solid fa-download"></i>
182184
Download CV
183185
</a>
186+
<a href="#contact" class="btn btn-dark">
187+
<i class="fa-solid fa-arrow-down-long"></i>
188+
Contacts
189+
</a>
184190
</div>
185191
</div>
186192

0 commit comments

Comments
 (0)