Skip to content

Commit a21d1a9

Browse files
committed
Took out button
1 parent decb357 commit a21d1a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
2222

2323
<h3 class="my-0 mr-md-auto font-weight-normal"><a href="#" id="head">KJ</a></h3>
24-
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
25-
<span class="navbar-toggler-icon"></span>
26-
</button>
2724

2825

29-
<nav class="my-2 my-md-0 mr-md-3" class="collapse navbar-collapse" id="mainNavBar">
26+
27+
<nav class="my-2 my-md-0 mr-md-3" >
3028
<a href="#about" class="p-2 text-dark">About</a>
3129
<a href="#projects" class="p-2 text-dark">Projects</a>
3230
<a href="../doc/KyleJavaResume.pdf" class="p-2 text-dark">Resume</a>

0 commit comments

Comments
 (0)