Skip to content

Commit

Permalink
topnav
Browse files Browse the repository at this point in the history
w/ topnav
  • Loading branch information
tylermneher committed Jul 13, 2023
1 parent c873cb4 commit d5815ac
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}
</style>

<script>
<!-- <script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
Expand All @@ -97,23 +97,16 @@
x.style.display = "block";
}
}
</script>
</script> -->
<!-- Top Navigation Menu -->

<div class="topnav">
<a> | Tyler M. Neher |</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="https://www.github.com/tylermneher">My GitHub</a>
<a href="https://www.linkedin.com/in/tylermneher">My Linkedin</a>
<a href="https://registry.jsonresume.org/tylermneher">My Resume</a>
<a href="mailto:tyler.neher@gmail.com">Email Me</a>
</div>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<a><b>| Tyler M. Neher |</b></a>
<a href="https://www.github.com/tylermneher">GitHub</a>
<a href="https://www.linkedin.com/in/tylermneher">Linkedin</a>
<a href="https://resume.tylermneher.me">Resume</a>
</div>

</head>

<div class="content">
Expand All @@ -133,4 +126,8 @@ <h2>Saint Kitts and Nevis at the United Nations General Assembly</h2>
<p>© Tyler M. Neher 2023</p>
</div>

</html>
</html>




0 comments on commit d5815ac

Please sign in to comment.